0byt3m1n1
Path:
/
data
/
17
/
1
/
77
/
158
/
1566321
/
meta
/
1687119
/
mysql.backup
/
[
Home
]
File: arsc.mysqlcluster16.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster16 Database: arsc -- ------------------------------------------------------ -- Server version 5.6.51-91.0-56-log /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text COLLATE utf8mb4_unicode_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'comment', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`), KEY `autoload` (`autoload`) ) ENGINE=InnoDB AUTO_INCREMENT=6118 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','http://www.arscontracting.com','yes'),(2,'home','http://www.arscontracting.com','yes'),(3,'blogname','ARSC Development','yes'),(4,'blogdescription','ARSC Development Site','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','wordpressdeveloper2020@gmail.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','0','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%postname%/','yes'),(29,'rewrite_rules','a:155:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s: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: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: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:59:\"portfolio-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?portfolio-category=$matches[1]&feed=$matches[2]\";s:54:\"portfolio-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?portfolio-category=$matches[1]&feed=$matches[2]\";s:35:\"portfolio-category/([^/]+)/embed/?$\";s:51:\"index.php?portfolio-category=$matches[1]&embed=true\";s:47:\"portfolio-category/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?portfolio-category=$matches[1]&paged=$matches[2]\";s:29:\"portfolio-category/([^/]+)/?$\";s:40:\"index.php?portfolio-category=$matches[1]\";s:45:\"wpephpcompat_jobs/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"wpephpcompat_jobs/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"wpephpcompat_jobs/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"wpephpcompat_jobs/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"wpephpcompat_jobs/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"wpephpcompat_jobs/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"wpephpcompat_jobs/([^/]+)/embed/?$\";s:50:\"index.php?wpephpcompat_jobs=$matches[1]&embed=true\";s:38:\"wpephpcompat_jobs/([^/]+)/trackback/?$\";s:44:\"index.php?wpephpcompat_jobs=$matches[1]&tb=1\";s:46:\"wpephpcompat_jobs/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?wpephpcompat_jobs=$matches[1]&paged=$matches[2]\";s:53:\"wpephpcompat_jobs/([^/]+)/comment-page-([0-9]{1,})/?$\";s:57:\"index.php?wpephpcompat_jobs=$matches[1]&cpage=$matches[2]\";s:42:\"wpephpcompat_jobs/([^/]+)(?:/([0-9]+))?/?$\";s:56:\"index.php?wpephpcompat_jobs=$matches[1]&page=$matches[2]\";s:34:\"wpephpcompat_jobs/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"wpephpcompat_jobs/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"wpephpcompat_jobs/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"wpephpcompat_jobs/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"wpephpcompat_jobs/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"wpephpcompat_jobs/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"industries/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"industries/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"industries/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"industries/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"industries/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"industries/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"industries/([^/]+)/embed/?$\";s:50:\"index.php?gedung-industries=$matches[1]&embed=true\";s:31:\"industries/([^/]+)/trackback/?$\";s:44:\"index.php?gedung-industries=$matches[1]&tb=1\";s:39:\"industries/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?gedung-industries=$matches[1]&paged=$matches[2]\";s:46:\"industries/([^/]+)/comment-page-([0-9]{1,})/?$\";s:57:\"index.php?gedung-industries=$matches[1]&cpage=$matches[2]\";s:35:\"industries/([^/]+)(?:/([0-9]+))?/?$\";s:56:\"index.php?gedung-industries=$matches[1]&page=$matches[2]\";s:27:\"industries/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"industries/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"industries/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"industries/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"industries/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"industries/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:55:\"industries_tax/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:60:\"index.php?gedung-industries_tax=$matches[1]&feed=$matches[2]\";s:50:\"industries_tax/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:60:\"index.php?gedung-industries_tax=$matches[1]&feed=$matches[2]\";s:31:\"industries_tax/([^/]+)/embed/?$\";s:54:\"index.php?gedung-industries_tax=$matches[1]&embed=true\";s:43:\"industries_tax/([^/]+)/page/?([0-9]{1,})/?$\";s:61:\"index.php?gedung-industries_tax=$matches[1]&paged=$matches[2]\";s:25:\"industries_tax/([^/]+)/?$\";s:43:\"index.php?gedung-industries_tax=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=61&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s: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:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:17:{i:0;s:35:\"redux-framework/redux-framework.php\";i:1;s:34:\"advanced-custom-fields-pro/acf.php\";i:2;s:33:\"classic-editor/classic-editor.php\";i:3;s:36:\"contact-form-7/wp-contact-form-7.php\";i:4;s:33:\"duplicate-post/duplicate-post.php\";i:5;s:23:\"elementor/elementor.php\";i:6;s:29:\"gedung-extra/gedung-extra.php\";i:7;s:48:\"php-compatibility-checker/wpengine-phpcompat.php\";i:8;s:41:\"post-type-switcher/post-type-switcher.php\";i:9;s:37:\"post-types-order/post-types-order.php\";i:10;s:75:\"recent-posts-widget-with-thumbnails/recent-posts-widget-with-thumbnails.php\";i:11;s:25:\"sucuri-scanner/sucuri.php\";i:12;s:45:\"taxonomy-terms-order/taxonomy-terms-order.php\";i:13;s:46:\"two-factor-authentication/two-factor-login.php\";i:14;s:27:\"updraftplus/updraftplus.php\";i:15;s:29:\"wp-mail-smtp/wp_mail_smtp.php\";i:16;s:27:\"wp-optimize/wp-optimize.php\";}','yes'),(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:3:{i:0;s:69:\"G:\\xampp\\htdocs\\wpteam2\\arsc/wp-content/themes/gedung-child/style.css\";i:2;s:76:\"/share/CACHEDEV1_DATA/Web/XCNTia/ARSC_Dev/wp-content/themes/gedung/style.css\";i:3;s:0:\"\";}','no'),(40,'template','gedung','yes'),(41,'stylesheet','gedung-child','yes'),(44,'comment_registration','0','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','48748','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','page','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','0','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','0','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:3:{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;i:4;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}}','yes'),(79,'widget_text','a:6:{i:1;a:0:{}i:2;a:4:{s:5:\"title\";s:8:\"About Us\";s:4:\"text\";s:429:\"<span style=\"font-weight: 400;\">ARS Contracting, Inc. has 30 yrs. of experience with rigging, machine moving, storage, & consulting. </span>\r\n\r\n<span style=\"font-weight: 400;\">Our highly-experienced estimators, certified riggers, & machinery movers use state-of-the-art tech & rigging equipment to professionally manage industrial, municipal, & commercial rigging projects of all sizes & complexities.</span>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:3;a:4:{s:5:\"title\";s:8:\"About Us\";s:4:\"text\";s:731:\"<span style=\"font-weight: 400;\">ARS Contracting, Inc. has 30 yrs. of experience with rigging, machine moving, storage, & consulting. </span>\r\n\r\n<span style=\"font-weight: 400;\">Our highly-experienced estimators, certified riggers, & machinery movers use state-of-the-art tech & rigging equipment to professionally manage industrial, municipal, & commercial rigging projects of all sizes & complexities.</span>\r\n\r\n<span style=\"font-weight: 400;\">Phone:<strong style=\"color: #8aabca;\"> <a href=\"tel:1-800-358-8444\">1-800-358-8444</a></strong></span>\r\n\r\n<span style=\"font-weight: 400;\">Email: <strong style=\"color: #8aabca;\"><a href=\"mailto: sales@arscontracting.com\">sales@arscontracting.com</a></strong></span>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<div class=\"need-section\">\r\n<div class=\"need-wrapper\">\r\n<div class=\"left\">\r\n<h2>Need our expertise for a job?</h2>\r\n</div>\r\n<div class=\"right\"><a href=\"http://www.arscontracting.com/contact/\">contact us</a></div>\r\n</div>\r\n</div>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:26:\"[gedung_footer_industries]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:4:{s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}s:25:\"sucuri-scanner/sucuri.php\";s:19:\"sucuriscanUninstall\";s:27:\"wp-optimize/wp-optimize.php\";s:21:\"wpo_uninstall_actions\";s:33:\"classic-editor/classic-editor.php\";a:2:{i:0;s:14:\"Classic_Editor\";i:1;s:9:\"uninstall\";}}','no'),(82,'timezone_string','America/Chicago','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','61','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','0','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'wp_page_for_privacy_policy','3','yes'),(92,'show_comments_cookies_opt_in','1','yes'),(93,'admin_email_lifespan','1605395974','yes'),(94,'initial_db_version','47018','yes'),(95,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:62:{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:10:\"copy_posts\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:35:{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:10:\"copy_posts\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(96,'fresh_site','0','yes'),(97,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_recent-posts','a:3:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;i:4;a:3:{s:5:\"title\";s:8:\"Services\";s:6:\"number\";i:4;s:9:\"show_date\";b:1;}}','yes'),(99,'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'),(100,'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'),(101,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(102,'sidebars_widgets','a:7:{s:19:\"wp_inactive_widgets\";a:6:{i:0;s:15:\"media_gallery-3\";i:1;s:6:\"text-2\";i:2;s:12:\"categories-4\";i:3;s:32:\"gedung_recentpost_thumb-widget-3\";i:4;s:26:\"gedung_recentpost-widget-3\";i:5;s:14:\"recent-posts-4\";}s:8:\"footer-1\";a:1:{i:0;s:6:\"text-3\";}s:8:\"footer-2\";a:1:{i:0;s:6:\"text-5\";}s:8:\"footer-3\";a:1:{i:0;s:31:\"gedung_portfolio_thumb-widget-3\";}s:20:\"gedung_contactus_btn\";a:1:{i:0;s:6:\"text-4\";}s:15:\"primary-sidebar\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:13:\"array_version\";i:3;}','yes'),(103,'cron','a:12:{i:1606771184;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:1606778383;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1606778384;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:1606778406;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:1606778408;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:1606780471;a:2:{s:23:\"updraft_backup_database\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:14:\"updraft_backup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1606788844;a:1:{s:28:\"elementor/tracker/send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1606789195;a:1:{s:21:\"wpo_plugin_cron_tasks\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1606804753;a:1:{s:25:\"sucuriscan_scheduled_scan\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1606850400;a:1:{s:29:\"wpo_smush_clear_backup_images\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1606864783;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','yes'),(104,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_media_gallery','a:2:{s:12:\"_multiwidget\";i:1;i:3;a:0:{}}','yes'),(109,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(114,'recovery_keys','a:0:{}','yes'),(140,'theme_mods_twentytwenty','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1589844026;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";}s:9:\"sidebar-2\";a:3:{i:0;s:10:\"archives-2\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-2\";}}}}','yes'),(141,'current_theme','Gedung Child','yes'),(142,'theme_mods_gedung','a:5:{i:0;b:0;s:18:\"nav_menu_locations\";a:3:{s:11:\"header-menu\";i:19;s:11:\"footer-menu\";i:19;s:15:\"header-menu-sec\";i:19;}s:18:\"custom_css_post_id\";i:-1;s:16:\"background_image\";s:0:\"\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1591179377;s:4:\"data\";a:5:{s:19:\"wp_inactive_widgets\";a:1:{i:0;s:14:\"recent-posts-4\";}s:8:\"footer-1\";a:1:{i:0;s:6:\"text-3\";}s:8:\"footer-2\";a:1:{i:0;s:26:\"gedung_recentpost-widget-4\";}s:8:\"footer-3\";a:1:{i:0;s:31:\"gedung_portfolio_thumb-widget-3\";}s:15:\"primary-sidebar\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}}}}','yes'),(143,'theme_switched','','yes'),(144,'widget_gedung_recentpost_thumb-widget','a:2:{i:3;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(145,'widget_gedung_recentpost-widget','a:2:{i:3;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(146,'widget_gedung_portfolio_thumb-widget','a:2:{i:3;a:2:{s:5:\"title\";s:17:\"Services We Offer\";s:6:\"amount\";s:1:\"8\";}s:12:\"_multiwidget\";i:1;}','yes'),(147,'ftp_credentials','a:3:{s:8:\"hostname\";s:9:\"localhost\";s:8:\"username\";s:11:\"Senseiadmin\";s:15:\"connection_type\";s:4:\"ftps\";}','yes'),(149,'wpcf7','a:2:{s:7:\"version\";s:5:\"5.1.9\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1589844373;s:7:\"version\";s:5:\"5.1.8\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','yes'),(152,'ReduxFrameworkPlugin_ACTIVATED_NOTICES','a:1:{i:0;s:138:\"Redux Framework has an embedded demo. <a href=\"./plugins.php?ReduxFrameworkPlugin=demo\">Click here to activate the sample config file.</a>\";}','yes'),(153,'recently_activated','a:0:{}','yes'),(154,'redux_version_upgraded_from','3.6.18','yes'),(155,'elementor_version','2.9.9','yes'),(157,'acf_version','5.8.0','yes'),(159,'elementor_remote_info_library','a:3:{s:10:\"types_data\";a:2:{s:5:\"block\";a:1:{s:10:\"categories\";a:22:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:14:\"call to action\";i:4;s:7:\"clients\";i:5;s:7:\"contact\";i:6;s:3:\"faq\";i:7;s:8:\"features\";i:8;s:6:\"footer\";i:9;s:6:\"header\";i:10;s:4:\"hero\";i:11;s:9:\"portfolio\";i:12;s:7:\"pricing\";i:13;s:15:\"product archive\";i:14;s:8:\"services\";i:15;s:11:\"single page\";i:16;s:11:\"single post\";i:17;s:14:\"single product\";i:18;s:5:\"stats\";i:19;s:9:\"subscribe\";i:20;s:4:\"team\";i:21;s:12:\"testimonials\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}}s:10:\"categories\";a:22:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:14:\"call to action\";i:4;s:7:\"clients\";i:5;s:7:\"contact\";i:6;s:3:\"faq\";i:7;s:8:\"features\";i:8;s:6:\"footer\";i:9;s:6:\"header\";i:10;s:4:\"hero\";i:11;s:9:\"portfolio\";i:12;s:7:\"pricing\";i:13;s:15:\"product archive\";i:14;s:8:\"services\";i:15;s:11:\"single page\";i:16;s:11:\"single post\";i:17;s:14:\"single product\";i:18;s:5:\"stats\";i:19;s:9:\"subscribe\";i:20;s:4:\"team\";i:21;s:12:\"testimonials\";}s:9:\"templates\";a:751:{i:0;a:14:{s:2:\"id\";i:5525;s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";i:1520443532;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:9;s:11:\"trend_index\";i:6;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:1;a:14:{s:2:\"id\";i:10107;s:5:\"title\";s:34:\"Classic | Promotion | Announcement\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/balls_small.png\";s:12:\"tmpl_created\";i:1547851373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-promotion-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:240;s:11:\"trend_index\";i:197;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:2;a:14:{s:2:\"id\";i:14790;s:5:\"title\";s:33:\"Luxury Real Estate – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Header.png\";s:12:\"tmpl_created\";i:1595315760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/luxury-real-estate-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"header\",\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:320;s:11:\"trend_index\";i:12;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:3;a:14:{s:2:\"id\";i:5533;s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";i:1520443534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:27;s:11:\"trend_index\";i:11;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:4;a:14:{s:2:\"id\";i:14799;s:5:\"title\";s:38:\"Luxury Real Estate – single post\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Post.png\";s:12:\"tmpl_created\";i:1595315792;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/luxury-real-estate-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:586;s:11:\"trend_index\";i:129;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:5;a:14:{s:2:\"id\";i:5575;s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";i:1520443543;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:14;s:11:\"trend_index\";i:13;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:6;a:14:{s:2:\"id\";i:14809;s:5:\"title\";s:45:\"Luxury Real Estate – Properties Archive\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png\";s:12:\"tmpl_created\";i:1595315826;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:598;s:11:\"trend_index\";i:195;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:7;a:14:{s:2:\"id\";i:5615;s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";i:1520443551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:33;s:11:\"trend_index\";i:64;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:8;a:14:{s:2:\"id\";i:14816;s:5:\"title\";s:47:\"Luxury Real Estate – Property single post\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png\";s:12:\"tmpl_created\";i:1595315847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:646;s:11:\"trend_index\";i:278;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:9;a:14:{s:2:\"id\";i:5624;s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";i:1520443553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:77;s:11:\"trend_index\";i:157;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:10;a:14:{s:2:\"id\";i:14827;s:5:\"title\";s:39:\"Slide-In | Contact | Luxury Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/PopUp.png\";s:12:\"tmpl_created\";i:1595323523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/slide-in-contact-luxury-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:28:\"[\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:672;s:11:\"trend_index\";i:425;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:11;a:14:{s:2:\"id\";i:5684;s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";i:1520443565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:67;s:11:\"trend_index\";i:75;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:12;a:14:{s:2:\"id\";i:10158;s:5:\"title\";s:17:\"Classic | Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/coco_small.png\";s:12:\"tmpl_created\";i:1547852227;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:268;s:11:\"trend_index\";i:238;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:13;a:14:{s:2:\"id\";i:15052;s:5:\"title\";s:36:\"Flooring Company – Single post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Single.png\";s:12:\"tmpl_created\";i:1597738858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/flooring-company-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:688;s:11:\"trend_index\";i:175;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:14;a:14:{s:2:\"id\";i:5693;s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";i:1520443567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:200;s:11:\"trend_index\";i:198;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:15;a:14:{s:2:\"id\";i:15007;s:5:\"title\";s:31:\"Flooring Company – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Header.png\";s:12:\"tmpl_created\";i:1597738896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/flooring-company-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"header\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:685;s:11:\"trend_index\";i:192;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:16;a:14:{s:2:\"id\";i:5703;s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";i:1520443569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/faq-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:28;s:11:\"trend_index\";i:25;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:17;a:14:{s:2:\"id\";i:15017;s:5:\"title\";s:31:\"Flooring Company – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png\";s:12:\"tmpl_created\";i:1597738933;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/flooring-company-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"footer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:632;s:11:\"trend_index\";i:83;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:18;a:14:{s:2:\"id\";i:5711;s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";i:1520443571;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:192;s:11:\"trend_index\";i:265;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:19;a:14:{s:2:\"id\";i:10190;s:5:\"title\";s:30:\"Classic | Register | Subscribe\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/engage_small.png\";s:12:\"tmpl_created\";i:1547885703;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-register-subscribe-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:246;s:11:\"trend_index\";i:137;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:20;a:14:{s:2:\"id\";i:15042;s:5:\"title\";s:32:\"Flooring Company – Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png\";s:12:\"tmpl_created\";i:1597739084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/flooring-company-archive/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:635;s:11:\"trend_index\";i:88;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:21;a:14:{s:2:\"id\";i:5719;s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";i:1520443573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:119;s:11:\"trend_index\";i:145;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:22;a:14:{s:2:\"id\";i:15033;s:5:\"title\";s:28:\"Flooring Company – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/08/404.png\";s:12:\"tmpl_created\";i:1597739459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/flooring-company-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:45:\"[\"404\",\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:724;s:11:\"trend_index\";i:306;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:23;a:14:{s:2:\"id\";i:5729;s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";i:1520443575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:304;s:11:\"trend_index\";i:368;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:24;a:14:{s:2:\"id\";i:15075;s:5:\"title\";s:34:\"Slide-In | Menu | Flooring Company\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp-1.png\";s:12:\"tmpl_created\";i:1597739605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/slide-in-menu-flooring-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:690;s:11:\"trend_index\";i:255;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:25;a:14:{s:2:\"id\";i:5737;s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";i:1520443576;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/faq-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:157;s:11:\"trend_index\";i:115;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:26;a:14:{s:2:\"id\";i:15062;s:5:\"title\";s:35:\"Fly-In | Sign up | Flooring Company\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp.png\";s:12:\"tmpl_created\";i:1597739629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/fly-in-sign-up-flooring-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:725;s:11:\"trend_index\";i:337;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:27;a:14:{s:2:\"id\";i:5746;s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";i:1520443578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/faq-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:195;s:11:\"trend_index\";i:167;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:28;a:14:{s:2:\"id\";i:5755;s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";i:1520443580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:99;s:11:\"trend_index\";i:140;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:29;a:14:{s:2:\"id\";i:5764;s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";i:1520443582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:315;s:11:\"trend_index\";i:315;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:30;a:14:{s:2:\"id\";i:10256;s:5:\"title\";s:20:\"Classic | Sale | Pop\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/fruit_small.png\";s:12:\"tmpl_created\";i:1547888909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:431;s:11:\"trend_index\";i:465;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:31;a:14:{s:2:\"id\";i:5773;s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";i:1520443584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/hero-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:34;s:11:\"trend_index\";i:51;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:32;a:14:{s:2:\"id\";i:10267;s:5:\"title\";s:29:\"Classic | Contact | Christmas\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/christmas_small.png\";s:12:\"tmpl_created\";i:1547889047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-contact-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:305;s:11:\"trend_index\";i:216;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:33;a:14:{s:2:\"id\";i:5783;s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";i:1520443586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/hero-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:344;s:11:\"trend_index\";i:514;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:34;a:14:{s:2:\"id\";i:5792;s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";i:1520443588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:220;s:11:\"trend_index\";i:308;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:35;a:14:{s:2:\"id\";i:5801;s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";i:1520443589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:10:\"[\"header\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:16;s:11:\"trend_index\";i:14;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:36;a:14:{s:2:\"id\";i:5811;s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";i:1520443591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:116;s:11:\"trend_index\";i:63;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:37;a:14:{s:2:\"id\";i:10307;s:5:\"title\";s:43:\"Fly In | Promotion | Christmas | Teddy Bear\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/teddy_small.png\";s:12:\"tmpl_created\";i:1547893266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/fly-in-promotion-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:599;s:11:\"trend_index\";i:578;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:38;a:14:{s:2:\"id\";i:5820;s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:173;s:11:\"trend_index\";i:251;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:39;a:14:{s:2:\"id\";i:10318;s:5:\"title\";s:27:\"Classic | Contact | Bicycle\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/01/by_small.png\";s:12:\"tmpl_created\";i:1547893367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/classic-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:336;s:11:\"trend_index\";i:398;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:40;a:14:{s:2:\"id\";i:5828;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:300;s:11:\"trend_index\";i:288;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:41;a:14:{s:2:\"id\";i:5836;s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:115;s:11:\"trend_index\";i:111;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:42;a:14:{s:2:\"id\";i:10339;s:5:\"title\";s:22:\"Fly In | Contact | Spa\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/spa_small.png\";s:12:\"tmpl_created\";i:1547893603;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/fly-in-contact-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:397;s:11:\"trend_index\";i:600;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:43;a:14:{s:2:\"id\";i:15204;s:5:\"title\";s:24:\"Psychologist – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg\";s:12:\"tmpl_created\";i:1600161419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/psychologist-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:44;a:14:{s:2:\"id\";i:5844;s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";i:1520443599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:285;s:11:\"trend_index\";i:317;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:45;a:14:{s:2:\"id\";i:10352;s:5:\"title\";s:23:\"Fly In | Contact | Wine\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/fly_wine_small.png\";s:12:\"tmpl_created\";i:1547915335;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/fly-in-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:440;s:11:\"trend_index\";i:445;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:46;a:14:{s:2:\"id\";i:15212;s:5:\"title\";s:28:\"Psychologist – Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg\";s:12:\"tmpl_created\";i:1600162340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/psychologist-archive/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:47;a:14:{s:2:\"id\";i:5852;s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";i:1520443600;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-34/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:510;s:11:\"trend_index\";i:615;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:48;a:14:{s:2:\"id\";i:15219;s:5:\"title\";s:27:\"Psychologist – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg\";s:12:\"tmpl_created\";i:1600163069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/psychologist-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"footer\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:49;a:14:{s:2:\"id\";i:5947;s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";i:1520443621;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:343;s:11:\"trend_index\";i:466;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:50;a:14:{s:2:\"id\";i:10372;s:5:\"title\";s:29:\"Fly In | Register | Subscribe\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/phone_small.png\";s:12:\"tmpl_created\";i:1547915554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/fly-in-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:596;s:11:\"trend_index\";i:661;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:51;a:14:{s:2:\"id\";i:15230;s:5:\"title\";s:27:\"Psychologist – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Header.png\";s:12:\"tmpl_created\";i:1600163444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/psychologist-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"header\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:52;a:14:{s:2:\"id\";i:5956;s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";i:1520443623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:504;s:11:\"trend_index\";i:421;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:53;a:14:{s:2:\"id\";i:10382;s:5:\"title\";s:35:\"Bottom Bar | Announcement | Cookies\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2019/01/bottom_pink_small.png\";s:12:\"tmpl_created\";i:1547916616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/bottom-bar-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:281;s:11:\"trend_index\";i:220;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:54;a:14:{s:2:\"id\";i:15240;s:5:\"title\";s:34:\"Psychologist – single post 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png\";s:12:\"tmpl_created\";i:1600164087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/psychologist-single-post-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:55;a:14:{s:2:\"id\";i:5963;s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";i:1520443626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:63;s:11:\"trend_index\";i:60;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:56;a:14:{s:2:\"id\";i:15251;s:5:\"title\";s:34:\"Psychologist – single post 2\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png\";s:12:\"tmpl_created\";i:1600165179;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/psychologist-single-post-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:57;a:14:{s:2:\"id\";i:5974;s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";i:1520443629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:62;s:11:\"trend_index\";i:103;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:58;a:14:{s:2:\"id\";i:15259;s:5:\"title\";s:31:\"Hello Bar | Menu | Psychologist\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Menu-PopUp.png\";s:12:\"tmpl_created\";i:1600170209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/hello-bar-menu-psychologist/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:59;a:14:{s:2:\"id\";i:5983;s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";i:1520443630;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:11:\"[\"featues\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:230;s:11:\"trend_index\";i:281;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:60;a:14:{s:2:\"id\";i:15272;s:5:\"title\";s:32:\"Classic | Contact | Psychologist\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/PopUp.png\";s:12:\"tmpl_created\";i:1600170487;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-contact-psychologist/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:61;a:14:{s:2:\"id\";i:5991;s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";i:1520443632;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/features-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:123;s:11:\"trend_index\";i:174;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:62;a:14:{s:2:\"id\";i:15414;s:5:\"title\";s:32:\"Classic | Contact | Dance Studio\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/PopUp.jpg\";s:12:\"tmpl_created\";i:1603180596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-contact-dance-studio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"dance studio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:63;a:14:{s:2:\"id\";i:5999;s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";i:1520443634;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:89;s:11:\"trend_index\";i:135;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:64;a:14:{s:2:\"id\";i:10434;s:5:\"title\";s:27:\"Classic | Sale | Headphones\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/head_small.png\";s:12:\"tmpl_created\";i:1547961950;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:369;s:11:\"trend_index\";i:327;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:65;a:14:{s:2:\"id\";i:6008;s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";i:1520443636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:66;s:11:\"trend_index\";i:99;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:66;a:14:{s:2:\"id\";i:10444;s:5:\"title\";s:17:\"Classic | Contact\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/plant_small.png\";s:12:\"tmpl_created\";i:1547962029;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/classic-contact-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:396;s:11:\"trend_index\";i:484;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:67;a:14:{s:2:\"id\";i:6027;s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";i:1520443639;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-5-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:39;s:11:\"trend_index\";i:49;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:68;a:14:{s:2:\"id\";i:6036;s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";i:1520443641;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-6-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:86;s:11:\"trend_index\";i:85;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:69;a:14:{s:2:\"id\";i:10467;s:5:\"title\";s:27:\"Bottom Bar | Contact | Lego\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/tro_small.png\";s:12:\"tmpl_created\";i:1547962277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/bottom-bar-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:669;s:11:\"trend_index\";i:694;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:70;a:14:{s:2:\"id\";i:6044;s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";i:1520443643;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/features-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:65;s:11:\"trend_index\";i:71;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:71;a:14:{s:2:\"id\";i:6053;s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";i:1520443645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:168;s:11:\"trend_index\";i:205;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:72;a:14:{s:2:\"id\";i:10487;s:5:\"title\";s:18:\"Slide In | Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/acc_small.png\";s:12:\"tmpl_created\";i:1547964527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/slide-in-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:520;s:11:\"trend_index\";i:503;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:73;a:14:{s:2:\"id\";i:6063;s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";i:1520443647;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:161;s:11:\"trend_index\";i:257;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:74;a:14:{s:2:\"id\";i:10498;s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/pink_small-1.png\";s:12:\"tmpl_created\";i:1547964616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:416;s:11:\"trend_index\";i:304;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:75;a:14:{s:2:\"id\";i:15407;s:5:\"title\";s:24:\"Dance Studio – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/10/404.jpg\";s:12:\"tmpl_created\";i:1603181958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/dance-studio-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:22:\"[\"404\",\"dance studio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:76;a:14:{s:2:\"id\";i:6071;s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";i:1520443649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:160;s:11:\"trend_index\";i:242;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:77;a:14:{s:2:\"id\";i:15400;s:5:\"title\";s:27:\"Dance Studio – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg\";s:12:\"tmpl_created\";i:1603181989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/dance-studio-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:25:\"[\"dance studio\",\"footer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:78;a:14:{s:2:\"id\";i:6079;s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";i:1520443651;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:269;s:11:\"trend_index\";i:350;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:79;a:14:{s:2:\"id\";i:10519;s:5:\"title\";s:27:\"Hello Bar | Promotion | App\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/app_small-1.png\";s:12:\"tmpl_created\";i:1547964801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/hello-bar-promotion-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:549;s:11:\"trend_index\";i:456;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:80;a:14:{s:2:\"id\";i:15391;s:5:\"title\";s:27:\"Dance Studio – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg\";s:12:\"tmpl_created\";i:1603182011;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/dance-studio-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:25:\"[\"dance studio\",\"header\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:81;a:14:{s:2:\"id\";i:6089;s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";i:1520443653;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:183;s:11:\"trend_index\";i:292;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:82;a:14:{s:2:\"id\";i:6097;s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";i:1520443655;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:262;s:11:\"trend_index\";i:209;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:83;a:14:{s:2:\"id\";i:6106;s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";i:1520443657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:337;s:11:\"trend_index\";i:443;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:84;a:14:{s:2:\"id\";i:6114;s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";i:1520443659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:378;s:11:\"trend_index\";i:439;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:85;a:14:{s:2:\"id\";i:6122;s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";i:1520443661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:36;s:11:\"trend_index\";i:45;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:86;a:14:{s:2:\"id\";i:10569;s:5:\"title\";s:15:\"Slide In | Sale\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/off_small.png\";s:12:\"tmpl_created\";i:1547967812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/popups/slide-in-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:501;s:11:\"trend_index\";i:556;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:87;a:14:{s:2:\"id\";i:6135;s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";i:1520443663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:83;s:11:\"trend_index\";i:121;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:88;a:14:{s:2:\"id\";i:6144;s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";i:1520443664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:155;s:11:\"trend_index\";i:277;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:89;a:14:{s:2:\"id\";i:10590;s:5:\"title\";s:19:\"Full Screen | Login\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/pass1_small.png\";s:12:\"tmpl_created\";i:1547967978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:470;s:11:\"trend_index\";i:411;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:90;a:14:{s:2:\"id\";i:6152;s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";i:1520443666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:241;s:11:\"trend_index\";i:233;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:91;a:14:{s:2:\"id\";i:10600;s:5:\"title\";s:18:\"Slide In | Contact\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/orange_small.png\";s:12:\"tmpl_created\";i:1547968080;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/slide-in-contact-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:459;s:11:\"trend_index\";i:530;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:92;a:14:{s:2:\"id\";i:6162;s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";i:1520443668;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-31/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:339;s:11:\"trend_index\";i:430;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:93;a:14:{s:2:\"id\";i:6170;s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";i:1520443670;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:332;s:11:\"trend_index\";i:419;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:94;a:14:{s:2:\"id\";i:10622;s:5:\"title\";s:34:\"Full Screen | Contact | Headphones\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/full_hear_small.png\";s:12:\"tmpl_created\";i:1547969678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/full-screen-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:528;s:11:\"trend_index\";i:459;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:95;a:14:{s:2:\"id\";i:6178;s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";i:1520443676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:383;s:11:\"trend_index\";i:549;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:96;a:14:{s:2:\"id\";i:10633;s:5:\"title\";s:23:\"Slide In | Login | Lego\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/tro_small-1.png\";s:12:\"tmpl_created\";i:1547969858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/slide-in-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:620;s:11:\"trend_index\";i:573;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:97;a:14:{s:2:\"id\";i:6186;s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";i:1520443678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:486;s:11:\"trend_index\";i:586;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:98;a:14:{s:2:\"id\";i:10644;s:5:\"title\";s:26:\"Fly In | Contact | Webinar\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/blue_small-1.png\";s:12:\"tmpl_created\";i:1547970814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/fly-in-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:456;s:11:\"trend_index\";i:436;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:99;a:14:{s:2:\"id\";i:6196;s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";i:1520443680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:106;s:11:\"trend_index\";i:130;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:100;a:14:{s:2:\"id\";i:10654;s:5:\"title\";s:31:\"Full Screen | Login | Christmas\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/01/full_login_small.png\";s:12:\"tmpl_created\";i:1547970917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/full-screen-login-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:615;s:11:\"trend_index\";i:638;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:101;a:14:{s:2:\"id\";i:6204;s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";i:1520443681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:213;s:11:\"trend_index\";i:170;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:102;a:14:{s:2:\"id\";i:10664;s:5:\"title\";s:34:\"Slide In | Contact | Gym | Fitness\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/slide_gym_small.png\";s:12:\"tmpl_created\";i:1547973928;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/slide-in-contact-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:515;s:11:\"trend_index\";i:517;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:103;a:14:{s:2:\"id\";i:6212;s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";i:1520443684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/features-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:76;s:11:\"trend_index\";i:67;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:104;a:14:{s:2:\"id\";i:10675;s:5:\"title\";s:35:\"Full Screen | Login | Gym | Fitness\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/gym_full_small.png\";s:12:\"tmpl_created\";i:1547974110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/full-screen-login-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:496;s:11:\"trend_index\";i:510;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:105;a:14:{s:2:\"id\";i:6220;s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";i:1520443685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:82;s:11:\"trend_index\";i:156;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:106;a:14:{s:2:\"id\";i:6230;s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";i:1520443687;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:379;s:11:\"trend_index\";i:399;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:107;a:14:{s:2:\"id\";i:9719;s:5:\"title\";s:30:\"Classic | Subscribe | Register\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/register_small.png\";s:12:\"tmpl_created\";i:1547976107;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/classic-subscribe-register/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:414;s:11:\"trend_index\";i:194;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:108;a:14:{s:2:\"id\";i:6239;s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";i:1520443689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:26;s:11:\"trend_index\";i:24;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:109;a:14:{s:2:\"id\";i:6249;s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";i:1520443691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:56;s:11:\"trend_index\";i:87;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:110;a:14:{s:2:\"id\";i:6258;s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";i:1520443693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:428;s:11:\"trend_index\";i:591;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:111;a:14:{s:2:\"id\";i:10137;s:5:\"title\";s:34:\"Full Screen | Contact | Restaurant\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/rest_small.png\";s:12:\"tmpl_created\";i:1547976342;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/full-screen-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:527;s:11:\"trend_index\";i:534;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:112;a:14:{s:2:\"id\";i:6266;s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";i:1520443695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:53;s:11:\"trend_index\";i:90;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:113;a:14:{s:2:\"id\";i:10244;s:5:\"title\";s:17:\"Bottom Bar | Sale\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/wow_small.png\";s:12:\"tmpl_created\";i:1547976402;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/bottom-bar-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:579;s:11:\"trend_index\";i:624;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:114;a:14:{s:2:\"id\";i:6274;s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";i:1520443698;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:95;s:11:\"trend_index\";i:89;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:115;a:14:{s:2:\"id\";i:6017;s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";i:1520520331;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:150;s:11:\"trend_index\";i:155;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:116;a:14:{s:2:\"id\";i:10127;s:5:\"title\";s:35:\"Fly In | Announcement | Maintenance\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/pizza_small.png\";s:12:\"tmpl_created\";i:1547984061;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/fly-in-announcement-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:637;s:11:\"trend_index\";i:666;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:117;a:14:{s:2:\"id\";i:4826;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";i:1520520544;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:254;s:11:\"trend_index\";i:309;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:118;a:14:{s:2:\"id\";i:4835;s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";i:1520520546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:381;s:11:\"trend_index\";i:423;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:119;a:14:{s:2:\"id\";i:4843;s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";i:1520520548;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:409;s:11:\"trend_index\";i:492;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:120;a:14:{s:2:\"id\";i:4854;s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";i:1520520549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:580;s:11:\"trend_index\";i:610;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:121;a:14:{s:2:\"id\";i:4863;s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";i:1520520551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:244;s:11:\"trend_index\";i:343;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:122;a:14:{s:2:\"id\";i:10776;s:5:\"title\";s:33:\"Fly In | Contact | Social | Share\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/social1_small.png\";s:12:\"tmpl_created\";i:1548047055;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/fly-in-contact-social-share/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:640;s:11:\"trend_index\";i:660;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:123;a:14:{s:2:\"id\";i:4871;s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";i:1520520552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:245;s:11:\"trend_index\";i:329;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:124;a:14:{s:2:\"id\";i:10785;s:5:\"title\";s:33:\"Fly In | Contact | Social | Share\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/social2_small.png\";s:12:\"tmpl_created\";i:1548047593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/fly-in-contact-social-share-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:455;s:11:\"trend_index\";i:524;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:125;a:14:{s:2:\"id\";i:4880;s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";i:1520520554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:394;s:11:\"trend_index\";i:427;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:126;a:14:{s:2:\"id\";i:4889;s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";i:1520520556;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:513;s:11:\"trend_index\";i:537;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:127;a:14:{s:2:\"id\";i:4897;s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";i:1520520557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:71;s:11:\"trend_index\";i:69;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:128;a:14:{s:2:\"id\";i:4905;s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";i:1520520559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:114;s:11:\"trend_index\";i:138;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:129;a:14:{s:2:\"id\";i:4913;s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";i:1520520561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:232;s:11:\"trend_index\";i:291;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:130;a:14:{s:2:\"id\";i:4921;s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";i:1520520562;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:209;s:11:\"trend_index\";i:218;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:131;a:14:{s:2:\"id\";i:4929;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";i:1520520564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:43;s:11:\"trend_index\";i:70;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:132;a:14:{s:2:\"id\";i:4939;s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";i:1520520565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:90;s:11:\"trend_index\";i:133;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:133;a:14:{s:2:\"id\";i:4947;s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";i:1520520567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:197;s:11:\"trend_index\";i:313;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:134;a:14:{s:2:\"id\";i:4955;s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";i:1520520569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:346;s:11:\"trend_index\";i:416;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:135;a:14:{s:2:\"id\";i:4963;s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";i:1520520570;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:391;s:11:\"trend_index\";i:401;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:136;a:14:{s:2:\"id\";i:4971;s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";i:1520520572;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:594;s:11:\"trend_index\";i:664;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:137;a:14:{s:2:\"id\";i:4979;s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";i:1520520573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:529;s:11:\"trend_index\";i:648;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:138;a:14:{s:2:\"id\";i:4987;s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";i:1520520575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:151;s:11:\"trend_index\";i:239;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:139;a:14:{s:2:\"id\";i:4995;s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";i:1520520577;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:372;s:11:\"trend_index\";i:509;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:140;a:14:{s:2:\"id\";i:5007;s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";i:1520520578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:41;s:11:\"trend_index\";i:36;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:141;a:14:{s:2:\"id\";i:5019;s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";i:1520520580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:164;s:11:\"trend_index\";i:207;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:142;a:14:{s:2:\"id\";i:5027;s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";i:1520520581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:301;s:11:\"trend_index\";i:389;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:143;a:14:{s:2:\"id\";i:10794;s:5:\"title\";s:34:\"Classic | Contact | Social | Share\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/01/s_small.png\";s:12:\"tmpl_created\";i:1548067619;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-contact-social-share/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:430;s:11:\"trend_index\";i:296;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:144;a:14:{s:2:\"id\";i:5037;s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";i:1520520583;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:265;s:11:\"trend_index\";i:346;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:145;a:14:{s:2:\"id\";i:5057;s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";i:1520520586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:231;s:11:\"trend_index\";i:334;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:146;a:14:{s:2:\"id\";i:5071;s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";i:1520520588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:272;s:11:\"trend_index\";i:271;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:147;a:14:{s:2:\"id\";i:10871;s:5:\"title\";s:20:\"Bottom Bar | Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/01/m_small.png\";s:12:\"tmpl_created\";i:1548074396;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/bottom-bar-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:649;s:11:\"trend_index\";i:681;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:148;a:14:{s:2:\"id\";i:5082;s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";i:1520520589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:490;s:11:\"trend_index\";i:448;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:149;a:14:{s:2:\"id\";i:10936;s:5:\"title\";s:25:\"Full Screen | Toggle Menu\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/menu_small.png\";s:12:\"tmpl_created\";i:1548874587;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/full-screen-toggle-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:442;s:11:\"trend_index\";i:511;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:150;a:14:{s:2:\"id\";i:5090;s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";i:1520520591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:171;s:11:\"trend_index\";i:191;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:151;a:14:{s:2:\"id\";i:5098;s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";i:1520520593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:152;s:11:\"trend_index\";i:142;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:152;a:14:{s:2:\"id\";i:5107;s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";i:1520520594;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:359;s:11:\"trend_index\";i:433;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:153;a:14:{s:2:\"id\";i:10964;s:5:\"title\";s:59:\"Classic | Promotion | Coupon | Love | Valentine’s Day\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/02/love_small.png\";s:12:\"tmpl_created\";i:1550039106;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/classic-promotion-coupon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:581;s:11:\"trend_index\";i:486;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:154;a:14:{s:2:\"id\";i:5115;s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";i:1520520596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:22;s:11:\"trend_index\";i:18;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:155;a:14:{s:2:\"id\";i:10992;s:5:\"title\";s:59:\"Classic | Promotion | Coupon | Love | Valentine’s Day\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/02/h_small.png\";s:12:\"tmpl_created\";i:1550072007;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/classic-promotion-coupon-love-valentines-day/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:631;s:11:\"trend_index\";i:698;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:156;a:14:{s:2:\"id\";i:5125;s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";i:1520520597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:223;s:11:\"trend_index\";i:236;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:157;a:14:{s:2:\"id\";i:11005;s:5:\"title\";s:50:\"Classic | Promotion | Love | Valentine’s Day\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/02/bear_small.png\";s:12:\"tmpl_created\";i:1550073303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-promotion-love-valentines-day/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:628;s:11:\"trend_index\";i:609;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:158;a:14:{s:2:\"id\";i:5133;s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";i:1520520599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:170;s:11:\"trend_index\";i:149;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:159;a:14:{s:2:\"id\";i:5141;s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";i:1520520601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:371;s:11:\"trend_index\";i:454;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:160;a:14:{s:2:\"id\";i:5149;s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";i:1520520602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:365;s:11:\"trend_index\";i:546;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:161;a:14:{s:2:\"id\";i:5542;s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";i:1520520681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:159;s:11:\"trend_index\";i:212;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:162;a:14:{s:2:\"id\";i:5550;s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";i:1520520682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-33/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:249;s:11:\"trend_index\";i:268;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:163;a:14:{s:2:\"id\";i:5558;s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";i:1520520684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:135;s:11:\"trend_index\";i:146;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:164;a:14:{s:2:\"id\";i:5567;s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";i:1520520685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:146;s:11:\"trend_index\";i:80;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:165;a:14:{s:2:\"id\";i:11231;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png\";s:12:\"tmpl_created\";i:1564642380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/digital-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:166;s:11:\"trend_index\";i:158;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:166;a:14:{s:2:\"id\";i:5583;s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";i:1520520689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:131;s:11:\"trend_index\";i:42;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:167;a:14:{s:2:\"id\";i:11220;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png\";s:12:\"tmpl_created\";i:1564642385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/digital-agency-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:121;s:11:\"trend_index\";i:48;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:168;a:14:{s:2:\"id\";i:5591;s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";i:1520520691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:128;s:11:\"trend_index\";i:179;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:169;a:14:{s:2:\"id\";i:11204;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg\";s:12:\"tmpl_created\";i:1564642389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/digital-agency-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:36:\"[\"404\",\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:327;s:11:\"trend_index\";i:237;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:170;a:14:{s:2:\"id\";i:5599;s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";i:1520520693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:251;s:11:\"trend_index\";i:234;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:171;a:14:{s:2:\"id\";i:11198;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-digital-marketing-agency.png\";s:12:\"tmpl_created\";i:1564642395;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/digital-agency-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"header\",\"marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:46;s:11:\"trend_index\";i:17;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:172;a:14:{s:2:\"id\";i:5607;s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";i:1520520695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:51;s:11:\"trend_index\";i:9;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:173;a:14:{s:2:\"id\";i:11192;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg\";s:12:\"tmpl_created\";i:1564642399;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/digital-agency-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"footer\",\"marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:191;s:11:\"trend_index\";i:159;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:174;a:14:{s:2:\"id\";i:5634;s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";i:1520520699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:172;s:11:\"trend_index\";i:256;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:175;a:14:{s:2:\"id\";i:5642;s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";i:1520520701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-25/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:212;s:11:\"trend_index\";i:246;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:176;a:14:{s:2:\"id\";i:5650;s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";i:1520520702;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:91;s:11:\"trend_index\";i:81;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:177;a:14:{s:2:\"id\";i:5658;s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";i:1520520704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:180;s:11:\"trend_index\";i:163;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:178;a:14:{s:2:\"id\";i:5667;s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";i:1520520705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:158;s:11:\"trend_index\";i:182;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:179;a:14:{s:2:\"id\";i:5675;s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";i:1520520707;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:361;s:11:\"trend_index\";i:418;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:180;a:14:{s:2:\"id\";i:5860;s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";i:1520520746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:125;s:11:\"trend_index\";i:86;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:181;a:14:{s:2:\"id\";i:5869;s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";i:1520520747;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:312;s:11:\"trend_index\";i:374;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:182;a:14:{s:2:\"id\";i:5877;s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";i:1520520749;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:505;s:11:\"trend_index\";i:564;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:183;a:14:{s:2:\"id\";i:11468;s:5:\"title\";s:20:\"Classic | Sale | Gym\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png\";s:12:\"tmpl_created\";i:1567393182;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/classic-sale-gym/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:643;s:11:\"trend_index\";i:676;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:184;a:14:{s:2:\"id\";i:5885;s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";i:1520520751;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:270;s:11:\"trend_index\";i:402;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:185;a:14:{s:2:\"id\";i:11461;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-gym-and-fitness.png\";s:12:\"tmpl_created\";i:1567393219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:100:\"https://library.elementor.com/blocks/gym/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"header\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:228;s:11:\"trend_index\";i:124;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:186;a:14:{s:2:\"id\";i:5893;s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";i:1520520752;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:250;s:11:\"trend_index\";i:326;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:187;a:14:{s:2:\"id\";i:11453;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png\";s:12:\"tmpl_created\";i:1567393224;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/gym-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:16:\"[\"footer\",\"Gym\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:296;s:11:\"trend_index\";i:164;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:188;a:14:{s:2:\"id\";i:5904;s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";i:1520520754;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:473;s:11:\"trend_index\";i:567;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:189;a:14:{s:2:\"id\";i:11445;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png\";s:12:\"tmpl_created\";i:1567393229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/gym-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:432;s:11:\"trend_index\";i:428;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:190;a:14:{s:2:\"id\";i:5912;s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";i:1520520755;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-28/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:602;s:11:\"trend_index\";i:662;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:191;a:14:{s:2:\"id\";i:11435;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png\";s:12:\"tmpl_created\";i:1567393296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/gym-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:410;s:11:\"trend_index\";i:471;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:192;a:14:{s:2:\"id\";i:5921;s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";i:1520520757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:261;s:11:\"trend_index\";i:338;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:193;a:14:{s:2:\"id\";i:11424;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";i:1567393309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/gym-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:630;s:11:\"trend_index\";i:629;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:194;a:14:{s:2:\"id\";i:5930;s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";i:1520520758;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:73;s:11:\"trend_index\";i:120;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:195;a:14:{s:2:\"id\";i:5939;s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";i:1520520760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:177;s:11:\"trend_index\";i:186;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:196;a:14:{s:2:\"id\";i:7596;s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";i:1521546999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"header\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:35;s:11:\"trend_index\";i:33;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:197;a:14:{s:2:\"id\";i:7615;s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";i:1521547237;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"header\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:29;s:11:\"trend_index\";i:29;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:198;a:14:{s:2:\"id\";i:7627;s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";i:1521547332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/footer-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"footer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:113;s:11:\"trend_index\";i:94;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:199;a:14:{s:2:\"id\";i:11822;s:5:\"title\";s:30:\"Full Screen | Menu | Portfolio\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png\";s:12:\"tmpl_created\";i:1569429896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:606;s:11:\"trend_index\";i:628;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:200;a:14:{s:2:\"id\";i:7638;s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";i:1521547502;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/footer-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"footer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:120;s:11:\"trend_index\";i:136;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:201;a:14:{s:2:\"id\";i:11877;s:5:\"title\";s:27:\"Portfolio – Project 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";i:1569429954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:626;s:11:\"trend_index\";i:613;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:202;a:14:{s:2:\"id\";i:7663;s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";i:1521547761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:50;s:11:\"trend_index\";i:65;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:203;a:14:{s:2:\"id\";i:11870;s:5:\"title\";s:27:\"Portfolio – Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569429964;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:604;s:11:\"trend_index\";i:619;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:204;a:14:{s:2:\"id\";i:7650;s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";i:1521557736;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:109;s:11:\"trend_index\";i:113;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:205;a:14:{s:2:\"id\";i:11861;s:5:\"title\";s:27:\"Portfolio – Project 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";i:1569429975;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:593;s:11:\"trend_index\";i:703;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:206;a:14:{s:2:\"id\";i:7686;s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";i:1521558047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:124;s:11:\"trend_index\";i:193;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:207;a:14:{s:2:\"id\";i:11854;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png\";s:12:\"tmpl_created\";i:1569429983;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/portfolio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:472;s:11:\"trend_index\";i:404;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:208;a:14:{s:2:\"id\";i:4676;s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";i:1522014215;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/footer_7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"footer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:235;s:11:\"trend_index\";i:190;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:209;a:14:{s:2:\"id\";i:11847;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png\";s:12:\"tmpl_created\";i:1569430010;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:326;s:11:\"trend_index\";i:222;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:210;a:14:{s:2:\"id\";i:7997;s:5:\"title\";s:10:\"footer 014\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg\";s:12:\"tmpl_created\";i:1524582343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-014/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:79;s:11:\"trend_index\";i:35;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:211;a:14:{s:2:\"id\";i:11839;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";i:1569430015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:280;s:11:\"trend_index\";i:176;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:212;a:14:{s:2:\"id\";i:7982;s:5:\"title\";s:10:\"footer 013\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg\";s:12:\"tmpl_created\";i:1524582468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-013/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:219;s:11:\"trend_index\";i:126;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:213;a:14:{s:2:\"id\";i:11832;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png\";s:12:\"tmpl_created\";i:1569430019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"footer\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:298;s:11:\"trend_index\";i:144;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:214;a:14:{s:2:\"id\";i:7959;s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";i:1524582605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-012/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:185;s:11:\"trend_index\";i:181;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:215;a:14:{s:2:\"id\";i:11807;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png\";s:12:\"tmpl_created\";i:1569430070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:514;s:11:\"trend_index\";i:360;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:216;a:14:{s:2:\"id\";i:7950;s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";i:1524582631;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-011/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:255;s:11:\"trend_index\";i:235;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:217;a:14:{s:2:\"id\";i:7937;s:5:\"title\";s:10:\"footer 010\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg\";s:12:\"tmpl_created\";i:1524582665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-010/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:203;s:11:\"trend_index\";i:154;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:218;a:14:{s:2:\"id\";i:11897;s:5:\"title\";s:27:\"Portfolio – Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569494236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:683;s:11:\"trend_index\";i:583;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:219;a:14:{s:2:\"id\";i:7927;s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";i:1524582691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-09/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:174;s:11:\"trend_index\";i:141;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:220;a:14:{s:2:\"id\";i:11890;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-design-portfolio.png\";s:12:\"tmpl_created\";i:1571907344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:323;s:11:\"trend_index\";i:213;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:221;a:14:{s:2:\"id\";i:7917;s:5:\"title\";s:9:\"footer 08\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg\";s:12:\"tmpl_created\";i:1524582788;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-08/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:97;s:11:\"trend_index\";i:110;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:222;a:14:{s:2:\"id\";i:7904;s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";i:1524582814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-07/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:204;s:11:\"trend_index\";i:226;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:223;a:14:{s:2:\"id\";i:7837;s:5:\"title\";s:9:\"footer 01\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg\";s:12:\"tmpl_created\";i:1524582852;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:448;s:11:\"trend_index\";i:489;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:224;a:14:{s:2:\"id\";i:7852;s:5:\"title\";s:9:\"footer 02\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg\";s:12:\"tmpl_created\";i:1524582875;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:216;s:11:\"trend_index\";i:188;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:225;a:14:{s:2:\"id\";i:7862;s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";i:1524582903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:143;s:11:\"trend_index\";i:128;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:226;a:14:{s:2:\"id\";i:12212;s:5:\"title\";s:28:\"Law Firm – Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";i:1572846914;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:364;s:11:\"trend_index\";i:272;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:227;a:14:{s:2:\"id\";i:7871;s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";i:1524582927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:107;s:11:\"trend_index\";i:125;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:228;a:14:{s:2:\"id\";i:12203;s:5:\"title\";s:30:\"Law Firm – Search Archiv\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";i:1572846925;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:533;s:11:\"trend_index\";i:540;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:229;a:14:{s:2:\"id\";i:7884;s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";i:1524582944;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-05/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:84;s:11:\"trend_index\";i:172;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:230;a:14:{s:2:\"id\";i:12194;s:5:\"title\";s:23:\"Law Firm – Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png\";s:12:\"tmpl_created\";i:1572846935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/law-firm-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:126;s:11:\"trend_index\";i:28;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:231;a:14:{s:2:\"id\";i:7892;s:5:\"title\";s:9:\"footer 06\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg\";s:12:\"tmpl_created\";i:1524583015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-06/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:127;s:11:\"trend_index\";i:224;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:232;a:14:{s:2:\"id\";i:12179;s:5:\"title\";s:23:\"Law Firm – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";i:1572846958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/law-firm-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:418;s:11:\"trend_index\";i:294;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:233;a:14:{s:2:\"id\";i:4212;s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";i:1520443248;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:130;s:11:\"trend_index\";i:109;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:234;a:14:{s:2:\"id\";i:7825;s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";i:1524583273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:75;s:11:\"trend_index\";i:52;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:235;a:14:{s:2:\"id\";i:12170;s:5:\"title\";s:23:\"Law Firm – Archiv\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";i:1572846967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:423;s:11:\"trend_index\";i:377;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:236;a:14:{s:2:\"id\";i:4227;s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";i:1520443250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-30/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:329;s:11:\"trend_index\";i:431;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:237;a:14:{s:2:\"id\";i:7812;s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";i:1524583298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:111;s:11:\"trend_index\";i:97;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:238;a:14:{s:2:\"id\";i:12164;s:5:\"title\";s:20:\"Law Firm – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";i:1572846979;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/law-firm-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:679;s:11:\"trend_index\";i:642;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:239;a:14:{s:2:\"id\";i:4235;s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";i:1520443251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:282;s:11:\"trend_index\";i:342;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:240;a:14:{s:2:\"id\";i:7724;s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";i:1524583367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:31;s:11:\"trend_index\";i:19;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:241;a:14:{s:2:\"id\";i:4244;s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";i:1520443253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:483;s:11:\"trend_index\";i:548;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:242;a:14:{s:2:\"id\";i:7734;s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";i:1524583436;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:40;s:11:\"trend_index\";i:34;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:243;a:14:{s:2:\"id\";i:4252;s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";i:1520443255;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:42;s:11:\"trend_index\";i:27;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:244;a:14:{s:2:\"id\";i:7771;s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";i:1524583540;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:100;s:11:\"trend_index\";i:118;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:245;a:14:{s:2:\"id\";i:4260;s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";i:1520443257;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-25/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:176;s:11:\"trend_index\";i:162;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:246;a:14:{s:2:\"id\";i:7787;s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";i:1524583598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:108;s:11:\"trend_index\";i:98;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:247;a:14:{s:2:\"id\";i:4268;s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";i:1520443259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:167;s:11:\"trend_index\";i:252;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:248;a:14:{s:2:\"id\";i:7801;s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";i:1524583659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:55;s:11:\"trend_index\";i:73;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:249;a:14:{s:2:\"id\";i:4276;s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";i:1520443261;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:342;s:11:\"trend_index\";i:347;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:250;a:14:{s:2:\"id\";i:7754;s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";i:1524583712;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:96;s:11:\"trend_index\";i:254;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:251;a:14:{s:2:\"id\";i:4284;s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";i:1520443263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:30;s:11:\"trend_index\";i:8;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:252;a:14:{s:2:\"id\";i:7713;s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";i:1524584780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:47;s:11:\"trend_index\";i:37;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:253;a:14:{s:2:\"id\";i:4293;s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";i:1520443265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:276;s:11:\"trend_index\";i:267;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:254;a:14:{s:2:\"id\";i:7744;s:5:\"title\";s:8:\"Header 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";i:1524584784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:61;s:11:\"trend_index\";i:100;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:255;a:14:{s:2:\"id\";i:4302;s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";i:1520443266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:58;s:11:\"trend_index\";i:46;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:256;a:14:{s:2:\"id\";i:12229;s:5:\"title\";s:33:\"Slide In | Law Firm | Information\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";i:1572847842;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:532;s:11:\"trend_index\";i:485;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:257;a:14:{s:2:\"id\";i:4313;s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";i:1520443268;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:118;s:11:\"trend_index\";i:91;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:258;a:14:{s:2:\"id\";i:8523;s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";i:1526415291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-06/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:309;s:11:\"trend_index\";i:376;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:259;a:14:{s:2:\"id\";i:12550;s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";i:1575960263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:704;s:11:\"trend_index\";i:678;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:260;a:14:{s:2:\"id\";i:4324;s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";i:1520443270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:286;s:11:\"trend_index\";i:248;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:261;a:14:{s:2:\"id\";i:8524;s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";i:1526415337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-07/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:318;s:11:\"trend_index\";i:386;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:262;a:14:{s:2:\"id\";i:12540;s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";i:1575960267;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:638;s:11:\"trend_index\";i:621;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:263;a:14:{s:2:\"id\";i:4332;s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";i:1520443272;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:139;s:11:\"trend_index\";i:160;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:264;a:14:{s:2:\"id\";i:8525;s:5:\"title\";s:11:\"404 page 08\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg\";s:12:\"tmpl_created\";i:1526415374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-08/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:491;s:11:\"trend_index\";i:364;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:265;a:14:{s:2:\"id\";i:12492;s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";i:1575960358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/travel-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:477;s:11:\"trend_index\";i:469;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:266;a:14:{s:2:\"id\";i:4341;s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";i:1520443274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:141;s:11:\"trend_index\";i:171;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:267;a:14:{s:2:\"id\";i:8513;s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";i:1526415417;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:445;s:11:\"trend_index\";i:501;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:268;a:14:{s:2:\"id\";i:12500;s:5:\"title\";s:21:\"Travel – Header\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png\";s:12:\"tmpl_created\";i:1575960371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/travel-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:436;s:11:\"trend_index\";i:394;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:269;a:14:{s:2:\"id\";i:4349;s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";i:1520443275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:316;s:11:\"trend_index\";i:410;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:270;a:14:{s:2:\"id\";i:8512;s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";i:1526415449;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:481;s:11:\"trend_index\";i:474;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:271;a:14:{s:2:\"id\";i:12509;s:5:\"title\";s:18:\"Travel – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";i:1575960378;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/travel-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:692;s:11:\"trend_index\";i:0;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:272;a:14:{s:2:\"id\";i:4357;s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";i:1520443277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:45;s:11:\"trend_index\";i:53;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:273;a:14:{s:2:\"id\";i:8526;s:5:\"title\";s:11:\"404 page 09\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg\";s:12:\"tmpl_created\";i:1526415474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-09/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:484;s:11:\"trend_index\";i:535;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:274;a:14:{s:2:\"id\";i:12516;s:5:\"title\";s:27:\"Travel – Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";i:1575960387;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:478;s:11:\"trend_index\";i:312;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:275;a:14:{s:2:\"id\";i:4368;s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";i:1520443279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:64;s:11:\"trend_index\";i:74;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:276;a:14:{s:2:\"id\";i:8505;s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";i:1526415501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:585;s:11:\"trend_index\";i:647;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:277;a:14:{s:2:\"id\";i:12524;s:5:\"title\";s:26:\"Travel – Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";i:1575960397;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/travel-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:555;s:11:\"trend_index\";i:571;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:278;a:14:{s:2:\"id\";i:4376;s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";i:1520443281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-28/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:148;s:11:\"trend_index\";i:122;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:279;a:14:{s:2:\"id\";i:8511;s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";i:1526415528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:377;s:11:\"trend_index\";i:576;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:280;a:14:{s:2:\"id\";i:12531;s:5:\"title\";s:31:\"Travel – Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";i:1575960404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:597;s:11:\"trend_index\";i:640;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:281;a:14:{s:2:\"id\";i:4391;s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";i:1520443283;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:153;s:11:\"trend_index\";i:165;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:282;a:14:{s:2:\"id\";i:8514;s:5:\"title\";s:11:\"404 Page 05\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg\";s:12:\"tmpl_created\";i:1526415558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-05/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:439;s:11:\"trend_index\";i:455;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:283;a:14:{s:2:\"id\";i:4400;s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";i:1520443285;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:266;s:11:\"trend_index\";i:381;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:284;a:14:{s:2:\"id\";i:8676;s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";i:1527682423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:335;s:11:\"trend_index\";i:300;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:285;a:14:{s:2:\"id\";i:4411;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";i:1520443287;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:101;s:11:\"trend_index\";i:150;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:286;a:14:{s:2:\"id\";i:8678;s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";i:1527682780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:179;s:11:\"trend_index\";i:72;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:287;a:14:{s:2:\"id\";i:4420;s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";i:1520443289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:184;s:11:\"trend_index\";i:259;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:288;a:14:{s:2:\"id\";i:8679;s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";i:1527682847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:189;s:11:\"trend_index\";i:54;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:289;a:14:{s:2:\"id\";i:4428;s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";i:1520443291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:110;s:11:\"trend_index\";i:117;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:290;a:14:{s:2:\"id\";i:8680;s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";i:1527682896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:421;s:11:\"trend_index\";i:318;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:291;a:14:{s:2:\"id\";i:4436;s:5:\"title\";s:11:\"Contact 16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";i:1520443293;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:165;s:11:\"trend_index\";i:177;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:292;a:14:{s:2:\"id\";i:8681;s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";i:1527682969;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:319;s:11:\"trend_index\";i:230;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:293;a:14:{s:2:\"id\";i:4444;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443295;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:85;s:11:\"trend_index\";i:66;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:294;a:14:{s:2:\"id\";i:8682;s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";i:1527683026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:454;s:11:\"trend_index\";i:299;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:295;a:14:{s:2:\"id\";i:4452;s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:138;s:11:\"trend_index\";i:107;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:296;a:14:{s:2:\"id\";i:8703;s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";i:1527683072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:413;s:11:\"trend_index\";i:314;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:297;a:14:{s:2:\"id\";i:4460;s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:104;s:11:\"trend_index\";i:82;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:298;a:14:{s:2:\"id\";i:8961;s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";i:1528639909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:94;s:11:\"trend_index\";i:105;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:299;a:14:{s:2:\"id\";i:4468;s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";i:1520443301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:133;s:11:\"trend_index\";i:96;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:300;a:14:{s:2:\"id\";i:8969;s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";i:1528700014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:252;s:11:\"trend_index\";i:496;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:301;a:14:{s:2:\"id\";i:12716;s:5:\"title\";s:30:\"Magazine – Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png\";s:12:\"tmpl_created\";i:1579060659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:536;s:11:\"trend_index\";i:396;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:302;a:14:{s:2:\"id\";i:4476;s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";i:1520443303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:234;s:11:\"trend_index\";i:244;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:303;a:14:{s:2:\"id\";i:8973;s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";i:1528700205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:188;s:11:\"trend_index\";i:215;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:304;a:14:{s:2:\"id\";i:12707;s:5:\"title\";s:30:\"Magazine – Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png\";s:12:\"tmpl_created\";i:1579060669;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:512;s:11:\"trend_index\";i:330;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:305;a:14:{s:2:\"id\";i:4484;s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";i:1520443305;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:324;s:11:\"trend_index\";i:397;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:306;a:14:{s:2:\"id\";i:8977;s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";i:1528700326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:349;s:11:\"trend_index\";i:490;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:307;a:14:{s:2:\"id\";i:12699;s:5:\"title\";s:30:\"Magazine – Single Post 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png\";s:12:\"tmpl_created\";i:1579060680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:408;s:11:\"trend_index\";i:269;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:308;a:14:{s:2:\"id\";i:4492;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";i:1520443307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:38;s:11:\"trend_index\";i:23;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:309;a:14:{s:2:\"id\";i:8981;s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";i:1528700484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:321;s:11:\"trend_index\";i:393;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:310;a:14:{s:2:\"id\";i:12688;s:5:\"title\";s:30:\"Magazine – Single Post 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png\";s:12:\"tmpl_created\";i:1579060692;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:400;s:11:\"trend_index\";i:243;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:311;a:14:{s:2:\"id\";i:4500;s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";i:1520443308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:469;s:11:\"trend_index\";i:481;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:312;a:14:{s:2:\"id\";i:8985;s:5:\"title\";s:9:\"archive 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg\";s:12:\"tmpl_created\";i:1528700612;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:211;s:11:\"trend_index\";i:250;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:313;a:14:{s:2:\"id\";i:12678;s:5:\"title\";s:23:\"Magazine – Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png\";s:12:\"tmpl_created\";i:1579060701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/magazine-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:28:\"[\"Blog\",\"header\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:313;s:11:\"trend_index\";i:240;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:314;a:14:{s:2:\"id\";i:4509;s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";i:1520443310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:652;s:11:\"trend_index\";i:687;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:315;a:14:{s:2:\"id\";i:8989;s:5:\"title\";s:9:\"archive 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg\";s:12:\"tmpl_created\";i:1528701063;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:205;s:11:\"trend_index\";i:290;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:316;a:14:{s:2:\"id\";i:12669;s:5:\"title\";s:23:\"Magazine – Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png\";s:12:\"tmpl_created\";i:1579060715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/magazine-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:28:\"[\"Blog\",\"footer\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:463;s:11:\"trend_index\";i:336;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:317;a:14:{s:2:\"id\";i:4521;s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";i:1520443312;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:310;s:11:\"trend_index\";i:344;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:318;a:14:{s:2:\"id\";i:8996;s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";i:1528701290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:215;s:11:\"trend_index\";i:452;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:319;a:14:{s:2:\"id\";i:12661;s:5:\"title\";s:23:\"Magazine – Search\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png\";s:12:\"tmpl_created\";i:1579060722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/magazine-search/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:443;s:11:\"trend_index\";i:214;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:320;a:14:{s:2:\"id\";i:4529;s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";i:1520443314;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:568;s:11:\"trend_index\";i:553;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:321;a:14:{s:2:\"id\";i:9001;s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";i:1528701433;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:267;s:11:\"trend_index\";i:429;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:322;a:14:{s:2:\"id\";i:12652;s:5:\"title\";s:17:\"Magazine- Archiv2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png\";s:12:\"tmpl_created\";i:1579060730;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:525;s:11:\"trend_index\";i:516;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:323;a:14:{s:2:\"id\";i:4537;s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";i:1520443315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:538;s:11:\"trend_index\";i:562;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:324;a:14:{s:2:\"id\";i:9119;s:5:\"title\";s:10:\"footer 015\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png\";s:12:\"tmpl_created\";i:1532428138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/blocks/demo/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:253;s:11:\"trend_index\";i:266;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:325;a:14:{s:2:\"id\";i:12643;s:5:\"title\";s:24:\"Magazine – Archiv1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png\";s:12:\"tmpl_created\";i:1579060737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:386;s:11:\"trend_index\";i:287;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:326;a:14:{s:2:\"id\";i:4545;s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";i:1520443317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:648;s:11:\"trend_index\";i:658;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:327;a:14:{s:2:\"id\";i:9127;s:5:\"title\";s:9:\"header 13\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png\";s:12:\"tmpl_created\";i:1532428699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:60;s:11:\"trend_index\";i:106;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:328;a:14:{s:2:\"id\";i:12635;s:5:\"title\";s:20:\"Magazine – 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png\";s:12:\"tmpl_created\";i:1579060746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/magazine-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:611;s:11:\"trend_index\";i:528;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:329;a:14:{s:2:\"id\";i:4553;s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";i:1520443319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:482;s:11:\"trend_index\";i:453;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:330;a:14:{s:2:\"id\";i:12736;s:5:\"title\";s:41:\"Slide In | Contact Us | Magazine and Blog\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png\";s:12:\"tmpl_created\";i:1579060978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:691;s:11:\"trend_index\";i:670;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:331;a:14:{s:2:\"id\";i:4562;s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";i:1520443322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:636;s:11:\"trend_index\";i:709;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:332;a:14:{s:2:\"id\";i:12726;s:5:\"title\";s:52:\"Classic | Newsletter | Subscribe | Magazine and Blog\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";i:1579061019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:417;s:11:\"trend_index\";i:274;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:333;a:14:{s:2:\"id\";i:4572;s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";i:1520443324;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:308;s:11:\"trend_index\";i:310;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:334;a:14:{s:2:\"id\";i:9174;s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";i:1532950125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:44;s:11:\"trend_index\";i:16;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:335;a:14:{s:2:\"id\";i:13089;s:5:\"title\";s:23:\"Photography – 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png\";s:12:\"tmpl_created\";i:1582091623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/photography-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:33:\"[\"404\",\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:681;s:11:\"trend_index\";i:580;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:336;a:14:{s:2:\"id\";i:4580;s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";i:1520443326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:537;s:11:\"trend_index\";i:588;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:337;a:14:{s:2:\"id\";i:9178;s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";i:1532951997;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:87;s:11:\"trend_index\";i:55;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:338;a:14:{s:2:\"id\";i:13096;s:5:\"title\";s:32:\"Photography – Archiv Media\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png\";s:12:\"tmpl_created\";i:1582091742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:609;s:11:\"trend_index\";i:447;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:339;a:14:{s:2:\"id\";i:4589;s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";i:1520443327;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:659;s:11:\"trend_index\";i:713;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:340;a:14:{s:2:\"id\";i:9180;s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";i:1532952302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:129;s:11:\"trend_index\";i:61;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:341;a:14:{s:2:\"id\";i:13103;s:5:\"title\";s:26:\"Photography – Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png\";s:12:\"tmpl_created\";i:1582091903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/photography-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:36:\"[\"footer\",\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:465;s:11:\"trend_index\";i:341;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:342;a:14:{s:2:\"id\";i:4597;s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";i:1520443330;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:561;s:11:\"trend_index\";i:715;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:343;a:14:{s:2:\"id\";i:9182;s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";i:1532952606;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:144;s:11:\"trend_index\";i:93;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:344;a:14:{s:2:\"id\";i:13120;s:5:\"title\";s:31:\"Photography – Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png\";s:12:\"tmpl_created\";i:1582092351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/photography-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:650;s:11:\"trend_index\";i:590;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:345;a:14:{s:2:\"id\";i:4605;s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";i:1520443332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:678;s:11:\"trend_index\";i:650;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:346;a:14:{s:2:\"id\";i:9239;s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";i:1532953482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:80;s:11:\"trend_index\";i:30;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:347;a:14:{s:2:\"id\";i:13112;s:5:\"title\";s:26:\"Photography – Header\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png\";s:12:\"tmpl_created\";i:1582092483;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/photography-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:36:\"[\"header\",\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:347;s:11:\"trend_index\";i:199;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:348;a:14:{s:2:\"id\";i:4613;s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";i:1520443334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:535;s:11:\"trend_index\";i:599;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:349;a:14:{s:2:\"id\";i:9247;s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";i:1532953793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:93;s:11:\"trend_index\";i:43;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:350;a:14:{s:2:\"id\";i:13129;s:5:\"title\";s:28:\"Classic | Menu | Photography\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png\";s:12:\"tmpl_created\";i:1582092645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/classic-menu-photography/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:616;s:11:\"trend_index\";i:699;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:351;a:14:{s:2:\"id\";i:9254;s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";i:1532954032;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:103;s:11:\"trend_index\";i:39;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:352;a:14:{s:2:\"id\";i:9301;s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";i:1537440661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:227;s:11:\"trend_index\";i:380;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:353;a:14:{s:2:\"id\";i:9296;s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";i:1537440673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:202;s:11:\"trend_index\";i:295;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:354;a:14:{s:2:\"id\";i:9313;s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";i:1537440798;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:181;s:11:\"trend_index\";i:301;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:355;a:14:{s:2:\"id\";i:9343;s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";i:1537443531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:208;s:11:\"trend_index\";i:385;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:356;a:14:{s:2:\"id\";i:9349;s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";i:1537443903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:147;s:11:\"trend_index\";i:166;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:357;a:14:{s:2:\"id\";i:4690;s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";i:1520443348;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:233;s:11:\"trend_index\";i:204;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:358;a:14:{s:2:\"id\";i:4698;s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";i:1520443350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:402;s:11:\"trend_index\";i:446;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:359;a:14:{s:2:\"id\";i:4706;s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";i:1520443352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:142;s:11:\"trend_index\";i:119;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:360;a:14:{s:2:\"id\";i:4718;s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";i:1520443354;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:178;s:11:\"trend_index\";i:221;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:361;a:14:{s:2:\"id\";i:4727;s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";i:1520443356;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:360;s:11:\"trend_index\";i:369;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:362;a:14:{s:2:\"id\";i:4736;s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";i:1520443358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:140;s:11:\"trend_index\";i:114;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:363;a:14:{s:2:\"id\";i:4746;s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";i:1520443360;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:263;s:11:\"trend_index\";i:223;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:364;a:14:{s:2:\"id\";i:4759;s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";i:1520443362;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:290;s:11:\"trend_index\";i:422;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:365;a:14:{s:2:\"id\";i:4770;s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";i:1520443364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/team-12-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:393;s:11:\"trend_index\";i:403;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:366;a:14:{s:2:\"id\";i:4781;s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";i:1520443365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:258;s:11:\"trend_index\";i:479;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:367;a:14:{s:2:\"id\";i:9611;s:5:\"title\";s:16:\"Hello Bar | Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2019/01/Top-Bar_Sale_small_01.png\";s:12:\"tmpl_created\";i:1546965350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/hello-bar-sale-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:571;s:11:\"trend_index\";i:463;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:368;a:14:{s:2:\"id\";i:13274;s:5:\"title\";s:38:\"Interior Design – Single Project\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png\";s:12:\"tmpl_created\";i:1586148723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:619;s:11:\"trend_index\";i:497;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:369;a:14:{s:2:\"id\";i:4793;s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";i:1520443367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:194;s:11:\"trend_index\";i:210;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:370;a:14:{s:2:\"id\";i:9622;s:5:\"title\";s:19:\"Classic | Promotion\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_promotion_small_02.png\";s:12:\"tmpl_created\";i:1546965896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/classic-promotion-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:575;s:11:\"trend_index\";i:533;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:371;a:14:{s:2:\"id\";i:13267;s:5:\"title\";s:35:\"Interior Design – Single News\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Post.png\";s:12:\"tmpl_created\";i:1586148728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:544;s:11:\"trend_index\";i:491;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:372;a:14:{s:2:\"id\";i:4801;s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";i:1520443369;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:333;s:11:\"trend_index\";i:328;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:373;a:14:{s:2:\"id\";i:9631;s:5:\"title\";s:38:\"Slide-in | Sale | Register | Subscribe\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2019/01/Slide-in_Sale_small_01.png\";s:12:\"tmpl_created\";i:1546968270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/slide-in-sale-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:601;s:11:\"trend_index\";i:618;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:374;a:14:{s:2:\"id\";i:13259;s:5:\"title\";s:36:\"Interior Design – News Archive\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png\";s:12:\"tmpl_created\";i:1586148733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:509;s:11:\"trend_index\";i:351;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:375;a:14:{s:2:\"id\";i:4809;s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";i:1520443371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:283;s:11:\"trend_index\";i:458;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:376;a:14:{s:2:\"id\";i:13251;s:5:\"title\";s:27:\"Interior Design – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.png\";s:12:\"tmpl_created\";i:1586148737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/interior-design-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:698;s:11:\"trend_index\";i:686;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:377;a:14:{s:2:\"id\";i:4818;s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";i:1520443373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:466;s:11:\"trend_index\";i:520;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:378;a:14:{s:2:\"id\";i:13244;s:5:\"title\";s:30:\"Interior Design – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png\";s:12:\"tmpl_created\";i:1586148742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/interior-design-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"business\",\"footer\",\"interior design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:405;s:11:\"trend_index\";i:219;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:379;a:14:{s:2:\"id\";i:5045;s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";i:1520443423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:578;s:11:\"trend_index\";i:684;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:380;a:14:{s:2:\"id\";i:9662;s:5:\"title\";s:33:\"Bottom Bar | Register | Subscribe\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2019/01/Bottom-Bar_Register_small_01.png\";s:12:\"tmpl_created\";i:1547009087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/popups/bottom-bar-register-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:625;s:11:\"trend_index\";i:0;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:381;a:14:{s:2:\"id\";i:13236;s:5:\"title\";s:30:\"Interior Design – Header\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png\";s:12:\"tmpl_created\";i:1586148746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/interior-design-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"business\",\"header\",\"interior design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:222;s:11:\"trend_index\";i:78;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:382;a:14:{s:2:\"id\";i:5157;s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";i:1520443448;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:341;s:11:\"trend_index\";i:323;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:383;a:14:{s:2:\"id\";i:13281;s:5:\"title\";s:37:\"Hello Bar | Contact | Interior Design\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp.png\";s:12:\"tmpl_created\";i:1586148801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/hello-bar-contact-interior-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:19:\"[\"interior design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:718;s:11:\"trend_index\";i:685;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:384;a:14:{s:2:\"id\";i:5165;s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";i:1520443450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:498;s:11:\"trend_index\";i:505;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:385;a:14:{s:2:\"id\";i:5173;s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";i:1520443452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:271;s:11:\"trend_index\";i:228;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:386;a:14:{s:2:\"id\";i:9690;s:5:\"title\";s:17:\"Classic | Contact\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2019/01/Classic_Contact_small_01.png\";s:12:\"tmpl_created\";i:1547011716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/classic-contact-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:380;s:11:\"trend_index\";i:426;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:387;a:14:{s:2:\"id\";i:5181;s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";i:1520443454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:426;s:11:\"trend_index\";i:440;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:388;a:14:{s:2:\"id\";i:9699;s:5:\"title\";s:33:\"Classic | Contact | Gym | Fitness\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2019/01/Classic_Contact_small_02.png\";s:12:\"tmpl_created\";i:1547015827;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/classic-contact-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:449;s:11:\"trend_index\";i:536;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:389;a:14:{s:2:\"id\";i:5189;s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";i:1520443456;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:435;s:11:\"trend_index\";i:475;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:390;a:14:{s:2:\"id\";i:5198;s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";i:1520443458;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-30/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:517;s:11:\"trend_index\";i:563;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:391;a:14:{s:2:\"id\";i:9571;s:5:\"title\";s:14:\"Fly In | Login\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/FlyIn_Login_01_small.png\";s:12:\"tmpl_created\";i:1547726151;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/fly-in-login-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:583;s:11:\"trend_index\";i:577;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:392;a:14:{s:2:\"id\";i:13395;s:5:\"title\";s:34:\"Online Course – Start Lesson\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg\";s:12:\"tmpl_created\";i:1587474673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:662;s:11:\"trend_index\";i:515;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:393;a:14:{s:2:\"id\";i:5206;s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";i:1520443459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-31/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:548;s:11:\"trend_index\";i:550;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:394;a:14:{s:2:\"id\";i:13387;s:5:\"title\";s:32:\"Online Course – End Lesson\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg\";s:12:\"tmpl_created\";i:1587474682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:663;s:11:\"trend_index\";i:487;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:395;a:14:{s:2:\"id\";i:5214;s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";i:1520443462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:196;s:11:\"trend_index\";i:152;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:396;a:14:{s:2:\"id\";i:13378;s:5:\"title\";s:28:\"Online Course – Header\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg\";s:12:\"tmpl_created\";i:1587474693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/online-course-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"header\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:519;s:11:\"trend_index\";i:359;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:397;a:14:{s:2:\"id\";i:5222;s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";i:1520443464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:387;s:11:\"trend_index\";i:461;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:398;a:14:{s:2:\"id\";i:9740;s:5:\"title\";s:25:\"Classic | Promotion | App\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/app_small.png\";s:12:\"tmpl_created\";i:1547822836;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/classic-promotion-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:576;s:11:\"trend_index\";i:566;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:399;a:14:{s:2:\"id\";i:13369;s:5:\"title\";s:28:\"Online Course – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg\";s:12:\"tmpl_created\";i:1587474701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/online-course-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"footer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:480;s:11:\"trend_index\";i:371;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:400;a:14:{s:2:\"id\";i:5230;s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";i:1520443466;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:325;s:11:\"trend_index\";i:356;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:401;a:14:{s:2:\"id\";i:13361;s:5:\"title\";s:25:\"Online Course – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg\";s:12:\"tmpl_created\";i:1587474710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/online-course-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:35:\"[\"404\",\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:677;s:11:\"trend_index\";i:435;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:402;a:14:{s:2:\"id\";i:5238;s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";i:1520443468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/hero-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:564;s:11:\"trend_index\";i:570;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:403;a:14:{s:2:\"id\";i:9762;s:5:\"title\";s:36:\"Classic | Register | Subscribe | Spa\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2019/01/spa_small_classic.png\";s:12:\"tmpl_created\";i:1547824145;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-register-subscribe-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:451;s:11:\"trend_index\";i:349;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:404;a:14:{s:2:\"id\";i:13413;s:5:\"title\";s:33:\"Classic | Contact | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg\";s:12:\"tmpl_created\";i:1587474761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/classic-contact-online-course/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:590;s:11:\"trend_index\";i:407;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:405;a:14:{s:2:\"id\";i:5249;s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";i:1520443470;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-32/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:492;s:11:\"trend_index\";i:499;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:406;a:14:{s:2:\"id\";i:9772;s:5:\"title\";s:27:\"Hello bar | Promotion | App\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/app_hello_small.png\";s:12:\"tmpl_created\";i:1547824279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/hello-bar-promotion-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:696;s:11:\"trend_index\";i:708;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:407;a:14:{s:2:\"id\";i:13402;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg\";s:12:\"tmpl_created\";i:1587474772;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-cta-online-course/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:624;s:11:\"trend_index\";i:523;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:408;a:14:{s:2:\"id\";i:5257;s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";i:1520443472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:407;s:11:\"trend_index\";i:495;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:409;a:14:{s:2:\"id\";i:13422;s:5:\"title\";s:30:\"Classic | Menu | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1587474782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/classic-menu-online-course/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:572;s:11:\"trend_index\";i:519;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"1\";}i:410;a:14:{s:2:\"id\";i:5266;s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";i:1520443474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:98;s:11:\"trend_index\";i:92;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:411;a:14:{s:2:\"id\";i:9793;s:5:\"title\";s:13:\"Fly In | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2019/01/flyin_black_small.png\";s:12:\"tmpl_created\";i:1547831151;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/popups/fly-in-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:618;s:11:\"trend_index\";i:541;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:412;a:14:{s:2:\"id\";i:13621;s:5:\"title\";s:30:\"Barbershop – Single Post\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg\";s:12:\"tmpl_created\";i:1589893137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/barbershop-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:723;s:11:\"trend_index\";i:623;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:413;a:14:{s:2:\"id\";i:5275;s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";i:1520443476;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:322;s:11:\"trend_index\";i:258;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:414;a:14:{s:2:\"id\";i:13612;s:5:\"title\";s:25:\"Barbershop – Header\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg\";s:12:\"tmpl_created\";i:1589893142;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/barbershop-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"header\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:476;s:11:\"trend_index\";i:225;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:415;a:14:{s:2:\"id\";i:5283;s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";i:1520443478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:297;s:11:\"trend_index\";i:460;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:416;a:14:{s:2:\"id\";i:13604;s:5:\"title\";s:25:\"Barbershop – Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1589893147;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/barbershop-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"footer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:622;s:11:\"trend_index\";i:405;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:417;a:14:{s:2:\"id\";i:5290;s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";i:1520443480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:518;s:11:\"trend_index\";i:565;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:418;a:14:{s:2:\"id\";i:13528;s:5:\"title\";s:22:\"Barbershop – 404\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg\";s:12:\"tmpl_created\";i:1589893152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/barbershop-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:727;s:11:\"trend_index\";i:675;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:419;a:14:{s:2:\"id\";i:5298;s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";i:1520443482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:437;s:11:\"trend_index\";i:506;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:420;a:14:{s:2:\"id\";i:9836;s:5:\"title\";s:21:\"Classic | Login | Pop\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/login_b_small.png\";s:12:\"tmpl_created\";i:1547835635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/popups/classic-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:584;s:11:\"trend_index\";i:552;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:421;a:14:{s:2:\"id\";i:13518;s:5:\"title\";s:26:\"Barbershop – Archive\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg\";s:12:\"tmpl_created\";i:1589893157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/barbershop-archive/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:717;s:11:\"trend_index\";i:649;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:422;a:14:{s:2:\"id\";i:5306;s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";i:1520443484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:605;s:11:\"trend_index\";i:677;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:423;a:14:{s:2:\"id\";i:9847;s:5:\"title\";s:25:\"Fly In | Promotion | Lego\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/fly_in_promotion_tro.png\";s:12:\"tmpl_created\";i:1547836956;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/fly-in-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:686;s:11:\"trend_index\";i:692;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:424;a:14:{s:2:\"id\";i:5315;s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";i:1520443486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:485;s:11:\"trend_index\";i:568;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:425;a:14:{s:2:\"id\";i:9858;s:5:\"title\";s:27:\"Slide In | Promotion | Wine\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2019/01/slide-in_promotion_wine_small.png\";s:12:\"tmpl_created\";i:1547837100;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/slide-in-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:712;s:11:\"trend_index\";i:0;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:426;a:14:{s:2:\"id\";i:5324;s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";i:1520443488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:511;s:11:\"trend_index\";i:603;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:427;a:14:{s:2:\"id\";i:5333;s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";i:1520443489;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:238;s:11:\"trend_index\";i:324;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:428;a:14:{s:2:\"id\";i:5341;s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";i:1520443491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:566;s:11:\"trend_index\";i:646;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:429;a:14:{s:2:\"id\";i:5349;s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";i:1520443493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:243;s:11:\"trend_index\";i:261;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:430;a:14:{s:2:\"id\";i:13538;s:5:\"title\";s:32:\"Fly-In | Newsletter | Barbershop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/05/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1589893364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/fly-in-newsletter-barbershop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:701;s:11:\"trend_index\";i:551;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:431;a:14:{s:2:\"id\";i:5357;s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";i:1520443495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:330;s:11:\"trend_index\";i:320;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:432;a:14:{s:2:\"id\";i:5368;s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";i:1520443497;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:247;s:11:\"trend_index\";i:273;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:433;a:14:{s:2:\"id\";i:5381;s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";i:1520443499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:186;s:11:\"trend_index\";i:264;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:434;a:14:{s:2:\"id\";i:5389;s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";i:1520443501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:385;s:11:\"trend_index\";i:420;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:435;a:14:{s:2:\"id\";i:9944;s:5:\"title\";s:33:\"Slide In | Promotion | Headphones\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_head_small.png\";s:12:\"tmpl_created\";i:1547841939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/slide-in-promotion-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:689;s:11:\"trend_index\";i:652;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:436;a:14:{s:2:\"id\";i:5397;s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";i:1520443503;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:154;s:11:\"trend_index\";i:151;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:437;a:14:{s:2:\"id\";i:9955;s:5:\"title\";s:14:\"Fly In | Login\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2019/01/flyin_login_lock_small.png\";s:12:\"tmpl_created\";i:1547842065;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/popups/fly-in-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:524;s:11:\"trend_index\";i:522;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:438;a:14:{s:2:\"id\";i:5405;s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";i:1520443505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:224;s:11:\"trend_index\";i:348;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:439;a:14:{s:2:\"id\";i:9965;s:5:\"title\";s:30:\"Classic | Register | Subscribe\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_moon_small.png\";s:12:\"tmpl_created\";i:1547842174;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:539;s:11:\"trend_index\";i:606;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:440;a:14:{s:2:\"id\";i:5413;s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";i:1520443507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:92;s:11:\"trend_index\";i:38;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:441;a:14:{s:2:\"id\";i:14058;s:5:\"title\";s:36:\"Japanese restaurant – 404 page\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg\";s:12:\"tmpl_created\";i:1592290211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/japanese-restaurant-404-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:38:\"[\"404\",\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:721;s:11:\"trend_index\";i:512;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:442;a:14:{s:2:\"id\";i:5421;s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";i:1520443509;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:226;s:11:\"trend_index\";i:247;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:443;a:14:{s:2:\"id\";i:14050;s:5:\"title\";s:34:\"Japanese restaurant – Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1592290247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/japanese-restaurant-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:41:\"[\"Food\",\"footer\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:522;s:11:\"trend_index\";i:147;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:444;a:14:{s:2:\"id\";i:5429;s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";i:1520443510;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:74;s:11:\"trend_index\";i:56;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:445;a:14:{s:2:\"id\";i:9995;s:5:\"title\";s:27:\"Slide In | Sale | Christmas\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_christmas_small.png\";s:12:\"tmpl_created\";i:1547844802;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/slide-in-sale-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:719;s:11:\"trend_index\";i:693;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:446;a:14:{s:2:\"id\";i:14042;s:5:\"title\";s:34:\"Japanese restaurant – Header\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg\";s:12:\"tmpl_created\";i:1592290277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/japanese-restaurant-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:41:\"[\"Food\",\"header\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:559;s:11:\"trend_index\";i:196;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:447;a:14:{s:2:\"id\";i:5438;s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";i:1520443512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:182;s:11:\"trend_index\";i:148;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:448;a:14:{s:2:\"id\";i:5447;s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";i:1520443514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:54;s:11:\"trend_index\";i:47;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:449;a:14:{s:2:\"id\";i:10016;s:5:\"title\";s:16:\"Hello Bar | Sale\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2019/01/Hello-Bar_Promotion_bag_small.png\";s:12:\"tmpl_created\";i:1547845062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/hello-bar-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:726;s:11:\"trend_index\";i:0;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:450;a:14:{s:2:\"id\";i:14067;s:5:\"title\";s:37:\"Slide In | Japanese restaurant | Menu\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Menu-Pop-Up-Small.jpg\";s:12:\"tmpl_created\";i:1592290352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-japanese-restaurant-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:675;s:11:\"trend_index\";i:476;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:451;a:14:{s:2:\"id\";i:5455;s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";i:1520443516;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:137;s:11:\"trend_index\";i:169;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:452;a:14:{s:2:\"id\";i:10026;s:5:\"title\";s:46:\"Classic | Register | Subscribe | Gym | Fitness\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_register_small.png\";s:12:\"tmpl_created\";i:1547845205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-register-subscribe-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:556;s:11:\"trend_index\";i:620;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:453;a:14:{s:2:\"id\";i:5464;s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";i:1520443518;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:229;s:11:\"trend_index\";i:249;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:454;a:14:{s:2:\"id\";i:10036;s:5:\"title\";s:43:\"Full Screen | Sale | Promotion | Headphones\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/full_sale_head_small.png\";s:12:\"tmpl_created\";i:1547845409;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/full-screen-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:574;s:11:\"trend_index\";i:467;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:455;a:14:{s:2:\"id\";i:14111;s:5:\"title\";s:36:\"Classic | Japanese restaurant | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1592300400;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-japanese-restaurant-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:715;s:11:\"trend_index\";i:587;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:456;a:14:{s:2:\"id\";i:5472;s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";i:1520443520;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:214;s:11:\"trend_index\";i:178;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:457;a:14:{s:2:\"id\";i:5480;s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";i:1520443522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-4-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:424;s:11:\"trend_index\";i:417;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:458;a:14:{s:2:\"id\";i:10057;s:5:\"title\";s:48:\"Hello Bar | Register | Subscribe | Gym | Fitness\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2019/01/hello-bar_register_sport_small.png\";s:12:\"tmpl_created\";i:1547847938;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/hello-bar-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:702;s:11:\"trend_index\";i:674;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:459;a:14:{s:2:\"id\";i:5488;s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";i:1520443524;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:314;s:11:\"trend_index\";i:355;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:460;a:14:{s:2:\"id\";i:5496;s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png\";s:12:\"tmpl_created\";i:1520443526;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:508;s:11:\"trend_index\";i:575;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:461;a:14:{s:2:\"id\";i:5504;s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";i:1520443528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:112;s:11:\"trend_index\";i:161;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:462;a:14:{s:2:\"id\";i:10087;s:5:\"title\";s:25:\"Full Screen | Login | Spa\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2019/01/full-screen_login_spa_small.png\";s:12:\"tmpl_created\";i:1547848301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/full-screen-login-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:595;s:11:\"trend_index\";i:625;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:463;a:14:{s:2:\"id\";i:14772;s:5:\"title\";s:35:\"Luxury Real Estate – 404 page\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/07/404.png\";s:12:\"tmpl_created\";i:1595315728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/luxury-real-estate-404-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:728;s:11:\"trend_index\";i:626;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:464;a:14:{s:2:\"id\";i:5515;s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";i:1520443530;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:275;s:11:\"trend_index\";i:280;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:465;a:14:{s:2:\"id\";i:10097;s:5:\"title\";s:37:\"Classic | Register | Subscribe | Lego\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_lego_small.png\";s:12:\"tmpl_created\";i:1547848411;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-register-subscribe-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:633;s:11:\"trend_index\";i:632;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:466;a:14:{s:2:\"id\";i:14779;s:5:\"title\";s:33:\"Luxury Real Estate – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png\";s:12:\"tmpl_created\";i:1595315743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/luxury-real-estate-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"footer\",\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:666;s:11:\"trend_index\";i:263;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:467;a:14:{s:2:\"id\";i:1190;s:5:\"title\";s:26:\"Landing Page – Hotel\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp2-l.png\";s:12:\"tmpl_created\";i:1490707391;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/landing-page-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:3;s:11:\"trend_index\";i:1;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:468;a:14:{s:2:\"id\";i:9816;s:5:\"title\";s:30:\"Classic | Sale | Gym | Fitness\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_sale_sport_small.png\";s:12:\"tmpl_created\";i:1547991876;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:655;s:11:\"trend_index\";i:0;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:469;a:14:{s:2:\"id\";i:9602;s:5:\"title\";s:35:\"Bottom Bar | Announcement | Cookies\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2019/01/Bottombar_Announcement_small_01.png\";s:12:\"tmpl_created\";i:1546964559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/bottom-bar-announcement-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:560;s:11:\"trend_index\";i:663;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:470;a:14:{s:2:\"id\";i:225;s:5:\"title\";s:27:\"Homepage – Restaurant\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0016.png\";s:12:\"tmpl_created\";i:1470829872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/homepage-restaurant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Homepage\",\"Restaurant\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:1;s:11:\"trend_index\";i:3;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:471;a:14:{s:2:\"id\";i:463;s:5:\"title\";s:22:\"Homepage – Study\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0022.png\";s:12:\"tmpl_created\";i:1477388340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/homepage-study/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Education\",\"Homepage\",\"Study\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:5;s:11:\"trend_index\";i:4;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:472;a:14:{s:2:\"id\";i:10277;s:5:\"title\";s:36:\"Bottom Bar | Promotion | Sale | Book\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/book_small.png\";s:12:\"tmpl_created\";i:1548055999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/bottom-bar-promotion-book/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:674;s:11:\"trend_index\";i:654;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:473;a:14:{s:2:\"id\";i:11241;s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";i:1564643043;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:370;s:11:\"trend_index\";i:311;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:474;a:14:{s:2:\"id\";i:181;s:5:\"title\";s:23:\"Homepage – Agency\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0019.png\";s:12:\"tmpl_created\";i:1470826567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/homepage-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Agency\",\"Creative\",\"Homepage\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:2;s:11:\"trend_index\";i:2;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:475;a:14:{s:2:\"id\";i:9903;s:5:\"title\";s:34:\"Bottom Bar | Promotion | Olive Oil\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2019/01/bottom-bar_promotion_olive_small.png\";s:12:\"tmpl_created\";i:1547838896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/bottom-bar-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:705;s:11:\"trend_index\";i:712;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:476;a:14:{s:2:\"id\";i:150;s:5:\"title\";s:19:\"Product – App\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0003.png\";s:12:\"tmpl_created\";i:1470829879;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/product-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:6;s:11:\"trend_index\";i:5;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:477;a:14:{s:2:\"id\";i:15317;s:5:\"title\";s:25:\"Dance Studio – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/10/Home.jpg\";s:12:\"tmpl_created\";i:1603181291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/dance-studio-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"dance studio\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:478;a:14:{s:2:\"id\";i:10549;s:5:\"title\";s:33:\"Bottom Bar | Register | Subscribe\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/com_small.png\";s:12:\"tmpl_created\";i:1547967595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/bottom-bar-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:661;s:11:\"trend_index\";i:671;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:479;a:14:{s:2:\"id\";i:15334;s:5:\"title\";s:26:\"Dance Studio – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/About.jpg\";s:12:\"tmpl_created\";i:1603181364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/dance-studio-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"dance studio\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:480;a:14:{s:2:\"id\";i:15349;s:5:\"title\";s:28:\"Dance Studio – Classes\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg\";s:12:\"tmpl_created\";i:1603181425;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/dance-studio-classes/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"dance studio\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:481;a:14:{s:2:\"id\";i:15366;s:5:\"title\";s:29:\"Dance Studio – Schedule\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg\";s:12:\"tmpl_created\";i:1603181056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/dance-studio-schedule/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"dance studio\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:482;a:14:{s:2:\"id\";i:10529;s:5:\"title\";s:36:\"Classic | Announcement | Maintenance\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/icon_small.png\";s:12:\"tmpl_created\";i:1548046309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/classic-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:452;s:11:\"trend_index\";i:408;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:483;a:14:{s:2:\"id\";i:15373;s:5:\"title\";s:28:\"Dance Studio – Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg\";s:12:\"tmpl_created\";i:1603181678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/dance-studio-pricing/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"dance studio\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:484;a:14:{s:2:\"id\";i:15384;s:5:\"title\";s:28:\"Dance Studio – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/10/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1603181738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/dance-studio-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"dance studio\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:485;a:14:{s:2:\"id\";i:15158;s:5:\"title\";s:26:\"Psychologist – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg\";s:12:\"tmpl_created\";i:1600157561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/psychologist-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:486;a:14:{s:2:\"id\";i:15197;s:5:\"title\";s:28:\"Psychologist – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1600160499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/psychologist-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:487;a:14:{s:2:\"id\";i:15142;s:5:\"title\";s:25:\"Psychologist – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg\";s:12:\"tmpl_created\";i:1600156308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/psychologist-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:488;a:14:{s:2:\"id\";i:15188;s:5:\"title\";s:28:\"Psychologist – Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg\";s:12:\"tmpl_created\";i:1600159731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/psychologist-pricing/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:489;a:14:{s:2:\"id\";i:15167;s:5:\"title\";s:29:\"Psychologist – Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg\";s:12:\"tmpl_created\";i:1600158206;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/psychologist-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:490;a:14:{s:2:\"id\";i:14932;s:5:\"title\";s:30:\"Flooring Company – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/About.png\";s:12:\"tmpl_created\";i:1597740110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/flooring-company-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:642;s:11:\"trend_index\";i:102;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:491;a:14:{s:2:\"id\";i:10413;s:5:\"title\";s:28:\"Classic | Content Lock | Pop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/hot_small.png\";s:12:\"tmpl_created\";i:1547961774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/classic-content-lock/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:687;s:11:\"trend_index\";i:680;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:492;a:14:{s:2:\"id\";i:14998;s:5:\"title\";s:32:\"Flooring Company – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png\";s:12:\"tmpl_created\";i:1597740222;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/flooring-company-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:676;s:11:\"trend_index\";i:116;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:493;a:14:{s:2:\"id\";i:10223;s:5:\"title\";s:15:\"Classic | Login\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/welcome_small.png\";s:12:\"tmpl_created\";i:1547887343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:471;s:11:\"trend_index\";i:437;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:494;a:14:{s:2:\"id\";i:14965;s:5:\"title\";s:32:\"Flooring Company – Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png\";s:12:\"tmpl_created\";i:1597740353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/flooring-company-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:608;s:11:\"trend_index\";i:57;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:495;a:14:{s:2:\"id\";i:10559;s:5:\"title\";s:33:\"Bottom Bar | Register | Subscribe\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/fly_small.png\";s:12:\"tmpl_created\";i:1547967711;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/bottom-bar-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:645;s:11:\"trend_index\";i:704;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:496;a:14:{s:2:\"id\";i:14947;s:5:\"title\";s:33:\"Flooring company – Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/08/Services.png\";s:12:\"tmpl_created\";i:1597740551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/flooring-company-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:673;s:11:\"trend_index\";i:139;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:497;a:14:{s:2:\"id\";i:10403;s:5:\"title\";s:15:\"Classic | Login\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/hello_small.png\";s:12:\"tmpl_created\";i:1548056371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:570;s:11:\"trend_index\";i:635;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:498;a:14:{s:2:\"id\";i:14901;s:5:\"title\";s:29:\"Flooring Company – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Home.png\";s:12:\"tmpl_created\";i:1597740474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/flooring-company-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:639;s:11:\"trend_index\";i:131;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:499;a:14:{s:2:\"id\";i:9913;s:5:\"title\";s:27:\"Classic | Login | Christmas\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/log_small.png\";s:12:\"tmpl_created\";i:1547841430;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:530;s:11:\"trend_index\";i:451;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:500;a:14:{s:2:\"id\";i:14737;s:5:\"title\";s:32:\"Luxury Real Estate – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/About.png\";s:12:\"tmpl_created\";i:1595313527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:627;s:11:\"trend_index\";i:302;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:501;a:14:{s:2:\"id\";i:14756;s:5:\"title\";s:34:\"Luxury Real Estate – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png\";s:12:\"tmpl_created\";i:1595313519;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:658;s:11:\"trend_index\";i:303;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:502;a:14:{s:2:\"id\";i:14716;s:5:\"title\";s:31:\"Luxury Real Estate – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Home.png\";s:12:\"tmpl_created\";i:1595313512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:569;s:11:\"trend_index\";i:201;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:503;a:14:{s:2:\"id\";i:14763;s:5:\"title\";s:31:\"Luxury Real Estate – News\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png\";s:12:\"tmpl_created\";i:1595313273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:589;s:11:\"trend_index\";i:168;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:504;a:14:{s:2:\"id\";i:9592;s:5:\"title\";s:26:\"Classic | Promotion | Sale\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/Classic_Promotion_small_01.png\";s:12:\"tmpl_created\";i:1546963720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/classic-promotion-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:607;s:11:\"trend_index\";i:601;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:505;a:14:{s:2:\"id\";i:13960;s:5:\"title\";s:32:\"Japanese restaurant – Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg\";s:12:\"tmpl_created\";i:1592289775;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:603;s:11:\"trend_index\";i:270;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:506;a:14:{s:2:\"id\";i:10210;s:5:\"title\";s:29:\"Classic | Promotion | Webinar\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/web_small-1.png\";s:12:\"tmpl_created\";i:1547886103;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-promotion-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:720;s:11:\"trend_index\";i:696;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:507;a:14:{s:2:\"id\";i:13993;s:5:\"title\";s:45:\"Japanese restaurant – Chef’s Menu\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:654;s:11:\"trend_index\";i:504;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:508;a:14:{s:2:\"id\";i:14012;s:5:\"title\";s:36:\"Japanese restaurant – Bar Menu\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:700;s:11:\"trend_index\";i:526;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:509;a:14:{s:2:\"id\";i:13917;s:5:\"title\";s:33:\"Japanese restaurant – About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg\";s:12:\"tmpl_created\";i:1592289629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/japanese-restaurant-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:656;s:11:\"trend_index\";i:375;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:510;a:14:{s:2:\"id\";i:13937;s:5:\"title\";s:35:\"Japanese restaurant – Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1592289748;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:670;s:11:\"trend_index\";i:395;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:511;a:14:{s:2:\"id\";i:10047;s:5:\"title\";s:15:\"Classic | Login\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/yellow_small.png\";s:12:\"tmpl_created\";i:1547847757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:503;s:11:\"trend_index\";i:450;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:512;a:14:{s:2:\"id\";i:9879;s:5:\"title\";s:38:\"Classic | Register | Subscribe | Leads\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/dog_small.png\";s:12:\"tmpl_created\";i:1547838416;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/classic-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:612;s:11:\"trend_index\";i:657;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:513;a:14:{s:2:\"id\";i:14030;s:5:\"title\";s:34:\"Japanese restaurant – Events\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg\";s:12:\"tmpl_created\";i:1592289713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/japanese-restaurant-events/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:711;s:11:\"trend_index\";i:473;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:514;a:14:{s:2:\"id\";i:13984;s:5:\"title\";s:40:\"Japanese restaurant – Reservations\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg\";s:12:\"tmpl_created\";i:1592294757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:699;s:11:\"trend_index\";i:494;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:515;a:14:{s:2:\"id\";i:13479;s:5:\"title\";s:23:\"Barbershop – Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg\";s:12:\"tmpl_created\";i:1589893275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/barbershop-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:644;s:11:\"trend_index\";i:592;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:516;a:14:{s:2:\"id\";i:13503;s:5:\"title\";s:24:\"Barbershop – About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg\";s:12:\"tmpl_created\";i:1589893289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/barbershop-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:697;s:11:\"trend_index\";i:631;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:517;a:14:{s:2:\"id\";i:10297;s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/s_yellow_small.png\";s:12:\"tmpl_created\";i:1548056099;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:547;s:11:\"trend_index\";i:612;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:518;a:14:{s:2:\"id\";i:13548;s:5:\"title\";s:27:\"Barbershop – Services\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg\";s:12:\"tmpl_created\";i:1589893298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/barbershop-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:709;s:11:\"trend_index\";i:710;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:519;a:14:{s:2:\"id\";i:10393;s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/blue_small.png\";s:12:\"tmpl_created\";i:1548056682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:621;s:11:\"trend_index\";i:714;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:520;a:14:{s:2:\"id\";i:13560;s:5:\"title\";s:26:\"Barbershop – Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1589893307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/barbershop-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:707;s:11:\"trend_index\";i:672;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:521;a:14:{s:2:\"id\";i:13587;s:5:\"title\";s:26:\"Barbershop – Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg\";s:12:\"tmpl_created\";i:1589893315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/barbershop-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:703;s:11:\"trend_index\";i:706;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:522;a:14:{s:2:\"id\";i:10579;s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/sale1_small.png\";s:12:\"tmpl_created\";i:1547967887;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:657;s:11:\"trend_index\";i:608;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:523;a:14:{s:2:\"id\";i:13307;s:5:\"title\";s:26:\"Online Course – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg\";s:12:\"tmpl_created\";i:1587474541;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/online-course-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:311;s:11:\"trend_index\";i:101;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:524;a:14:{s:2:\"id\";i:13328;s:5:\"title\";s:27:\"Online Course – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg\";s:12:\"tmpl_created\";i:1587474558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/online-course-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:540;s:11:\"trend_index\";i:293;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:525;a:14:{s:2:\"id\";i:13338;s:5:\"title\";s:33:\"Online Course – Course Page\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png\";s:12:\"tmpl_created\";i:1587474574;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/online-course-course-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:384;s:11:\"trend_index\";i:203;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:526;a:14:{s:2:\"id\";i:13352;s:5:\"title\";s:29:\"Online Course – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1587474591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/online-course-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:562;s:11:\"trend_index\";i:279;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:527;a:14:{s:2:\"id\";i:13187;s:5:\"title\";s:33:\"Interior Design – Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.png\";s:12:\"tmpl_created\";i:1586148661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/interior-design-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:376;s:11:\"trend_index\";i:340;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:528;a:14:{s:2:\"id\";i:10180;s:5:\"title\";s:21:\"Fly In | Announcement\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/glass_small.png\";s:12:\"tmpl_created\";i:1548045309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/fly-in-announcement-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:623;s:11:\"trend_index\";i:682;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:529;a:14:{s:2:\"id\";i:13199;s:5:\"title\";s:29:\"Interior Design – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.png\";s:12:\"tmpl_created\";i:1586148666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/interior-design-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:362;s:11:\"trend_index\";i:202;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:530;a:14:{s:2:\"id\";i:13214;s:5:\"title\";s:32:\"Interior Design – Projects\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg\";s:12:\"tmpl_created\";i:1586148672;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/interior-design-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:406;s:11:\"trend_index\";i:229;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:531;a:14:{s:2:\"id\";i:13229;s:5:\"title\";s:31:\"Interior Design – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png\";s:12:\"tmpl_created\";i:1586148677;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/interior-design-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:434;s:11:\"trend_index\";i:231;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:532;a:14:{s:2:\"id\";i:9731;s:5:\"title\";s:26:\"Classic | Sale | Promotion\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/icecream_small.png\";s:12:\"tmpl_created\";i:1547976166;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/popups/classic-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:587;s:11:\"trend_index\";i:543;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:533;a:14:{s:2:\"id\";i:12948;s:5:\"title\";s:29:\"Photography – Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png\";s:12:\"tmpl_created\";i:1582093442;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/photography-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:292;s:11:\"trend_index\";i:143;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:534;a:14:{s:2:\"id\";i:12798;s:5:\"title\";s:25:\"Photography – About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png\";s:12:\"tmpl_created\";i:1582093446;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/photography-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:488;s:11:\"trend_index\";i:480;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:535;a:14:{s:2:\"id\";i:12868;s:5:\"title\";s:27:\"Photography – Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png\";s:12:\"tmpl_created\";i:1582093450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/photography-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:523;s:11:\"trend_index\";i:390;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:536;a:14:{s:2:\"id\";i:13056;s:5:\"title\";s:28:\"Photography – Wildlife\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png\";s:12:\"tmpl_created\";i:1582093454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/photography-wildlife/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:550;s:11:\"trend_index\";i:472;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:537;a:14:{s:2:\"id\";i:12922;s:5:\"title\";s:37:\"Photography – Glowing Jellyfish\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png\";s:12:\"tmpl_created\";i:1582093457;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:591;s:11:\"trend_index\";i:321;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:538;a:14:{s:2:\"id\";i:12875;s:5:\"title\";s:36:\"Photography – Fluttering Birds\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png\";s:12:\"tmpl_created\";i:1582093461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-fluttering-birds/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:653;s:11:\"trend_index\";i:637;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:539;a:14:{s:2:\"id\";i:12962;s:5:\"title\";s:26:\"Photography – Nature\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png\";s:12:\"tmpl_created\";i:1582093465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/photography-nature/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:567;s:11:\"trend_index\";i:434;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:540;a:14:{s:2:\"id\";i:12833;s:5:\"title\";s:38:\"Photography – Blossoming Flowers\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png\";s:12:\"tmpl_created\";i:1582093469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photography-blossoming-flowers/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:577;s:11:\"trend_index\";i:358;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:541;a:14:{s:2:\"id\";i:12898;s:5:\"title\";s:36:\"Photography – Forest Mushrooms\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png\";s:12:\"tmpl_created\";i:1582093473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-forest-mushrooms/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:629;s:11:\"trend_index\";i:574;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:542;a:14:{s:2:\"id\";i:10005;s:5:\"title\";s:38:\"Fly In | Promotion | Spa | Body Lotion\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/01/Flyin_lotion_small.png\";s:12:\"tmpl_created\";i:1547844909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/fly-in-promotion-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:694;s:11:\"trend_index\";i:0;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:543;a:14:{s:2:\"id\";i:10424;s:5:\"title\";s:21:\"Fly In | Announcement\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/flower_small.png\";s:12:\"tmpl_created\";i:1547961866;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/fly-in-announcement-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:610;s:11:\"trend_index\";i:702;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:544;a:14:{s:2:\"id\";i:12994;s:5:\"title\";s:24:\"Photography – Pets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png\";s:12:\"tmpl_created\";i:1582093477;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/photography-pets/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:592;s:11:\"trend_index\";i:488;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:545;a:14:{s:2:\"id\";i:9975;s:5:\"title\";s:24:\"Fly In | Promotion | App\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2019/01/flyin_webinar_app_small.png\";s:12:\"tmpl_created\";i:1547842284;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/fly-in-promotion-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:714;s:11:\"trend_index\";i:0;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:546;a:14:{s:2:\"id\";i:12805;s:5:\"title\";s:38:\"Photography – B&W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";i:1582093481;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/photography-bw-portraits/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:660;s:11:\"trend_index\";i:555;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:547;a:14:{s:2:\"id\";i:10067;s:5:\"title\";s:31:\"Fly In | Announcement | Cookies\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/fly-in_cookie_yellow_small.png\";s:12:\"tmpl_created\";i:1547848075;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/fly-in-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:546;s:11:\"trend_index\";i:493;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:548;a:14:{s:2:\"id\";i:13031;s:5:\"title\";s:33:\"Photography – Vivid Parrots\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png\";s:12:\"tmpl_created\";i:1582093484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/photography-vivid-parrots/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:613;s:11:\"trend_index\";i:518;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:549;a:14:{s:2:\"id\";i:12621;s:5:\"title\";s:26:\"Magazine – Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png\";s:12:\"tmpl_created\";i:1579060604;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/magazine-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:199;s:11:\"trend_index\";i:77;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:550;a:14:{s:2:\"id\";i:10329;s:5:\"title\";s:25:\"Fly In | Sale | Promotion\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/organic_small.png\";s:12:\"tmpl_created\";i:1547893478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/fly-in-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:722;s:11:\"trend_index\";i:0;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:551;a:14:{s:2:\"id\";i:12352;s:5:\"title\";s:24:\"Travel – Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";i:1575960464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/travel-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:294;s:11:\"trend_index\";i:211;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:552;a:14:{s:2:\"id\";i:12400;s:5:\"title\";s:20:\"Travel – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";i:1575960441;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/travel-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:412;s:11:\"trend_index\";i:367;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:553;a:14:{s:2:\"id\";i:9650;s:5:\"title\";s:36:\"Fly In | Register | Subscribe | Sale\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2019/01/Fly-In_Register_small_01a.png\";s:12:\"tmpl_created\";i:1547007598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/popups/fly-in-register_big-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:708;s:11:\"trend_index\";i:701;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:554;a:14:{s:2:\"id\";i:12479;s:5:\"title\";s:20:\"Travel – Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";i:1575960474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/travel-tours/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:499;s:11:\"trend_index\";i:412;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:555;a:14:{s:2:\"id\";i:12466;s:5:\"title\";s:27:\"Travel – Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";i:1575960469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-testimonials/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:507;s:11:\"trend_index\";i:507;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:556;a:14:{s:2:\"id\";i:10200;s:5:\"title\";s:33:\"Full Screen | Content Lock | Wine\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/lock_wine_small.png\";s:12:\"tmpl_created\";i:1548055635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/full-screen-content-lock/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:665;s:11:\"trend_index\";i:667;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:557;a:14:{s:2:\"id\";i:12443;s:5:\"title\";s:22:\"Travel – Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";i:1575960459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/travel-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:446;s:11:\"trend_index\";i:531;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:558;a:14:{s:2:\"id\";i:10287;s:5:\"title\";s:34:\"Full Screen | Register | Subscribe\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/01/glass_pink_small.png\";s:12:\"tmpl_created\";i:1547994301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/full-screen-login-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:553;s:11:\"trend_index\";i:643;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:559;a:14:{s:2:\"id\";i:12431;s:5:\"title\";s:18:\"Travel – FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";i:1575960453;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:100:\"https://library.elementor.com/travel-faq/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:495;s:11:\"trend_index\";i:384;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:560;a:14:{s:2:\"id\";i:12421;s:5:\"title\";s:27:\"Travel – Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";i:1575960445;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-contact-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:531;s:11:\"trend_index\";i:482;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:561;a:14:{s:2:\"id\";i:11763;s:5:\"title\";s:27:\"Portfolio – Home Page\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";i:1569428959;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/portfolio-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:293;s:11:\"trend_index\";i:319;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:562;a:14:{s:2:\"id\";i:9889;s:5:\"title\";s:28:\"Full Screen | Login | Cactus\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/cac_small.png\";s:12:\"tmpl_created\";i:1547838722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/full-screen-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:684;s:11:\"trend_index\";i:0;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:563;a:14:{s:2:\"id\";i:11781;s:5:\"title\";s:23:\"Portfolio – About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";i:1569428955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/portfolio-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:352;s:11:\"trend_index\";i:361;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:564;a:14:{s:2:\"id\";i:10077;s:5:\"title\";s:29:\"Fly In | Register | Subscribe\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2019/01/flyin_register_blue_small.png\";s:12:\"tmpl_created\";i:1547848197;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/fly-in-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:506;s:11:\"trend_index\";i:585;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:565;a:14:{s:2:\"id\";i:11793;s:5:\"title\";s:26:\"Portfolio – Projects\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";i:1569428951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/portfolio-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:415;s:11:\"trend_index\";i:335;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:566;a:14:{s:2:\"id\";i:10362;s:5:\"title\";s:32:\"Full Screen | Login | Restaurant\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/vip_small.png\";s:12:\"tmpl_created\";i:1548056253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/full-screen-login-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:565;s:11:\"trend_index\";i:366;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:567;a:14:{s:2:\"id\";i:11800;s:5:\"title\";s:25:\"Portfolio – Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";i:1569428946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/portfolio-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:467;s:11:\"trend_index\";i:547;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:568;a:14:{s:2:\"id\";i:11163;s:5:\"title\";s:32:\"Digital Agency – Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";i:1564641877;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/digital-agency-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:69;s:11:\"trend_index\";i:26;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:569;a:14:{s:2:\"id\";i:10454;s:5:\"title\";s:29:\"Full Screen | Promotion | App\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/appy_small.png\";s:12:\"tmpl_created\";i:1548056896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/full-screen-promotion-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:713;s:11:\"trend_index\";i:0;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:570;a:14:{s:2:\"id\";i:9139;s:5:\"title\";s:25:\"Homepage – Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/07/Get_Started_250.png\";s:12:\"tmpl_created\";i:1532949924;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/homepage-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:167:\"[\"Agency\",\"bootstrap\",\"business\",\"corporate\",\"Landing Page\",\"marketing campaign\",\"marketing landing page\",\"product launch\",\"software\",\"Startup\",\"startup landing page\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:7;s:11:\"trend_index\";i:7;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:571;a:14:{s:2:\"id\";i:1634;s:5:\"title\";s:33:\"Landing Page – Chiropractor\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Chiropractor.png\";s:12:\"tmpl_created\";i:1494352119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-chiropractor/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:207;s:11:\"trend_index\";i:208;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:572;a:14:{s:2:\"id\";i:9803;s:5:\"title\";s:41:\"Full Screen | Register | Contact | Meetup\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2019/01/designme_full_small.png\";s:12:\"tmpl_created\";i:1547831298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/full-screen-register-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:641;s:11:\"trend_index\";i:645;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:573;a:14:{s:2:\"id\";i:10611;s:5:\"title\";s:18:\"Full Screen | Sale\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/fla_small.png\";s:12:\"tmpl_created\";i:1547968868;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/full-screen-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:716;s:11:\"trend_index\";i:705;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:574;a:14:{s:2:\"id\";i:12143;s:5:\"title\";s:22:\"Law Firm – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";i:1572847069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/law-firm-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:375;s:11:\"trend_index\";i:284;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:575;a:14:{s:2:\"id\";i:12091;s:5:\"title\";s:21:\"Law Firm – Team\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";i:1572847113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/law-firm-team/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:354;s:11:\"trend_index\";i:241;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:576;a:14:{s:2:\"id\";i:10508;s:5:\"title\";s:25:\"Full Screen | Welcome Mat\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/hand_small-1.png\";s:12:\"tmpl_created\";i:1547964711;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/full-screen-welcome-mat-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:647;s:11:\"trend_index\";i:659;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:577;a:14:{s:2:\"id\";i:11129;s:5:\"title\";s:28:\"Digital Agency – About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";i:1564641889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/digital-agency-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:193;s:11:\"trend_index\";i:112;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:578;a:14:{s:2:\"id\";i:11572;s:5:\"title\";s:19:\"Gym – Trainer\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";i:1567392934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-trainer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:534;s:11:\"trend_index\";i:589;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:579;a:14:{s:2:\"id\";i:9934;s:5:\"title\";s:38:\"Full Screen | Welcome Mat | Teddy Bear\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/full_mat_teddy_small.png\";s:12:\"tmpl_created\";i:1547841787;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/full-screen-welcome-mat/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:617;s:11:\"trend_index\";i:665;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:580;a:14:{s:2:\"id\";i:1504;s:5:\"title\";s:33:\"Landing Page – Mobile App 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app2.png\";s:12:\"tmpl_created\";i:1494352112;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-mobile-app-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:163;s:11:\"trend_index\";i:253;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:581;a:14:{s:2:\"id\";i:12133;s:5:\"title\";s:24:\"Law Firm – Careers\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";i:1572847078;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/law-firm-careers/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:558;s:11:\"trend_index\";i:545;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:582;a:14:{s:2:\"id\";i:9709;s:5:\"title\";s:25:\"Full Screen | Welcome Mat\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2019/01/Full-Screen_Welcome-Mat_01_small-1.png\";s:12:\"tmpl_created\";i:1547023834;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/full-screen-welcome-mat-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:667;s:11:\"trend_index\";i:634;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:583;a:14:{s:2:\"id\";i:12155;s:5:\"title\";s:26:\"Law Firm – Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";i:1572847054;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/law-firm-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:218;s:11:\"trend_index\";i:245;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:584;a:14:{s:2:\"id\";i:9671;s:5:\"title\";s:34:\"Hello Bar | Announcement | Cookies\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2019/01/Top-Bar_Announcement_small_01.png\";s:12:\"tmpl_created\";i:1547010259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/hello-bar-announcement-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:588;s:11:\"trend_index\";i:633;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:585;a:14:{s:2:\"id\";i:10234;s:5:\"title\";s:38:\"Hello Bar | Announcement | Maintenance\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/pink_small.png\";s:12:\"tmpl_created\";i:1548055049;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/popups/hello-bar-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:693;s:11:\"trend_index\";i:697;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:586;a:14:{s:2:\"id\";i:12080;s:5:\"title\";s:24:\"Law Firm – Partner\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";i:1572847120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/law-firm-partner/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:541;s:11:\"trend_index\";i:478;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:587;a:14:{s:2:\"id\";i:11074;s:5:\"title\";s:31:\"Digital Agency – Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";i:1564641872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/digital-agency-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:169;s:11:\"trend_index\";i:108;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:588;a:14:{s:2:\"id\";i:11506;s:5:\"title\";s:19:\"Gym – Classes\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";i:1567392930;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-classes/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:516;s:11:\"trend_index\";i:538;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:589;a:14:{s:2:\"id\";i:1503;s:5:\"title\";s:33:\"Landing Page – Mobile App 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app1.png\";s:12:\"tmpl_created\";i:1494352113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-mobile-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:162;s:11:\"trend_index\";i:187;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:590;a:14:{s:2:\"id\";i:9869;s:5:\"title\";s:28:\"Hello Bar | Promotion | Sale\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/01/ru_small.png\";s:12:\"tmpl_created\";i:1547837269;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/hello-bar-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:706;s:11:\"trend_index\";i:707;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:591;a:14:{s:2:\"id\";i:10539;s:5:\"title\";s:19:\"Hello Bar | Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/01/hello_pink_small.png\";s:12:\"tmpl_created\";i:1548056994;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/hello-bar-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:664;s:11:\"trend_index\";i:0;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:592;a:14:{s:2:\"id\";i:12044;s:5:\"title\";s:24:\"Law Firm – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";i:1572847130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/law-firm-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:441;s:11:\"trend_index\";i:400;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:593;a:14:{s:2:\"id\";i:12124;s:5:\"title\";s:25:\"Law Firm – Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";i:1572847096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/law-firm-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:422;s:11:\"trend_index\";i:316;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:594;a:14:{s:2:\"id\";i:11056;s:5:\"title\";s:35:\"Digital Agency – Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";i:1564641867;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/digital-agency-social-media/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:295;s:11:\"trend_index\";i:184;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:595;a:14:{s:2:\"id\";i:11536;s:5:\"title\";s:19:\"Gym – Fitness\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";i:1567392927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:582;s:11:\"trend_index\";i:596;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:596;a:14:{s:2:\"id\";i:11545;s:5:\"title\";s:21:\"Gym – Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";i:1567392943;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/gym-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:317;s:11:\"trend_index\";i:345;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:597;a:14:{s:2:\"id\";i:10147;s:5:\"title\";s:34:\"Hello Bar | Sale | Promotion | Pop\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/donut_small.png\";s:12:\"tmpl_created\";i:1548055522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/hello-bar-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:710;s:11:\"trend_index\";i:700;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:598;a:14:{s:2:\"id\";i:12116;s:5:\"title\";s:24:\"Law Firm – Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";i:1572847105;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/law-firm-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:474;s:11:\"trend_index\";i:406;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:599;a:14:{s:2:\"id\";i:11094;s:5:\"title\";s:30:\"Digital Agency – Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";i:1564641885;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/digital-agency-clients/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:404;s:11:\"trend_index\";i:365;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:600;a:14:{s:2:\"id\";i:9923;s:5:\"title\";s:23:\"Slide In | Announcement\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/slide-in_ann_italian_small.png\";s:12:\"tmpl_created\";i:1547841537;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/slide-in-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:634;s:11:\"trend_index\";i:611;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:601;a:14:{s:2:\"id\";i:10117;s:5:\"title\";s:23:\"Slide In | Announcement\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/white_small.png\";s:12:\"tmpl_created\";i:1548066998;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/slide-in-announcement-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:668;s:11:\"trend_index\";i:0;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:602;a:14:{s:2:\"id\";i:11478;s:5:\"title\";s:17:\"Gym – About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";i:1567392939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:99:\"https://library.elementor.com/gym-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:462;s:11:\"trend_index\";i:391;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:603;a:14:{s:2:\"id\";i:11563;s:5:\"title\";s:19:\"Gym – Pricing\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";i:1567392923;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-pricing/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:542;s:11:\"trend_index\";i:561;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:604;a:14:{s:2:\"id\";i:9826;s:5:\"title\";s:33:\"Slide In | Announcement | webinar\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/web_small-2.png\";s:12:\"tmpl_created\";i:1547835513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/slide-in-announcement-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:682;s:11:\"trend_index\";i:711;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:605;a:14:{s:2:\"id\";i:10478;s:5:\"title\";s:18:\"Slide In | Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/slide_wow_small.png\";s:12:\"tmpl_created\";i:1548056829;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/slide-in-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:552;s:11:\"trend_index\";i:508;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:606;a:14:{s:2:\"id\";i:11034;s:5:\"title\";s:30:\"Digital Agency – Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";i:1564641881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/contact-digital-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:198;s:11:\"trend_index\";i:123;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:607;a:14:{s:2:\"id\";i:11528;s:5:\"title\";s:19:\"Gym – Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";i:1567392917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:493;s:11:\"trend_index\";i:424;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:608;a:14:{s:2:\"id\";i:519;s:5:\"title\";s:24:\"Homepage – Fitness\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0023.png\";s:12:\"tmpl_created\";i:1477388808;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/homepage-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Fitness\",\"Gym\",\"Health\",\"Homepage\",\"Sport\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:10;s:11:\"trend_index\";i:32;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:609;a:14:{s:2:\"id\";i:487;s:5:\"title\";s:29:\"Landing Page – Vacation\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0021.png\";s:12:\"tmpl_created\";i:1477388357;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-vacation/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:25;s:11:\"trend_index\";i:76;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:610;a:14:{s:2:\"id\";i:10685;s:5:\"title\";s:32:\"Hello Bar | Register | Subscribe\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/env_small.png\";s:12:\"tmpl_created\";i:1547974729;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/hello-bar-register-subscribe-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:651;s:11:\"trend_index\";i:690;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:611;a:14:{s:2:\"id\";i:855;s:5:\"title\";s:37:\"Landing Page – Personal Trainer\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Personal-Trainer.png\";s:12:\"tmpl_created\";i:1494352061;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/landing-page-personal-trainer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:264;s:11:\"trend_index\";i:373;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:612;a:14:{s:2:\"id\";i:955;s:5:\"title\";s:31:\"Landing Page – Law Office\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Law-Office.png\";s:12:\"tmpl_created\";i:1494352069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/landing-page-law-office/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:31:\"[\"Landing Page\",\"Law\",\"Office\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:175;s:11:\"trend_index\";i:331;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:613;a:14:{s:2:\"id\";i:9985;s:5:\"title\";s:20:\"Slide In | Promotion\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_promotion_av_small.png\";s:12:\"tmpl_created\";i:1547844661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/slide-in-promotion-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:695;s:11:\"trend_index\";i:691;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:614;a:14:{s:2:\"id\";i:9373;s:5:\"title\";s:33:\"Landing Page – Conference 5\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/11/conference-250.png\";s:12:\"tmpl_created\";i:1542811219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:256;s:11:\"trend_index\";i:378;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:615;a:14:{s:2:\"id\";i:974;s:5:\"title\";s:28:\"Landing Page – Stylist\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/03/Landing-Page-Stylist.png\";s:12:\"tmpl_created\";i:1494352071;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-stylist/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"cosmetics\",\"fashion\",\"girly\",\"hairdresser\",\"lifestyle\",\"makeup\",\"manicure\",\"pedicure\",\"products\",\"salon\",\"Shop\",\"skincare\",\"stylist\",\"wellness\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:302;s:11:\"trend_index\";i:382;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:616;a:14:{s:2:\"id\";i:11948;s:5:\"title\";s:18:\"Maintenance Mode 3\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/10/mm3.png\";s:12:\"tmpl_created\";i:1572153978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:206;s:11:\"trend_index\";i:79;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:617;a:14:{s:2:\"id\";i:754;s:5:\"title\";s:25:\"Services – Interior\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/01/Interior-Services.png\";s:12:\"tmpl_created\";i:1485269691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/services-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:239;s:11:\"trend_index\";i:285;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:618;a:14:{s:2:\"id\";i:752;s:5:\"title\";s:24:\"Contact – Interior\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/01/interior-contact.png\";s:12:\"tmpl_created\";i:1485269737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/contact-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:307;s:11:\"trend_index\";i:557;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:619;a:14:{s:2:\"id\";i:753;s:5:\"title\";s:22:\"About – Interior\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/01/Interior-About.png\";s:12:\"tmpl_created\";i:1485269710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/about-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:291;s:11:\"trend_index\";i:441;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:620;a:14:{s:2:\"id\";i:751;s:5:\"title\";s:25:\"Homepage – Interior\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/01/interior-home.png\";s:12:\"tmpl_created\";i:1485269743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/homepage-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:248;s:11:\"trend_index\";i:372;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:621;a:14:{s:2:\"id\";i:9559;s:5:\"title\";s:16:\"Slide In | Login\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_login_01_small.png\";s:12:\"tmpl_created\";i:1546946547;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/slide-in-login-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:554;s:11:\"trend_index\";i:636;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:622;a:14:{s:2:\"id\";i:2402;s:5:\"title\";s:32:\"Homepage – Interior Design\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2017/09/Interior.png\";s:12:\"tmpl_created\";i:1506441447;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/homepage-interior-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:193:\"[\"Architecture\",\"building\",\"business\",\"Creative\",\"exterior design\",\"furniture design\",\"Gallery\",\"garden design\",\"house\",\"interior design\",\"landscape design\",\"multipurpose\",\"portfolio\",\"studio\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:105;s:11:\"trend_index\";i:275;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:623;a:14:{s:2:\"id\";i:3626;s:5:\"title\";s:30:\"Snowboard Site – Contact\";s:9:\"thumbnail\";s:62:\"https://library.elementor.com/wp-content/uploads/2017/12/3.png\";s:12:\"tmpl_created\";i:1513513193;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/snowboard-site-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:353;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:624;a:14:{s:2:\"id\";i:9752;s:5:\"title\";s:27:\"Slide In | Sale | Promotion\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/rush_small.png\";s:12:\"tmpl_created\";i:1547823982;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/slide-in-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:680;s:11:\"trend_index\";i:655;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:625;a:14:{s:2:\"id\";i:11966;s:5:\"title\";s:18:\"Maintenance mode 4\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/10/mm4.png\";s:12:\"tmpl_created\";i:1572154274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:502;s:11:\"trend_index\";i:413;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:626;a:14:{s:2:\"id\";i:3632;s:5:\"title\";s:31:\"Snowboard Site – Services\";s:9:\"thumbnail\";s:62:\"https://library.elementor.com/wp-content/uploads/2017/12/2.png\";s:12:\"tmpl_created\";i:1513513171;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/snowboard-site-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:201;s:11:\"trend_index\";i:362;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:627;a:14:{s:2:\"id\";i:3619;s:5:\"title\";s:31:\"Snowboard Site – Homepage\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2017/12/home.png\";s:12:\"tmpl_created\";i:1513513137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/snowboard-site-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:217;s:11:\"trend_index\";i:438;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:628;a:14:{s:2:\"id\";i:9425;s:5:\"title\";s:38:\"Black Friday – 80’s style\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/11/unnamed-file.png\";s:12:\"tmpl_created\";i:1542901234;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/black-friday-80s-style/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:338;s:11:\"trend_index\";i:332;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:629;a:14:{s:2:\"id\";i:10169;s:5:\"title\";s:37:\"Slide In | Register | Subscribe | App\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/01/slideinapp_small.png\";s:12:\"tmpl_created\";i:1547852334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/slide-in-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:461;s:11:\"trend_index\";i:656;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:630;a:14:{s:2:\"id\";i:11973;s:5:\"title\";s:18:\"Maintenance mode 5\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/10/mm5.png\";s:12:\"tmpl_created\";i:1572154523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:447;s:11:\"trend_index\";i:289;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:631;a:14:{s:2:\"id\";i:11981;s:5:\"title\";s:18:\"Maintenance mode 6\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/10/mm6.png\";s:12:\"tmpl_created\";i:1572155125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:444;s:11:\"trend_index\";i:260;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:632;a:14:{s:2:\"id\";i:147;s:5:\"title\";s:20:\"Homepage – App\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0004.png\";s:12:\"tmpl_created\";i:1470829868;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/homepage-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"App\",\"Homepage\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:4;s:11:\"trend_index\";i:21;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:633;a:14:{s:2:\"id\";i:9680;s:5:\"title\";s:23:\"Slide In | Content Lock\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2019/01/Slide-in_Content-lock_small_01.png\";s:12:\"tmpl_created\";i:1547010967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/slide-in-content-lock-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:671;s:11:\"trend_index\";i:668;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:634;a:14:{s:2:\"id\";i:777;s:5:\"title\";s:28:\"Homepage – Coffee Shop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/01/rest-home.jpg\";s:12:\"tmpl_created\";i:1485273092;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/homepage-coffee-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:41:\"[\"Coffee\",\"Homepage\",\"Restaurant\",\"Shop\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:156;s:11:\"trend_index\";i:276;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:635;a:14:{s:2:\"id\";i:2404;s:5:\"title\";s:24:\"Homepage – Product\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2017/09/product.png\";s:12:\"tmpl_created\";i:1506441452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/homepage-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:103:\"[\"business\",\"colorful\",\"ecommerce\",\"flat\",\"mobile\",\"modern\",\"responsive\",\"retina\",\"Shop\",\"woocommerce\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:149;s:11:\"trend_index\";i:325;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:636;a:14:{s:2:\"id\";i:9783;s:5:\"title\";s:31:\"Slide In | Register | Subscribe\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_yellow_small.png\";s:12:\"tmpl_created\";i:1547831059;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/slide-in-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:500;s:11:\"trend_index\";i:579;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:637;a:14:{s:2:\"id\";i:492;s:5:\"title\";s:25:\"Homepage – Law firm\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0024.png\";s:12:\"tmpl_created\";i:1477388365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/homepage-law-firm/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:25:\"[\"Firm\",\"Homepage\",\"Law\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:13;s:11:\"trend_index\";i:58;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:638;a:14:{s:2:\"id\";i:3451;s:5:\"title\";s:39:\"Homepage – Goodness meal services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/11/goodness-featured-image.png\";s:12:\"tmpl_created\";i:1512054116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/homepage-goodness-meal-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:236;s:11:\"trend_index\";i:357;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:639;a:14:{s:2:\"id\";i:2152;s:5:\"title\";s:26:\"Homepage – Cake Shop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/07/cake-home.png\";s:12:\"tmpl_created\";i:1499774132;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/homepage-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Cake\",\"Homepage\",\"Restaurant\",\"Shop\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:348;s:11:\"trend_index\";i:477;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:640;a:14:{s:2:\"id\";i:1068;s:5:\"title\";s:27:\"Homepage – Copywriter\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/03/copywriter.png\";s:12:\"tmpl_created\";i:1488805928;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/homepage-copywriter/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:25:\"[\"Copywriter\",\"Homepage\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:221;s:11:\"trend_index\";i:415;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:641;a:14:{s:2:\"id\";i:2813;s:5:\"title\";s:32:\"Homepage – Creative Agency\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2017/11/Creative-Agency-–-Home-Page.png\";s:12:\"tmpl_created\";i:1509615049;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/homepage-creative-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Agency\",\"Creative\",\"Homepage\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:117;s:11:\"trend_index\";i:217;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:642;a:14:{s:2:\"id\";i:728;s:5:\"title\";s:33:\"Homepage – Delivery Company\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/01/delivery-company-home-page.jpg\";s:12:\"tmpl_created\";i:1485269993;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/homepage-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Delivery\",\"Homepage\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:288;s:11:\"trend_index\";i:529;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:643;a:14:{s:2:\"id\";i:2403;s:5:\"title\";s:29:\"Homepage – Luxury Hotel\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/09/Hotel.png\";s:12:\"tmpl_created\";i:1506441428;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/homepage-luxury-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:277;s:11:\"trend_index\";i:339;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:644;a:14:{s:2:\"id\";i:1903;s:5:\"title\";s:20:\"One Page – Spa\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2017/06/spa.png\";s:12:\"tmpl_created\";i:1496822325;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/one-page-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:132:\"[\"beauty\",\"care\",\"girly\",\"hair\",\"Health\",\"hospitality\",\"massage\",\"medical\",\"parlor\",\"physiotherapy\",\"salon\",\"spa\",\"wellness\",\"yoga\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:187;s:11:\"trend_index\";i:227;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:645;a:14:{s:2:\"id\";i:2123;s:5:\"title\";s:33:\"One Page – Architect Office\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/06/architect.png\";s:12:\"tmpl_created\";i:1499772989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/one-page-architect-office/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:11;s:11:\"trend_index\";i:20;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:646;a:14:{s:2:\"id\";i:1888;s:5:\"title\";s:32:\"One Page – Creative Meetup\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2017/06/creative-meetup.png\";s:12:\"tmpl_created\";i:1496822319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/one-page-creative-meetup/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:284;s:11:\"trend_index\";i:502;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:647;a:14:{s:2:\"id\";i:1891;s:5:\"title\";s:35:\"One Page – Textile Convention\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/06/textile-meetup.png\";s:12:\"tmpl_created\";i:1496822323;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/one-page-textile-convention/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:427;s:11:\"trend_index\";i:594;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:648;a:14:{s:2:\"id\";i:1880;s:5:\"title\";s:24:\"One Page – Wedding\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2017/06/wedding.png\";s:12:\"tmpl_created\";i:1496822317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/one-page-wedding/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"bride\",\"ceremony\",\"cute\",\"event\",\"fancy\",\"girly\",\"groom\",\"guestbook\",\"marriage\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:468;s:11:\"trend_index\";i:614;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:649;a:14:{s:2:\"id\";i:1885;s:5:\"title\";s:29:\"One Page – Yacht Rental\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/06/yacht-home.png\";s:12:\"tmpl_created\";i:1496822321;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/one-page-yacht-rental/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:210;s:11:\"trend_index\";i:409;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:650;a:14:{s:2:\"id\";i:2723;s:5:\"title\";s:34:\"Portfolio – Graphic Designer\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2017/11/Graphic-Designer-–-Portfolio.png\";s:12:\"tmpl_created\";i:1509633883;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-graphic-designer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:190;s:11:\"trend_index\";i:282;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:651;a:14:{s:2:\"id\";i:2145;s:5:\"title\";s:30:\"About – Delivery Company\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/07/delivery-about.png\";s:12:\"tmpl_created\";i:1499774125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/about-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:10:\"[\"moving\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:355;s:11:\"trend_index\";i:630;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:652;a:14:{s:2:\"id\";i:2155;s:5:\"title\";s:23:\"About – Cake Shop\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/07/cake-about.png\";s:12:\"tmpl_created\";i:1499774130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/about-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"Food\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:403;s:11:\"trend_index\";i:584;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:653;a:14:{s:2:\"id\";i:1085;s:5:\"title\";s:21:\"About – Startup\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2017/03/Startup.png\";s:12:\"tmpl_created\";i:1488810874;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/about-startup/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"About\",\"Startup\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:8;s:11:\"trend_index\";i:10;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:654;a:14:{s:2:\"id\";i:143;s:5:\"title\";s:22:\"About – Personal\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0010.png\";s:12:\"tmpl_created\";i:1470820447;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/about-personal/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"About\",\"Personal\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:24;s:11:\"trend_index\";i:68;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:655;a:14:{s:2:\"id\";i:101;s:5:\"title\";s:16:\"About – CV\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0018.png\";s:12:\"tmpl_created\";i:1470829785;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:98:\"https://library.elementor.com/about-cv/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"creative portfolio\",\"Personal\",\"portfolio\",\"professional\",\"resume\",\"vcard\"]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:49;s:11:\"trend_index\";i:173;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:656;a:14:{s:2:\"id\";i:140;s:5:\"title\";s:25:\"About – Art Gallery\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0009.png\";s:12:\"tmpl_created\";i:1470820463;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/about-art-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:25:\"[\"About\",\"Art\",\"Gallery\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:18;s:11:\"trend_index\";i:41;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:657;a:14:{s:2:\"id\";i:213;s:5:\"title\";s:26:\"About – Architecture\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0008.png\";s:12:\"tmpl_created\";i:1470829766;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/about-architecture/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"About\",\"Architecture\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:19;s:11:\"trend_index\";i:59;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:658;a:14:{s:2:\"id\";i:2802;s:5:\"title\";s:38:\"Portfolio – Fashion Photographer\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2017/11/Fashion-photographer-–-Portfolio.png\";s:12:\"tmpl_created\";i:1509615440;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/portfolio-fashion-photographer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:225;s:11:\"trend_index\";i:483;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:659;a:14:{s:2:\"id\";i:2828;s:5:\"title\";s:35:\"Landing Page – Law Convention\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2017/11/Law-Convention-–-Landing-Page.png\";s:12:\"tmpl_created\";i:1509631636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/landing-page-law-convention/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"Convention\",\"Landing Page\",\"Law\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:367;s:11:\"trend_index\";i:560;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:660;a:14:{s:2:\"id\";i:1461;s:5:\"title\";s:28:\"Landing Page – Ebook 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-1.png\";s:12:\"tmpl_created\";i:1494352121;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-ebook-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:127:\"[\"App\",\"author\",\"book\",\"brochure\",\"download\",\"e-book\",\"ebook\",\"marketing\",\"product\",\"publisher\",\"sell online\",\"seo\",\"showcase\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:353;s:11:\"trend_index\";i:554;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:661;a:14:{s:2:\"id\";i:1460;s:5:\"title\";s:28:\"Landing Page – Ebook 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-2.png\";s:12:\"tmpl_created\";i:1494352124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-ebook-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:373;s:11:\"trend_index\";i:444;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:662;a:14:{s:2:\"id\";i:1459;s:5:\"title\";s:28:\"Landing Page – Ebook 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-3.png\";s:12:\"tmpl_created\";i:1494352125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-ebook-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:242;s:11:\"trend_index\";i:283;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:663;a:14:{s:2:\"id\";i:1052;s:5:\"title\";s:33:\"Landing Page – Mobile App 1\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2017/03/app.png\";s:12:\"tmpl_created\";i:1488810873;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/landing-page-mobile-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:144;s:16:\"popularity_index\";i:37;s:11:\"trend_index\";i:84;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:664;a:14:{s:2:\"id\";i:1505;s:5:\"title\";s:33:\"Landing Page – Mobile App 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app3.png\";s:12:\"tmpl_created\";i:1494352110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-mobile-app-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:145;s:16:\"popularity_index\";i:395;s:11:\"trend_index\";i:598;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:665;a:14:{s:2:\"id\";i:726;s:5:\"title\";s:33:\"Landing Page – Conference 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/01/convention-landing-page.jpg\";s:12:\"tmpl_created\";i:1485270062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/landing-page-conference/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:438;s:11:\"trend_index\";i:539;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:666;a:14:{s:2:\"id\";i:1613;s:5:\"title\";s:33:\"Landing Page – Conference 2\";s:9:\"thumbnail\";s:109:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-International-Womens-Day-Conference.png\";s:12:\"tmpl_created\";i:1494352129;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:453;s:11:\"trend_index\";i:462;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:667;a:14:{s:2:\"id\";i:1612;s:5:\"title\";s:33:\"Landing Page – Conference 3\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Tech-Conference.png\";s:12:\"tmpl_created\";i:1494352127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:479;s:11:\"trend_index\";i:673;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:668;a:14:{s:2:\"id\";i:1614;s:5:\"title\";s:33:\"Landing Page – Conference 4\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Sustainability-Conference.png\";s:12:\"tmpl_created\";i:1494352131;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:382;s:11:\"trend_index\";i:532;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:669;a:14:{s:2:\"id\";i:906;s:5:\"title\";s:29:\"Landing Page – Coacher\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/02/Landin-Page-Coacher.png\";s:12:\"tmpl_created\";i:1494352066;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-coacher/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:150;s:16:\"popularity_index\";i:279;s:11:\"trend_index\";i:379;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:670;a:14:{s:2:\"id\";i:879;s:5:\"title\";s:41:\"Landing Page – Financial Consultant\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Financial-consultant.png\";s:12:\"tmpl_created\";i:1494352064;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/landing-page-financial-consultant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:287;s:11:\"trend_index\";i:370;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:671;a:14:{s:2:\"id\";i:926;s:5:\"title\";s:33:\"Landing Page – Private Chef\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Private-Chef.png\";s:12:\"tmpl_created\";i:1494352068;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-private-chef/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:401;s:11:\"trend_index\";i:542;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:672;a:14:{s:2:\"id\";i:1032;s:5:\"title\";s:27:\"Landing Page – Agency\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2017/03/Agency.png\";s:12:\"tmpl_created\";i:1488810866;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/landing-page-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:398;s:11:\"trend_index\";i:558;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:673;a:14:{s:2:\"id\";i:730;s:5:\"title\";s:24:\"Landing Page – App\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/01/app.-landing-page.jpg\";s:12:\"tmpl_created\";i:1485273430;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/landing-page-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:358;s:11:\"trend_index\";i:525;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:674;a:14:{s:2:\"id\";i:643;s:5:\"title\";s:29:\"Landing Page – Festival\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2016/12/festival.jpg\";s:12:\"tmpl_created\";i:1481549290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-festival/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:450;s:11:\"trend_index\";i:569;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:675;a:14:{s:2:\"id\";i:542;s:5:\"title\";s:28:\"Landing Page – Wedding\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0025.png\";s:12:\"tmpl_created\";i:1477388484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-wedding/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:156;s:16:\"popularity_index\";i:102;s:11:\"trend_index\";i:322;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:676;a:14:{s:2:\"id\";i:1187;s:5:\"title\";s:32:\"Landing Page – Photography\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp1-l.png\";s:12:\"tmpl_created\";i:1490707385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/landing-page-photography/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:48;s:11:\"trend_index\";i:95;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:677;a:14:{s:2:\"id\";i:641;s:5:\"title\";s:28:\"Landing Page – Fashion\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2016/12/fashion-landing-page.jpg\";s:12:\"tmpl_created\";i:1481549264;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-fashion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:328;s:11:\"trend_index\";i:457;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:678;a:14:{s:2:\"id\";i:189;s:5:\"title\";s:30:\"Landing Page – Tourism 1\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0005.png\";s:12:\"tmpl_created\";i:1470820715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-tourism/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:15;s:11:\"trend_index\";i:44;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:679;a:14:{s:2:\"id\";i:1547;s:5:\"title\";s:30:\"Landing Page – Tourism 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-1.png\";s:12:\"tmpl_created\";i:1494352115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:345;s:11:\"trend_index\";i:617;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:680;a:14:{s:2:\"id\";i:1546;s:5:\"title\";s:30:\"Landing Page – Tourism 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-2.png\";s:12:\"tmpl_created\";i:1494352116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:475;s:11:\"trend_index\";i:644;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:681;a:14:{s:2:\"id\";i:1545;s:5:\"title\";s:30:\"Landing Page – Tourism 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-3.png\";s:12:\"tmpl_created\";i:1494352118;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:374;s:11:\"trend_index\";i:449;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:682;a:14:{s:2:\"id\";i:2714;s:5:\"title\";s:30:\"Landing Page – Tourism 5\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/11/Vacation-–-Landing-Page.png\";s:12:\"tmpl_created\";i:1509631782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:366;s:11:\"trend_index\";i:544;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:683;a:14:{s:2:\"id\";i:195;s:5:\"title\";s:28:\"Landing Page – Product\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0006.png\";s:12:\"tmpl_created\";i:1470820765;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:164;s:16:\"popularity_index\";i:57;s:11:\"trend_index\";i:180;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:684;a:14:{s:2:\"id\";i:197;s:5:\"title\";s:34:\"Landing Page – Real Estate 1\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0007.png\";s:12:\"tmpl_created\";i:1470825711;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/landing-page-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:165;s:16:\"popularity_index\";i:136;s:11:\"trend_index\";i:383;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:685;a:14:{s:2:\"id\";i:1193;s:5:\"title\";s:34:\"Landing Page – Real Estate 2\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";i:1490707422;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:70;s:11:\"trend_index\";i:153;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:686;a:14:{s:2:\"id\";i:1415;s:5:\"title\";s:34:\"Landing Page – Real Estate 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-1.png\";s:12:\"tmpl_created\";i:1494352106;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:167;s:16:\"popularity_index\";i:356;s:11:\"trend_index\";i:695;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:687;a:14:{s:2:\"id\";i:1414;s:5:\"title\";s:34:\"Landing Page – Real Estate 4\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-2.png\";s:12:\"tmpl_created\";i:1494352107;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:168;s:16:\"popularity_index\";i:497;s:11:\"trend_index\";i:641;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:688;a:14:{s:2:\"id\";i:1413;s:5:\"title\";s:34:\"Landing Page – Real Estate 5\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-3.png\";s:12:\"tmpl_created\";i:1494352109;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:134:\"[\"Agent\",\"business\",\"clean\",\"corporate\",\"flat\",\"google maps\",\"homes\",\"listing\",\"modern\",\"real estate\",\"realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:169;s:16:\"popularity_index\";i:433;s:11:\"trend_index\";i:442;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:689;a:14:{s:2:\"id\";i:1573;s:5:\"title\";s:29:\"Landing Page – Coupon 1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-02.png\";s:12:\"tmpl_created\";i:1494352133;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:170;s:16:\"popularity_index\";i:526;s:11:\"trend_index\";i:622;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:690;a:14:{s:2:\"id\";i:1572;s:5:\"title\";s:29:\"Landing Page – Coupon 2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-03.png\";s:12:\"tmpl_created\";i:1494352134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:557;s:11:\"trend_index\";i:582;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:691;a:14:{s:2:\"id\";i:1570;s:5:\"title\";s:29:\"Landing Page – Coupon 3\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-01.png\";s:12:\"tmpl_created\";i:1494352136;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:172;s:16:\"popularity_index\";i:600;s:11:\"trend_index\";i:559;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:692;a:14:{s:2:\"id\";i:1571;s:5:\"title\";s:29:\"Landing Page – Coupon 4\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-04.png\";s:12:\"tmpl_created\";i:1494352138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:173;s:16:\"popularity_index\";i:573;s:11:\"trend_index\";i:605;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:693;a:14:{s:2:\"id\";i:192;s:5:\"title\";s:28:\"Landing Page – Webinar\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0015.png\";s:12:\"tmpl_created\";i:1470820734;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:174;s:16:\"popularity_index\";i:122;s:11:\"trend_index\";i:262;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:694;a:14:{s:2:\"id\";i:2141;s:5:\"title\";s:32:\"Contact – Delivery Company\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/07/delivery-contact.png\";s:12:\"tmpl_created\";i:1499774122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/contact-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:175;s:16:\"popularity_index\";i:331;s:11:\"trend_index\";i:470;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:695;a:14:{s:2:\"id\";i:137;s:5:\"title\";s:22:\"Contact – Modern\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0013.png\";s:12:\"tmpl_created\";i:1470829828;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/contact-modern/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:52;s:11:\"trend_index\";i:127;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:696;a:14:{s:2:\"id\";i:256;s:5:\"title\";s:26:\"Contact – Restaurant\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0011.png\";s:12:\"tmpl_created\";i:1470829796;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/contact-restaurant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:177;s:16:\"popularity_index\";i:132;s:11:\"trend_index\";i:307;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:697;a:14:{s:2:\"id\";i:2150;s:5:\"title\";s:25:\"Contact – Cake Shop\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/07/cake-contact.png\";s:12:\"tmpl_created\";i:1499774127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/contact-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:178;s:16:\"popularity_index\";i:68;s:11:\"trend_index\";i:183;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:698;a:14:{s:2:\"id\";i:223;s:5:\"title\";s:21:\"Contact – Hotel\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0002.png\";s:12:\"tmpl_created\";i:1470820471;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/contact-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:179;s:16:\"popularity_index\";i:134;s:11:\"trend_index\";i:185;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:699;a:14:{s:2:\"id\";i:24;s:5:\"title\";s:25:\"Contact – Corporate\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0012.png\";s:12:\"tmpl_created\";i:1470248619;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/contact-corporate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:180;s:16:\"popularity_index\";i:12;s:11:\"trend_index\";i:15;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:700;a:14:{s:2:\"id\";i:184;s:5:\"title\";s:23:\"Services – Moving\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0017.png\";s:12:\"tmpl_created\";i:1470829889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/services-moving/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:181;s:16:\"popularity_index\";i:23;s:11:\"trend_index\";i:50;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:701;a:14:{s:2:\"id\";i:625;s:5:\"title\";s:31:\"Services – Cake Shop Menu\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2016/12/cake-shop-menu.jpg\";s:12:\"tmpl_created\";i:1481549196;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/services-cake-shop-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:182;s:16:\"popularity_index\";i:563;s:11:\"trend_index\";i:653;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:702;a:14:{s:2:\"id\";i:187;s:5:\"title\";s:20:\"Services – Fun\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0001.png\";s:12:\"tmpl_created\";i:1470829892;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/services-fun/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:183;s:16:\"popularity_index\";i:81;s:11:\"trend_index\";i:232;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:703;a:14:{s:2:\"id\";i:238;s:5:\"title\";s:27:\"Services – Consulting\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0014.png\";s:12:\"tmpl_created\";i:1470829865;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/services-consulting/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:184;s:16:\"popularity_index\";i:21;s:11:\"trend_index\";i:40;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:704;a:14:{s:2:\"id\";i:647;s:5:\"title\";s:33:\"Services – Coffee Shop Menu\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2016/12/restaurant-menu.jpg\";s:12:\"tmpl_created\";i:1481549320;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/services-coffee-shop-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:185;s:16:\"popularity_index\";i:464;s:11:\"trend_index\";i:607;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:705;a:14:{s:2:\"id\";i:2138;s:5:\"title\";s:33:\"Services – Delivery Company\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/07/delivery-services.png\";s:12:\"tmpl_created\";i:1499774119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/services-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:186;s:16:\"popularity_index\";i:392;s:11:\"trend_index\";i:581;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:706;a:14:{s:2:\"id\";i:823;s:5:\"title\";s:19:\"Pricing – App\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2017/01/pricing-app.jpg\";s:12:\"tmpl_created\";i:1485272966;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/pricing-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:187;s:16:\"popularity_index\";i:357;s:11:\"trend_index\";i:498;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:707;a:14:{s:2:\"id\";i:824;s:5:\"title\";s:24:\"Pricing – Software\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/01/pricing-software.png\";s:12:\"tmpl_created\";i:1485272900;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/pricing-software-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:188;s:16:\"popularity_index\";i:368;s:11:\"trend_index\";i:468;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:708;a:14:{s:2:\"id\";i:825;s:5:\"title\";s:24:\"Product – Speakers\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/01/product-page.jpg\";s:12:\"tmpl_created\";i:1485272513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/product-speakers/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:189;s:16:\"popularity_index\";i:388;s:11:\"trend_index\";i:595;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:709;a:14:{s:2:\"id\";i:245;s:5:\"title\";s:21:\"Product – Clean\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0020.png\";s:12:\"tmpl_created\";i:1470829876;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/product-clean/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"fast\",\"minimal\",\"minimalistic\",\"seo\",\"simple\"]\";s:10:\"menu_order\";i:190;s:16:\"popularity_index\";i:88;s:11:\"trend_index\";i:132;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:710;a:14:{s:2:\"id\";i:1075;s:5:\"title\";s:19:\"Shop – Sweets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2017/03/Sweets.png\";s:12:\"tmpl_created\";i:1488810871;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/shop-sweets/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:154:\"[\"bakery\",\"beverage\",\"business\",\"cafe\",\"candy bar\",\"catering\",\"delivery service\",\"Food\",\"online shop\",\"pastry\",\"Restaurant\",\"store\",\"sweet shop\",\"sweets\"]\";s:10:\"menu_order\";i:191;s:16:\"popularity_index\";i:59;s:11:\"trend_index\";i:104;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:711;a:14:{s:2:\"id\";i:1051;s:5:\"title\";s:24:\"Blog Post – Launch\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/03/post-cloud.png\";s:12:\"tmpl_created\";i:1488810869;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blog-post-launch/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:210:\"[\"Agency\",\"bootstrap\",\"business\",\"corporate\",\"Landing Page\",\"launch\",\"marketing campaign\",\"marketing landing page\",\"marketing template landing page\",\"product launch\",\"software\",\"Startup\",\"startup landing page\"]\";s:10:\"menu_order\";i:192;s:16:\"popularity_index\";i:17;s:11:\"trend_index\";i:22;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:712;a:14:{s:2:\"id\";i:1245;s:5:\"title\";s:13:\"Coming Soon 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-1.png\";s:12:\"tmpl_created\";i:1491207184;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:193;s:16:\"popularity_index\";i:259;s:11:\"trend_index\";i:286;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:713;a:14:{s:2:\"id\";i:1247;s:5:\"title\";s:13:\"Coming Soon 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-2.png\";s:12:\"tmpl_created\";i:1491207138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:194;s:16:\"popularity_index\";i:32;s:11:\"trend_index\";i:31;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:714;a:14:{s:2:\"id\";i:1248;s:5:\"title\";s:13:\"Coming Soon 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-3.png\";s:12:\"tmpl_created\";i:1491207050;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:195;s:16:\"popularity_index\";i:389;s:11:\"trend_index\";i:597;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:715;a:14:{s:2:\"id\";i:1249;s:5:\"title\";s:13:\"Coming Soon 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-4.png\";s:12:\"tmpl_created\";i:1491207380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:196;s:16:\"popularity_index\";i:429;s:11:\"trend_index\";i:500;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:716;a:14:{s:2:\"id\";i:1250;s:5:\"title\";s:13:\"Coming Soon 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-5.png\";s:12:\"tmpl_created\";i:1491207450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:197;s:16:\"popularity_index\";i:72;s:11:\"trend_index\";i:134;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:717;a:14:{s:2:\"id\";i:1260;s:5:\"title\";s:18:\"Maintenance Mode 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-6.png\";s:12:\"tmpl_created\";i:1491207507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";i:198;s:16:\"popularity_index\";i:457;s:11:\"trend_index\";i:432;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:718;a:14:{s:2:\"id\";i:1261;s:5:\"title\";s:18:\"Maintenance Mode 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/04/Coming-Soon-7.png\";s:12:\"tmpl_created\";i:1491207584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";i:199;s:16:\"popularity_index\";i:78;s:11:\"trend_index\";i:200;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:719;a:14:{s:2:\"id\";i:1272;s:5:\"title\";s:13:\"Coming Soon 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-8.png\";s:12:\"tmpl_created\";i:1491207674;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:200;s:16:\"popularity_index\";i:289;s:11:\"trend_index\";i:354;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:720;a:14:{s:2:\"id\";i:1279;s:5:\"title\";s:13:\"Coming Soon 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-9.png\";s:12:\"tmpl_created\";i:1491207756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:201;s:16:\"popularity_index\";i:145;s:11:\"trend_index\";i:206;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:721;a:14:{s:2:\"id\";i:1745;s:5:\"title\";s:14:\"Coming Soon 10\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/login-002.png\";s:12:\"tmpl_created\";i:1494849745;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/coming-soon-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:202;s:16:\"popularity_index\";i:278;s:11:\"trend_index\";i:297;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:722;a:14:{s:2:\"id\";i:1742;s:5:\"title\";s:12:\"Login Page 1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/login-003.png\";s:12:\"tmpl_created\";i:1494849744;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:100:\"https://library.elementor.com/login-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:203;s:16:\"popularity_index\";i:420;s:11:\"trend_index\";i:388;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:723;a:14:{s:2:\"id\";i:1748;s:5:\"title\";s:12:\"Login Page 2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/login-001.png\";s:12:\"tmpl_created\";i:1494849742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/login-page-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:299;s:11:\"trend_index\";i:363;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:724;a:14:{s:2:\"id\";i:3963;s:5:\"title\";s:32:\"Restaurant Site – Homepage\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/01/R.HomepageThumb.png\";s:12:\"tmpl_created\";i:1516284821;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/restaurant-site-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";i:205;s:16:\"popularity_index\";i:237;s:11:\"trend_index\";i:298;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:725;a:14:{s:2:\"id\";i:3969;s:5:\"title\";s:28:\"Restaurant Site – Menu\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/01/R.MenuThumb.png\";s:12:\"tmpl_created\";i:1516284829;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/restaurant-site-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";i:206;s:16:\"popularity_index\";i:390;s:11:\"trend_index\";i:627;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:726;a:14:{s:2:\"id\";i:3966;s:5:\"title\";s:29:\"Restaurant Site – About\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/01/R.AboutThumb.png.png\";s:12:\"tmpl_created\";i:1516284839;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/restaurant-site-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";i:207;s:16:\"popularity_index\";i:257;s:11:\"trend_index\";i:305;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:727;a:14:{s:2:\"id\";i:3972;s:5:\"title\";s:31:\"Restaurant Site – Contact\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/01/R.ContactThumb.png\";s:12:\"tmpl_created\";i:1516284847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/restaurant-site-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";i:208;s:16:\"popularity_index\";i:363;s:11:\"trend_index\";i:464;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:728;a:14:{s:2:\"id\";i:2080;s:5:\"title\";s:27:\"Ski Resort – Homepage\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-Home-Page.png\";s:12:\"tmpl_created\";i:1508161124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/ski-resort-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:209;s:16:\"popularity_index\";i:340;s:11:\"trend_index\";i:387;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:729;a:14:{s:2:\"id\";i:2088;s:5:\"title\";s:24:\"Ski Resort – About\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-About.png\";s:12:\"tmpl_created\";i:1508161129;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/ski-resort-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:425;s:11:\"trend_index\";i:513;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:730;a:14:{s:2:\"id\";i:2085;s:5:\"title\";s:27:\"Ski Resort – Services\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-Services.png\";s:12:\"tmpl_created\";i:1508161134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/ski-resort-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:211;s:16:\"popularity_index\";i:551;s:11:\"trend_index\";i:689;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:731;a:14:{s:2:\"id\";i:2462;s:5:\"title\";s:23:\"Architect – About\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/10/architect-–-about.png\";s:12:\"tmpl_created\";i:1508243317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/architect-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:212;s:16:\"popularity_index\";i:334;s:11:\"trend_index\";i:616;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:732;a:14:{s:2:\"id\";i:2362;s:5:\"title\";s:26:\"Architect – Projects\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2017/10/Architect-Projects.png\";s:12:\"tmpl_created\";i:1508243335;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/architect-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:213;s:16:\"popularity_index\";i:399;s:11:\"trend_index\";i:572;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:733;a:14:{s:2:\"id\";i:614;s:5:\"title\";s:25:\"Architect – Contact\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2016/12/architect-contact.jpg\";s:12:\"tmpl_created\";i:1481549169;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/architect-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:303;s:11:\"trend_index\";i:392;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:734;a:14:{s:2:\"id\";i:2126;s:5:\"title\";s:37:\"Construction Company – Homepage\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-Home-Page.png\";s:12:\"tmpl_created\";i:1508325849;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-company-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:215;s:16:\"popularity_index\";i:274;s:11:\"trend_index\";i:333;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:735;a:14:{s:2:\"id\";i:2129;s:5:\"title\";s:34:\"Construction Company – About\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-About.png\";s:12:\"tmpl_created\";i:1508325881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/construction-company-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:216;s:16:\"popularity_index\";i:306;s:11:\"trend_index\";i:521;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:736;a:14:{s:2:\"id\";i:2135;s:5:\"title\";s:36:\"Construction Company – Contact\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-Contact.png\";s:12:\"tmpl_created\";i:1508325922;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/construction-company-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:217;s:16:\"popularity_index\";i:350;s:11:\"trend_index\";i:414;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:737;a:14:{s:2:\"id\";i:2094;s:5:\"title\";s:28:\"Plants Shop – Homepage\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/11/Plants-Shop-Home.png\";s:12:\"tmpl_created\";i:1509621053;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/plants-shop-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:218;s:16:\"popularity_index\";i:273;s:11:\"trend_index\";i:189;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:738;a:14:{s:2:\"id\";i:2120;s:5:\"title\";s:25:\"Plants Shop – About\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/11/Plants-Shop-About.png\";s:12:\"tmpl_created\";i:1509631820;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/plants-shop-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:351;s:11:\"trend_index\";i:352;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:739;a:14:{s:2:\"id\";i:3153;s:5:\"title\";s:14:\"Halloween Pack\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/10/halloween.png\";s:12:\"tmpl_created\";i:1508950132;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/halloween-pack/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:220;s:16:\"popularity_index\";i:614;s:11:\"trend_index\";i:0;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:740;a:14:{s:2:\"id\";i:3338;s:5:\"title\";s:31:\"Black Friday – Nature Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-1.png\";s:12:\"tmpl_created\";i:1511203351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/black-friday-nature-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:221;s:16:\"popularity_index\";i:545;s:11:\"trend_index\";i:683;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:741;a:14:{s:2:\"id\";i:3339;s:5:\"title\";s:35:\"Black Friday – Pop-Styled Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-2.png\";s:12:\"tmpl_created\";i:1511203636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/black-friday-pop-styled-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:222;s:16:\"popularity_index\";i:487;s:11:\"trend_index\";i:679;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:742;a:14:{s:2:\"id\";i:3335;s:5:\"title\";s:31:\"Black Friday – Retail Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-4.png\";s:12:\"tmpl_created\";i:1511203246;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/black-friday-retail-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:223;s:16:\"popularity_index\";i:489;s:11:\"trend_index\";i:602;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:743;a:14:{s:2:\"id\";i:3340;s:5:\"title\";s:41:\"Black Friday – Software Product Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-3.png\";s:12:\"tmpl_created\";i:1511203713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/black-friday-software-product-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:224;s:16:\"popularity_index\";i:460;s:11:\"trend_index\";i:639;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:744;a:14:{s:2:\"id\";i:3517;s:5:\"title\";s:27:\"Christmas – Gift Shop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/12/XmasThumb.png\";s:12:\"tmpl_created\";i:1513877937;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/christmas-gift-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:225;s:16:\"popularity_index\";i:543;s:11:\"trend_index\";i:593;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:745;a:14:{s:2:\"id\";i:3734;s:5:\"title\";s:28:\"Christmas – Car Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v3.png\";s:12:\"tmpl_created\";i:1514197794;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/christmas-car-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:226;s:16:\"popularity_index\";i:521;s:11:\"trend_index\";i:604;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:746;a:14:{s:2:\"id\";i:3764;s:5:\"title\";s:33:\"Christmas – Interior Design\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v6.png\";s:12:\"tmpl_created\";i:1514198234;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/christmas-interior-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:227;s:16:\"popularity_index\";i:494;s:11:\"trend_index\";i:669;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:747;a:14:{s:2:\"id\";i:3565;s:5:\"title\";s:27:\"Christmas – Tree Shop\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/12/XmasTreeThumb.png\";s:12:\"tmpl_created\";i:1514204382;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/christmas-tree-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:228;s:16:\"popularity_index\";i:419;s:11:\"trend_index\";i:527;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:748;a:14:{s:2:\"id\";i:3862;s:5:\"title\";s:35:\"Christmas – Design Conference\";s:9:\"thumbnail\";s:63:\"https://library.elementor.com/wp-content/uploads/2017/12/q1.png\";s:12:\"tmpl_created\";i:1514206745;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/christmas-design-conference/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:229;s:16:\"popularity_index\";i:411;s:11:\"trend_index\";i:651;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:749;a:14:{s:2:\"id\";i:3777;s:5:\"title\";s:39:\"Christmas – Snowboard Competition\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v7.png\";s:12:\"tmpl_created\";i:1514205420;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/christmas-snowboard-competition/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:230;s:16:\"popularity_index\";i:458;s:11:\"trend_index\";i:688;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:750;a:14:{s:2:\"id\";i:420;s:5:\"title\";s:11:\"Hero UI Kit\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2016/09/library-ui-kit-cover.png\";s:12:\"tmpl_created\";i:1475067229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/hero-ui-kit/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:231;s:16:\"popularity_index\";i:20;s:11:\"trend_index\";i:62;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}}}','no'),(160,'elementor_remote_info_feed_data','a:5:{i:0;a:5:{s:5:\"title\";s:47:\"Elementor Sites of the Month — September 2020\";s:7:\"excerpt\";s:325:\"Get ready to see some of the best magazine and blog websites built with Elementor. This month’s showcase explores the top ten magazine or blog websites from our user community, and shows prime examples for how to design your next blog or magazine site, with many unique options for layout, color schemes, motifs, and so on.\";s:7:\"created\";i:1602495962;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:123:\"https://elementor.com/blog/showcase-september-2020/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:36:\"The Complete WordPress Sidebar Guide\";s:7:\"excerpt\";s:150:\"Learn how sidebars can improve your site navigation and help you convert more of your traffic with the aid of the right widgets and good use of space.\";s:7:\"created\";i:1602398496;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:123:\"https://elementor.com/blog/wordpress-sidebar-guide/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:50:\"How to Write a Great Website Brief + Free Template\";s:7:\"excerpt\";s:152:\"A good website design brief is paramount to a successful web design project. Make sure that your project is a success with a well-crafted design brief. \";s:7:\"created\";i:1601540958;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:120:\"https://elementor.com/blog/create-website-brief/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:3;a:5:{s:5:\"title\";s:34:\"Introducing Design System Features\";s:7:\"excerpt\";s:211:\"Elementor 3.0 is finally here, and it brings a whole new way to build sites. Get ready for a special 3-in-1 release that includes: Design System Features, New Theme Builder and major performance improvements.\";s:7:\"created\";i:1601465340;s:5:\"badge\";s:11:\"New Feature\";s:3:\"url\";s:137:\"https://elementor.com/blog/elementor-3-new-professional-features/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:4;a:5:{s:5:\"title\";s:60:\"WordPress Troubleshooting: Common Errors and How to Fix Them\";s:7:\"excerpt\";s:157:\"Have you come across an error and are unsure how to fix it? Follow this comprehensive guide to the most common WordPress errors and learn how to fix them.\";s:7:\"created\";i:1601378179;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:132:\"https://elementor.com/blog/troubleshooting-wordpress-errors/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}','no'),(165,'gedung_framework','a:162:{s:8:\"last_tab\";s:1:\"0\";s:15:\"header_animated\";s:1:\"1\";s:12:\"fixed_header\";s:1:\"1\";s:17:\"header_fixed_type\";s:21:\"header_fixed_noscroll\";s:17:\"space_when_scroll\";a:2:{s:11:\"padding-top\";s:4:\"40px\";s:5:\"units\";s:2:\"px\";}s:25:\"header_general_opt_select\";s:11:\"header-logo\";s:11:\"logo_upload\";a:9:{s:3:\"url\";s:91:\"http://www.arscontracting.com/wp-content/uploads/2020/07/Clipboard-July-30-2020-4_19-PM.png\";s:2:\"id\";s:3:\"959\";s:6:\"height\";s:3:\"112\";s:5:\"width\";s:3:\"365\";s:9:\"thumbnail\";s:99:\"http://www.arscontracting.com/wp-content/uploads/2020/07/Clipboard-July-30-2020-4_19-PM-150x112.png\";s:5:\"title\";s:33:\"Clipboard - July 30, 2020 4_19 PM\";s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:11:\"description\";s:0:\"\";}s:12:\"logo_padding\";a:3:{s:11:\"padding-top\";s:1:\"0\";s:14:\"padding-bottom\";s:1:\"0\";s:5:\"units\";s:2:\"px\";}s:22:\"header_container_width\";a:2:{s:5:\"width\";s:6:\"1170px\";s:5:\"units\";s:2:\"px\";}s:14:\"header_padding\";a:5:{s:11:\"padding-top\";s:4:\"50px\";s:13:\"padding-right\";s:1:\"0\";s:14:\"padding-bottom\";s:4:\"50px\";s:12:\"padding-left\";s:1:\"0\";s:5:\"units\";s:2:\"px\";}s:17:\"header_background\";a:7:{s:16:\"background-color\";s:11:\"transparent\";s:17:\"background-repeat\";s:9:\"no-repeat\";s:15:\"background-size\";s:7:\"inherit\";s:21:\"background-attachment\";s:7:\"inherit\";s:19:\"background-position\";s:13:\"center center\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:23:\"header_fixed_background\";s:7:\"#ffffff\";s:18:\"header_fixed_color\";s:7:\"#000000\";s:12:\"header_boxed\";s:0:\"\";s:18:\"header_boxed_width\";a:2:{s:5:\"width\";s:0:\"\";s:5:\"units\";s:2:\"px\";}s:13:\"header_margin\";a:3:{s:10:\"margin-top\";s:1:\"0\";s:13:\"margin-bottom\";s:1:\"0\";s:5:\"units\";s:2:\"px\";}s:15:\"header_1_layout\";s:14:\"2column-header\";s:12:\"header_col_3\";s:14:\"header_3_col_1\";s:17:\"header_3_centered\";s:14:\"normal_header3\";s:16:\"header_col3_side\";a:2:{s:5:\"width\";s:4:\"20px\";s:5:\"units\";s:2:\"px\";}s:18:\"header_col3_center\";a:2:{s:5:\"width\";s:4:\"60px\";s:5:\"units\";s:2:\"px\";}s:15:\"header_left_set\";s:19:\"header_left_content\";s:21:\"header_customize_left\";a:2:{s:7:\"enabled\";a:2:{s:7:\"placebo\";s:7:\"placebo\";s:11:\"gedung-logo\";s:4:\"Logo\";}s:8:\"disabled\";a:4:{s:7:\"placebo\";s:7:\"placebo\";s:12:\"gedung-menus\";s:5:\"Menus\";s:16:\"gedung-sec-menus\";s:15:\"Secondary Menus\";s:13:\"gedung-search\";s:13:\"Search Button\";}}s:19:\"header_left_display\";s:10:\"horizontal\";s:17:\"header_left_align\";s:11:\"text-center\";s:23:\"header_left_item_margin\";a:3:{s:12:\"margin-right\";s:1:\"0\";s:11:\"margin-left\";s:1:\"0\";s:5:\"units\";s:2:\"px\";}s:17:\"header_left_float\";s:17:\"header_left_float\";s:27:\"header_left_item_ver_margin\";a:3:{s:10:\"margin-top\";s:1:\"0\";s:13:\"margin-bottom\";s:1:\"0\";s:5:\"units\";s:2:\"px\";}s:17:\"header_center_set\";s:21:\"header_center_content\";s:23:\"header_customize_center\";a:2:{s:7:\"enabled\";a:1:{s:7:\"placebo\";s:7:\"placebo\";}s:8:\"disabled\";a:5:{s:7:\"placebo\";s:7:\"placebo\";s:12:\"gedung-menus\";s:5:\"Menus\";s:16:\"gedung-sec-menus\";s:15:\"Secondary Menus\";s:13:\"gedung-search\";s:13:\"Search Button\";s:11:\"gedung-logo\";s:4:\"Logo\";}}s:19:\"header_center_align\";s:11:\"text-center\";s:21:\"header_center_display\";s:10:\"horizontal\";s:19:\"header_center_float\";s:19:\"header_center_float\";s:16:\"header_right_set\";s:20:\"header_right_content\";s:22:\"header_customize_right\";a:2:{s:7:\"enabled\";a:3:{s:7:\"placebo\";s:7:\"placebo\";s:12:\"gedung-menus\";s:5:\"Menus\";s:13:\"gedung-search\";s:13:\"Search Button\";}s:8:\"disabled\";a:3:{s:7:\"placebo\";s:7:\"placebo\";s:16:\"gedung-sec-menus\";s:15:\"Secondary Menus\";s:11:\"gedung-logo\";s:4:\"Logo\";}}s:18:\"header_right_align\";s:11:\"text-center\";s:20:\"header_right_display\";s:8:\"vertical\";s:25:\"header_right_item_padding\";a:3:{s:11:\"padding-top\";s:1:\"0\";s:14:\"padding-bottom\";s:1:\"0\";s:5:\"units\";s:2:\"px\";}s:24:\"header_right_item_margin\";a:3:{s:12:\"margin-right\";s:4:\"20px\";s:11:\"margin-left\";s:1:\"0\";s:5:\"units\";s:2:\"px\";}s:18:\"header_right_float\";s:18:\"header_right_float\";s:29:\"header_right_item_ver_padding\";a:3:{s:11:\"padding-top\";s:1:\"0\";s:14:\"padding-bottom\";s:1:\"0\";s:5:\"units\";s:2:\"px\";}s:26:\"header_right_item_ver_bord\";a:6:{s:10:\"border-top\";s:3:\"1px\";s:12:\"border-right\";s:0:\"\";s:13:\"border-bottom\";s:3:\"1px\";s:11:\"border-left\";s:0:\"\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:7:\"#efefef\";}s:13:\"header_scheme\";s:6:\"enable\";s:17:\"header_text_color\";s:7:\"#ffffff\";s:15:\"header_alt_logo\";a:9:{s:3:\"url\";s:69:\"http://www.arscontracting.com/wp-content/uploads/2020/07/header-1.png\";s:2:\"id\";s:3:\"825\";s:6:\"height\";s:2:\"68\";s:5:\"width\";s:3:\"240\";s:9:\"thumbnail\";s:76:\"http://www.arscontracting.com/wp-content/uploads/2020/07/header-1-150x68.png\";s:5:\"title\";s:10:\"header (1)\";s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:11:\"description\";s:0:\"\";}s:13:\"header_alt_bg\";a:7:{s:16:\"background-color\";s:7:\"#2b4d7b\";s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:15:\"space_fixed_alt\";s:3:\"off\";s:17:\"header_mob_bg_def\";s:11:\"transparent\";s:17:\"header_mob_bg_alt\";s:7:\"#000000\";s:19:\"mobile_padding_head\";a:3:{s:13:\"padding-right\";s:4:\"45px\";s:12:\"padding-left\";s:4:\"45px\";s:5:\"units\";s:2:\"px\";}s:18:\"mobile_margin_logo\";a:3:{s:10:\"margin-top\";s:1:\"0\";s:13:\"margin-bottom\";s:1:\"0\";s:5:\"units\";s:2:\"px\";}s:18:\"mobile_margin_menu\";a:3:{s:10:\"margin-top\";s:4:\"15px\";s:13:\"margin-bottom\";s:1:\"0\";s:5:\"units\";s:2:\"px\";}s:17:\"logo_mobile_width\";a:2:{s:5:\"width\";s:4:\"100%\";s:5:\"units\";s:1:\"%\";}s:16:\"search_bar_style\";s:6:\"expand\";s:16:\"search_bar_title\";s:0:\"\";s:16:\"search_sug_title\";s:0:\"\";s:15:\"search_sug_text\";s:0:\"\";s:23:\"header1-menu-typography\";a:11:{s:11:\"font-family\";s:7:\"Poppins\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:14:\"Georgia, serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:10:\"text-align\";s:7:\"inherit\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:6:\"25.6px\";s:12:\"word-spacing\";s:3:\"0px\";s:14:\"letter-spacing\";s:3:\"0px\";}s:24:\"header-mobile-typography\";a:7:{s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:10:\"text-align\";s:6:\"center\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:6:\"25.6px\";s:12:\"word-spacing\";s:3:\"0px\";s:14:\"letter-spacing\";s:3:\"0px\";}s:18:\"menus_choose_style\";s:7:\"style-1\";s:23:\"content_container_width\";a:2:{s:5:\"width\";s:0:\"\";s:5:\"units\";s:2:\"px\";}s:18:\"content_background\";a:7:{s:16:\"background-color\";s:7:\"#ffffff\";s:17:\"background-repeat\";s:9:\"no-repeat\";s:15:\"background-size\";s:7:\"inherit\";s:21:\"background-attachment\";s:7:\"inherit\";s:19:\"background-position\";s:13:\"center center\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:8:\"wrap_opt\";s:7:\"default\";s:14:\"bordered_title\";s:7:\"#111111\";s:14:\"bordered_width\";a:2:{s:5:\"width\";s:0:\"\";s:5:\"units\";s:2:\"px\";}s:15:\"bordered_height\";a:5:{s:11:\"padding-top\";s:4:\"12px\";s:13:\"padding-right\";s:4:\"12px\";s:14:\"padding-bottom\";s:4:\"12px\";s:12:\"padding-left\";s:4:\"12px\";s:5:\"units\";s:2:\"px\";}s:13:\"content_boxed\";s:0:\"\";s:19:\"content_boxed_width\";a:2:{s:5:\"width\";s:0:\"\";s:5:\"units\";s:2:\"px\";}s:15:\"content_padding\";a:3:{s:11:\"padding-top\";s:1:\"0\";s:14:\"padding-bottom\";s:1:\"0\";s:5:\"units\";s:2:\"px\";}s:14:\"content_margin\";a:3:{s:10:\"margin-top\";s:1:\"0\";s:13:\"margin-bottom\";s:1:\"0\";s:5:\"units\";s:2:\"px\";}s:17:\"content-body-font\";a:11:{s:11:\"font-family\";s:0:\"\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:14:\"Georgia, serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:10:\"text-align\";s:7:\"inherit\";s:9:\"font-size\";s:4:\"15px\";s:11:\"line-height\";s:4:\"24px\";s:12:\"word-spacing\";s:3:\"0px\";s:14:\"letter-spacing\";s:3:\"0px\";}s:20:\"content-heading-font\";a:7:{s:11:\"font-family\";s:0:\"\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:33:\"\'Arial Black\', Gadget, sans-serif\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:10:\"text-align\";s:7:\"inherit\";}s:22:\"content_heading_select\";s:7:\"h1_typo\";s:13:\"heading1_typo\";a:4:{s:9:\"font-size\";s:4:\"42px\";s:11:\"line-height\";s:7:\"47.25px\";s:12:\"word-spacing\";s:3:\"0px\";s:14:\"letter-spacing\";s:3:\"0px\";}s:13:\"heading2_typo\";a:4:{s:9:\"font-size\";s:4:\"36px\";s:11:\"line-height\";s:4:\"45px\";s:12:\"word-spacing\";s:3:\"0px\";s:14:\"letter-spacing\";s:3:\"0px\";}s:13:\"heading3_typo\";a:4:{s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:4:\"30px\";s:12:\"word-spacing\";s:1:\"0\";s:14:\"letter-spacing\";s:1:\"0\";}s:13:\"heading4_typo\";a:4:{s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:6:\"23.4px\";s:12:\"word-spacing\";s:1:\"0\";s:14:\"letter-spacing\";s:1:\"0\";}s:13:\"heading5_typo\";a:4:{s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"22px\";s:12:\"word-spacing\";s:1:\"0\";s:14:\"letter-spacing\";s:1:\"0\";}s:13:\"heading6_typo\";a:4:{s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:6:\"19.6px\";s:12:\"word-spacing\";s:1:\"0\";s:14:\"letter-spacing\";s:1:\"0\";}s:15:\"loop_blog_style\";s:7:\"sidebar\";s:13:\"loop_nav_type\";s:11:\"nav_default\";s:19:\"blog_infinite_style\";s:7:\"style-1\";s:12:\"blog_padding\";a:3:{s:11:\"padding-top\";s:4:\"60px\";s:14:\"padding-bottom\";s:4:\"60px\";s:5:\"units\";s:2:\"px\";}s:18:\"archive_hide_title\";s:10:\"show_title\";s:15:\"archive_padding\";a:3:{s:11:\"padding-top\";s:4:\"60px\";s:14:\"padding-bottom\";s:4:\"60px\";s:5:\"units\";s:2:\"px\";}s:9:\"blog_type\";s:7:\"sidebar\";s:19:\"single_blog_padding\";a:3:{s:11:\"padding-top\";s:4:\"60px\";s:14:\"padding-bottom\";s:4:\"60px\";s:5:\"units\";s:2:\"px\";}s:14:\"post_back_link\";s:0:\"\";s:18:\"single_porto_style\";s:7:\"style-2\";s:20:\"single_porto_padding\";a:3:{s:11:\"padding-top\";s:5:\"100px\";s:14:\"padding-bottom\";s:5:\"100px\";s:5:\"units\";s:2:\"px\";}s:19:\"portfolio_back_link\";s:0:\"\";s:10:\"404_img_bg\";a:7:{s:16:\"background-color\";s:0:\"\";s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:14:\"page_loader_bg\";a:7:{s:16:\"background-color\";s:0:\"\";s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:15:\"page_loader_img\";a:9:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:11:\"description\";s:0:\"\";}s:11:\"loader_size\";a:3:{s:5:\"width\";s:4:\"40px\";s:6:\"height\";s:4:\"40px\";s:5:\"units\";s:2:\"px\";}s:17:\"footer_style_type\";s:13:\"bottom-footer\";s:11:\"footer_type\";s:7:\"default\";s:25:\"footer_general_opt_select\";s:15:\"footer-features\";s:22:\"footer_container_width\";a:2:{s:5:\"width\";s:6:\"1170px\";s:5:\"units\";s:2:\"px\";}s:14:\"footer_padding\";a:3:{s:11:\"padding-top\";s:1:\"0\";s:14:\"padding-bottom\";s:1:\"0\";s:5:\"units\";s:2:\"px\";}s:9:\"foot_logo\";a:9:{s:3:\"url\";s:91:\"http://www.arscontracting.com/wp-content/uploads/2020/07/Clipboard-July-30-2020-4_19-PM.png\";s:2:\"id\";s:3:\"959\";s:6:\"height\";s:3:\"112\";s:5:\"width\";s:3:\"365\";s:9:\"thumbnail\";s:99:\"http://www.arscontracting.com/wp-content/uploads/2020/07/Clipboard-July-30-2020-4_19-PM-150x112.png\";s:5:\"title\";s:33:\"Clipboard - July 30, 2020 4_19 PM\";s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:11:\"description\";s:0:\"\";}s:12:\"foot_address\";s:0:\"\";s:11:\"footer-text\";s:408:\"<a href=\"https://www.scmarketinginc.com/\"><span id=\"docs-internal-guid-91684a07-7fff-0071-8e86-0f950cee0e3b\"><span style=\"font-size: 11pt; font-family: Calibri, sans-serif; color: white; background-color: transparent; font-variant-numeric: normal; font-variant-east-asian: normal; vertical-align: baseline; white-space: pre-wrap;\">Copyright 2020, Built By Strategic & Creative Marketing</span></span></a>\";s:17:\"footer_background\";a:7:{s:16:\"background-color\";s:7:\"#262626\";s:17:\"background-repeat\";s:9:\"no-repeat\";s:15:\"background-size\";s:7:\"inherit\";s:21:\"background-attachment\";s:7:\"inherit\";s:19:\"background-position\";s:13:\"center center\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:12:\"footer_boxed\";s:0:\"\";s:18:\"footer_boxed_width\";a:2:{s:5:\"width\";s:0:\"\";s:5:\"units\";s:2:\"px\";}s:13:\"footer_margin\";a:3:{s:10:\"margin-top\";s:1:\"0\";s:13:\"margin-bottom\";s:1:\"0\";s:5:\"units\";s:2:\"px\";}s:13:\"footer_layout\";s:14:\"3column-footer\";s:12:\"footer_col_4\";s:16:\"footer_col_2_sec\";s:19:\"foot_style_col1_set\";s:17:\"footer_col1_align\";s:22:\"footer_customize_first\";a:2:{s:7:\"enabled\";a:2:{s:7:\"placebo\";s:7:\"placebo\";s:16:\"gedung-copyright\";s:9:\"Copyright\";}s:8:\"disabled\";a:5:{s:7:\"placebo\";s:7:\"placebo\";s:13:\"gedung-social\";s:6:\"Social\";s:16:\"gedung-foot-text\";s:4:\"Text\";s:16:\"gedung-foot-logo\";s:11:\"Footer Logo\";s:16:\"gedung-foot-menu\";s:11:\"Footer Menu\";}}s:20:\"footer_first_display\";s:8:\"vertical\";s:15:\"foot_col1_align\";s:9:\"text-left\";s:16:\"foot_col1_margin\";a:5:{s:10:\"margin-top\";s:1:\"0\";s:12:\"margin-right\";s:0:\"\";s:13:\"margin-bottom\";s:1:\"0\";s:11:\"margin-left\";s:0:\"\";s:5:\"units\";s:2:\"px\";}s:19:\"foot_style_col2_set\";s:17:\"footer_col2_align\";s:23:\"footer_customize_second\";a:2:{s:7:\"enabled\";a:2:{s:7:\"placebo\";s:7:\"placebo\";s:16:\"gedung-foot-logo\";s:11:\"Footer Logo\";}s:8:\"disabled\";a:5:{s:7:\"placebo\";s:7:\"placebo\";s:16:\"gedung-foot-text\";s:4:\"Text\";s:13:\"gedung-social\";s:6:\"Social\";s:16:\"gedung-copyright\";s:9:\"Copyright\";s:16:\"gedung-foot-menu\";s:11:\"Footer Menu\";}}s:21:\"footer_second_display\";s:8:\"vertical\";s:15:\"foot_col2_align\";s:11:\"text-center\";s:16:\"foot_col2_margin\";a:5:{s:10:\"margin-top\";s:1:\"0\";s:12:\"margin-right\";s:0:\"\";s:13:\"margin-bottom\";s:1:\"0\";s:11:\"margin-left\";s:0:\"\";s:5:\"units\";s:2:\"px\";}s:19:\"foot_style_col3_set\";s:17:\"footer_col3_align\";s:22:\"footer_customize_third\";a:2:{s:7:\"enabled\";a:2:{s:7:\"placebo\";s:7:\"placebo\";s:13:\"gedung-social\";s:6:\"Social\";}s:8:\"disabled\";a:5:{s:7:\"placebo\";s:7:\"placebo\";s:16:\"gedung-copyright\";s:9:\"Copyright\";s:16:\"gedung-foot-logo\";s:11:\"Footer Logo\";s:16:\"gedung-foot-text\";s:4:\"Text\";s:16:\"gedung-foot-menu\";s:11:\"Footer Menu\";}}s:20:\"footer_third_display\";s:8:\"vertical\";s:15:\"foot_col3_align\";s:10:\"text-right\";s:16:\"foot_col3_margin\";a:5:{s:10:\"margin-top\";s:1:\"0\";s:12:\"margin-right\";s:0:\"\";s:13:\"margin-bottom\";s:1:\"0\";s:11:\"margin-left\";s:0:\"\";s:5:\"units\";s:2:\"px\";}s:19:\"foot_style_col4_set\";s:19:\"footer_col4_content\";s:23:\"footer_customize_fourth\";a:2:{s:7:\"enabled\";a:2:{s:7:\"placebo\";s:7:\"placebo\";s:13:\"gedung-social\";s:6:\"Social\";}s:8:\"disabled\";a:5:{s:7:\"placebo\";s:7:\"placebo\";s:16:\"gedung-foot-text\";s:4:\"Text\";s:16:\"gedung-copyright\";s:9:\"Copyright\";s:16:\"gedung-foot-logo\";s:11:\"Footer Logo\";s:16:\"gedung-foot-menu\";s:11:\"Footer Menu\";}}s:21:\"footer_fourth_display\";s:8:\"vertical\";s:15:\"foot_col4_align\";s:9:\"text-left\";s:16:\"foot_col4_margin\";a:5:{s:10:\"margin-top\";s:1:\"0\";s:12:\"margin-right\";s:0:\"\";s:13:\"margin-bottom\";s:1:\"0\";s:11:\"margin-left\";s:0:\"\";s:5:\"units\";s:2:\"px\";}s:13:\"footer-layout\";s:14:\"3widget-footer\";s:21:\"footer_widget_padding\";a:3:{s:11:\"padding-top\";s:4:\"40px\";s:14:\"padding-bottom\";s:4:\"40px\";s:5:\"units\";s:2:\"px\";}s:21:\"footer_bottom_padding\";a:3:{s:11:\"padding-top\";s:4:\"40px\";s:14:\"padding-bottom\";s:4:\"40px\";s:5:\"units\";s:2:\"px\";}s:20:\"footer_widget_border\";a:6:{s:10:\"border-top\";s:3:\"0px\";s:12:\"border-right\";s:0:\"\";s:13:\"border-bottom\";s:0:\"\";s:11:\"border-left\";s:0:\"\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:7:\"#efefef\";}s:20:\"footer_bottom_border\";a:6:{s:10:\"border-top\";s:3:\"0px\";s:12:\"border-right\";s:0:\"\";s:13:\"border-bottom\";s:0:\"\";s:11:\"border-left\";s:0:\"\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:7:\"#efefef\";}s:16:\"facebook_profile\";s:43:\"https://www.facebook.com/arscontractinginc/\";s:15:\"twitter_profile\";s:34:\"https://twitter.com/ARSContracting\";s:14:\"google_profile\";s:0:\"\";s:16:\"linkedin_profile\";s:90:\"https://www.linkedin.com/company/ars-contracting-inc-certified-riggers-&-machinery-movers/\";s:17:\"pinterest_profile\";s:0:\"\";s:15:\"dribble_profile\";s:0:\"\";s:14:\"flickr_profile\";s:0:\"\";s:15:\"behance_profile\";s:0:\"\";s:15:\"youtube_profile\";s:56:\"https://www.youtube.com/channel/UClXNpWa0MLD6zJ_QDb71_Bg\";s:18:\"soundcloud_profile\";s:0:\"\";s:15:\"codepen_profile\";s:0:\"\";s:18:\"deviantart_profile\";s:0:\"\";s:12:\"digg_profile\";s:0:\"\";s:15:\"dropbox_profile\";s:0:\"\";s:14:\"github_profile\";s:0:\"\";s:17:\"instagram_profile\";s:44:\"https://www.instagram.com/arscontractinginc/\";s:13:\"skype_profile\";s:0:\"\";s:15:\"spotify_profile\";s:0:\"\";s:13:\"steam_profile\";s:0:\"\";s:14:\"trello_profile\";s:0:\"\";s:14:\"tumblr_profile\";s:0:\"\";s:13:\"vimeo_profile\";s:0:\"\";s:14:\"wechat_profile\";s:0:\"\";s:13:\"weibo_profile\";s:0:\"\";s:17:\"wordpress_profile\";s:0:\"\";s:12:\"xing_profile\";s:0:\"\";s:13:\"yahoo_profile\";s:0:\"\";s:12:\"yelp_profile\";s:0:\"\";}','yes'),(166,'gedung_framework-transients','a:3:{s:14:\"changed_values\";a:1:{s:9:\"foot_logo\";a:9:{s:3:\"url\";s:69:\"http://www.arscontracting.com/wp-content/uploads/2020/07/footer-1.png\";s:2:\"id\";s:3:\"826\";s:6:\"height\";s:2:\"49\";s:5:\"width\";s:3:\"170\";s:9:\"thumbnail\";s:76:\"http://www.arscontracting.com/wp-content/uploads/2020/07/footer-1-150x49.png\";s:5:\"title\";s:10:\"footer (1)\";s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:11:\"description\";s:0:\"\";}}s:9:\"last_save\";i:1596106359;s:13:\"last_compiler\";i:1596106359;}','yes'),(167,'_elementor_installed_time','1589844403','yes'),(174,'wbc_import_progress','a:3:{s:10:\"total_post\";i:78;s:14:\"imported_count\";i:78;s:9:\"remaining\";i:0;}','yes'),(177,'elementor_library_category_children','a:0:{}','yes'),(179,'wbc_imported_demos','a:1:{s:12:\"wbc-import-1\";a:5:{s:9:\"directory\";s:5:\"demo1\";s:12:\"content_file\";s:11:\"content.xml\";s:5:\"image\";s:16:\"screen-image.jpg\";s:13:\"theme_options\";s:17:\"theme-options.txt\";s:8:\"imported\";s:8:\"imported\";}}','yes'),(184,'updraftplus_tour_cancelled_on','intro','yes'),(185,'updraftplus_version','2.16.24.1','yes'),(186,'updraft_updraftvault','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-03c32b166c36a8aa8a9540f669d885c2\";a:3:{s:5:\"token\";s:0:\"\";s:5:\"email\";s:0:\"\";s:5:\"quota\";i:-1;}}}','yes'),(187,'updraft_dropbox','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-292c711dab6e198923fa05d8e7292290\";a:4:{s:6:\"appkey\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:6:\"folder\";s:0:\"\";s:15:\"tk_access_token\";s:0:\"\";}}}','yes'),(188,'updraft_s3','a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-16dcb3970dbde146a609f5c7cbc16252\";a:3:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";}}}','yes'),(189,'updraft_cloudfiles','a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-876b7262acfb04f2f7c8239a6f9068ca\";a:5:{s:7:\"authurl\";s:35:\"https://auth.api.rackspacecloud.com\";s:6:\"region\";s:3:\"DFW\";s:4:\"user\";s:0:\"\";s:6:\"apikey\";s:0:\"\";s:4:\"path\";s:0:\"\";}}}','yes'),(190,'updraft_googledrive','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-2af036375f204bdeab8ad1fe5d685e71\";a:9:{s:8:\"clientid\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:5:\"token\";s:0:\"\";s:6:\"folder\";s:11:\"UpdraftPlus\";s:7:\"user_id\";s:64:\"1455b251f077ca1faa07d3e2f7a6902fbc3e4926173360a80e2c4b4a63ca3c9d\";s:16:\"tmp_access_token\";a:4:{s:12:\"access_token\";s:173:\"ya29.a0AfH6SMA_piNPcLcvW6ob5cDxVAt1pIl-RM-6irnlbDNsVqwCZUl3HefM3G1fBeMMsGwixoc2f5xeGFPLAe3InlurxmwDiJPILnzSM6Ax8Eses6xGhH-El4hg41wWtGdHm75gBlhPuJy--guUegGHr0MSCPAyZyuYg1JbNQ\";s:7:\"created\";i:1600143165;s:10:\"expires_in\";i:3599;s:13:\"refresh_token\";s:0:\"\";}s:10:\"expires_in\";i:1600146734;s:9:\"ownername\";s:16:\"Francisco Jamora\";s:16:\"instance_enabled\";i:1;}}}','yes'),(191,'updraft_onedrive','a:1:{s:7:\"version\";s:1:\"1\";}','yes'),(192,'updraft_ftp','a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-a252f4798acd2a101ed739f352429ede\";a:5:{s:4:\"host\";s:9:\"localhost\";s:4:\"user\";s:11:\"Senseiadmin\";s:4:\"pass\";s:19:\"0320$Willmette@qnap\";s:4:\"path\";s:0:\"\";s:7:\"passive\";s:1:\"0\";}}}','yes'),(193,'updraft_azure','a:1:{s:7:\"version\";s:1:\"1\";}','yes'),(194,'updraft_sftp','a:1:{s:7:\"version\";s:1:\"1\";}','yes'),(195,'updraft_googlecloud','a:1:{s:7:\"version\";s:1:\"1\";}','yes'),(196,'updraft_backblaze','a:1:{s:7:\"version\";s:1:\"1\";}','yes'),(197,'updraft_webdav','a:1:{s:7:\"version\";s:1:\"1\";}','yes'),(198,'updraft_s3generic','a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-159901bf45f36c7ff3042553bbc9ef9f\";a:4:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:8:\"endpoint\";s:0:\"\";}}}','yes'),(199,'updraft_openstack','a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-f1104a09bc4be66b5809013b0ff14ea7\";a:6:{s:7:\"authurl\";s:0:\"\";s:6:\"tenant\";s:0:\"\";s:6:\"region\";s:0:\"\";s:4:\"user\";s:0:\"\";s:8:\"password\";s:0:\"\";s:4:\"path\";s:0:\"\";}}}','yes'),(200,'updraft_dreamobjects','a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-e571d8c129cd51159f63a435bec7b0f4\";a:4:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:8:\"endpoint\";s:26:\"objects-us-east-1.dream.io\";}}}','yes'),(201,'updraft_backup_history','a:15:{i:1600083653;a:19:{s:7:\"plugins\";a:1:{i:0;s:64:\"backup_2020-09-14-0640_ARSC_Development_8eb224628e9d-plugins.zip\";}s:12:\"plugins-size\";i:26494879;s:6:\"themes\";a:1:{i:0;s:63:\"backup_2020-09-14-0640_ARSC_Development_8eb224628e9d-themes.zip\";}s:11:\"themes-size\";i:5515941;s:7:\"uploads\";a:1:{i:0;s:64:\"backup_2020-09-14-0640_ARSC_Development_8eb224628e9d-uploads.zip\";}s:12:\"uploads-size\";i:177442451;s:6:\"others\";a:1:{i:0;s:63:\"backup_2020-09-14-0640_ARSC_Development_8eb224628e9d-others.zip\";}s:11:\"others-size\";i:1836;s:2:\"db\";s:58:\"backup_2020-09-14-0640_ARSC_Development_8eb224628e9d-db.gz\";s:7:\"db-size\";i:805338;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"284b7241f878fee550b09cf20e9eb24b8ce566e8\";s:7:\"themes0\";s:40:\"3ddfc7d11f4cfd73d434c868871423e807ee0e10\";s:8:\"uploads0\";s:40:\"3e3124ff0eb17a3937064cafb5c63c9c4e93ff45\";s:7:\"others0\";s:40:\"d5eacc6ffd097cdd6f2fc2c5b537e3ef4457b9e5\";s:3:\"db0\";s:40:\"5446feb983486288380c17776bac214f346b1e9b\";}s:6:\"sha256\";a:5:{s:8:\"plugins0\";s:64:\"a9be0dbe7d23ada3676836f1b1dab6b29004eb1e25008446c1c696597b0da874\";s:7:\"themes0\";s:64:\"c97d3e3218cc30ee7c15e714b49c8df6d446d7def10aaf7e31e557eef269239c\";s:8:\"uploads0\";s:64:\"2c0f6eb8a40066823403e04850e134c90b3b436e8d4cf9c6a613104428d5d6a8\";s:7:\"others0\";s:64:\"0403ec1c5b162559d54b12153325871534fbf150d1a0f80e7dce591015182fe5\";s:3:\"db0\";s:64:\"a6e5fead28589db3082bc8014ad59986b03014d97b1cbd275d449dd001b2bd96\";}}s:5:\"nonce\";s:12:\"8eb224628e9d\";s:7:\"service\";a:1:{i:0;s:11:\"googledrive\";}s:20:\"service_instance_ids\";a:1:{s:11:\"googledrive\";a:1:{i:0;s:34:\"s-2af036375f204bdeab8ad1fe5d685e71\";}}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1600083653;s:6:\"themes\";i:1600083879;s:7:\"uploads\";i:1600083884;s:6:\"others\";i:1600084063;}s:18:\"created_by_version\";s:9:\"2.16.24.1\";s:21:\"last_saved_by_version\";s:9:\"2.16.24.1\";s:12:\"is_multisite\";b:0;}i:1599832917;a:19:{s:7:\"plugins\";a:1:{i:0;s:64:\"backup_2020-09-11-0901_ARSC_Development_ce130a0c983d-plugins.zip\";}s:12:\"plugins-size\";i:26494879;s:6:\"themes\";a:1:{i:0;s:63:\"backup_2020-09-11-0901_ARSC_Development_ce130a0c983d-themes.zip\";}s:11:\"themes-size\";i:5515941;s:7:\"uploads\";a:1:{i:0;s:64:\"backup_2020-09-11-0901_ARSC_Development_ce130a0c983d-uploads.zip\";}s:12:\"uploads-size\";i:177459338;s:6:\"others\";a:1:{i:0;s:63:\"backup_2020-09-11-0901_ARSC_Development_ce130a0c983d-others.zip\";}s:11:\"others-size\";i:1836;s:2:\"db\";s:58:\"backup_2020-09-11-0901_ARSC_Development_ce130a0c983d-db.gz\";s:7:\"db-size\";i:822086;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"14b23fa6ca1500e042178d1571dae6b68e6106af\";s:7:\"themes0\";s:40:\"0d6e99af36a7218a0d11940f459ec9ee72d9fc20\";s:8:\"uploads0\";s:40:\"c5e05f11934a98d602d4ea7a2fd8cd4b08a7d12e\";s:7:\"others0\";s:40:\"501d04e26b02818ef7da6036171db11a0e5b04a3\";s:3:\"db0\";s:40:\"028778fbddd38adffde4b54fb0b17fa904a7cc3f\";}s:6:\"sha256\";a:5:{s:8:\"plugins0\";s:64:\"f7a2216d8caf82fd0ff838cf31e0439cbaad09d74686e771784239a34da60c3c\";s:7:\"themes0\";s:64:\"898c76b62061d54d670b820e0c16991ac29d5cbab9b807406d0769f0dd7231b0\";s:8:\"uploads0\";s:64:\"484a3194d3b9601d4de5b5c3b48c0632981b87ba07d1158bf8480b8b5356cf57\";s:7:\"others0\";s:64:\"482f05219a8fb8d6f3e8e2f09452ece293ec65be9822e44fd553c4db5f76a5e3\";s:3:\"db0\";s:64:\"7ad91a5a436fe607546a207f452dc42d2f8ac396e4b2607aebd6ee67c6ee61fc\";}}s:5:\"nonce\";s:12:\"ce130a0c983d\";s:7:\"service\";a:1:{i:0;s:11:\"googledrive\";}s:20:\"service_instance_ids\";a:1:{s:11:\"googledrive\";a:1:{i:0;s:34:\"s-2af036375f204bdeab8ad1fe5d685e71\";}}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1599832917;s:6:\"themes\";i:1599833156;s:7:\"uploads\";i:1599833161;s:6:\"others\";i:1599833301;}s:18:\"created_by_version\";s:9:\"2.16.24.1\";s:21:\"last_saved_by_version\";s:9:\"2.16.24.1\";s:12:\"is_multisite\";b:0;}i:1599713728;a:19:{s:7:\"plugins\";a:1:{i:0;s:64:\"backup_2020-09-09-2355_ARSC_Development_218b338c2b30-plugins.zip\";}s:12:\"plugins-size\";i:26494879;s:6:\"themes\";a:1:{i:0;s:63:\"backup_2020-09-09-2355_ARSC_Development_218b338c2b30-themes.zip\";}s:11:\"themes-size\";i:5515941;s:7:\"uploads\";a:1:{i:0;s:64:\"backup_2020-09-09-2355_ARSC_Development_218b338c2b30-uploads.zip\";}s:12:\"uploads-size\";i:177459338;s:6:\"others\";a:1:{i:0;s:63:\"backup_2020-09-09-2355_ARSC_Development_218b338c2b30-others.zip\";}s:11:\"others-size\";i:1836;s:2:\"db\";s:58:\"backup_2020-09-09-2355_ARSC_Development_218b338c2b30-db.gz\";s:7:\"db-size\";i:805475;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"2d5b609ba31121116eed25261a86be702b0528bf\";s:7:\"themes0\";s:40:\"c958cd91586fe72e7ba27ef0e07a4ae64e5a18ec\";s:8:\"uploads0\";s:40:\"aceb4066614820a8871f78480a86cfa141f46c77\";s:7:\"others0\";s:40:\"16777a816c7d8ab5ec819864084f36ab9bae6341\";s:3:\"db0\";s:40:\"0ddec41ee24eba3d2dc1122b549d2f46ede2bd6f\";}s:6:\"sha256\";a:5:{s:8:\"plugins0\";s:64:\"c082903852dee00f07d0a5470d8c21f1b8d7cc6817afa53fdc18f44fa60fa7a4\";s:7:\"themes0\";s:64:\"acef6c1b20b395c76f55007eff467efca4d9e6fe66ff3985fb7282073318c312\";s:8:\"uploads0\";s:64:\"57036154cf39403cc51f4863694c8ec8e00ebda3e44286895d4be148f340f35f\";s:7:\"others0\";s:64:\"66bac67a0ae6d810cdee2b9890dc61589db559e936b963d0361c8119e43d8a22\";s:3:\"db0\";s:64:\"87195a4ceae84adf86177802f715554f5f0de348de8b4d41334840e8832f73ec\";}}s:5:\"nonce\";s:12:\"218b338c2b30\";s:7:\"service\";a:1:{i:0;s:11:\"googledrive\";}s:20:\"service_instance_ids\";a:1:{s:11:\"googledrive\";a:1:{i:0;s:34:\"s-2af036375f204bdeab8ad1fe5d685e71\";}}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1599713728;s:6:\"themes\";i:1599713964;s:7:\"uploads\";i:1599713969;s:6:\"others\";i:1599714142;}s:18:\"created_by_version\";s:9:\"2.16.24.1\";s:21:\"last_saved_by_version\";s:9:\"2.16.24.1\";s:12:\"is_multisite\";b:0;}i:1599664618;a:19:{s:7:\"plugins\";a:1:{i:0;s:64:\"backup_2020-09-09-1016_ARSC_Development_6ef81b60008d-plugins.zip\";}s:12:\"plugins-size\";i:26494879;s:6:\"themes\";a:1:{i:0;s:63:\"backup_2020-09-09-1016_ARSC_Development_6ef81b60008d-themes.zip\";}s:11:\"themes-size\";i:5515941;s:7:\"uploads\";a:1:{i:0;s:64:\"backup_2020-09-09-1016_ARSC_Development_6ef81b60008d-uploads.zip\";}s:12:\"uploads-size\";i:177459338;s:6:\"others\";a:1:{i:0;s:63:\"backup_2020-09-09-1016_ARSC_Development_6ef81b60008d-others.zip\";}s:11:\"others-size\";i:1836;s:2:\"db\";s:58:\"backup_2020-09-09-1016_ARSC_Development_6ef81b60008d-db.gz\";s:7:\"db-size\";i:824924;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"e405fb75740a9f336c422269030c1028e3d2d18d\";s:7:\"themes0\";s:40:\"b96a4d4808362c2eab5d66c4de0bcd05c923899f\";s:8:\"uploads0\";s:40:\"6790623f6b518113f9102f4695191eb3da2ee12b\";s:7:\"others0\";s:40:\"8b9240d267f9b8ff3bb8f2c3498f38c8839a13e2\";s:3:\"db0\";s:40:\"05288cbd0c9d15d833671346f0f8dfc9da666994\";}s:6:\"sha256\";a:5:{s:8:\"plugins0\";s:64:\"133b8d11224c1d541019111e64a6f069e188abd5c57f4aa628d3ac460c3f86b6\";s:7:\"themes0\";s:64:\"c18e280e25d0c64a8130752cdab653a4ae83bdeb04c0100266506b25a8822513\";s:8:\"uploads0\";s:64:\"9778491cdf5fb81b0dd54e6642542c9e84a8c4c977e716b429f46e98ab55080e\";s:7:\"others0\";s:64:\"7f6be74e8d0f9aa7c40ea53231b669d6d265487ca3bd487815990535c3f72ebc\";s:3:\"db0\";s:64:\"9a11dc73b952e09abeb6f5a9b57672c9b9ca14b3eccb27b7f3d4b49f28f7858c\";}}s:5:\"nonce\";s:12:\"6ef81b60008d\";s:7:\"service\";a:1:{i:0;s:11:\"googledrive\";}s:20:\"service_instance_ids\";a:1:{s:11:\"googledrive\";a:1:{i:0;s:34:\"s-2af036375f204bdeab8ad1fe5d685e71\";}}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1599664618;s:6:\"themes\";i:1599664848;s:7:\"uploads\";i:1599664853;s:6:\"others\";i:1599665308;}s:18:\"created_by_version\";s:9:\"2.16.24.1\";s:21:\"last_saved_by_version\";s:9:\"2.16.24.1\";s:12:\"is_multisite\";b:0;}i:1599627474;a:19:{s:7:\"plugins\";a:1:{i:0;s:64:\"backup_2020-09-08-2357_ARSC_Development_cc7bb3b8f8a6-plugins.zip\";}s:12:\"plugins-size\";i:26494879;s:6:\"themes\";a:1:{i:0;s:63:\"backup_2020-09-08-2357_ARSC_Development_cc7bb3b8f8a6-themes.zip\";}s:11:\"themes-size\";i:5515913;s:7:\"uploads\";a:1:{i:0;s:64:\"backup_2020-09-08-2357_ARSC_Development_cc7bb3b8f8a6-uploads.zip\";}s:12:\"uploads-size\";i:156025916;s:6:\"others\";a:1:{i:0;s:63:\"backup_2020-09-08-2357_ARSC_Development_cc7bb3b8f8a6-others.zip\";}s:11:\"others-size\";i:1836;s:2:\"db\";s:58:\"backup_2020-09-08-2357_ARSC_Development_cc7bb3b8f8a6-db.gz\";s:7:\"db-size\";i:811368;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"e777f92fd37accab9481003ee632cf97866279cc\";s:7:\"themes0\";s:40:\"2c024b2bfbf75731da85dbb3f7a478fc97c98384\";s:8:\"uploads0\";s:40:\"7202eb48b3d11d4147614ae48927b3766231e261\";s:7:\"others0\";s:40:\"1b93937dd761d69d55947c6f6e58fbd7ab0e0a62\";s:3:\"db0\";s:40:\"f5d4c331ef56f05e0d37ccc523126604ee43c2b4\";}s:6:\"sha256\";a:5:{s:8:\"plugins0\";s:64:\"d08028c8a243ed7abefe6c75ca3c167e1b317701ffe3b95eade0248564e03a82\";s:7:\"themes0\";s:64:\"7918fe1e963f298d1b53d9729b9eb1fc587c092290c071f7c27ca8e7d9091b54\";s:8:\"uploads0\";s:64:\"7ff2856019432d0864127f84e1579d5fd202a0ea5df107b7d02edb8b57195bd9\";s:7:\"others0\";s:64:\"f255c53981e95dc58a4de10730851cb83e953cf51865cf8ca554a5b211c82034\";s:3:\"db0\";s:64:\"0869424ceee52847326b105083a12a07fbe42b0f0b1c2395cd735cc8d34a69cc\";}}s:5:\"nonce\";s:12:\"cc7bb3b8f8a6\";s:7:\"service\";a:1:{i:0;s:11:\"googledrive\";}s:20:\"service_instance_ids\";a:1:{s:11:\"googledrive\";a:1:{i:0;s:34:\"s-2af036375f204bdeab8ad1fe5d685e71\";}}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1599627474;s:6:\"themes\";i:1599627530;s:7:\"uploads\";i:1599627533;s:6:\"others\";i:1599627570;}s:18:\"created_by_version\";s:9:\"2.16.24.1\";s:21:\"last_saved_by_version\";s:9:\"2.16.24.1\";s:12:\"is_multisite\";b:0;}i:1599601518;a:19:{s:7:\"plugins\";a:1:{i:0;s:64:\"backup_2020-09-08-1645_ARSC_Development_3adf7dc53841-plugins.zip\";}s:12:\"plugins-size\";i:26494879;s:6:\"themes\";a:1:{i:0;s:63:\"backup_2020-09-08-1645_ARSC_Development_3adf7dc53841-themes.zip\";}s:11:\"themes-size\";i:5515913;s:7:\"uploads\";a:1:{i:0;s:64:\"backup_2020-09-08-1645_ARSC_Development_3adf7dc53841-uploads.zip\";}s:12:\"uploads-size\";i:156025882;s:6:\"others\";a:1:{i:0;s:63:\"backup_2020-09-08-1645_ARSC_Development_3adf7dc53841-others.zip\";}s:11:\"others-size\";i:1836;s:2:\"db\";s:58:\"backup_2020-09-08-1645_ARSC_Development_3adf7dc53841-db.gz\";s:7:\"db-size\";i:795034;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"9a502ff33d109ad7b8d2f559dde5d43409c839bd\";s:7:\"themes0\";s:40:\"031c37e4adc4a36854383211e115d1d894d79610\";s:8:\"uploads0\";s:40:\"8712bca77095658751448091085b9773d7b76cc4\";s:7:\"others0\";s:40:\"f87ab6504b0a68d574dc38f04d2ace6d95c21730\";s:3:\"db0\";s:40:\"59e141433235ca1a7b8cb2064305aea9f318cde6\";}s:6:\"sha256\";a:5:{s:8:\"plugins0\";s:64:\"97b806229f76a213ea40ae030ee8a466c9b3ac809fc63ce28af3a464dd270c88\";s:7:\"themes0\";s:64:\"0df4f2aa0095edaea716e9d900bc1a3e6de9af2a6aa13807fd2200aaceeedab7\";s:8:\"uploads0\";s:64:\"000369e698e5d31e8de4b5f45211557a333c148edecc1b114f77b5f8d5ab3103\";s:7:\"others0\";s:64:\"908f3608ff68af89ada825835ce965f3b61788b2accfdb21ee69959febf96cb9\";s:3:\"db0\";s:64:\"55cc78a428289d41b161283d6a5c08caf7b53383b69da41348e4b905af88003c\";}}s:5:\"nonce\";s:12:\"3adf7dc53841\";s:7:\"service\";a:1:{i:0;s:11:\"googledrive\";}s:20:\"service_instance_ids\";a:1:{s:11:\"googledrive\";a:1:{i:0;s:34:\"s-2af036375f204bdeab8ad1fe5d685e71\";}}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1599601518;s:6:\"themes\";i:1599601561;s:7:\"uploads\";i:1599601562;s:6:\"others\";i:1599601589;}s:18:\"created_by_version\";s:9:\"2.16.24.1\";s:21:\"last_saved_by_version\";s:9:\"2.16.24.1\";s:12:\"is_multisite\";b:0;}i:1599541131;a:19:{s:7:\"plugins\";a:1:{i:0;s:64:\"backup_2020-09-07-2358_ARSC_Development_80a56562b942-plugins.zip\";}s:12:\"plugins-size\";i:26494879;s:6:\"themes\";a:1:{i:0;s:63:\"backup_2020-09-07-2358_ARSC_Development_80a56562b942-themes.zip\";}s:11:\"themes-size\";i:5515913;s:7:\"uploads\";a:1:{i:0;s:64:\"backup_2020-09-07-2358_ARSC_Development_80a56562b942-uploads.zip\";}s:12:\"uploads-size\";i:156025882;s:6:\"others\";a:1:{i:0;s:63:\"backup_2020-09-07-2358_ARSC_Development_80a56562b942-others.zip\";}s:11:\"others-size\";i:1836;s:2:\"db\";s:58:\"backup_2020-09-07-2358_ARSC_Development_80a56562b942-db.gz\";s:7:\"db-size\";i:794568;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"5d51f04d00c346cca0abd2393f0c3bf1cadf2120\";s:7:\"themes0\";s:40:\"2d0054caaa1ff485d0138accd80e244c216c2543\";s:8:\"uploads0\";s:40:\"642b30e62055c5aadf28971e42a25afcac8723e7\";s:7:\"others0\";s:40:\"cf2196898027535ab98f3458f90b3b2d4cca73c5\";s:3:\"db0\";s:40:\"74de43a4a57d0b0cf21d14fc5a31da7621f588f2\";}s:6:\"sha256\";a:5:{s:8:\"plugins0\";s:64:\"af44a0e88529704487236f3a2a4f2ea58c98f51502d2bb36f483dbd2f0a6e92a\";s:7:\"themes0\";s:64:\"5e2fdd8d2cbbe1e65128bd5741db2b0ef482fc9446dae0075aa66922257741b5\";s:8:\"uploads0\";s:64:\"4be019b84c50d0868115ba8f424432c2b54f2545d7a3aa7b31d7134e1a9a980a\";s:7:\"others0\";s:64:\"f49c9bd19997fc832ebbbf46652f8fafaf990a28353390532e6de9bab0d4380c\";s:3:\"db0\";s:64:\"7fa7ec2b339d982b1b9927c80c757097e5260c45c8e190ff9a9131d5c045b397\";}}s:5:\"nonce\";s:12:\"80a56562b942\";s:7:\"service\";a:1:{i:0;s:11:\"googledrive\";}s:20:\"service_instance_ids\";a:1:{s:11:\"googledrive\";a:1:{i:0;s:34:\"s-2af036375f204bdeab8ad1fe5d685e71\";}}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1599601313;s:6:\"themes\";i:1599601549;s:7:\"uploads\";i:1599601552;s:6:\"others\";i:1599601573;}s:18:\"created_by_version\";s:9:\"2.16.24.1\";s:21:\"last_saved_by_version\";s:9:\"2.16.24.1\";s:12:\"is_multisite\";b:0;}i:1599454761;a:19:{s:7:\"plugins\";a:1:{i:0;s:64:\"backup_2020-09-06-2359_ARSC_Development_7bed26fc07f4-plugins.zip\";}s:12:\"plugins-size\";i:26494879;s:6:\"themes\";a:1:{i:0;s:63:\"backup_2020-09-06-2359_ARSC_Development_7bed26fc07f4-themes.zip\";}s:11:\"themes-size\";i:5515913;s:7:\"uploads\";a:1:{i:0;s:64:\"backup_2020-09-06-2359_ARSC_Development_7bed26fc07f4-uploads.zip\";}s:12:\"uploads-size\";i:156025881;s:6:\"others\";a:1:{i:0;s:63:\"backup_2020-09-06-2359_ARSC_Development_7bed26fc07f4-others.zip\";}s:11:\"others-size\";i:1836;s:2:\"db\";s:58:\"backup_2020-09-06-2359_ARSC_Development_7bed26fc07f4-db.gz\";s:7:\"db-size\";i:811356;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"b8ec333c5876e23532d6ac4b5a62057fafa766c5\";s:7:\"themes0\";s:40:\"ad3a2b95f62a437b388091d398154d74d2a0060a\";s:8:\"uploads0\";s:40:\"7227bc49e2d9a7fdde5d810d22a9125d376a9319\";s:7:\"others0\";s:40:\"4727c4448e6bc9c43badb7497edfc7149ae6739d\";s:3:\"db0\";s:40:\"3e9cb7d35c2dade787229df4ed70c99e84938c36\";}s:6:\"sha256\";a:5:{s:8:\"plugins0\";s:64:\"0a087375cbb6a3324ce77850a6e39430404873054841258dd91740591507f34e\";s:7:\"themes0\";s:64:\"c84177df318952ff7b2aa9456d7a595a8d234546cc1df29ddd5c269da8f28c20\";s:8:\"uploads0\";s:64:\"40eebcef60f75cb84b0bcc9563ad80797cb4d76be66e045987a10f84519c8cb5\";s:7:\"others0\";s:64:\"002bf7865124e0be3c9eb6abec308d8b17efef6981cd33fd98243b73963a8402\";s:3:\"db0\";s:64:\"b3acfb6f2662783dc09386e0e8d6a5521bde96519f6115251585a61156b6bee0\";}}s:5:\"nonce\";s:12:\"7bed26fc07f4\";s:7:\"service\";a:1:{i:0;s:11:\"googledrive\";}s:20:\"service_instance_ids\";a:1:{s:11:\"googledrive\";a:1:{i:0;s:34:\"s-2af036375f204bdeab8ad1fe5d685e71\";}}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1599454761;s:6:\"themes\";i:1599455031;s:7:\"uploads\";i:1599455036;s:6:\"others\";i:1599455099;}s:18:\"created_by_version\";s:9:\"2.16.24.1\";s:21:\"last_saved_by_version\";s:9:\"2.16.24.1\";s:12:\"is_multisite\";b:0;}i:1599290739;a:19:{s:7:\"plugins\";a:1:{i:0;s:64:\"backup_2020-09-05-0225_ARSC_Development_c45ff7ca1b67-plugins.zip\";}s:12:\"plugins-size\";i:26494879;s:6:\"themes\";a:1:{i:0;s:63:\"backup_2020-09-05-0225_ARSC_Development_c45ff7ca1b67-themes.zip\";}s:11:\"themes-size\";i:5515913;s:7:\"uploads\";a:1:{i:0;s:64:\"backup_2020-09-05-0225_ARSC_Development_c45ff7ca1b67-uploads.zip\";}s:12:\"uploads-size\";i:156025881;s:6:\"others\";a:1:{i:0;s:63:\"backup_2020-09-05-0225_ARSC_Development_c45ff7ca1b67-others.zip\";}s:11:\"others-size\";i:1836;s:2:\"db\";s:58:\"backup_2020-09-05-0225_ARSC_Development_c45ff7ca1b67-db.gz\";s:7:\"db-size\";i:811342;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"e0d0980cd4946427bf4654447cea1c88497a26ab\";s:7:\"themes0\";s:40:\"15f9d7b3c6253bd46098a8e09e09a5dfcb9466f8\";s:8:\"uploads0\";s:40:\"5976280c59b9a41a9430771886e06eb6e9dbc677\";s:7:\"others0\";s:40:\"72932876b3eb672b4271c7bca1ca07913c22b70f\";s:3:\"db0\";s:40:\"ff953cd8cf33cae18c7daa8490153949bd649a4c\";}s:6:\"sha256\";a:5:{s:8:\"plugins0\";s:64:\"f1c8aae09fe88781da696da3c3bd954929bbc1625d8f23946ee5317ce0be52fd\";s:7:\"themes0\";s:64:\"6d0d3a086772623338649265b5dbafc60223e4a384dc85f5d81ce5d411fcfcf0\";s:8:\"uploads0\";s:64:\"0746e68a1d492ad7ed5349ce504dbfed936e0c1a850800cb63d4de3c7ec2acab\";s:7:\"others0\";s:64:\"be4070bc05c9dab15038ac9187796af937cb014c1b6e753bc44b8f3b40372533\";s:3:\"db0\";s:64:\"368cb0d53cb9a1b1534897005106c489cb5aa561339f03708290505c69539cab\";}}s:5:\"nonce\";s:12:\"c45ff7ca1b67\";s:7:\"service\";a:1:{i:0;s:11:\"googledrive\";}s:20:\"service_instance_ids\";a:1:{s:11:\"googledrive\";a:1:{i:0;s:34:\"s-2af036375f204bdeab8ad1fe5d685e71\";}}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1599290739;s:6:\"themes\";i:1599291086;s:7:\"uploads\";i:1599291091;s:6:\"others\";i:1599291216;}s:18:\"created_by_version\";s:9:\"2.16.24.1\";s:21:\"last_saved_by_version\";s:9:\"2.16.24.1\";s:12:\"is_multisite\";b:0;}i:1599195564;a:19:{s:7:\"plugins\";a:1:{i:0;s:64:\"backup_2020-09-03-2359_ARSC_Development_3192c39b4749-plugins.zip\";}s:12:\"plugins-size\";i:26494879;s:6:\"themes\";a:1:{i:0;s:63:\"backup_2020-09-03-2359_ARSC_Development_3192c39b4749-themes.zip\";}s:11:\"themes-size\";i:5515913;s:7:\"uploads\";a:1:{i:0;s:64:\"backup_2020-09-03-2359_ARSC_Development_3192c39b4749-uploads.zip\";}s:12:\"uploads-size\";i:156025882;s:6:\"others\";a:1:{i:0;s:63:\"backup_2020-09-03-2359_ARSC_Development_3192c39b4749-others.zip\";}s:11:\"others-size\";i:1836;s:2:\"db\";s:58:\"backup_2020-09-03-2359_ARSC_Development_3192c39b4749-db.gz\";s:7:\"db-size\";i:794320;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"49c06b27e88d6fe330965c7d91463e4be7ec0fcc\";s:7:\"themes0\";s:40:\"69f1b1b3cf45b4e71bb245b55c42a17e8d5922bc\";s:8:\"uploads0\";s:40:\"cbc81e822c5c9ce3f5ee6bab5349306884dcbf84\";s:7:\"others0\";s:40:\"16f3839fbd6d28f4a16b8ff9e3824fe989328d69\";s:3:\"db0\";s:40:\"9b8de2885e704237ca1f0f078f6f443abd878f51\";}s:6:\"sha256\";a:5:{s:8:\"plugins0\";s:64:\"4df1cc45304392fc74ddf765d9f713649b55ad0bbaf5b1b9da565766eccd0ce9\";s:7:\"themes0\";s:64:\"fc1ba6ee0a871f19c610dc7b8838dbe9fa577da1a4f90e7fa5753b1dd6d8d353\";s:8:\"uploads0\";s:64:\"7fb411348efb0a29d1a394be03f912af374c0434ba3c373369bf8e45a20b525e\";s:7:\"others0\";s:64:\"67e5fdae63e1cfeb51af61460ef19adb4c9429b00baf5edbc50f6d0c5cd80321\";s:3:\"db0\";s:64:\"87fb7de6f461ae1c53f26c67a9d5492bb1a15dc5a1658d73d3e96eb746aedbe2\";}}s:5:\"nonce\";s:12:\"3192c39b4749\";s:7:\"service\";a:1:{i:0;s:11:\"googledrive\";}s:20:\"service_instance_ids\";a:1:{s:11:\"googledrive\";a:1:{i:0;s:34:\"s-2af036375f204bdeab8ad1fe5d685e71\";}}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1599195564;s:6:\"themes\";i:1599195798;s:7:\"uploads\";i:1599195803;s:6:\"others\";i:1599196100;}s:18:\"created_by_version\";s:9:\"2.16.24.1\";s:21:\"last_saved_by_version\";s:9:\"2.16.24.1\";s:12:\"is_multisite\";b:0;}i:1590514445;a:19:{s:7:\"plugins\";a:1:{i:0;s:64:\"backup_2020-05-26-1234_ARSC_Development_a41f645bc556-plugins.zip\";}s:12:\"plugins-size\";i:21952763;s:6:\"themes\";a:1:{i:0;s:63:\"backup_2020-05-26-1234_ARSC_Development_a41f645bc556-themes.zip\";}s:11:\"themes-size\";i:6325359;s:7:\"uploads\";a:1:{i:0;s:64:\"backup_2020-05-26-1234_ARSC_Development_a41f645bc556-uploads.zip\";}s:12:\"uploads-size\";i:130061278;s:6:\"others\";a:1:{i:0;s:63:\"backup_2020-05-26-1234_ARSC_Development_a41f645bc556-others.zip\";}s:11:\"others-size\";i:146;s:2:\"db\";s:58:\"backup_2020-05-26-1234_ARSC_Development_a41f645bc556-db.gz\";s:7:\"db-size\";i:429747;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"39df3e522d24523f8e10eb743e7a5e9b489b95eb\";s:7:\"themes0\";s:40:\"4503445ba9cad8fda44c4ba3d47019e1dfeb3082\";s:8:\"uploads0\";s:40:\"45d6f9a2bb06e55724b63ff487e83e1f610accf9\";s:7:\"others0\";s:40:\"5bed8db9bd4a652e319eef64b06d5d893a2cf53a\";s:3:\"db0\";s:40:\"8b012622aba0c5818203937b5739218c84dc7aa4\";}s:6:\"sha256\";a:5:{s:8:\"plugins0\";s:64:\"1c59815b6c6f449f2970ea7e3d2df1fba501234961016c91d75d06d8795ed337\";s:7:\"themes0\";s:64:\"e2e1adbf0d7df2c2210dbbab6855fe5ba93c7bfcfb71c599c216dc94caa4f419\";s:8:\"uploads0\";s:64:\"dc703011a27c527f09f0de605aa52cb4d3b0ed501fd89b7ce1bab85088784533\";s:7:\"others0\";s:64:\"71c8f429028426ea778abb66ac22b80095975851c2dfe2ba8c7cfe919297f3b9\";s:3:\"db0\";s:64:\"3fafad6228e61e0e1e53b8ddff70e0d6c550f270f030312176a6bfacefefeafe\";}}s:5:\"nonce\";s:12:\"a41f645bc556\";s:7:\"service\";a:1:{i:0;s:11:\"googledrive\";}s:20:\"service_instance_ids\";a:1:{s:11:\"googledrive\";a:1:{i:0;s:34:\"s-2af036375f204bdeab8ad1fe5d685e71\";}}s:11:\"always_keep\";b:1;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1590514445;s:6:\"themes\";i:1590514609;s:7:\"uploads\";i:1590514625;s:6:\"others\";i:1590514712;}s:18:\"created_by_version\";s:9:\"2.16.24.1\";s:21:\"last_saved_by_version\";s:9:\"2.16.24.1\";s:12:\"is_multisite\";b:0;}i:1590469245;a:19:{s:7:\"plugins\";a:1:{i:0;s:64:\"backup_2020-05-26-0500_ARSC_Development_5fd360dd4e07-plugins.zip\";}s:12:\"plugins-size\";i:21414953;s:6:\"themes\";a:1:{i:0;s:63:\"backup_2020-05-26-0500_ARSC_Development_5fd360dd4e07-themes.zip\";}s:11:\"themes-size\";i:6325359;s:7:\"uploads\";a:1:{i:0;s:64:\"backup_2020-05-26-0500_ARSC_Development_5fd360dd4e07-uploads.zip\";}s:12:\"uploads-size\";i:130058550;s:6:\"others\";a:1:{i:0;s:63:\"backup_2020-05-26-0500_ARSC_Development_5fd360dd4e07-others.zip\";}s:11:\"others-size\";i:146;s:2:\"db\";s:58:\"backup_2020-05-26-0500_ARSC_Development_5fd360dd4e07-db.gz\";s:7:\"db-size\";i:428989;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"9ff24ae0433f4abe2536a209e245850b427a2ddc\";s:7:\"themes0\";s:40:\"c99c42e73ec040bfcdd71564e3e6299eeffb279e\";s:8:\"uploads0\";s:40:\"9ff85fda76d416b5b6ff48d84fe5c1a2368b6ffb\";s:7:\"others0\";s:40:\"5bed8db9bd4a652e319eef64b06d5d893a2cf53a\";s:3:\"db0\";s:40:\"64457e2f16f193f4e33358997773aecb249ae4ba\";}s:6:\"sha256\";a:5:{s:8:\"plugins0\";s:64:\"00904d7f06789600fdd1f88b1779812259292c1560347a14ae54f81677235953\";s:7:\"themes0\";s:64:\"aa94a4601bd0b3ee6e36f30299e3864ba9cb7b6de864b5fbe76fd7fdca153920\";s:8:\"uploads0\";s:64:\"7cec3a926332ae2683b71a355c0e2ffefdb0f15ef1bad76af7a8932b8e76a91f\";s:7:\"others0\";s:64:\"71c8f429028426ea778abb66ac22b80095975851c2dfe2ba8c7cfe919297f3b9\";s:3:\"db0\";s:64:\"097385a7f44a00a42d7f4bb9a5ba4fbd0bf3862ac8b0aebeaf34f05bdf777186\";}}s:5:\"nonce\";s:12:\"5fd360dd4e07\";s:7:\"service\";a:1:{i:0;s:11:\"googledrive\";}s:20:\"service_instance_ids\";a:1:{s:11:\"googledrive\";a:1:{i:0;s:34:\"s-2af036375f204bdeab8ad1fe5d685e71\";}}s:11:\"always_keep\";b:1;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1590469247;s:6:\"themes\";i:1590469389;s:7:\"uploads\";i:1590469405;s:6:\"others\";i:1590469492;}s:18:\"created_by_version\";s:9:\"2.16.24.1\";s:21:\"last_saved_by_version\";s:9:\"2.16.24.1\";s:12:\"is_multisite\";b:0;}i:1590028980;a:14:{s:20:\"service_instance_ids\";a:1:{s:11:\"googledrive\";a:1:{i:0;s:34:\"s-2af036375f204bdeab8ad1fe5d685e71\";}}s:7:\"service\";a:1:{i:0;s:11:\"googledrive\";}s:2:\"db\";a:1:{i:0;s:54:\"backup_2020-05-21-0243_ARSC_QA_Site_ca6b47f7e264-db.gz\";}s:5:\"nonce\";s:12:\"ca6b47f7e264\";s:7:\"db-size\";s:6:\"275093\";s:6:\"native\";b:0;s:6:\"others\";a:1:{i:0;s:59:\"backup_2020-05-21-0243_ARSC_QA_Site_ca6b47f7e264-others.zip\";}s:11:\"others-size\";s:3:\"146\";s:7:\"uploads\";a:1:{i:0;s:60:\"backup_2020-05-21-0243_ARSC_QA_Site_ca6b47f7e264-uploads.zip\";}s:12:\"uploads-size\";s:8:\"35650459\";s:6:\"themes\";a:1:{i:0;s:59:\"backup_2020-05-21-0243_ARSC_QA_Site_ca6b47f7e264-themes.zip\";}s:11:\"themes-size\";s:7:\"6325359\";s:7:\"plugins\";a:1:{i:0;s:60:\"backup_2020-05-21-0243_ARSC_QA_Site_ca6b47f7e264-plugins.zip\";}s:12:\"plugins-size\";s:8:\"13575084\";}i:1589846034;a:19:{s:7:\"plugins\";a:1:{i:0;s:64:\"backup_2020-05-18-2353_ARSC_Development_1c97e537645e-plugins.zip\";}s:12:\"plugins-size\";i:15956651;s:6:\"themes\";a:1:{i:0;s:63:\"backup_2020-05-18-2353_ARSC_Development_1c97e537645e-themes.zip\";}s:11:\"themes-size\";i:6325359;s:7:\"uploads\";a:1:{i:0;s:64:\"backup_2020-05-18-2353_ARSC_Development_1c97e537645e-uploads.zip\";}s:12:\"uploads-size\";i:20074927;s:6:\"others\";a:1:{i:0;s:63:\"backup_2020-05-18-2353_ARSC_Development_1c97e537645e-others.zip\";}s:11:\"others-size\";i:146;s:2:\"db\";s:58:\"backup_2020-05-18-2353_ARSC_Development_1c97e537645e-db.gz\";s:7:\"db-size\";i:227868;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"a0270baa76139ea6917e398bf3566981d60280e5\";s:7:\"themes0\";s:40:\"c5c8bd877b5deced229bcf3007e28028b098f74d\";s:8:\"uploads0\";s:40:\"d310a98795c6cac388b387a8f16bd262d344ea47\";s:7:\"others0\";s:40:\"5bed8db9bd4a652e319eef64b06d5d893a2cf53a\";s:3:\"db0\";s:40:\"57621ba4ecf97e928f16ec775f087e33c9b16ba6\";}s:6:\"sha256\";a:5:{s:8:\"plugins0\";s:64:\"fcce46a888483acc7b78adbf435c7e5f7421d30c9028c4ddcd0359019db0e8c4\";s:7:\"themes0\";s:64:\"d9764592ddb8691ebccc321d4562bba58bc5f8dfcac4ae609c35a9c5c960503e\";s:8:\"uploads0\";s:64:\"fd2401ae558f2879aac160e90ab13fc281b47b592cfbfd792005ad8d25e29652\";s:7:\"others0\";s:64:\"71c8f429028426ea778abb66ac22b80095975851c2dfe2ba8c7cfe919297f3b9\";s:3:\"db0\";s:64:\"4c2cefe144955e3479efd979156018045f61f2b4908786352d23c66dafc34baa\";}}s:5:\"nonce\";s:12:\"1c97e537645e\";s:7:\"service\";a:1:{i:0;s:11:\"googledrive\";}s:20:\"service_instance_ids\";a:1:{s:11:\"googledrive\";a:1:{i:0;s:34:\"s-2af036375f204bdeab8ad1fe5d685e71\";}}s:11:\"always_keep\";b:1;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1589846034;s:6:\"themes\";i:1589846148;s:7:\"uploads\";i:1589846164;s:6:\"others\";i:1589846176;}s:18:\"created_by_version\";s:7:\"1.16.24\";s:21:\"last_saved_by_version\";s:7:\"1.16.24\";s:12:\"is_multisite\";b:0;}i:1600084386;a:16:{s:7:\"plugins\";a:1:{i:0;s:64:\"backup_2020-09-14-0653_ARSC_Development_ab163ae56ac3-plugins.zip\";}s:12:\"plugins-size\";i:26494879;s:6:\"themes\";a:1:{i:0;s:63:\"backup_2020-09-14-0653_ARSC_Development_ab163ae56ac3-themes.zip\";}s:11:\"themes-size\";i:5515941;s:7:\"uploads\";a:1:{i:0;s:64:\"backup_2020-09-14-0653_ARSC_Development_ab163ae56ac3-uploads.zip\";}s:12:\"uploads-size\";i:177459363;s:6:\"others\";a:1:{i:0;s:63:\"backup_2020-09-14-0653_ARSC_Development_ab163ae56ac3-others.zip\";}s:11:\"others-size\";i:1836;s:5:\"nonce\";s:12:\"ab163ae56ac3\";s:7:\"service\";a:1:{i:0;s:4:\"none\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1600084386;s:6:\"themes\";i:1600084431;s:7:\"uploads\";i:1600084432;s:6:\"others\";i:1600084530;}s:18:\"created_by_version\";s:9:\"2.16.24.1\";s:21:\"last_saved_by_version\";s:9:\"2.16.24.1\";s:12:\"is_multisite\";b:0;}}','no'),(202,'updraftplus-addons_siteid','1f66d63b8dbae04a636da2d0ce727790','no'),(203,'updraft_retain_extrarules','a:0:{}','yes'),(204,'updraft_email','fjamora@xcntia.com','yes'),(205,'updraft_report_warningsonly','a:0:{}','yes'),(206,'updraft_report_wholebackup','a:0:{}','yes'),(207,'updraft_extradbs','a:0:{}','yes'),(208,'updraft_include_more_path','a:0:{}','yes'),(209,'updraft_interval','twicedaily','yes'),(210,'updraft_retain','10','yes'),(213,'updraft_interval_database','twicedaily','yes'),(214,'updraft_retain_db','10','yes'),(215,'updraft_service','googledrive','yes'),(216,'updraft_include_plugins','1','yes'),(217,'updraft_include_themes','1','yes'),(218,'updraft_include_uploads','1','yes'),(219,'updraft_include_uploads_exclude','backup*,*backups,backwpup*,wp-clone,snapshots','yes'),(220,'updraft_include_others','1','yes'),(221,'updraft_include_others_exclude','upgrade,cache,updraft,backup*,*backups,mysql.sql,debug.log','yes'),(222,'updraft_split_every','400','yes'),(223,'updraft_delete_local','1','yes'),(224,'updraft_dir','updraft','yes'),(225,'updraft_ssl_useservercerts','1','yes'),(226,'updraft_auto_updates','1','yes'),(227,'updraft_debug_mode','0','yes'),(228,'updraft_ssl_disableverify','0','yes'),(229,'updraft_ssl_nossl','0','yes'),(230,'updraft_lastmessage','Failed to open log file (\\\\WDP\\DFS\\44\\8\\8\\1\\4446206188\\user\\sites\\1687119.site\\www/wp-content/updraft/log.38049baf78d4.txt) - you need to check your UpdraftPlus settings (your chosen directory for creating files in is not writable, or you ran out of disk space). Backup aborted. (Nov 30 05:56:25)','yes'),(231,'updraftplus_locked_fd','1','no'),(232,'updraftplus_last_lock_time_fd','2020-09-14 11:53:06','no'),(233,'updraftplus_semaphore_fd','1','no'),(234,'updraft_last_scheduled_fd','1600084386','yes'),(238,'updraft_last_backup','a:5:{s:11:\"backup_time\";i:1600083653;s:12:\"backup_array\";a:11:{s:7:\"plugins\";a:1:{i:0;s:64:\"backup_2020-09-14-0640_ARSC_Development_8eb224628e9d-plugins.zip\";}s:12:\"plugins-size\";i:26494879;s:6:\"themes\";a:1:{i:0;s:63:\"backup_2020-09-14-0640_ARSC_Development_8eb224628e9d-themes.zip\";}s:11:\"themes-size\";i:5515941;s:7:\"uploads\";a:1:{i:0;s:64:\"backup_2020-09-14-0640_ARSC_Development_8eb224628e9d-uploads.zip\";}s:12:\"uploads-size\";i:177442451;s:6:\"others\";a:1:{i:0;s:63:\"backup_2020-09-14-0640_ARSC_Development_8eb224628e9d-others.zip\";}s:11:\"others-size\";i:1836;s:2:\"db\";s:58:\"backup_2020-09-14-0640_ARSC_Development_8eb224628e9d-db.gz\";s:7:\"db-size\";i:805338;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"284b7241f878fee550b09cf20e9eb24b8ce566e8\";s:7:\"themes0\";s:40:\"3ddfc7d11f4cfd73d434c868871423e807ee0e10\";s:8:\"uploads0\";s:40:\"3e3124ff0eb17a3937064cafb5c63c9c4e93ff45\";s:7:\"others0\";s:40:\"d5eacc6ffd097cdd6f2fc2c5b537e3ef4457b9e5\";s:3:\"db0\";s:40:\"5446feb983486288380c17776bac214f346b1e9b\";}s:6:\"sha256\";a:5:{s:8:\"plugins0\";s:64:\"a9be0dbe7d23ada3676836f1b1dab6b29004eb1e25008446c1c696597b0da874\";s:7:\"themes0\";s:64:\"c97d3e3218cc30ee7c15e714b49c8df6d446d7def10aaf7e31e557eef269239c\";s:8:\"uploads0\";s:64:\"2c0f6eb8a40066823403e04850e134c90b3b436e8d4cf9c6a613104428d5d6a8\";s:7:\"others0\";s:64:\"0403ec1c5b162559d54b12153325871534fbf150d1a0f80e7dce591015182fe5\";s:3:\"db0\";s:64:\"a6e5fead28589db3082bc8014ad59986b03014d97b1cbd275d449dd001b2bd96\";}}}s:7:\"success\";i:1;s:6:\"errors\";a:0:{}s:12:\"backup_nonce\";s:12:\"8eb224628e9d\";}','yes'),(282,'elementor_scheme_color','a:4:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";}','yes'),(283,'elementor_scheme_typography','a:4:{i:1;a:2:{s:11:\"font_family\";s:0:\"\";s:11:\"font_weight\";s:3:\"600\";}i:2;a:2:{s:11:\"font_family\";s:0:\"\";s:11:\"font_weight\";s:3:\"400\";}i:3;a:2:{s:11:\"font_family\";s:0:\"\";s:11:\"font_weight\";s:3:\"400\";}i:4;a:2:{s:11:\"font_family\";s:0:\"\";s:11:\"font_weight\";s:3:\"500\";}}','yes'),(285,'elementor_active_kit','336','yes'),(296,'_transient_health-check-site-status-result','{\"good\":8,\"recommended\":10,\"critical\":2}','yes'),(330,'elementor_scheme_color-picker','a:8:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";i:5;s:7:\"#4054b2\";i:6;s:7:\"#23a455\";i:7;s:4:\"#000\";i:8;s:4:\"#fff\";}','yes'),(376,'updraft_migrator_localkeys','a:1:{s:32:\"8840eb1affb995f35f95dc5a001aa86e\";a:2:{s:4:\"name\";s:16:\"Key - 2020-05-21\";s:3:\"key\";s:1704:\"-----BEGIN RSA PRIVATE KEY-----\r\nMIIEpQIBAAKCAQEAqEKiDQkKtAQgRnspYKDi/tC/irCypsc9Rgef2/MhcBm+1mnx\r\nxK0xqm63tyt1HiptrXPHYjV0KDA8xKyUI2L4kHJabTw6Alh9i9aKhr3IDST5SL/y\r\naSQZEE3F6WJFT3sbStQV7/nxxqsmNCD8JGMB/cZRpgQHZ6TlaWpwxuiLDhxdPl2j\r\nzTiXyrc119+eAVZnd0LFpr0//h+tIIJsLHy1evbo5vk+7cQmjGPFejkFGfHZkLIX\r\nLI8p0ei5QujxLA0chBJYprXVp8+pHYavxlkzjc5BbKvWPmxn25aCVqMInR4P/Zhf\r\n+hmHMKiuiZmUGTFOnRrnWJ/P07ndqKgtS7byiQIDAQABAoIBAQCnv9bD3DHZiwuK\r\neRulhIEKvp9X7BYQhC6odM2BgYHiuygxp+orxOfxHPT4HtFiw7YY6YbseJJXxs+u\r\n3MfMB838ZKWWpibHU+XG1pvA/dBGmogVaZiKDj0WrhMUPK8RMJDjJ1K/r5bGFLe/\r\n3OrEdBj2IxQfyYCAajt1v3K0O/72jt7TK9JFQRnIhP/051jXpOD9mE1joyi69Ks8\r\nsHsi7ZFxF3tpR+jtsuwsrPL3kNvAE+U28a0Z/1GXLbzCmjrp8+A90U2HUf8QaRz3\r\nWbGhhFfzzshx9nYv1ibQYFyyjdy7jvxHvdXHz+8dbSYpUFpwtcFVYJ3F/eTT/0QR\r\n/DPxdJ2hAoGBANPfiYCBGlTdpmfnyTn9vNbXMJSxytoYoHpTk2xpwFmV2eMripHG\r\nCUbdAwcOddgXvYSQThm03VUudVz9Eu8R0rEVOLTvhVkmCDAJs4dhFkw87dRrqc4E\r\nD0EF3PnM67T+o5WAIQzwMYd/J27qYcF3Ga0l9Iz48cPLtDUqGxF7TYotAoGBAMtN\r\nyE60nbZ2zo4452ftotstQhkGf2yakdkIJRPCy7NkIFXKlxQx0NLJzg9T0tXN0ivJ\r\nrMe4c37Wl5Zaau/F3mIN5xzKNawiNWC0gsc+6USEz9vwEATlfSryYISdxEZYytzS\r\nyzRkjmV225/vPzSWyrHqvc5cyCNkMttiqUOpks9NAoGBALX3QILrXpAQpYCL45k4\r\nwVzLCGBMqmnRyNIGwZDU6myGdNHUbXhxWzpPSvBejPuAuDYIMeuGGKm18vpgKEjH\r\nR+rqzP8oz6AXN+T6EARvb9UeZyyPIxFbDzbLMFQimTWjlR8rIjeYexFiNZ3fEwIz\r\npgu9k2EX1ZxRcX5PoVvMSHYpAoGAVkeDW8uRJw+Sp48Evfl+5O93HrHAQDH09Ztc\r\nSN+hnVc/1cjthveBPQPB/IVBc9UufcDQH85qzYh6uqdSvMFHmGt4CqLSVmQKLSlO\r\nWwqa6qZGpHtkAP/3t9M3HPDrjENAjKi07l5ChFMF8AET3Nil2w3ZUYvUsBhk8PAV\r\nD48Wq/0CgYEAp2KYkF7JqnKuDlA8+ni/XcU0vtHwBcKI3csuFvw7O0mtxynUrbrO\r\n4JjaxLXtkLu9SgJYeGYRZKXS4Fz8FLiEm9F6Rf+QMfgmPd4VzYRvJiBDWgpfmKbH\r\n5JO63EPVqpg14Y2I55uHWIhnUDN3yghrR7IXwWrdiCNgYwmEifkCDYU=\r\n-----END RSA PRIVATE KEY-----\";}}','yes'),(383,'updraft_restore_in_progress','47e4a9bca118','no'),(393,'elementor_allow_tracking','no','yes'),(394,'elementor_tracker_notice','1','yes'),(439,'elementor_controls_usage','a:4:{s:7:\"wp-post\";a:16:{s:17:\"gedung-head-title\";a:2:{s:5:\"count\";i:25;s:8:\"controls\";a:2:{s:7:\"content\";a:4:{s:25:\"section_gedung_head_title\";a:13:{s:12:\"choose_style\";i:25;s:9:\"the_title\";i:25;s:27:\"typography_title_typography\";i:25;s:26:\"typography_title_font_size\";i:9;s:28:\"typography_title_font_weight\";i:5;s:17:\"head_use_subtitle\";i:25;s:5:\"align\";i:6;s:33:\"typography_title_font_size_mobile\";i:12;s:35:\"typography_title_line_height_mobile\";i:7;s:12:\"align_mobile\";i:7;s:33:\"typography_title_font_size_tablet\";i:15;s:35:\"typography_title_line_height_tablet\";i:13;s:12:\"align_tablet\";i:5;}s:33:\"section_gedung_head_title_style_2\";a:1:{s:13:\"title_color_2\";i:5;}s:36:\"section_gedung_head_title_dimensions\";a:1:{s:19:\"title_margin_bottom\";i:2;}s:33:\"section_gedung_head_title_style_1\";a:0:{}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:14:\"_margin_mobile\";i:4;s:15:\"_padding_mobile\";i:4;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:13;}}}}s:11:\"gedung-text\";a:2:{s:5:\"count\";i:22;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"gedung_text_control\";a:9:{s:11:\"custom_text\";i:20;s:32:\"typography_text_block_typography\";i:13;s:16:\"color_text_block\";i:4;s:16:\"text_block_align\";i:3;s:23:\"text_block_align_mobile\";i:1;s:38:\"typography_text_block_font_size_tablet\";i:11;s:38:\"typography_text_block_font_size_mobile\";i:2;s:40:\"typography_text_block_line_height_mobile\";i:2;s:40:\"typography_text_block_line_height_tablet\";i:10;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:3:{s:15:\"_padding_tablet\";i:2;s:8:\"_padding\";i:2;s:15:\"_padding_mobile\";i:2;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:2;}s:19:\"_section_responsive\";a:0:{}}}}s:6:\"button\";a:2:{s:5:\"count\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:6:{s:4:\"text\";i:5;s:5:\"align\";i:5;s:4:\"size\";i:5;s:12:\"align_mobile\";i:3;s:12:\"align_tablet\";i:5;s:4:\"link\";i:5;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:5;s:20:\"typography_font_size\";i:5;s:22:\"typography_font_weight\";i:5;s:16:\"background_color\";i:5;s:13:\"border_border\";i:5;s:12:\"border_width\";i:5;s:13:\"border_radius\";i:5;s:11:\"hover_color\";i:5;s:29:\"button_background_hover_color\";i:5;s:17:\"button_text_color\";i:5;s:12:\"border_color\";i:5;s:25:\"button_hover_border_color\";i:5;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:0:{}s:15:\"section_effects\";a:0:{}}}}s:6:\"column\";a:2:{s:5:\"count\";i:146;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:118;s:19:\"_inline_size_tablet\";i:15;s:16:\"content_position\";i:20;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:14:\"padding_tablet\";i:29;s:7:\"padding\";i:30;s:14:\"padding_mobile\";i:23;s:13:\"margin_tablet\";i:1;}}s:5:\"style\";a:2:{s:14:\"section_border\";a:5:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;s:12:\"border_color\";i:2;s:26:\"box_shadow_box_shadow_type\";i:1;s:21:\"box_shadow_box_shadow\";i:1;}s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:101;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:5:{s:3:\"gap\";i:28;s:13:\"content_width\";i:1;s:16:\"content_position\";i:7;s:6:\"_title\";i:2;s:15:\"stretch_section\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:37;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:6:{s:14:\"padding_tablet\";i:27;s:6:\"margin\";i:17;s:7:\"padding\";i:30;s:13:\"margin_mobile\";i:13;s:14:\"padding_mobile\";i:3;s:11:\"css_classes\";i:45;}s:19:\"_section_responsive\";a:3:{s:12:\"hide_desktop\";i:16;s:11:\"hide_tablet\";i:16;s:11:\"hide_mobile\";i:16;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:15;s:16:\"background_color\";i:15;}s:26:\"section_background_overlay\";a:0:{}s:14:\"section_border\";a:0:{}}}}s:5:\"image\";a:2:{s:5:\"count\";i:44;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:44;s:5:\"align\";i:8;s:10:\"image_size\";i:3;s:22:\"image_custom_dimension\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:8:\"_padding\";i:2;s:12:\"_css_classes\";i:7;s:11:\"_element_id\";i:1;s:7:\"_margin\";i:1;}s:15:\"section_effects\";a:0:{}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:2;}}}}s:7:\"divider\";a:2:{s:5:\"count\";i:36;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:6:\"weight\";i:36;s:3:\"gap\";i:36;s:5:\"color\";i:36;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:4:{s:5:\"width\";i:36;s:5:\"align\";i:6;s:12:\"width_mobile\";i:7;s:12:\"align_mobile\";i:4;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:19;}s:14:\"_section_style\";a:2:{s:14:\"_margin_mobile\";i:3;s:15:\"_padding_mobile\";i:2;}}}}s:24:\"gedung-testimonial-block\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:52:\"section_gedung_testimonial_block_testimonial_setting\";a:1:{s:10:\"testi_item\";i:2;}s:46:\"section_gedung_testimonial_block_image_setting\";a:2:{s:17:\"text_align_tablet\";i:2;s:17:\"text_align_mobile\";i:2;}s:31:\"section_gedung_carousel_options\";a:5:{s:13:\"choose_column\";i:2;s:8:\"autoplay\";i:1;s:11:\"autoplay_ms\";i:1;s:9:\"auto_loop\";i:1;s:10:\"navigation\";i:1;}}s:5:\"style\";a:3:{s:51:\"section_gedung_testimonial_block_blockquote_setting\";a:5:{s:21:\"vertical_testi_detail\";i:2;s:44:\"typhography_blockquote_typography_typography\";i:2;s:43:\"typhography_blockquote_typography_font_size\";i:2;s:45:\"typhography_blockquote_typography_line_height\";i:2;s:28:\"typhography_blockquote_color\";i:2;}s:47:\"section_gedung_testimonial_block_author_setting\";a:5:{s:24:\"typhography_author_color\";i:2;s:16:\"author_img_color\";i:2;s:40:\"typhography_author_typography_typography\";i:2;s:39:\"typhography_author_typography_font_size\";i:2;s:41:\"typhography_author_typography_line_height\";i:2;}s:51:\"section_gedung_testimonial_block_author_job_setting\";a:1:{s:22:\"typhography_cite_color\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:19:\"gedung-client-block\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:27:\"section_gedung_client_block\";a:2:{s:11:\"choose_type\";i:1;s:11:\"client_item\";i:1;}s:28:\"section_gedung_column_client\";a:5:{s:20:\"mobile_choose_column\";i:1;s:17:\"item_padding_size\";i:1;s:24:\"item_padding_size_tablet\";i:1;s:18:\"item_margin_bottom\";i:1;s:24:\"item_padding_size_mobile\";i:1;}s:31:\"section_gedung_carousel_options\";a:1:{s:10:\"column_gap\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:0:{}}}}s:22:\"gedung-portfolio-block\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:7:{s:43:\"section_gedung_portfolio_block_post_setting\";a:1:{s:14:\"posts_per_page\";i:1;}s:44:\"section_gedung_portfolio_block_image_setting\";a:2:{s:5:\"width\";i:1;s:6:\"height\";i:1;}s:43:\"section_gedung_portfolio_block_item_setting\";a:2:{s:18:\"caption_horizontal\";i:1;s:10:\"text_align\";i:1;}s:44:\"section_gedung_portfolio_block_hover_setting\";a:3:{s:12:\"hover_effect\";i:1;s:12:\"grid_item_bg\";i:1;s:13:\"grid_item_bg2\";i:1;}s:39:\"section_gedung_portfolio_layout_control\";a:5:{s:13:\"margin_bottom\";i:1;s:11:\"use_padding\";i:1;s:13:\"choose_column\";i:1;s:20:\"margin_bottom_tablet\";i:1;s:19:\"padding_size_tablet\";i:1;}s:39:\"section_gedung_portfolio_filter_control\";a:5:{s:10:\"use_filter\";i:1;s:25:\"filter_margin_bottom_size\";i:1;s:32:\"filter_margin_bottom_size_mobile\";i:1;s:12:\"filter_align\";i:1;s:26:\"filter_padding_size_mobile\";i:1;}s:49:\"section_gedung_portfolio_pagination_style_setting\";a:3:{s:18:\"loop_infinite_text\";i:1;s:10:\"load_style\";i:1;s:24:\"load_style2_bg_hov_color\";i:1;}}s:5:\"style\";a:2:{s:44:\"section_gedung_portfolio_block_title_setting\";a:6:{s:23:\"typhography_title_color\";i:1;s:37:\"typography_portfolio_title_typography\";i:1;s:19:\"title_margin_bottom\";i:1;s:36:\"typography_portfolio_title_font_size\";i:1;s:38:\"typography_portfolio_title_line_height\";i:1;s:26:\"title_margin_bottom_tablet\";i:1;}s:47:\"section_gedung_portfolio_block_category_setting\";a:6:{s:26:\"typhography_category_color\";i:1;s:40:\"typography_portfolio_category_typography\";i:1;s:39:\"typography_portfolio_category_font_size\";i:1;s:41:\"typography_portfolio_category_font_weight\";i:1;s:40:\"typography_portfolio_category_font_style\";i:1;s:41:\"typography_portfolio_category_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:38;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:38;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;}}}}s:7:\"heading\";a:2:{s:5:\"count\";i:24;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:24;s:11:\"header_size\";i:8;s:5:\"align\";i:8;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:3:{s:11:\"title_color\";i:24;s:21:\"typography_typography\";i:8;s:20:\"typography_font_size\";i:8;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:16;}}}}s:8:\"icon-box\";a:2:{s:5:\"count\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:4:{s:10:\"title_text\";i:5;s:16:\"description_text\";i:5;s:8:\"position\";i:5;s:13:\"selected_icon\";i:5;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:3:{s:13:\"primary_color\";i:5;s:17:\"icon_space_mobile\";i:5;s:9:\"icon_size\";i:5;}s:21:\"section_style_content\";a:6:{s:17:\"text_align_mobile\";i:5;s:18:\"title_bottom_space\";i:5;s:25:\"title_bottom_space_mobile\";i:1;s:27:\"title_typography_typography\";i:5;s:26:\"title_typography_font_size\";i:5;s:33:\"description_typography_typography\";i:5;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}}}}s:19:\"gedung-contact-form\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:43:\"section_gedung_contact_form_general_control\";a:1:{s:11:\"form_select\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:11:\"google_maps\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:11:\"section_map\";a:3:{s:7:\"address\";i:1;s:6:\"height\";i:1;s:4:\"zoom\";i:1;}}}}s:9:\"shortcode\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}s:7:\"wp-page\";a:9:{s:7:\"heading\";a:2:{s:5:\"count\";i:12;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:12;s:5:\"align\";i:9;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:2:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:8;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:8;}}}}s:7:\"divider\";a:2:{s:5:\"count\";i:11;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:1:{s:5:\"width\";i:11;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:5:\"color\";i:11;s:6:\"weight\";i:11;s:3:\"gap\";i:11;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:0:{}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:10;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:10;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:8;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:10:\"text_color\";i:3;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:18;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:18;s:16:\"content_position\";i:-2;s:19:\"_inline_size_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:-1;s:14:\"padding_tablet\";i:-2;s:14:\"padding_mobile\";i:-2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:15;s:8:\"controls\";a:3:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:11:\"css_classes\";i:9;s:7:\"padding\";i:1;s:6:\"margin\";i:-1;s:14:\"padding_tablet\";i:-1;s:13:\"margin_mobile\";i:-1;}}s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}s:14:\"section_layout\";a:3:{s:3:\"gap\";i:-1;s:16:\"content_position\";i:-1;s:15:\"stretch_section\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:18:\"background_color_b\";i:1;}}}}s:5:\"image\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:22:\"image_custom_dimension\";i:-2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:-5;}}}}s:11:\"gedung-text\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:19:\"gedung_text_control\";a:6:{s:11:\"custom_text\";i:3;s:32:\"typography_text_block_typography\";i:1;s:38:\"typography_text_block_font_size_tablet\";i:1;s:16:\"text_block_align\";i:1;s:16:\"color_text_block\";i:1;s:23:\"text_block_align_mobile\";i:1;}}}}s:19:\"gedung-client-block\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:27:\"section_gedung_client_block\";a:2:{s:11:\"choose_type\";i:1;s:11:\"client_item\";i:1;}s:28:\"section_gedung_column_client\";a:5:{s:20:\"mobile_choose_column\";i:1;s:17:\"item_padding_size\";i:1;s:24:\"item_padding_size_tablet\";i:1;s:18:\"item_margin_bottom\";i:1;s:24:\"item_padding_size_mobile\";i:1;}s:31:\"section_gedung_carousel_options\";a:1:{s:10:\"column_gap\";i:1;}}}}s:6:\"button\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;}}}}}s:4:\"page\";a:10:{s:17:\"gedung-head-title\";a:2:{s:5:\"count\";i:9;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:25:\"section_gedung_head_title\";a:13:{s:12:\"choose_style\";i:9;s:9:\"the_title\";i:9;s:27:\"typography_title_typography\";i:9;s:33:\"typography_title_font_size_tablet\";i:7;s:35:\"typography_title_line_height_tablet\";i:6;s:17:\"head_use_subtitle\";i:9;s:5:\"align\";i:2;s:33:\"typography_title_font_size_mobile\";i:3;s:12:\"align_mobile\";i:3;s:26:\"typography_title_font_size\";i:2;s:35:\"typography_title_line_height_mobile\";i:2;s:28:\"typography_title_font_weight\";i:1;s:12:\"align_tablet\";i:1;}s:33:\"section_gedung_head_title_style_2\";a:1:{s:13:\"title_color_2\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:6;}}}}s:7:\"divider\";a:2:{s:5:\"count\";i:8;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:6:\"weight\";i:8;s:5:\"color\";i:8;s:3:\"gap\";i:8;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:4:{s:5:\"width\";i:8;s:5:\"align\";i:2;s:12:\"width_mobile\";i:2;s:12:\"align_mobile\";i:2;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:8;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:29;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:27;s:16:\"content_position\";i:9;s:19:\"_inline_size_tablet\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:12;s:14:\"padding_tablet\";i:11;s:14:\"padding_mobile\";i:9;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:18;s:8:\"controls\";a:3:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:10;s:6:\"margin\";i:6;s:14:\"padding_tablet\";i:10;s:13:\"margin_mobile\";i:6;s:11:\"css_classes\";i:8;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:10;s:16:\"content_position\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:10;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:6;s:16:\"background_color\";i:6;}}}}s:5:\"image\";a:2:{s:5:\"count\";i:10;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:10;s:5:\"align\";i:3;}}}}s:11:\"gedung-text\";a:2:{s:5:\"count\";i:10;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:19:\"gedung_text_control\";a:7:{s:11:\"custom_text\";i:10;s:32:\"typography_text_block_typography\";i:6;s:38:\"typography_text_block_font_size_tablet\";i:6;s:40:\"typography_text_block_line_height_tablet\";i:5;s:16:\"text_block_align\";i:1;s:16:\"color_text_block\";i:1;s:23:\"text_block_align_mobile\";i:1;}}}}s:7:\"heading\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:4;s:11:\"header_size\";i:4;s:5:\"align\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:3:{s:11:\"title_color\";i:4;s:21:\"typography_typography\";i:4;s:20:\"typography_font_size\";i:4;}}}}s:24:\"gedung-testimonial-block\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:52:\"section_gedung_testimonial_block_testimonial_setting\";a:1:{s:10:\"testi_item\";i:1;}s:46:\"section_gedung_testimonial_block_image_setting\";a:2:{s:17:\"text_align_tablet\";i:1;s:17:\"text_align_mobile\";i:1;}s:31:\"section_gedung_carousel_options\";a:1:{s:13:\"choose_column\";i:1;}}s:5:\"style\";a:3:{s:51:\"section_gedung_testimonial_block_blockquote_setting\";a:5:{s:21:\"vertical_testi_detail\";i:1;s:44:\"typhography_blockquote_typography_typography\";i:1;s:43:\"typhography_blockquote_typography_font_size\";i:1;s:45:\"typhography_blockquote_typography_line_height\";i:1;s:28:\"typhography_blockquote_color\";i:1;}s:47:\"section_gedung_testimonial_block_author_setting\";a:5:{s:24:\"typhography_author_color\";i:1;s:16:\"author_img_color\";i:1;s:40:\"typhography_author_typography_typography\";i:1;s:39:\"typhography_author_typography_font_size\";i:1;s:41:\"typhography_author_typography_line_height\";i:1;}s:51:\"section_gedung_testimonial_block_author_job_setting\";a:1:{s:22:\"typhography_cite_color\";i:1;}}}}s:19:\"gedung-client-block\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:27:\"section_gedung_client_block\";a:2:{s:11:\"choose_type\";i:1;s:11:\"client_item\";i:1;}s:28:\"section_gedung_column_client\";a:5:{s:20:\"mobile_choose_column\";i:1;s:17:\"item_padding_size\";i:1;s:24:\"item_padding_size_tablet\";i:1;s:18:\"item_margin_bottom\";i:1;s:24:\"item_padding_size_mobile\";i:1;}s:31:\"section_gedung_carousel_options\";a:1:{s:10:\"column_gap\";i:1;}}}}s:6:\"button\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:6:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;s:4:\"size\";i:1;s:12:\"align_mobile\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:25:\"button_hover_border_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;}}}}}s:7:\"section\";a:4:{s:17:\"gedung-head-title\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:25:\"section_gedung_head_title\";a:9:{s:12:\"choose_style\";i:1;s:9:\"the_title\";i:1;s:27:\"typography_title_typography\";i:1;s:26:\"typography_title_font_size\";i:1;s:28:\"typography_title_font_weight\";i:1;s:17:\"head_use_subtitle\";i:1;s:12:\"align_tablet\";i:1;s:33:\"typography_title_font_size_mobile\";i:1;s:35:\"typography_title_line_height_mobile\";i:1;}s:33:\"section_gedung_head_title_style_2\";a:1:{s:13:\"title_color_2\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:2;s:19:\"_inline_size_tablet\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:14:\"padding_mobile\";i:1;s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;}}}}s:6:\"button\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;s:4:\"size\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:25:\"button_hover_border_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}s:14:\"section_layout\";a:1:{s:3:\"gap\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;}}}}}}','no'),(515,'read_more_bg','#2b4d7b','yes'),(516,'btn_comment_bg','#2b4d7b','yes'),(517,'category_portfolio','#2b4d7d','yes'),(519,'menu_hover_header','#111111','yes'),(520,'alt_menu_border','#8aabca','yes'),(521,'gedung_border_title','#8aabca','yes'),(522,'bg_tabs2','#8aabca','yes'),(523,'bg_tabs1','#8aabca','yes'),(524,'btn_send','#2b4d7b','yes'),(525,'footer_hover_link','#8aabca','yes'),(526,'footer_hover_social','#8aabca','yes'),(527,'footer_widgetborder_title','#8aabca','yes'),(623,'elementor_log','a:13:{s:32:\"0146b7e51f72fa9fa69dc233997aed92\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:5:\"19643\";s:7:\"\0*\0file\";s:111:\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/plugins/elementor/assets/lib/pickr/pickr.min.js?ver=1.5.0\";s:7:\"\0*\0line\";s:1:\"2\";s:7:\"\0*\0date\";s:19:\"2020-05-25 22:19:41\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:40:\"this.getColorRepresentation(...) is null\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:247;s:14:\"\0*\0times_dates\";a:42:{i:0;s:19:\"2020-05-25 22:22:23\";i:1;s:19:\"2020-05-25 22:22:57\";i:2;s:19:\"2020-05-25 22:22:57\";i:3;s:19:\"2020-05-25 22:22:57\";i:4;s:19:\"2020-05-25 22:22:57\";i:5;s:19:\"2020-05-25 22:22:57\";i:6;s:19:\"2020-05-25 22:22:57\";i:7;s:19:\"2020-05-25 22:22:57\";i:8;s:19:\"2020-05-25 22:22:57\";i:9;s:19:\"2020-05-25 22:22:57\";i:10;s:19:\"2020-05-25 22:22:57\";i:11;s:19:\"2020-05-25 22:22:57\";i:12;s:19:\"2020-05-25 22:22:57\";i:13;s:19:\"2020-05-25 22:22:57\";i:14;s:19:\"2020-05-25 22:22:57\";i:15;s:19:\"2020-05-25 22:22:57\";i:16;s:19:\"2020-05-25 22:22:57\";i:17;s:19:\"2020-05-25 22:22:57\";i:18;s:19:\"2020-05-25 22:22:57\";i:19;s:19:\"2020-05-25 22:22:57\";i:20;s:19:\"2020-05-25 22:22:57\";i:21;s:19:\"2020-05-25 22:22:58\";i:22;s:19:\"2020-05-25 22:23:30\";i:23;s:19:\"2020-05-25 22:23:30\";i:24;s:19:\"2020-05-25 22:23:30\";i:25;s:19:\"2020-05-25 22:23:30\";i:26;s:19:\"2020-05-25 22:23:30\";i:27;s:19:\"2020-05-25 22:23:30\";i:28;s:19:\"2020-05-25 22:23:30\";i:29;s:19:\"2020-05-25 22:23:30\";i:30;s:19:\"2020-05-25 22:23:30\";i:31;s:19:\"2020-05-25 22:23:30\";i:32;s:19:\"2020-05-25 22:23:30\";i:33;s:19:\"2020-05-25 22:23:30\";i:34;s:19:\"2020-05-25 22:23:30\";i:35;s:19:\"2020-05-25 22:23:30\";i:36;s:19:\"2020-05-25 22:23:30\";i:37;s:19:\"2020-05-25 22:23:30\";i:38;s:19:\"2020-05-25 22:23:30\";i:39;s:19:\"2020-05-25 22:23:30\";i:40;s:19:\"2020-05-25 22:23:30\";i:41;s:19:\"2020-05-25 22:23:30\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1590445181\";s:7:\"message\";s:40:\"this.getColorRepresentation(...) is null\";s:3:\"url\";s:111:\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/plugins/elementor/assets/lib/pickr/pickr.min.js?ver=1.5.0\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"19643\";}}s:32:\"a6a4ea8165a01382baa066ea47aa457f\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2020-05-26 02:14:06\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.9.8\";s:2:\"to\";s:5:\"2.9.9\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-05-26 02:14:06\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.9.8\";s:2:\"to\";s:5:\"2.9.9\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"ff0364bfe03f9af6f02794f1690021af\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:97:\"/share/CACHEDEV1_DATA/Web/XCNTia/ARSC_Dev/wp-content/plugins/elementor/core/logger/items/base.php\";s:7:\"\0*\0line\";i:101;s:7:\"\0*\0date\";s:19:\"2020-05-26 04:48:48\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:26:\"Array to string conversion\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:5;s:14:\"\0*\0times_dates\";a:5:{i:0;s:19:\"2020-05-26 04:48:48\";i:1;s:19:\"2020-05-26 04:57:19\";i:2;s:19:\"2020-05-26 22:21:22\";i:3;s:19:\"2020-05-28 11:27:33\";i:4;s:19:\"2020-05-28 11:27:34\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:26:\"Array to string conversion\";s:4:\"file\";s:97:\"/share/CACHEDEV1_DATA/Web/XCNTia/ARSC_Dev/wp-content/plugins/elementor/core/logger/items/base.php\";s:4:\"line\";i:101;s:5:\"trace\";b:1;}}s:32:\"cb5828a84cbbd64c2ac172df0e49d3f2\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:114:\"/share/CACHEDEV1_DATA/Web/XCNTia/ARSC_Dev/wp-content/plugins/elementor/includes/template-library/sources/local.php\";s:7:\"\0*\0line\";i:1032;s:7:\"\0*\0date\";s:19:\"2020-05-26 22:25:20\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:36:\"Trying to get property of non-object\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:10;s:14:\"\0*\0times_dates\";a:10:{i:0;s:19:\"2020-05-26 22:25:20\";i:1;s:19:\"2020-05-26 22:26:36\";i:2;s:19:\"2020-05-26 22:45:20\";i:3;s:19:\"2020-05-27 03:53:37\";i:4;s:19:\"2020-05-27 04:00:55\";i:5;s:19:\"2020-05-27 04:28:42\";i:6;s:19:\"2020-05-27 04:34:39\";i:7;s:19:\"2020-05-27 04:34:46\";i:8;s:19:\"2020-05-27 04:35:39\";i:9;s:19:\"2020-05-27 04:41:12\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:36:\"Trying to get property of non-object\";s:4:\"file\";s:114:\"/share/CACHEDEV1_DATA/Web/XCNTia/ARSC_Dev/wp-content/plugins/elementor/includes/template-library/sources/local.php\";s:4:\"line\";i:1032;s:5:\"trace\";b:1;}}s:32:\"04197f5698c9ecb6f71e6d60c9b846d3\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:5:\"16820\";s:7:\"\0*\0file\";s:102:\"http://taskgrids.com/wpteam2/arsc/wp-content/plugins/elementor/assets/lib/pickr/pickr.min.js?ver=1.5.0\";s:7:\"\0*\0line\";s:1:\"2\";s:7:\"\0*\0date\";s:19:\"2020-06-04 11:03:29\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:48:\"Cannot read property \\'clone\\' of null\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1005;s:14:\"\0*\0times_dates\";a:42:{i:0;s:19:\"2020-06-04 11:07:08\";i:1;s:19:\"2020-06-04 11:07:08\";i:2;s:19:\"2020-06-04 11:07:08\";i:3;s:19:\"2020-06-04 11:07:08\";i:4;s:19:\"2020-06-04 11:07:08\";i:5;s:19:\"2020-06-04 11:07:09\";i:6;s:19:\"2020-06-04 11:07:09\";i:7;s:19:\"2020-06-04 11:07:09\";i:8;s:19:\"2020-06-04 11:07:09\";i:9;s:19:\"2020-06-04 11:07:09\";i:10;s:19:\"2020-06-04 11:07:09\";i:11;s:19:\"2020-06-04 11:07:09\";i:12;s:19:\"2020-06-04 11:07:09\";i:13;s:19:\"2020-06-04 11:07:09\";i:14;s:19:\"2020-06-04 11:07:09\";i:15;s:19:\"2020-06-04 11:07:09\";i:16;s:19:\"2020-06-04 11:07:09\";i:17;s:19:\"2020-06-04 11:07:09\";i:18;s:19:\"2020-06-04 11:07:09\";i:19;s:19:\"2020-06-04 11:07:09\";i:20;s:19:\"2020-06-04 11:07:09\";i:21;s:19:\"2020-06-04 11:07:09\";i:22;s:19:\"2020-06-04 11:07:09\";i:23;s:19:\"2020-06-04 11:07:09\";i:24;s:19:\"2020-06-04 11:07:09\";i:25;s:19:\"2020-06-04 11:07:09\";i:26;s:19:\"2020-06-04 11:07:09\";i:27;s:19:\"2020-06-04 11:07:09\";i:28;s:19:\"2020-06-04 11:07:09\";i:29;s:19:\"2020-06-04 11:07:09\";i:30;s:19:\"2020-06-04 11:07:09\";i:31;s:19:\"2020-06-04 11:07:09\";i:32;s:19:\"2020-06-04 11:07:09\";i:33;s:19:\"2020-06-04 11:07:09\";i:34;s:19:\"2020-06-04 11:07:09\";i:35;s:19:\"2020-06-04 11:07:09\";i:36;s:19:\"2020-06-04 11:07:09\";i:37;s:19:\"2020-06-04 11:07:09\";i:38;s:19:\"2020-06-04 11:07:09\";i:39;s:19:\"2020-06-04 11:07:09\";i:40;s:19:\"2020-06-04 11:07:09\";i:41;s:19:\"2020-06-04 11:07:09\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1591268609\";s:7:\"message\";s:38:\"Cannot read property \\\'clone\\\' of null\";s:3:\"url\";s:102:\"http://taskgrids.com/wpteam2/arsc/wp-content/plugins/elementor/assets/lib/pickr/pickr.min.js?ver=1.5.0\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"16820\";}}s:32:\"a10411800be150f076b867144ab9bf7e\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:5:\"21012\";s:7:\"\0*\0file\";s:102:\"http://taskgrids.com/wpteam2/arsc/wp-content/plugins/elementor/assets/lib/pickr/pickr.min.js?ver=1.5.0\";s:7:\"\0*\0line\";s:1:\"2\";s:7:\"\0*\0date\";s:19:\"2020-06-04 11:03:37\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:53:\"Cannot read property \\'changestop\\' of null\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:20;s:14:\"\0*\0times_dates\";a:20:{i:0;s:19:\"2020-06-04 11:03:37\";i:1;s:19:\"2020-06-04 11:04:17\";i:2;s:19:\"2020-06-04 11:04:41\";i:3;s:19:\"2020-06-04 11:04:56\";i:4;s:19:\"2020-06-04 11:04:57\";i:5;s:19:\"2020-06-04 11:04:58\";i:6;s:19:\"2020-06-04 11:05:04\";i:7;s:19:\"2020-06-04 11:05:04\";i:8;s:19:\"2020-06-04 11:05:13\";i:9;s:19:\"2020-06-04 11:05:16\";i:10;s:19:\"2020-06-04 11:05:21\";i:11;s:19:\"2020-06-04 11:05:40\";i:12;s:19:\"2020-06-04 11:06:12\";i:13;s:19:\"2020-06-04 11:06:12\";i:14;s:19:\"2020-06-04 11:06:20\";i:15;s:19:\"2020-06-04 11:06:56\";i:16;s:19:\"2020-06-04 11:07:03\";i:17;s:19:\"2020-06-04 11:07:07\";i:18;s:19:\"2020-06-04 11:07:08\";i:19;s:19:\"2020-06-04 11:07:10\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1591268617\";s:7:\"message\";s:43:\"Cannot read property \\\'changestop\\\' of null\";s:3:\"url\";s:102:\"http://taskgrids.com/wpteam2/arsc/wp-content/plugins/elementor/assets/lib/pickr/pickr.min.js?ver=1.5.0\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"21012\";}}s:32:\"e06fd1ed074896174be1d16e3f0cf7f4\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:85:\"G:\\xampp\\htdocs\\wpteam2\\arsc\\wp-content\\plugins\\elementor\\includes\\managers\\image.php\";s:7:\"\0*\0line\";i:82;s:7:\"\0*\0date\";s:19:\"2020-07-24 00:47:51\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:19:\"Undefined offset: 2\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2020-07-24 00:47:51\";i:1;s:19:\"2020-07-24 00:48:11\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:19:\"Undefined offset: 2\";s:4:\"file\";s:85:\"G:\\xampp\\htdocs\\wpteam2\\arsc\\wp-content\\plugins\\elementor\\includes\\managers\\image.php\";s:4:\"line\";i:82;s:5:\"trace\";b:1;}}s:32:\"939307a85c9d268b199ca74c77fd3206\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:6:\"193661\";s:7:\"\0*\0file\";s:96:\"http://taskgrids.com/wpteam2/arsc/wp-content/plugins/elementor/assets/js/editor.min.js?ver=2.9.9\";s:7:\"\0*\0line\";s:2:\"31\";s:7:\"\0*\0date\";s:19:\"2020-07-30 10:49:49\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:33:\"e.$el.resizable is not a function\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-07-30 10:49:49\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1596106189\";s:7:\"message\";s:33:\"e.$el.resizable is not a function\";s:3:\"url\";s:96:\"http://taskgrids.com/wpteam2/arsc/wp-content/plugins/elementor/assets/js/editor.min.js?ver=2.9.9\";s:4:\"line\";s:2:\"31\";s:6:\"column\";s:6:\"193661\";}}s:32:\"98a559df27a7a8b9d15c07626bedb5ff\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:74:\"G:\\xampp\\htdocs\\wpteam2\\arsc\\wp-content\\plugins\\elementor\\includes\\api.php\";s:7:\"\0*\0line\";i:160;s:7:\"\0*\0date\";s:19:\"2020-09-02 07:22:40\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:28:\"Undefined index: pro_widgets\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:22;s:14:\"\0*\0times_dates\";a:22:{i:0;s:19:\"2020-09-02 07:22:40\";i:1;s:19:\"2020-09-02 07:24:10\";i:2;s:19:\"2020-09-02 07:26:39\";i:3;s:19:\"2020-09-02 07:32:08\";i:4;s:19:\"2020-09-02 07:33:37\";i:5;s:19:\"2020-09-02 07:49:01\";i:6;s:19:\"2020-09-02 07:51:22\";i:7;s:19:\"2020-09-02 08:01:50\";i:8;s:19:\"2020-09-02 08:03:16\";i:9;s:19:\"2020-09-02 08:03:18\";i:10;s:19:\"2020-09-02 08:04:13\";i:11;s:19:\"2020-09-02 08:12:00\";i:12;s:19:\"2020-09-02 08:13:07\";i:13;s:19:\"2020-09-02 08:23:38\";i:14;s:19:\"2020-09-02 08:24:04\";i:15;s:19:\"2020-09-02 08:25:18\";i:16;s:19:\"2020-09-02 08:25:18\";i:17;s:19:\"2020-09-02 08:26:52\";i:18;s:19:\"2020-09-02 08:27:07\";i:19;s:19:\"2020-09-02 08:32:15\";i:20;s:19:\"2020-09-02 08:35:58\";i:21;s:19:\"2020-09-02 08:57:18\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:28:\"Undefined index: pro_widgets\";s:4:\"file\";s:74:\"G:\\xampp\\htdocs\\wpteam2\\arsc\\wp-content\\plugins\\elementor\\includes\\api.php\";s:4:\"line\";i:160;s:5:\"trace\";b:1;}}s:32:\"1f068db19d724d6f4b2dedc66ec9e3e3\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:6:\"125354\";s:7:\"\0*\0file\";s:96:\"http://taskgrids.com/wpteam2/arsc/wp-content/plugins/elementor/assets/js/editor.min.js?ver=2.9.9\";s:7:\"\0*\0line\";s:2:\"31\";s:7:\"\0*\0date\";s:19:\"2020-09-02 12:31:25\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:58:\"Cannot set property \\'footerSaver\\' of undefined\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2020-09-02 12:31:25\";i:1;s:19:\"2020-09-02 12:31:25\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1599049885\";s:7:\"message\";s:48:\"Cannot set property \\\'footerSaver\\\' of undefined\";s:3:\"url\";s:96:\"http://taskgrids.com/wpteam2/arsc/wp-content/plugins/elementor/assets/js/editor.min.js?ver=2.9.9\";s:4:\"line\";s:2:\"31\";s:6:\"column\";s:6:\"125354\";}}s:32:\"2cc3fadf832176ee6086ee0cb2692535\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:93:\"G:\\xampp\\htdocs\\wpteam2\\arsc\\wp-content\\plugins\\elementor\\core\\common\\modules\\ajax\\module.php\";s:7:\"\0*\0line\";i:171;s:7:\"\0*\0date\";s:19:\"2020-09-02 08:04:11\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:21:\"Undefined index: data\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-09-02 08:04:11\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:21:\"Undefined index: data\";s:4:\"file\";s:93:\"G:\\xampp\\htdocs\\wpteam2\\arsc\\wp-content\\plugins\\elementor\\core\\common\\modules\\ajax\\module.php\";s:4:\"line\";i:171;s:5:\"trace\";b:1;}}s:32:\"481dc69cad34ecb5d808e9675d338615\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:106:\"\\\\WDP\\DFS\\44\\8\\8\\1\\4446206188\\user\\sites\\1687119.site\\www\\wp-content\\plugins\\elementor\\core\\files\\base.php\";s:7:\"\0*\0line\";i:180;s:7:\"\0*\0date\";s:19:\"2020-09-16 05:24:14\";s:7:\"\0*\0type\";s:7:\"warning\";s:10:\"\0*\0message\";s:163:\"file_put_contents(\\\\WDP\\DFS\\44\\8\\8\\1\\4446206188\\user\\sites\\1687119.site\\www/wp-content/uploads/elementor/css/post-61.css): failed to open stream: Permission denied\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-09-16 05:24:14\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:7:\"warning\";s:7:\"message\";s:163:\"file_put_contents(\\\\WDP\\DFS\\44\\8\\8\\1\\4446206188\\user\\sites\\1687119.site\\www/wp-content/uploads/elementor/css/post-61.css): failed to open stream: Permission denied\";s:4:\"file\";s:106:\"\\\\WDP\\DFS\\44\\8\\8\\1\\4446206188\\user\\sites\\1687119.site\\www\\wp-content\\plugins\\elementor\\core\\files\\base.php\";s:4:\"line\";i:180;s:5:\"trace\";b:1;}}s:32:\"4d3b5db48d0f910ffe16ee5e2b52d47d\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:106:\"\\\\WDP\\DFS\\44\\8\\8\\1\\4446206188\\user\\sites\\1687119.site\\www\\wp-content\\plugins\\elementor\\core\\files\\base.php\";s:7:\"\0*\0line\";i:180;s:7:\"\0*\0date\";s:19:\"2020-10-08 00:47:23\";s:7:\"\0*\0type\";s:7:\"warning\";s:10:\"\0*\0message\";s:163:\"file_put_contents(\\\\WDP\\DFS\\44\\8\\8\\1\\4446206188\\user\\sites\\1687119.site\\www/wp-content/uploads/elementor/css/post-63.css): failed to open stream: Permission denied\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-10-08 00:47:23\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:7:\"warning\";s:7:\"message\";s:163:\"file_put_contents(\\\\WDP\\DFS\\44\\8\\8\\1\\4446206188\\user\\sites\\1687119.site\\www/wp-content/uploads/elementor/css/post-63.css): failed to open stream: Permission denied\";s:4:\"file\";s:106:\"\\\\WDP\\DFS\\44\\8\\8\\1\\4446206188\\user\\sites\\1687119.site\\www\\wp-content\\plugins\\elementor\\core\\files\\base.php\";s:4:\"line\";i:180;s:5:\"trace\";b:1;}}}','no'),(667,'wpephpcompat.test_version','7.0','no'),(668,'wpephpcompat.only_active','yes','no'),(673,'wpephpcompat.scan_results','Name: Advanced Custom Fields PRO\n\nThe plugin/theme was skipped as it was too large to scan before the server killed the process.\n\nName: Contact Form 7\n\nThe plugin/theme was skipped as it was too large to scan before the server killed the process.\n\nName: Elementor\n\nThe plugin/theme was skipped as it was too large to scan before the server killed the process.\n\nName: Gedung\n\nThe plugin/theme was skipped as it was too large to scan before the server killed the process.\n\nName: Gedung Extra\n\nThe plugin/theme was skipped as it was too large to scan before the server killed the process.\n\nName: Redux Framework\n\nThe plugin/theme was skipped as it was too large to scan before the server killed the process.\n\nName: UpdraftPlus - Backup/Restore\n\nPHP 7.0 compatible.\n\n','no'),(675,'category_children','a:0:{}','yes'),(702,'WPLANG','','yes'),(720,'simba_tfa_priv_key_format','1','no'),(721,'tfa_administrator','1','yes'),(722,'tfa_editor','1','yes'),(723,'tfa_author','1','yes'),(724,'tfa_contributor','1','yes'),(725,'tfa_subscriber','1','yes'),(796,'wp-optimize-schedule','false','yes'),(797,'wp-optimize-last-optimized','Never','yes'),(798,'wp-optimize-schedule-type','wpo_weekly','yes'),(799,'wp-optimize-retention-enabled','false','yes'),(800,'wp-optimize-retention-period','2','yes'),(801,'wp-optimize-enable-admin-menu','false','yes'),(802,'wp-optimize-total-cleaned','0','yes'),(803,'wp-optimize-auto','a:7:{s:6:\"drafts\";s:4:\"true\";s:8:\"optimize\";s:5:\"false\";s:9:\"revisions\";s:4:\"true\";s:5:\"spams\";s:4:\"true\";s:9:\"transient\";s:5:\"false\";s:5:\"trash\";s:4:\"true\";s:10:\"unapproved\";s:5:\"false\";}','yes'),(804,'wp-optimize-settings','a:13:{s:11:\"user-drafts\";s:4:\"true\";s:16:\"user-commentmeta\";s:5:\"false\";s:13:\"user-optimize\";s:4:\"true\";s:15:\"user-orphandata\";s:5:\"false\";s:14:\"user-pingbacks\";s:5:\"false\";s:13:\"user-postmeta\";s:5:\"false\";s:14:\"user-revisions\";s:4:\"true\";s:10:\"user-spams\";s:5:\"false\";s:15:\"user-trackbacks\";s:5:\"false\";s:14:\"user-transient\";s:5:\"false\";s:10:\"user-trash\";s:4:\"true\";s:15:\"user-unapproved\";s:5:\"false\";s:13:\"last_saved_in\";s:6:\"3.0.19\";}','yes'),(805,'updraft_task_manager_dbversion','1.1','yes'),(806,'wpo_update_version','3.0.19','yes'),(810,'wp-optimize-install-or-update-notice-version','1.0','yes'),(811,'wp-optimize-logging','','yes'),(812,'wp-optimize-logging-additional','','yes'),(813,'wp-optimize-enable-auto-backup','false','yes'),(814,'wp-optimize-enable-auto-backup-1','true','yes'),(815,'wp-optimize-enable-db-force-optimize','false','yes'),(816,'wp-optimize-corrupted-tables-count','0','yes'),(887,'_elementor_general_settings','a:2:{s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:21:\"global_image_lightbox\";s:3:\"yes\";}','yes'),(888,'_elementor_settings_update_time','1595829165','yes'),(889,'elementor_cpt_support','a:4:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:16:\"gedung-portfolio\";i:3;s:17:\"gedung-industries\";}','yes'),(890,'elementor_disable_color_schemes','','yes'),(891,'elementor_disable_typography_schemes','','yes'),(892,'elementor_default_generic_fonts','Sans-serif','yes'),(897,'elementor_viewport_lg','','yes'),(899,'elementor_viewport_md','','yes'),(901,'elementor_css_print_method','external','yes'),(902,'elementor_editor_break_lines','','yes'),(903,'elementor_enable_unfiltered_files_upload','','yes'),(904,'elementor_load_fa4_shim','','yes'),(907,'_elementor_global_css','a:5:{s:4:\"time\";i:1595829174;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:4;s:11:\"Roboto Slab\";}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;b:0;}','yes'),(1061,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(1162,'theme_mods_gedung-child','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:3:{s:11:\"header-menu\";i:19;s:11:\"footer-menu\";i:19;s:15:\"header-menu-sec\";i:19;}s:18:\"custom_css_post_id\";i:-1;}','yes'),(1176,'wpo_cache_config','a:16:{s:19:\"enable_page_caching\";b:0;s:23:\"page_cache_length_value\";i:24;s:22:\"page_cache_length_unit\";s:5:\"hours\";s:17:\"page_cache_length\";i:86400;s:20:\"cache_exception_urls\";a:0:{}s:23:\"cache_exception_cookies\";a:0:{}s:30:\"cache_exception_browser_agents\";a:0:{}s:22:\"enable_sitemap_preload\";b:0;s:23:\"enable_schedule_preload\";b:0;s:21:\"preload_schedule_type\";s:0:\"\";s:21:\"enable_mobile_caching\";b:0;s:19:\"enable_user_caching\";b:0;s:8:\"site_url\";s:30:\"http://www.arscontracting.com/\";s:24:\"enable_cache_per_country\";b:0;s:17:\"wpo_cache_cookies\";a:0:{}s:25:\"wpo_cache_query_variables\";a:0:{}}','yes'),(1182,'updraftplus_unlocked_d','1','no'),(1183,'updraftplus_last_lock_time_d','2020-07-24 10:59:43','no'),(1184,'updraftplus_semaphore_d','0','no'),(1185,'updraft_last_scheduled_d','1595588383','yes'),(1191,'bsr_data','a:8:{s:13:\"select_tables\";a:14:{i:0;s:14:\"wp_commentmeta\";i:1;s:11:\"wp_comments\";i:2;s:8:\"wp_links\";i:3;s:10:\"wp_options\";i:4;s:11:\"wp_postmeta\";i:5;s:8:\"wp_posts\";i:6;s:21:\"wp_term_relationships\";i:7;s:16:\"wp_term_taxonomy\";i:8;s:11:\"wp_termmeta\";i:9;s:8:\"wp_terms\";i:10;s:14:\"wp_tm_taskmeta\";i:11;s:11:\"wp_tm_tasks\";i:12;s:11:\"wp_usermeta\";i:13;s:8:\"wp_users\";}s:16:\"case_insensitive\";s:3:\"off\";s:13:\"replace_guids\";s:2:\"on\";s:7:\"dry_run\";s:3:\"off\";s:10:\"search_for\";s:42:\"https://yoursite.com:8081/XCNTia/ARSC_Dev/\";s:12:\"replace_with\";s:30:\"http://www.arscontracting.com/\";s:15:\"completed_pages\";i:14;s:11:\"total_pages\";i:14;}','yes'),(1197,'wp_mail_smtp_initial_version','2.0.1','no'),(1198,'wp_mail_smtp_version','2.0.1','no'),(1199,'wp_mail_smtp','a:8:{s:4:\"mail\";a:6:{s:10:\"from_email\";s:24:\"sales@arscontracting.com\";s:9:\"from_name\";s:16:\"ARSC Development\";s:6:\"mailer\";s:4:\"smtp\";s:11:\"return_path\";b:0;s:16:\"from_email_force\";b:1;s:15:\"from_name_force\";b:0;}s:4:\"smtp\";a:7:{s:7:\"autotls\";b:0;s:4:\"auth\";b:1;s:4:\"host\";s:17:\"mail.ebizwork.com\";s:10:\"encryption\";s:4:\"none\";s:4:\"port\";i:587;s:4:\"user\";s:22:\"developer@ebizwork.com\";s:4:\"pass\";s:12:\"yBbb_SU[g]Sq\";}s:7:\"smtpcom\";a:2:{s:7:\"api_key\";s:0:\"\";s:7:\"channel\";s:0:\"\";}s:11:\"pepipostapi\";a:1:{s:7:\"api_key\";s:0:\"\";}s:10:\"sendinblue\";a:1:{s:7:\"api_key\";s:0:\"\";}s:7:\"mailgun\";a:3:{s:7:\"api_key\";s:0:\"\";s:6:\"domain\";s:0:\"\";s:6:\"region\";s:2:\"US\";}s:8:\"sendgrid\";a:1:{s:7:\"api_key\";s:0:\"\";}s:5:\"gmail\";a:2:{s:9:\"client_id\";s:0:\"\";s:13:\"client_secret\";s:0:\"\";}}','no'),(1200,'wp_mail_smtp_debug','a:0:{}','no'),(1201,'_transient_random_seed','8ff174bc8847241b9784f098ac0da742','yes'),(1211,'recovery_mode_email_last_sent','1599138682','yes'),(1222,'_elementor_scheme_last_updated','1591189389','yes'),(1238,'widget_recent-posts-widget-with-thumbnails','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1354,'auto_core_update_notified','a:4:{s:4:\"type\";s:4:\"fail\";s:5:\"email\";s:32:\"wordpressdeveloper2020@gmail.com\";s:7:\"version\";s:5:\"5.5.2\";s:9:\"timestamp\";i:1606735219;}','no'),(1540,'duplicate_post_copytitle','1','yes'),(1541,'duplicate_post_copydate','','yes'),(1542,'duplicate_post_copystatus','','yes'),(1543,'duplicate_post_copyslug','','yes'),(1544,'duplicate_post_copyexcerpt','1','yes'),(1545,'duplicate_post_copycontent','1','yes'),(1546,'duplicate_post_copythumbnail','1','yes'),(1547,'duplicate_post_copytemplate','1','yes'),(1548,'duplicate_post_copyformat','1','yes'),(1549,'duplicate_post_copyauthor','','yes'),(1550,'duplicate_post_copypassword','','yes'),(1551,'duplicate_post_copyattachments','','yes'),(1552,'duplicate_post_copychildren','','yes'),(1553,'duplicate_post_copycomments','','yes'),(1554,'duplicate_post_copymenuorder','1','yes'),(1555,'duplicate_post_taxonomies_blacklist','','yes'),(1556,'duplicate_post_blacklist','','yes'),(1557,'duplicate_post_types_enabled','a:3:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:17:\"gedung-industries\";}','yes'),(1558,'duplicate_post_show_row','1','yes'),(1559,'duplicate_post_show_adminbar','1','yes'),(1560,'duplicate_post_show_submitbox','1','yes'),(1561,'duplicate_post_show_bulkactions','1','yes'),(1562,'duplicate_post_show_original_column','','yes'),(1563,'duplicate_post_show_original_in_post_states','','yes'),(1564,'duplicate_post_show_original_meta_box','','yes'),(1565,'duplicate_post_version','3.2.4','yes'),(1566,'duplicate_post_show_notice','0','no'),(1646,'widget_gedung_industry_thumb-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1708,'duplicate_post_title_prefix','','yes'),(1709,'duplicate_post_title_suffix','','yes'),(1710,'duplicate_post_increase_menu_order_by','','yes'),(1711,'duplicate_post_roles','a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}','yes'),(2010,'updraftplus_unlocked_f','1','no'),(2011,'updraftplus_last_lock_time_f','2020-07-24 11:01:07','no'),(2012,'updraftplus_semaphore_f','0','no'),(2013,'updraft_last_scheduled_f','1595588467','yes'),(2090,'cpto_options','a:7:{s:23:\"show_reorder_interfaces\";a:6:{s:4:\"post\";s:4:\"show\";s:10:\"attachment\";s:4:\"show\";s:8:\"wp_block\";s:4:\"show\";s:17:\"elementor_library\";s:4:\"show\";s:16:\"gedung-portfolio\";s:4:\"show\";s:17:\"gedung-industries\";s:4:\"show\";}s:8:\"autosort\";i:1;s:9:\"adminsort\";i:1;s:18:\"use_query_ASC_DESC\";i:1;s:17:\"archive_drag_drop\";i:1;s:10:\"capability\";s:14:\"manage_options\";s:21:\"navigation_sort_apply\";i:1;}','yes'),(2091,'CPT_configured','TRUE','yes'),(2145,'portfolio-category_children','a:0:{}','yes'),(2184,'elementor_container_width','','yes'),(2185,'elementor_space_between_widgets','','yes'),(2186,'elementor_stretched_section_container','','yes'),(2187,'elementor_page_title_selector','','yes'),(2188,'elementor_global_image_lightbox','yes','yes'),(2244,'_elementor_editor_upgrade_notice_dismissed','1596092679','yes'),(2557,'Re_Smush_It_Task','1599049803','yes'),(2558,'wp-optimize-completed_task_count','1','yes'),(2559,'wp-optimize-total_bytes_saved','103073','yes'),(2560,'wp-optimize-total_percent_saved','68.9','yes'),(2566,'gedung-industries_tax_children','a:0:{}','yes'),(2571,'elementor_safe_mode_allowed_plugins','a:1:{s:9:\"elementor\";s:23:\"elementor/elementor.php\";}','yes'),(2572,'elementor_safe_mode_created_mu_dir','1','yes'),(2573,'elementor_safe_mode_token','85f4439729acd03250ed2746173a85ad','yes'),(2574,'elementor_safe_mode','yes','yes'),(2576,'theme_mods_elementor-safe','a:1:{s:18:\"custom_css_post_id\";i:-1;}','yes'),(2793,'disallowed_keys','','no'),(2794,'comment_previously_approved','1','yes'),(2795,'auto_plugin_theme_update_emails','a:0:{}','no'),(2796,'finished_updating_comment_type','1','yes'),(2797,'db_upgraded','','yes'),(2800,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:3:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.5.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.5.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.5.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.5.3-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-5.5.3-partial-1.zip\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.5.3\";s:7:\"version\";s:5:\"5.5.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:5:\"5.5.1\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.5.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.5.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.5.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.5.3-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-5.5.3-partial-1.zip\";s:8:\"rollback\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.5.3-rollback-1.zip\";}s:7:\"current\";s:5:\"5.5.3\";s:7:\"version\";s:5:\"5.5.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:5:\"5.5.1\";s:9:\"new_files\";s:0:\"\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.5.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.5.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.5.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.5.2-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-5.5.2-partial-1.zip\";s:8:\"rollback\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.5.2-rollback-1.zip\";}s:7:\"current\";s:5:\"5.5.2\";s:7:\"version\";s:5:\"5.5.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:5:\"5.5.1\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1606735219;s:15:\"version_checked\";s:5:\"5.5.1\";s:12:\"translations\";a:0:{}}','no'),(2804,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1606735218;s:7:\"checked\";a:5:{s:12:\"gedung-child\";s:5:\"1.0.0\";s:6:\"gedung\";s:3:\"1.3\";s:14:\"twentynineteen\";s:3:\"1.7\";s:15:\"twentyseventeen\";s:3:\"2.4\";s:12:\"twentytwenty\";s:3:\"1.5\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:3:{s:14:\"twentynineteen\";a:6:{s:5:\"theme\";s:14:\"twentynineteen\";s:11:\"new_version\";s:3:\"1.7\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentynineteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentynineteen.1.7.zip\";s:8:\"requires\";s:5:\"4.9.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentyseventeen\";a:6:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"2.4\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.2.4.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:12:\"twentytwenty\";a:6:{s:5:\"theme\";s:12:\"twentytwenty\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.1.5.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}}s:12:\"translations\";a:0:{}}','no'),(2805,'can_compress_scripts','1','no'),(2832,'updraft_jobdata_5f5f56c50d77','a:6:{s:8:\"job_type\";s:8:\"download\";s:11:\"job_time_ms\";d:1600143163.8442719;s:25:\"dlmessage_1600083653_db_0\";s:261:\"Remote fetch failed. File \\\\WDP\\DFS\\44\\8\\8\\1\\4446206188\\user\\sites\\1687119.site\\www/wp-content/updraft/backup_2020-09-14-0640_ARSC_Development_8eb224628e9d-db.gz did not exist or was unreadable. If you delete local backups then remote retrieval may have failed.\";s:7:\"service\";a:1:{i:0;s:11:\"googledrive\";}s:22:\"dlfile_1600083653_db_0\";s:6:\"failed\";s:24:\"dlerrors_1600083653_db_0\";a:0:{}}','no'),(4712,'auto_core_update_failed','a:6:{s:9:\"attempted\";s:5:\"5.5.2\";s:7:\"current\";s:5:\"5.5.1\";s:10:\"error_code\";s:23:\"mkdir_failed_ziparchive\";s:10:\"error_data\";N;s:9:\"timestamp\";i:1606735219;s:5:\"retry\";b:0;}','no'),(5852,'_site_transient_timeout_php_check_e796305fbf0257ebb2c4c2c40c9bc4af','1606865011','no'),(5853,'_site_transient_php_check_e796305fbf0257ebb2c4c2c40c9bc4af','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:0;s:13:\"is_acceptable\";b:0;}','no'),(6057,'_transient_timeout_acf_plugin_updates','1606821620','no'),(6058,'_transient_acf_plugin_updates','a:4:{s:7:\"plugins\";a:1:{s:34:\"advanced-custom-fields-pro/acf.php\";a:8:{s:4:\"slug\";s:26:\"advanced-custom-fields-pro\";s:6:\"plugin\";s:34:\"advanced-custom-fields-pro/acf.php\";s:11:\"new_version\";s:5:\"5.9.3\";s:3:\"url\";s:36:\"https://www.advancedcustomfields.com\";s:6:\"tested\";s:5:\"5.5.3\";s:7:\"package\";s:0:\"\";s:5:\"icons\";a:1:{s:7:\"default\";s:63:\"https://ps.w.org/advanced-custom-fields/assets/icon-256x256.png\";}s:7:\"banners\";a:2:{s:3:\"low\";s:77:\"https://ps.w.org/advanced-custom-fields/assets/banner-772x250.jpg?rev=1729102\";s:4:\"high\";s:78:\"https://ps.w.org/advanced-custom-fields/assets/banner-1544x500.jpg?rev=1729099\";}}}s:10:\"expiration\";i:172800;s:6:\"status\";i:1;s:7:\"checked\";a:1:{s:34:\"advanced-custom-fields-pro/acf.php\";s:5:\"5.8.0\";}}','no'),(6101,'auto_updater.lock','1606735217','no'),(6102,'_site_transient_timeout_theme_roots','1606737018','no'),(6103,'_site_transient_theme_roots','a:5:{s:12:\"gedung-child\";s:7:\"/themes\";s:6:\"gedung\";s:7:\"/themes\";s:14:\"twentynineteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";}','no'),(6105,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1606735971;s:7:\"checked\";a:20:{s:34:\"advanced-custom-fields-pro/acf.php\";s:5:\"5.8.0\";s:19:\"akismet/akismet.php\";s:5:\"4.1.6\";s:45:\"taxonomy-terms-order/taxonomy-terms-order.php\";s:7:\"1.5.7.2\";s:33:\"classic-editor/classic-editor.php\";s:3:\"1.5\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"5.1.9\";s:33:\"duplicate-post/duplicate-post.php\";s:5:\"3.2.4\";s:23:\"elementor/elementor.php\";s:5:\"2.9.9\";s:29:\"gedung-extra/gedung-extra.php\";s:3:\"1.0\";s:9:\"hello.php\";s:5:\"1.7.2\";s:48:\"php-compatibility-checker/wpengine-phpcompat.php\";s:5:\"1.5.0\";s:37:\"post-types-order/post-types-order.php\";s:7:\"1.9.4.3\";s:41:\"post-type-switcher/post-type-switcher.php\";s:5:\"3.2.0\";s:75:\"recent-posts-widget-with-thumbnails/recent-posts-widget-with-thumbnails.php\";s:5:\"6.7.0\";s:35:\"redux-framework/redux-framework.php\";s:6:\"3.6.18\";s:25:\"sucuri-scanner/sucuri.php\";s:6:\"1.8.24\";s:46:\"two-factor-authentication/two-factor-login.php\";s:5:\"1.8.2\";s:34:\"updraftcentral/site-management.php\";s:6:\"0.8.12\";s:27:\"updraftplus/updraftplus.php\";s:9:\"2.16.24.1\";s:27:\"wp-optimize/wp-optimize.php\";s:6:\"3.0.19\";s:29:\"wp-mail-smtp/wp_mail_smtp.php\";s:5:\"2.0.1\";}s:8:\"response\";a:14:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.1.7\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.1.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.5.3\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:45:\"taxonomy-terms-order/taxonomy-terms-order.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:34:\"w.org/plugins/taxonomy-terms-order\";s:4:\"slug\";s:20:\"taxonomy-terms-order\";s:6:\"plugin\";s:45:\"taxonomy-terms-order/taxonomy-terms-order.php\";s:11:\"new_version\";s:7:\"1.5.7.3\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/taxonomy-terms-order/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/taxonomy-terms-order.1.5.7.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/taxonomy-terms-order/assets/icon-256x256.png?rev=1564412\";s:2:\"1x\";s:73:\"https://ps.w.org/taxonomy-terms-order/assets/icon-128x128.png?rev=1564412\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/taxonomy-terms-order/assets/banner-1544x500.png?rev=1564412\";s:2:\"1x\";s:75:\"https://ps.w.org/taxonomy-terms-order/assets/banner-772x250.png?rev=1564412\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.5.3\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/classic-editor\";s:4:\"slug\";s:14:\"classic-editor\";s:6:\"plugin\";s:33:\"classic-editor/classic-editor.php\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/classic-editor.1.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671\";s:2:\"1x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-128x128.png?rev=1998671\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/classic-editor/assets/banner-1544x500.png?rev=1998671\";s:2:\"1x\";s:69:\"https://ps.w.org/classic-editor/assets/banner-772x250.png?rev=1998676\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.5.3\";s:12:\"requires_php\";s:5:\"5.2.4\";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:3:\"5.3\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.5.3.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:67:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=2279696\";s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.5.3\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:33:\"duplicate-post/duplicate-post.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/duplicate-post\";s:4:\"slug\";s:14:\"duplicate-post\";s:6:\"plugin\";s:33:\"duplicate-post/duplicate-post.php\";s:11:\"new_version\";s:5:\"3.2.6\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/duplicate-post/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/duplicate-post.3.2.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/duplicate-post/assets/icon-256x256.png?rev=2336666\";s:2:\"1x\";s:67:\"https://ps.w.org/duplicate-post/assets/icon-128x128.png?rev=2336666\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/duplicate-post/assets/banner-1544x500.png?rev=2336666\";s:2:\"1x\";s:69:\"https://ps.w.org/duplicate-post/assets/banner-772x250.png?rev=2336666\";}s:11:\"banners_rtl\";a:0:{}s:14:\"upgrade_notice\";s:48:\"<p>Compatibility with WP 5.5 + various fixes</p>\";s:6:\"tested\";s:5:\"5.5.3\";s:12:\"requires_php\";s:5:\"5.2.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:23:\"elementor/elementor.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:6:\"3.0.14\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.14.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.5.3\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:37:\"post-types-order/post-types-order.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:30:\"w.org/plugins/post-types-order\";s:4:\"slug\";s:16:\"post-types-order\";s:6:\"plugin\";s:37:\"post-types-order/post-types-order.php\";s:11:\"new_version\";s:7:\"1.9.5.2\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/post-types-order/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/post-types-order.1.9.5.2.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/post-types-order/assets/icon-128x128.png?rev=1226428\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/post-types-order/assets/banner-1544x500.png?rev=1675574\";s:2:\"1x\";s:71:\"https://ps.w.org/post-types-order/assets/banner-772x250.png?rev=1429949\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.5.3\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:75:\"recent-posts-widget-with-thumbnails/recent-posts-widget-with-thumbnails.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:49:\"w.org/plugins/recent-posts-widget-with-thumbnails\";s:4:\"slug\";s:35:\"recent-posts-widget-with-thumbnails\";s:6:\"plugin\";s:75:\"recent-posts-widget-with-thumbnails/recent-posts-widget-with-thumbnails.php\";s:11:\"new_version\";s:5:\"7.0.1\";s:3:\"url\";s:66:\"https://wordpress.org/plugins/recent-posts-widget-with-thumbnails/\";s:7:\"package\";s:84:\"https://downloads.wordpress.org/plugin/recent-posts-widget-with-thumbnails.7.0.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:88:\"https://ps.w.org/recent-posts-widget-with-thumbnails/assets/icon-256x256.png?rev=1063492\";s:2:\"1x\";s:88:\"https://ps.w.org/recent-posts-widget-with-thumbnails/assets/icon-128x128.png?rev=1063492\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:91:\"https://ps.w.org/recent-posts-widget-with-thumbnails/assets/banner-1544x500.png?rev=1063492\";s:2:\"1x\";s:90:\"https://ps.w.org/recent-posts-widget-with-thumbnails/assets/banner-772x250.png?rev=1063492\";}s:11:\"banners_rtl\";a:0:{}s:14:\"upgrade_notice\";s:61:\"<p>Added catalan translation, tested with WordPress 5.5.3</p>\";s:6:\"tested\";s:5:\"5.5.3\";s:12:\"requires_php\";s:3:\"5.2\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:35:\"redux-framework/redux-framework.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:29:\"w.org/plugins/redux-framework\";s:4:\"slug\";s:15:\"redux-framework\";s:6:\"plugin\";s:35:\"redux-framework/redux-framework.php\";s:11:\"new_version\";s:6:\"4.1.23\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/redux-framework/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/redux-framework.4.1.23.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:68:\"https://ps.w.org/redux-framework/assets/icon-256x256.png?rev=2352112\";s:2:\"1x\";s:59:\"https://ps.w.org/redux-framework/assets/icon.svg?rev=995554\";s:3:\"svg\";s:59:\"https://ps.w.org/redux-framework/assets/icon.svg?rev=995554\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/redux-framework/assets/banner-1544x500.png?rev=2352114\";s:2:\"1x\";s:70:\"https://ps.w.org/redux-framework/assets/banner-772x250.png?rev=2352114\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.5.3\";s:12:\"requires_php\";s:3:\"5.3\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:46:\"two-factor-authentication/two-factor-login.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:39:\"w.org/plugins/two-factor-authentication\";s:4:\"slug\";s:25:\"two-factor-authentication\";s:6:\"plugin\";s:46:\"two-factor-authentication/two-factor-login.php\";s:11:\"new_version\";s:5:\"1.8.6\";s:3:\"url\";s:56:\"https://wordpress.org/plugins/two-factor-authentication/\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/plugin/two-factor-authentication.1.8.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/two-factor-authentication/assets/icon-256x256.png?rev=1116775\";s:2:\"1x\";s:78:\"https://ps.w.org/two-factor-authentication/assets/icon-128x128.png?rev=1116775\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:81:\"https://ps.w.org/two-factor-authentication/assets/banner-1544x500.png?rev=1614479\";s:2:\"1x\";s:80:\"https://ps.w.org/two-factor-authentication/assets/banner-772x250.png?rev=1614479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.6\";s:12:\"requires_php\";s:3:\"5.3\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:34:\"updraftcentral/site-management.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/updraftcentral\";s:4:\"slug\";s:14:\"updraftcentral\";s:6:\"plugin\";s:34:\"updraftcentral/site-management.php\";s:11:\"new_version\";s:6:\"0.8.14\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/updraftcentral/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/updraftcentral.0.8.14.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/updraftcentral/assets/icon-256x256.png?rev=1382942\";s:2:\"1x\";s:67:\"https://ps.w.org/updraftcentral/assets/icon-128x128.png?rev=1382942\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/updraftcentral/assets/banner-1544x500.png?rev=1686198\";s:2:\"1x\";s:69:\"https://ps.w.org/updraftcentral/assets/banner-772x250.png?rev=1686198\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.6\";s:12:\"requires_php\";s:3:\"5.3\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"wp-optimize/wp-optimize.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:25:\"w.org/plugins/wp-optimize\";s:4:\"slug\";s:11:\"wp-optimize\";s:6:\"plugin\";s:27:\"wp-optimize/wp-optimize.php\";s:11:\"new_version\";s:5:\"3.1.4\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/wp-optimize/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/wp-optimize.3.1.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/wp-optimize/assets/icon-256x256.png?rev=1552899\";s:2:\"1x\";s:64:\"https://ps.w.org/wp-optimize/assets/icon-128x128.png?rev=1552899\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/wp-optimize/assets/banner-1544x500.png?rev=2125385\";s:2:\"1x\";s:66:\"https://ps.w.org/wp-optimize/assets/banner-772x250.png?rev=2125385\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.6\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:29:\"wp-mail-smtp/wp_mail_smtp.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:26:\"w.org/plugins/wp-mail-smtp\";s:4:\"slug\";s:12:\"wp-mail-smtp\";s:6:\"plugin\";s:29:\"wp-mail-smtp/wp_mail_smtp.php\";s:11:\"new_version\";s:5:\"2.5.1\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/wp-mail-smtp/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wp-mail-smtp.2.5.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/wp-mail-smtp/assets/icon-256x256.png?rev=1755440\";s:2:\"1x\";s:65:\"https://ps.w.org/wp-mail-smtp/assets/icon-128x128.png?rev=1755440\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/wp-mail-smtp/assets/banner-1544x500.png?rev=2120094\";s:2:\"1x\";s:67:\"https://ps.w.org/wp-mail-smtp/assets/banner-772x250.png?rev=2120094\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.5.3\";s:12:\"requires_php\";s:3:\"5.5\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:34:\"advanced-custom-fields-pro/acf.php\";O:8:\"stdClass\":8:{s:4:\"slug\";s:26:\"advanced-custom-fields-pro\";s:6:\"plugin\";s:34:\"advanced-custom-fields-pro/acf.php\";s:11:\"new_version\";s:5:\"5.9.3\";s:3:\"url\";s:36:\"https://www.advancedcustomfields.com\";s:6:\"tested\";s:5:\"5.5.3\";s:7:\"package\";s:0:\"\";s:5:\"icons\";a:1:{s:7:\"default\";s:63:\"https://ps.w.org/advanced-custom-fields/assets/icon-256x256.png\";}s:7:\"banners\";a:2:{s:3:\"low\";s:77:\"https://ps.w.org/advanced-custom-fields/assets/banner-772x250.jpg?rev=1729102\";s:4:\"high\";s:78:\"https://ps.w.org/advanced-custom-fields/assets/banner-1544x500.jpg?rev=1729099\";}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:5:{s:9:\"hello.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}}s:48:\"php-compatibility-checker/wpengine-phpcompat.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:39:\"w.org/plugins/php-compatibility-checker\";s:4:\"slug\";s:25:\"php-compatibility-checker\";s:6:\"plugin\";s:48:\"php-compatibility-checker/wpengine-phpcompat.php\";s:11:\"new_version\";s:5:\"1.5.0\";s:3:\"url\";s:56:\"https://wordpress.org/plugins/php-compatibility-checker/\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/plugin/php-compatibility-checker.1.5.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/php-compatibility-checker/assets/icon-256x256.png?rev=1446087\";s:2:\"1x\";s:78:\"https://ps.w.org/php-compatibility-checker/assets/icon-128x128.png?rev=1446087\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:81:\"https://ps.w.org/php-compatibility-checker/assets/banner-1544x500.png?rev=1446087\";s:2:\"1x\";s:80:\"https://ps.w.org/php-compatibility-checker/assets/banner-772x250.png?rev=1446087\";}s:11:\"banners_rtl\";a:0:{}}s:41:\"post-type-switcher/post-type-switcher.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:32:\"w.org/plugins/post-type-switcher\";s:4:\"slug\";s:18:\"post-type-switcher\";s:6:\"plugin\";s:41:\"post-type-switcher/post-type-switcher.php\";s:11:\"new_version\";s:5:\"3.2.0\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/post-type-switcher/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/post-type-switcher.3.2.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/post-type-switcher/assets/icon-256x256.jpg?rev=1823578\";s:2:\"1x\";s:71:\"https://ps.w.org/post-type-switcher/assets/icon-128x128.jpg?rev=1823578\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/post-type-switcher/assets/banner-1544x500.jpg?rev=1823571\";s:2:\"1x\";s:73:\"https://ps.w.org/post-type-switcher/assets/banner-772x250.jpg?rev=1823571\";}s:11:\"banners_rtl\";a:0:{}}s:25:\"sucuri-scanner/sucuri.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/sucuri-scanner\";s:4:\"slug\";s:14:\"sucuri-scanner\";s:6:\"plugin\";s:25:\"sucuri-scanner/sucuri.php\";s:11:\"new_version\";s:6:\"1.8.24\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/sucuri-scanner/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/sucuri-scanner.1.8.24.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/sucuri-scanner/assets/icon-256x256.png?rev=1235419\";s:2:\"1x\";s:67:\"https://ps.w.org/sucuri-scanner/assets/icon-128x128.png?rev=1235419\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/sucuri-scanner/assets/banner-772x250.png?rev=1235419\";}s:11:\"banners_rtl\";a:0:{}}s:27:\"updraftplus/updraftplus.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/updraftplus\";s:4:\"slug\";s:11:\"updraftplus\";s:6:\"plugin\";s:27:\"updraftplus/updraftplus.php\";s:11:\"new_version\";s:7:\"1.16.41\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/updraftplus/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/updraftplus.1.16.41.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/updraftplus/assets/icon-256x256.jpg?rev=1686200\";s:2:\"1x\";s:64:\"https://ps.w.org/updraftplus/assets/icon-128x128.jpg?rev=1686200\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/updraftplus/assets/banner-1544x500.png?rev=1686200\";s:2:\"1x\";s:66:\"https://ps.w.org/updraftplus/assets/banner-772x250.png?rev=1686200\";}s:11:\"banners_rtl\";a:0:{}}}}','no'),(6107,'updraft_combine_jobs_around','1606780471','yes'),(6117,'_transient_doing_cron','1615451624.8447771072387695312500','yes'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=5588 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (2,3,'_wp_page_template','default'),(3,5,'_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\"]'),(4,5,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:33:\"ARSC Development \"[your-subject]\"\";s:6:\"sender\";s:42:\"ARSC Development <wordpress@taskgrids.com>\";s:9:\"recipient\";s:18:\"fjamora@xcntia.com\";s:4:\"body\";s:197:\"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 ARSC Development (https://192.168.1.101:8081/XCNTia/ARSC_Dev)\";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;}'),(5,5,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:33:\"ARSC Development \"[your-subject]\"\";s:6:\"sender\";s:42:\"ARSC Development <wordpress@192.168.1.101>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:139:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on ARSC Development (https://192.168.1.101:8081/XCNTia/ARSC_Dev)\";s:18:\"additional_headers\";s:28:\"Reply-To: fjamora@xcntia.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(6,5,'_messages','a:22:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s: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: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.\";}'),(7,5,'_additional_settings',''),(8,5,'_locale','en_US'),(9,6,'_wp_attached_file','2018/03/blog-3-1.jpg'),(10,6,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:20:\"2018/03/blog-3-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"blog-3-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"blog-3-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"blog-3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"blog-3-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:19:\"blog-3-1-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(11,6,'wp-smush-lossy','1'),(12,6,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.1642770410994156549122635624371469020843505859375;s:5:\"bytes\";i:3935;s:11:\"size_before\";i:124357;s:10:\"size_after\";i:120422;s:4:\"time\";d:0.88000000000000000444089209850062616169452667236328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.19000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:490;s:11:\"size_before\";i:7919;s:10:\"size_after\";i:7429;s:4:\"time\";d:0.59999999999999997779553950749686919152736663818359375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:773;s:11:\"size_before\";i:15516;s:10:\"size_after\";i:14743;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.649999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:2672;s:11:\"size_before\";i:100922;s:10:\"size_after\";i:98250;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}}}'),(13,7,'_wp_attached_file','2018/03/blog-4-1.jpg'),(14,7,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:20:\"2018/03/blog-4-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"blog-4-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"blog-4-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"blog-4-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"blog-4-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:19:\"blog-4-1-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(15,7,'wp-smush-lossy','1'),(16,7,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.9454215688614180379545359755866229534149169921875;s:5:\"bytes\";i:6613;s:11:\"size_before\";i:167612;s:10:\"size_after\";i:160999;s:4:\"time\";d:0.25;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:414;s:11:\"size_before\";i:6986;s:10:\"size_after\";i:6572;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:788;s:11:\"size_before\";i:15591;s:10:\"size_after\";i:14803;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.729999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:5411;s:11:\"size_before\";i:145035;s:10:\"size_after\";i:139624;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}}}'),(17,8,'_wp_attached_file','2018/03/blog-5-1.jpg'),(18,8,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:20:\"2018/03/blog-5-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"blog-5-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"blog-5-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"blog-5-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"blog-5-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:19:\"blog-5-1-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(19,8,'wp-smush-lossy','1'),(20,8,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.8936084142394822293908873689360916614532470703125;s:5:\"bytes\";i:5005;s:11:\"size_before\";i:128544;s:10:\"size_after\";i:123539;s:4:\"time\";d:0.5100000000000000088817841970012523233890533447265625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.38999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:492;s:11:\"size_before\";i:7704;s:10:\"size_after\";i:7212;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.88999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:981;s:11:\"size_before\";i:16648;s:10:\"size_after\";i:15667;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.390000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:3532;s:11:\"size_before\";i:104192;s:10:\"size_after\";i:100660;s:4:\"time\";d:0.429999999999999993338661852249060757458209991455078125;}}}'),(21,9,'_wp_attached_file','2018/03/blog-6-1.jpg'),(22,9,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:20:\"2018/03/blog-6-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"blog-6-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"blog-6-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"blog-6-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"blog-6-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:19:\"blog-6-1-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(23,9,'wp-smush-lossy','1'),(24,9,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.68680501721968756356773155857808887958526611328125;s:5:\"bytes\";i:7376;s:11:\"size_before\";i:157378;s:10:\"size_after\";i:150002;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:367;s:11:\"size_before\";i:6392;s:10:\"size_after\";i:6025;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.86000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:874;s:11:\"size_before\";i:14917;s:10:\"size_after\";i:14043;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:6135;s:11:\"size_before\";i:136069;s:10:\"size_after\";i:129934;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}}}'),(25,10,'_wp_attached_file','2018/03/contractor-hero-image-1.jpg'),(26,10,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:35:\"2018/03/contractor-hero-image-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"contractor-hero-image-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"contractor-hero-image-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"contractor-hero-image-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"contractor-hero-image-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:34:\"contractor-hero-image-1-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(27,10,'wp-smush-lossy','1'),(28,10,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.78484421270913973245342276641167700290679931640625;s:5:\"bytes\";i:5074;s:11:\"size_before\";i:134061;s:10:\"size_after\";i:128987;s:4:\"time\";d:0.25;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:320;s:11:\"size_before\";i:6503;s:10:\"size_after\";i:6183;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.859999999999999875655021241982467472553253173828125;s:5:\"bytes\";i:558;s:11:\"size_before\";i:14467;s:10:\"size_after\";i:13909;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.70999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:4196;s:11:\"size_before\";i:113091;s:10:\"size_after\";i:108895;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}}}'),(29,11,'_wp_attached_file','2018/03/contractor-hero-image2-1.jpg'),(30,11,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:36:\"2018/03/contractor-hero-image2-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"contractor-hero-image2-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"contractor-hero-image2-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"contractor-hero-image2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"contractor-hero-image2-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:35:\"contractor-hero-image2-1-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(31,11,'wp-smush-lossy','1'),(32,11,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.3537161828235202420955829438753426074981689453125;s:5:\"bytes\";i:7488;s:11:\"size_before\";i:171991;s:10:\"size_after\";i:164503;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.78000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:597;s:11:\"size_before\";i:8808;s:10:\"size_after\";i:8211;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.70000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:1092;s:11:\"size_before\";i:19169;s:10:\"size_after\";i:18077;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.03000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:5799;s:11:\"size_before\";i:144014;s:10:\"size_after\";i:138215;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}}}'),(33,12,'_wp_attached_file','2018/03/contractor-hero-image3-1.jpg'),(34,12,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:36:\"2018/03/contractor-hero-image3-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"contractor-hero-image3-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"contractor-hero-image3-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"contractor-hero-image3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"contractor-hero-image3-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:35:\"contractor-hero-image3-1-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(35,12,'wp-smush-lossy','1'),(36,12,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.171004932245448326710857145371846854686737060546875;s:5:\"bytes\";i:2126;s:11:\"size_before\";i:97927;s:10:\"size_after\";i:95801;s:4:\"time\";d:0.63000000000000000444089209850062616169452667236328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:438;s:11:\"size_before\";i:7253;s:10:\"size_after\";i:6815;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.12000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:566;s:11:\"size_before\";i:13740;s:10:\"size_after\";i:13174;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.45999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1122;s:11:\"size_before\";i:76934;s:10:\"size_after\";i:75812;s:4:\"time\";d:0.5500000000000000444089209850062616169452667236328125;}}}'),(37,13,'_wp_attached_file','2018/03/h1-testimonials-1-1.png'),(38,13,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:107;s:6:\"height\";i:107;s:4:\"file\";s:31:\"2018/03/h1-testimonials-1-1.png\";s:5:\"sizes\";a:1:{s:14:\"gedung-related\";a:4:{s:4:\"file\";s:30:\"h1-testimonials-1-1-100x80.png\";s:5:\"width\";i:100;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:{}}}'),(39,13,'wp-smush-lossy','1'),(40,13,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.151223535881220783050338241082499735057353973388671875;s:5:\"bytes\";i:11;s:11:\"size_before\";i:7274;s:10:\"size_after\";i:7263;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"bytes\";i:11;s:11:\"size_before\";i:7274;s:10:\"size_after\";i:7263;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}}}'),(41,14,'_wp_attached_file','2018/03/h1-testimonials-2-1.png'),(42,14,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:107;s:6:\"height\";i:107;s:4:\"file\";s:31:\"2018/03/h1-testimonials-2-1.png\";s:5:\"sizes\";a:1:{s:14:\"gedung-related\";a:4:{s:4:\"file\";s:30:\"h1-testimonials-2-1-100x80.png\";s:5:\"width\";i:100;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:{}}}'),(43,14,'wp-smush-lossy','1'),(44,14,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7986;s:10:\"size_after\";i:7986;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7986;s:10:\"size_after\";i:7986;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),(45,15,'_wp_attached_file','2018/03/icon-1-1.png'),(46,15,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:173;s:6:\"height\";i:150;s:4:\"file\";s:20:\"2018/03/icon-1-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"icon-1-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:19:\"icon-1-1-100x80.png\";s:5:\"width\";i:100;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:{}}}'),(47,15,'wp-smush-lossy','1'),(48,15,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:22.208513263417643202046747319400310516357421875;s:5:\"bytes\";i:2160;s:11:\"size_before\";i:9726;s:10:\"size_after\";i:7566;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:42.35000000000000142108547152020037174224853515625;s:5:\"bytes\";i:2160;s:11:\"size_before\";i:5100;s:10:\"size_after\";i:2940;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4626;s:10:\"size_after\";i:4626;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(49,16,'_wp_attached_file','2018/03/icon-2-1.png'),(50,16,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:20:\"2018/03/icon-2-1.png\";s:5:\"sizes\";a:1:{s:14:\"gedung-related\";a:4:{s:4:\"file\";s:19:\"icon-2-1-100x80.png\";s:5:\"width\";i:100;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:{}}}'),(51,16,'wp-smush-lossy','1'),(52,16,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3624;s:10:\"size_after\";i:3624;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3624;s:10:\"size_after\";i:3624;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(53,17,'_wp_attached_file','2018/03/icon-3-1.png'),(54,17,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:178;s:6:\"height\";i:150;s:4:\"file\";s:20:\"2018/03/icon-3-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"icon-3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:19:\"icon-3-1-100x80.png\";s:5:\"width\";i:100;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:{}}}'),(55,17,'wp-smush-lossy','1'),(56,17,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:25.653531018337883295998835819773375988006591796875;s:5:\"bytes\";i:2630;s:11:\"size_before\";i:10252;s:10:\"size_after\";i:7622;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:45.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:2630;s:11:\"size_before\";i:5821;s:10:\"size_after\";i:3191;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4431;s:10:\"size_after\";i:4431;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}}}'),(57,18,'_wp_attached_file','2018/03/image-port-1-1.jpg'),(58,18,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2018/03/image-port-1-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"image-port-1-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"image-port-1-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"image-port-1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"image-port-1-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:25:\"image-port-1-1-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(59,18,'wp-smush-lossy','1'),(60,18,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.90014573832918021167870392673648893833160400390625;s:5:\"bytes\";i:4148;s:11:\"size_before\";i:106355;s:10:\"size_after\";i:102207;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:273;s:11:\"size_before\";i:5863;s:10:\"size_after\";i:5590;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.819999999999999840127884453977458178997039794921875;s:5:\"bytes\";i:453;s:11:\"size_before\";i:11844;s:10:\"size_after\";i:11391;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.859999999999999875655021241982467472553253173828125;s:5:\"bytes\";i:3422;s:11:\"size_before\";i:88648;s:10:\"size_after\";i:85226;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}}}'),(61,19,'_wp_attached_file','2018/03/image-port-2-1.jpg'),(62,19,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2018/03/image-port-2-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"image-port-2-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"image-port-2-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"image-port-2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"image-port-2-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:25:\"image-port-2-1-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(63,19,'wp-smush-lossy','1'),(64,19,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.37297107448383126637736495467834174633026123046875;s:5:\"bytes\";i:5378;s:11:\"size_before\";i:159444;s:10:\"size_after\";i:154066;s:4:\"time\";d:0.68000000000000004884981308350688777863979339599609375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.53000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:365;s:11:\"size_before\";i:6597;s:10:\"size_after\";i:6232;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:787;s:11:\"size_before\";i:14932;s:10:\"size_after\";i:14145;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.060000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:4226;s:11:\"size_before\";i:137915;s:10:\"size_after\";i:133689;s:4:\"time\";d:0.520000000000000017763568394002504646778106689453125;}}}'),(65,20,'_wp_attached_file','2018/03/image-port-3-1.jpg'),(66,20,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2018/03/image-port-3-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"image-port-3-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"image-port-3-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"image-port-3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"image-port-3-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:25:\"image-port-3-1-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(67,20,'wp-smush-lossy','1'),(68,20,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.18333939614405192486401574569754302501678466796875;s:5:\"bytes\";i:4715;s:11:\"size_before\";i:112709;s:10:\"size_after\";i:107994;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.36000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:237;s:11:\"size_before\";i:5434;s:10:\"size_after\";i:5197;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.689999999999999946709294817992486059665679931640625;s:5:\"bytes\";i:423;s:11:\"size_before\";i:11452;s:10:\"size_after\";i:11029;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:4055;s:11:\"size_before\";i:95823;s:10:\"size_after\";i:91768;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}}}'),(69,21,'_wp_attached_file','2018/03/image-port-4-1.jpg'),(70,21,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2018/03/image-port-4-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"image-port-4-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"image-port-4-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"image-port-4-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"image-port-4-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:25:\"image-port-4-1-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(71,21,'wp-smush-lossy','1'),(72,21,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.57286877974030137039562760037370026111602783203125;s:5:\"bytes\";i:3544;s:11:\"size_before\";i:99192;s:10:\"size_after\";i:95648;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:5;s:5:\"bytes\";i:275;s:11:\"size_before\";i:5495;s:10:\"size_after\";i:5220;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:505;s:11:\"size_before\";i:12174;s:10:\"size_after\";i:11669;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.390000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:2764;s:11:\"size_before\";i:81523;s:10:\"size_after\";i:78759;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}}}'),(73,22,'_wp_attached_file','2018/03/image-port-5-1.jpg'),(74,22,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2018/03/image-port-5-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"image-port-5-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"image-port-5-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"image-port-5-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"image-port-5-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:25:\"image-port-5-1-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(75,22,'wp-smush-lossy','1'),(76,22,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.926852559205500359240659236093051731586456298828125;s:5:\"bytes\";i:4291;s:11:\"size_before\";i:146608;s:10:\"size_after\";i:142317;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:370;s:11:\"size_before\";i:7390;s:10:\"size_after\";i:7020;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.54999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:725;s:11:\"size_before\";i:15951;s:10:\"size_after\";i:15226;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:3196;s:11:\"size_before\";i:123267;s:10:\"size_after\";i:120071;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}}}'),(77,23,'_wp_attached_file','2018/03/image-port-6-1.jpg'),(78,23,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2018/03/image-port-6-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"image-port-6-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"image-port-6-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"image-port-6-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"image-port-6-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:25:\"image-port-6-1-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(79,23,'wp-smush-lossy','1'),(80,23,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.28325555811849056908613420091569423675537109375;s:5:\"bytes\";i:7242;s:11:\"size_before\";i:169077;s:10:\"size_after\";i:161835;s:4:\"time\";d:0.64000000000000001332267629550187848508358001708984375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.78000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:355;s:11:\"size_before\";i:7434;s:10:\"size_after\";i:7079;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:824;s:11:\"size_before\";i:17002;s:10:\"size_after\";i:16178;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.19000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:6063;s:11:\"size_before\";i:144641;s:10:\"size_after\";i:138578;s:4:\"time\";d:0.58999999999999996891375531049561686813831329345703125;}}}'),(81,24,'_wp_attached_file','2018/03/image-port-7-1.jpg'),(82,24,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2018/03/image-port-7-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"image-port-7-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"image-port-7-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"image-port-7-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"image-port-7-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:25:\"image-port-7-1-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(83,24,'wp-smush-lossy','1'),(84,24,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.650838673530132805211678714840672910213470458984375;s:5:\"bytes\";i:2271;s:11:\"size_before\";i:85671;s:10:\"size_after\";i:83400;s:4:\"time\";d:0.44000000000000005773159728050814010202884674072265625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:249;s:11:\"size_before\";i:5250;s:10:\"size_after\";i:5001;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.87999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:302;s:11:\"size_before\";i:10475;s:10:\"size_after\";i:10173;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.45999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1720;s:11:\"size_before\";i:69946;s:10:\"size_after\";i:68226;s:4:\"time\";d:0.340000000000000024424906541753443889319896697998046875;}}}'),(85,25,'_wp_attached_file','2018/03/image-port-8-1.jpg'),(86,25,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2018/03/image-port-8-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"image-port-8-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"image-port-8-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"image-port-8-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"image-port-8-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:25:\"image-port-8-1-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(87,25,'wp-smush-lossy','1'),(88,25,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.923064825224113150170524022541940212249755859375;s:5:\"bytes\";i:6735;s:11:\"size_before\";i:171677;s:10:\"size_after\";i:164942;s:4:\"time\";d:0.429999999999999993338661852249060757458209991455078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:380;s:11:\"size_before\";i:7106;s:10:\"size_after\";i:6726;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.03000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:834;s:11:\"size_before\";i:16580;s:10:\"size_after\";i:15746;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.729999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:5521;s:11:\"size_before\";i:147991;s:10:\"size_after\";i:142470;s:4:\"time\";d:0.25;}}}'),(89,26,'_wp_attached_file','2018/03/image-port-9-1.jpg'),(90,26,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2018/03/image-port-9-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"image-port-9-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"image-port-9-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"image-port-9-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"image-port-9-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:25:\"image-port-9-1-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(91,26,'wp-smush-lossy','1'),(92,26,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.99602187966185962153531363583169877529144287109375;s:5:\"bytes\";i:3856;s:11:\"size_before\";i:128704;s:10:\"size_after\";i:124848;s:4:\"time\";d:0.32999999999999996003197111349436454474925994873046875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:414;s:11:\"size_before\";i:7176;s:10:\"size_after\";i:6762;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:791;s:11:\"size_before\";i:15577;s:10:\"size_after\";i:14786;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5;s:5:\"bytes\";i:2651;s:11:\"size_before\";i:105951;s:10:\"size_after\";i:103300;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}}}'),(93,27,'_wp_attached_file','2018/03/image-port-10-1.jpg'),(94,27,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2018/03/image-port-10-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"image-port-10-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"image-port-10-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"image-port-10-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"image-port-10-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:26:\"image-port-10-1-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(95,27,'wp-smush-lossy','1'),(96,27,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.951226489308445888326559725101105868816375732421875;s:5:\"bytes\";i:5525;s:11:\"size_before\";i:139830;s:10:\"size_after\";i:134305;s:4:\"time\";d:0.429999999999999993338661852249060757458209991455078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.75;s:5:\"bytes\";i:404;s:11:\"size_before\";i:7024;s:10:\"size_after\";i:6620;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:749;s:11:\"size_before\";i:15047;s:10:\"size_after\";i:14298;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.70999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:4372;s:11:\"size_before\";i:117759;s:10:\"size_after\";i:113387;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}}}'),(97,28,'_wp_attached_file','2018/03/image-port-11-1.jpg'),(98,28,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2018/03/image-port-11-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"image-port-11-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"image-port-11-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"image-port-11-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"image-port-11-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:26:\"image-port-11-1-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(99,28,'wp-smush-lossy','1'),(100,28,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.94919196865817756503247437649406492710113525390625;s:5:\"bytes\";i:9702;s:11:\"size_before\";i:196032;s:10:\"size_after\";i:186330;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:411;s:11:\"size_before\";i:7254;s:10:\"size_after\";i:6843;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.62000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:976;s:11:\"size_before\";i:17371;s:10:\"size_after\";i:16395;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:8315;s:11:\"size_before\";i:171407;s:10:\"size_after\";i:163092;s:4:\"time\";d:0.25;}}}'),(101,28,'mcc_copied','1'),(102,29,'_wp_attached_file','2018/03/image-port-12-1.jpg'),(103,29,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2018/03/image-port-12-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"image-port-12-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"image-port-12-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"image-port-12-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"image-port-12-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:26:\"image-port-12-1-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(104,29,'wp-smush-lossy','1'),(105,29,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.66753212146885942956942017190158367156982421875;s:5:\"bytes\";i:19517;s:11:\"size_before\";i:292717;s:10:\"size_after\";i:273200;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.29999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:693;s:11:\"size_before\";i:9489;s:10:\"size_after\";i:8796;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.12999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:1741;s:11:\"size_before\";i:24404;s:10:\"size_after\";i:22663;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:17083;s:11:\"size_before\";i:258824;s:10:\"size_after\";i:241741;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}}}'),(106,30,'_wp_attached_file','2018/03/intro-contractor-1.png'),(107,30,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:911;s:6:\"height\";i:631;s:4:\"file\";s:30:\"2018/03/intro-contractor-1.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"intro-contractor-1-300x208.png\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"intro-contractor-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"intro-contractor-1-768x532.png\";s:5:\"width\";i:768;s:6:\"height\";i:532;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:29:\"intro-contractor-1-100x80.png\";s:5:\"width\";i:100;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:{}}}'),(108,30,'wp-smush-lossy','1'),(109,30,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:27.5934151302563606122930650599300861358642578125;s:5:\"bytes\";i:93061;s:11:\"size_before\";i:337258;s:10:\"size_after\";i:244197;s:4:\"time\";d:0.7399999999999999911182158029987476766109466552734375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:64.5100000000000051159076974727213382720947265625;s:5:\"bytes\";i:26050;s:11:\"size_before\";i:40384;s:10:\"size_after\";i:14334;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:67.4800000000000039790393202565610408782958984375;s:5:\"bytes\";i:67011;s:11:\"size_before\";i:99304;s:10:\"size_after\";i:32293;s:4:\"time\";d:0.25;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:197570;s:10:\"size_after\";i:197570;s:4:\"time\";d:0.440000000000000002220446049250313080847263336181640625;}}}'),(110,31,'_wp_attached_file','2018/03/partner-01-1.png'),(111,31,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:162;s:6:\"height\";i:41;s:4:\"file\";s:24:\"2018/03/partner-01-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"partner-01-1-150x41.png\";s:5:\"width\";i:150;s:6:\"height\";i:41;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:23:\"partner-01-1-100x41.png\";s:5:\"width\";i:100;s:6:\"height\";i:41;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:{}}}'),(112,31,'wp-smush-lossy','1'),(113,31,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:36.00104275286756916329977684654295444488525390625;s:5:\"bytes\";i:1381;s:11:\"size_before\";i:3836;s:10:\"size_after\";i:2455;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:53.24000000000000198951966012828052043914794921875;s:5:\"bytes\";i:1381;s:11:\"size_before\";i:2594;s:10:\"size_after\";i:1213;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1242;s:10:\"size_after\";i:1242;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(114,32,'_wp_attached_file','2018/03/partner-02-1.png'),(115,32,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:154;s:6:\"height\";i:37;s:4:\"file\";s:24:\"2018/03/partner-02-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"partner-02-1-150x37.png\";s:5:\"width\";i:150;s:6:\"height\";i:37;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:23:\"partner-02-1-100x37.png\";s:5:\"width\";i:100;s:6:\"height\";i:37;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:{}}}'),(116,32,'wp-smush-lossy','1'),(117,32,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:34.8765432098765444379750988446176052093505859375;s:5:\"bytes\";i:1356;s:11:\"size_before\";i:3888;s:10:\"size_after\";i:2532;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:51.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:1356;s:11:\"size_before\";i:2617;s:10:\"size_after\";i:1261;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1271;s:10:\"size_after\";i:1271;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(118,33,'_wp_attached_file','2018/03/partner-03-1.png'),(119,33,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:167;s:6:\"height\";i:39;s:4:\"file\";s:24:\"2018/03/partner-03-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"partner-03-1-150x39.png\";s:5:\"width\";i:150;s:6:\"height\";i:39;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:23:\"partner-03-1-100x39.png\";s:5:\"width\";i:100;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:{}}}'),(120,33,'wp-smush-lossy','1'),(121,33,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:34.33455433455433336575879366137087345123291015625;s:5:\"bytes\";i:1406;s:11:\"size_before\";i:4095;s:10:\"size_after\";i:2689;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:52;s:5:\"bytes\";i:1406;s:11:\"size_before\";i:2704;s:10:\"size_after\";i:1298;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1391;s:10:\"size_after\";i:1391;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(122,34,'_wp_attached_file','2018/03/partner-05-1.png'),(123,34,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:36;s:4:\"file\";s:24:\"2018/03/partner-05-1.png\";s:5:\"sizes\";a:1:{s:14:\"gedung-related\";a:4:{s:4:\"file\";s:23:\"partner-05-1-100x36.png\";s:5:\"width\";i:100;s:6:\"height\";i:36;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:{}}}'),(124,34,'wp-smush-lossy','1'),(125,34,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:34.07407407407407617938588373363018035888671875;s:5:\"bytes\";i:1104;s:11:\"size_before\";i:3240;s:10:\"size_after\";i:2136;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:50.8299999999999982946974341757595539093017578125;s:5:\"bytes\";i:1104;s:11:\"size_before\";i:2172;s:10:\"size_after\";i:1068;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1068;s:10:\"size_after\";i:1068;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}}}'),(126,35,'_wp_attached_file','2018/03/partner-07-1.png'),(127,35,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:167;s:6:\"height\";i:50;s:4:\"file\";s:24:\"2018/03/partner-07-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"partner-07-1-150x50.png\";s:5:\"width\";i:150;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:23:\"partner-07-1-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;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:{}}}'),(128,35,'wp-smush-lossy','1'),(129,35,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:34.63764760361194561255615553818643093109130859375;s:5:\"bytes\";i:1496;s:11:\"size_before\";i:4319;s:10:\"size_after\";i:2823;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:52.159999999999996589394868351519107818603515625;s:5:\"bytes\";i:1496;s:11:\"size_before\";i:2868;s:10:\"size_after\";i:1372;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1451;s:10:\"size_after\";i:1451;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(130,36,'_wp_attached_file','2018/03/partner-10-1.png'),(131,36,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:163;s:6:\"height\";i:45;s:4:\"file\";s:24:\"2018/03/partner-10-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"partner-10-1-150x45.png\";s:5:\"width\";i:150;s:6:\"height\";i:45;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:23:\"partner-10-1-100x45.png\";s:5:\"width\";i:100;s:6:\"height\";i:45;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:{}}}'),(132,36,'wp-smush-lossy','1'),(133,36,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:33.11506080449017730416017002426087856292724609375;s:5:\"bytes\";i:1062;s:11:\"size_before\";i:3207;s:10:\"size_after\";i:2145;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:50.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:1062;s:11:\"size_before\";i:2118;s:10:\"size_after\";i:1056;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1089;s:10:\"size_after\";i:1089;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(134,37,'_wp_attached_file','2018/03/team-1-1.jpg'),(135,37,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:484;s:6:\"height\";i:628;s:4:\"file\";s:20:\"2018/03/team-1-1.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"team-1-1-231x300.jpg\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"team-1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:19:\"team-1-1-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(136,37,'wp-smush-lossy','1'),(137,37,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.9017113571886155032331089387298561632633209228515625;s:5:\"bytes\";i:1039;s:11:\"size_before\";i:54635;s:10:\"size_after\";i:53596;s:4:\"time\";d:0.12000000000000000943689570931383059360086917877197265625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:332;s:11:\"size_before\";i:5676;s:10:\"size_after\";i:5344;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:633;s:11:\"size_before\";i:12291;s:10:\"size_after\";i:11658;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"bytes\";i:74;s:11:\"size_before\";i:36668;s:10:\"size_after\";i:36594;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}}}'),(138,38,'_wp_attached_file','2018/03/team-2s-1.jpg'),(139,38,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:484;s:6:\"height\";i:628;s:4:\"file\";s:21:\"2018/03/team-2s-1.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"team-2s-1-231x300.jpg\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"team-2s-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:20:\"team-2s-1-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(140,38,'wp-smush-lossy','1'),(141,38,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.41774635554330341591366959619335830211639404296875;s:5:\"bytes\";i:1491;s:11:\"size_before\";i:61669;s:10:\"size_after\";i:60178;s:4:\"time\";d:0.12000000000000000943689570931383059360086917877197265625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:445;s:11:\"size_before\";i:6059;s:10:\"size_after\";i:5614;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.20000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:986;s:11:\"size_before\";i:13691;s:10:\"size_after\";i:12705;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.14000000000000001332267629550187848508358001708984375;s:5:\"bytes\";i:60;s:11:\"size_before\";i:41919;s:10:\"size_after\";i:41859;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}}}'),(142,39,'_wp_attached_file','2018/03/team-3-1.jpg'),(143,39,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:484;s:6:\"height\";i:628;s:4:\"file\";s:20:\"2018/03/team-3-1.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"team-3-1-231x300.jpg\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"team-3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:19:\"team-3-1-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(144,39,'wp-smush-lossy','1'),(145,39,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.556554198528612431573492358438670635223388671875;s:5:\"bytes\";i:859;s:11:\"size_before\";i:55186;s:10:\"size_after\";i:54327;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.13999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:273;s:11:\"size_before\";i:5313;s:10:\"size_after\";i:5040;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.94000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:586;s:11:\"size_before\";i:11866;s:10:\"size_after\";i:11280;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:38007;s:10:\"size_after\";i:38007;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}}}'),(146,40,'_wp_attached_file','2018/03/team-4s-1.jpg'),(147,40,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:484;s:6:\"height\";i:628;s:4:\"file\";s:21:\"2018/03/team-4s-1.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"team-4s-1-231x300.jpg\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"team-4s-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:20:\"team-4s-1-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(148,40,'wp-smush-lossy','1'),(149,40,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.164201970681675302188295972882770001888275146484375;s:5:\"bytes\";i:1342;s:11:\"size_before\";i:62009;s:10:\"size_after\";i:60667;s:4:\"time\";d:0.12000000000000000943689570931383059360086917877197265625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.94000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:346;s:11:\"size_before\";i:5827;s:10:\"size_after\";i:5481;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5;s:5:\"bytes\";i:703;s:11:\"size_before\";i:12771;s:10:\"size_after\";i:12068;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.67000000000000003996802888650563545525074005126953125;s:5:\"bytes\";i:293;s:11:\"size_before\";i:43411;s:10:\"size_after\";i:43118;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}}}'),(150,41,'_wp_attached_file','2018/03/blog-1-1.jpg'),(151,41,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:20:\"2018/03/blog-1-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"blog-1-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"blog-1-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"blog-1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"blog-1-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:19:\"blog-1-1-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(152,41,'wp-smush-lossy','1'),(153,41,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.173480141796929832054274811525829136371612548828125;s:5:\"bytes\";i:4306;s:11:\"size_before\";i:135687;s:10:\"size_after\";i:131381;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:527;s:11:\"size_before\";i:7696;s:10:\"size_after\";i:7169;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5;s:5:\"bytes\";i:895;s:11:\"size_before\";i:16286;s:10:\"size_after\";i:15391;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2884;s:11:\"size_before\";i:111705;s:10:\"size_after\";i:108821;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}}}'),(154,41,'mcc_copied','1'),(155,42,'_wp_attached_file','2018/03/blog-2-1.jpg'),(156,42,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:20:\"2018/03/blog-2-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"blog-2-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"blog-2-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"blog-2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"blog-2-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:19:\"blog-2-1-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(157,42,'wp-smush-lossy','1'),(158,42,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.7938325674899484596380716538988053798675537109375;s:5:\"bytes\";i:3113;s:11:\"size_before\";i:111424;s:10:\"size_after\";i:108311;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:484;s:11:\"size_before\";i:7358;s:10:\"size_after\";i:6874;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:767;s:11:\"size_before\";i:15202;s:10:\"size_after\";i:14435;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.100000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:1862;s:11:\"size_before\";i:88864;s:10:\"size_after\";i:87002;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}}}'),(159,42,'mcc_copied','1'),(160,57,'_wp_attached_file','2018/03/gedung-logo2-60s-1.png'),(161,57,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:177;s:6:\"height\";i:60;s:4:\"file\";s:30:\"2018/03/gedung-logo2-60s-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"gedung-logo2-60s-1-150x60.png\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:29:\"gedung-logo2-60s-1-100x60.png\";s:5:\"width\";i:100;s:6:\"height\";i:60;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:{}}}'),(162,57,'wp-smush-lossy','1'),(163,57,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:55.77492596248766432154297945089638233184814453125;s:5:\"bytes\";i:4520;s:11:\"size_before\";i:8104;s:10:\"size_after\";i:3584;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.89999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1218;s:11:\"size_before\";i:2907;s:10:\"size_after\";i:1689;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:63.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:3302;s:11:\"size_before\";i:5197;s:10:\"size_after\";i:1895;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(164,58,'_wp_attached_file','2018/03/gedung-logo2-black-60-1.png'),(165,58,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:177;s:6:\"height\";i:60;s:4:\"file\";s:35:\"2018/03/gedung-logo2-black-60-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"gedung-logo2-black-60-1-150x60.png\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:34:\"gedung-logo2-black-60-1-100x60.png\";s:5:\"width\";i:100;s:6:\"height\";i:60;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:{}}}'),(166,58,'wp-smush-lossy','1'),(167,58,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:54.34976436122786935811745934188365936279296875;s:5:\"bytes\";i:4267;s:11:\"size_before\";i:7851;s:10:\"size_after\";i:3584;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.219999999999998863131622783839702606201171875;s:5:\"bytes\";i:1090;s:11:\"size_before\";i:2779;s:10:\"size_after\";i:1689;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:62.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:3177;s:11:\"size_before\";i:5072;s:10:\"size_after\";i:1895;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(168,250,'_wp_attached_file','2018/03/partner-10light-1.png'),(169,250,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:163;s:6:\"height\";i:45;s:4:\"file\";s:29:\"2018/03/partner-10light-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"partner-10light-1-150x45.png\";s:5:\"width\";i:150;s:6:\"height\";i:45;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:28:\"partner-10light-1-100x45.png\";s:5:\"width\";i:100;s:6:\"height\";i:45;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:{}}}'),(170,250,'wp-smush-lossy','1'),(171,250,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:58.7579311670832566960598342120647430419921875;s:5:\"bytes\";i:3056;s:11:\"size_before\";i:5201;s:10:\"size_after\";i:2145;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:44.64999999999999857891452847979962825775146484375;s:5:\"bytes\";i:852;s:11:\"size_before\";i:1908;s:10:\"size_after\";i:1056;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:66.93000000000000682121026329696178436279296875;s:5:\"bytes\";i:2204;s:11:\"size_before\";i:3293;s:10:\"size_after\";i:1089;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(342,190,'_wp_page_template','default'),(343,190,'force_crop','0'),(344,190,'_force_crop','field_5a0299cecd969'),(345,190,'item_per_row','2'),(346,190,'_item_per_row','field_5a03e9e95bfb9'),(347,190,'gallery_width','600'),(348,190,'_gallery_width','field_5a029b87414a2'),(349,190,'gallery_height','600'),(350,190,'_gallery_height','field_5a029bba414a3'),(351,190,'vertical_gap','10'),(352,190,'_vertical_gap','field_5a03e7f5f2828'),(353,190,'horizontal_gap','10'),(354,190,'_horizontal_gap','field_5a03e81bf2829'),(355,190,'gedung_gallery','a:4:{i:0;s:2:\"16\";i:1;s:2:\"27\";i:2;s:2:\"20\";i:3;s:2:\"18\";}'),(356,190,'_gedung_gallery','field_52ddeb8a1f132'),(357,190,'masonry_size_item','default'),(358,190,'_masonry_size_item','field_587f0532ec099'),(359,190,'portfolio_alternative_image',''),(360,190,'_portfolio_alternative_image','field_595ddf511b398'),(361,190,'portfolio_details_0_detail_name','Client Name'),(362,190,'_portfolio_details_0_detail_name','field_5948b43280eda'),(363,190,'portfolio_details_0_detail_text','Kyle Jhonson'),(364,190,'_portfolio_details_0_detail_text','field_5948b43b80edb'),(365,190,'portfolio_details_1_detail_name','Date'),(366,190,'_portfolio_details_1_detail_name','field_5948b43280eda'),(367,190,'portfolio_details_1_detail_text','June, 2015'),(368,190,'_portfolio_details_1_detail_text','field_5948b43b80edb'),(369,190,'portfolio_details_2_detail_name','Category'),(370,190,'_portfolio_details_2_detail_name','field_5948b43280eda'),(371,190,'portfolio_details_2_detail_text',''),(372,190,'_portfolio_details_2_detail_text','field_5948b43b80edb'),(373,190,'portfolio_details','3'),(374,190,'_portfolio_details','field_5948b3e180ed9'),(375,190,'_thumbnail_id','376'),(411,197,'_thumbnail_id','1000'),(412,197,'_wp_page_template','default'),(413,197,'force_crop','0'),(414,197,'_force_crop','field_5a0299cecd969'),(415,197,'item_per_row','2'),(416,197,'_item_per_row','field_5a03e9e95bfb9'),(417,197,'gallery_width','600'),(418,197,'_gallery_width','field_5a029b87414a2'),(419,197,'gallery_height','600'),(420,197,'_gallery_height','field_5a029bba414a3'),(421,197,'vertical_gap','10'),(422,197,'_vertical_gap','field_5a03e7f5f2828'),(423,197,'horizontal_gap','10'),(424,197,'_horizontal_gap','field_5a03e81bf2829'),(425,197,'gedung_gallery','a:4:{i:0;s:2:\"27\";i:1;s:2:\"26\";i:2;s:2:\"25\";i:3;s:2:\"24\";}'),(426,197,'_gedung_gallery','field_52ddeb8a1f132'),(427,197,'masonry_size_item','default'),(428,197,'_masonry_size_item','field_587f0532ec099'),(429,197,'portfolio_alternative_image',''),(430,197,'_portfolio_alternative_image','field_595ddf511b398'),(431,197,'portfolio_details_0_detail_name','Client Name'),(432,197,'_portfolio_details_0_detail_name','field_5948b43280eda'),(433,197,'portfolio_details_0_detail_text','Patrick Richadson'),(434,197,'_portfolio_details_0_detail_text','field_5948b43b80edb'),(435,197,'portfolio_details_1_detail_name','Date'),(436,197,'_portfolio_details_1_detail_name','field_5948b43280eda'),(437,197,'portfolio_details_1_detail_text','October, 2014'),(438,197,'_portfolio_details_1_detail_text','field_5948b43b80edb'),(439,197,'portfolio_details_2_detail_name','Category'),(440,197,'_portfolio_details_2_detail_name','field_5948b43280eda'),(441,197,'portfolio_details_2_detail_text','Interior Design'),(442,197,'_portfolio_details_2_detail_text','field_5948b43b80edb'),(443,197,'portfolio_details','3'),(444,197,'_portfolio_details','field_5948b3e180ed9'),(479,203,'_thumbnail_id','1003'),(480,203,'_wp_page_template','default'),(481,203,'force_crop','0'),(482,203,'_force_crop','field_5a0299cecd969'),(483,203,'item_per_row','2'),(484,203,'_item_per_row','field_5a03e9e95bfb9'),(485,203,'gallery_width','600'),(486,203,'_gallery_width','field_5a029b87414a2'),(487,203,'gallery_height','600'),(488,203,'_gallery_height','field_5a029bba414a3'),(489,203,'vertical_gap','10'),(490,203,'_vertical_gap','field_5a03e7f5f2828'),(491,203,'horizontal_gap','10'),(492,203,'_horizontal_gap','field_5a03e81bf2829'),(493,203,'gedung_gallery','a:4:{i:0;s:2:\"22\";i:1;s:2:\"23\";i:2;s:2:\"24\";i:3;s:2:\"25\";}'),(494,203,'_gedung_gallery','field_52ddeb8a1f132'),(495,203,'masonry_size_item','default'),(496,203,'_masonry_size_item','field_587f0532ec099'),(497,203,'portfolio_alternative_image',''),(498,203,'_portfolio_alternative_image','field_595ddf511b398'),(499,203,'portfolio_details_0_detail_name','Client Name'),(500,203,'_portfolio_details_0_detail_name','field_5948b43280eda'),(501,203,'portfolio_details_0_detail_text','Genny Ruster'),(502,203,'_portfolio_details_0_detail_text','field_5948b43b80edb'),(503,203,'portfolio_details_1_detail_name','Date'),(504,203,'_portfolio_details_1_detail_name','field_5948b43280eda'),(505,203,'portfolio_details_1_detail_text','May, 2015'),(506,203,'_portfolio_details_1_detail_text','field_5948b43b80edb'),(507,203,'portfolio_details_2_detail_name','Category'),(508,203,'_portfolio_details_2_detail_name','field_5948b43280eda'),(509,203,'portfolio_details_2_detail_text','Commercial'),(510,203,'_portfolio_details_2_detail_text','field_5948b43b80edb'),(511,203,'portfolio_details','3'),(512,203,'_portfolio_details','field_5948b3e180ed9'),(513,205,'_thumbnail_id','387'),(514,205,'_wp_page_template','default'),(515,205,'force_crop','0'),(516,205,'_force_crop','field_5a0299cecd969'),(517,205,'item_per_row','2'),(518,205,'_item_per_row','field_5a03e9e95bfb9'),(519,205,'gallery_width','600'),(520,205,'_gallery_width','field_5a029b87414a2'),(521,205,'gallery_height','600'),(522,205,'_gallery_height','field_5a029bba414a3'),(523,205,'vertical_gap','10'),(524,205,'_vertical_gap','field_5a03e7f5f2828'),(525,205,'horizontal_gap','10'),(526,205,'_horizontal_gap','field_5a03e81bf2829'),(527,205,'gedung_gallery','a:4:{i:0;s:2:\"16\";i:1;s:2:\"23\";i:2;s:2:\"22\";i:3;s:2:\"24\";}'),(528,205,'_gedung_gallery','field_52ddeb8a1f132'),(529,205,'masonry_size_item','default'),(530,205,'_masonry_size_item','field_587f0532ec099'),(531,205,'portfolio_alternative_image',''),(532,205,'_portfolio_alternative_image','field_595ddf511b398'),(533,205,'portfolio_details_0_detail_name','Client Name'),(534,205,'_portfolio_details_0_detail_name','field_5948b43280eda'),(535,205,'portfolio_details_0_detail_text','Hafiz Kalm'),(536,205,'_portfolio_details_0_detail_text','field_5948b43b80edb'),(537,205,'portfolio_details_1_detail_name','Date'),(538,205,'_portfolio_details_1_detail_name','field_5948b43280eda'),(539,205,'portfolio_details_1_detail_text','April, 2015'),(540,205,'_portfolio_details_1_detail_text','field_5948b43b80edb'),(541,205,'portfolio_details_2_detail_name','Category'),(542,205,'_portfolio_details_2_detail_name','field_5948b43280eda'),(543,205,'portfolio_details_2_detail_text','Interior Design'),(544,205,'_portfolio_details_2_detail_text','field_5948b43b80edb'),(545,205,'portfolio_details','3'),(546,205,'_portfolio_details','field_5948b3e180ed9'),(547,251,'_wp_attached_file','2018/03/partner-01light-1.png'),(548,251,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:162;s:6:\"height\";i:41;s:4:\"file\";s:29:\"2018/03/partner-01light-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"partner-01light-1-150x41.png\";s:5:\"width\";i:150;s:6:\"height\";i:41;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:28:\"partner-01light-1-100x41.png\";s:5:\"width\";i:100;s:6:\"height\";i:41;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:{}}}'),(549,251,'wp-smush-lossy','1'),(550,251,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:57.13287934346079310898858238942921161651611328125;s:5:\"bytes\";i:3272;s:11:\"size_before\";i:5727;s:10:\"size_after\";i:2455;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:45.64999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1019;s:11:\"size_before\";i:2232;s:10:\"size_after\";i:1213;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:64.4599999999999937472239253111183643341064453125;s:5:\"bytes\";i:2253;s:11:\"size_before\";i:3495;s:10:\"size_after\";i:1242;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}}}'),(551,252,'_wp_attached_file','2018/03/partner-02light-1.png'),(552,252,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:154;s:6:\"height\";i:37;s:4:\"file\";s:29:\"2018/03/partner-02light-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"partner-02light-1-150x37.png\";s:5:\"width\";i:150;s:6:\"height\";i:37;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:28:\"partner-02light-1-100x37.png\";s:5:\"width\";i:100;s:6:\"height\";i:37;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:{}}}'),(553,252,'wp-smush-lossy','1'),(554,252,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:55.80380520160586144129410968162119388580322265625;s:5:\"bytes\";i:3197;s:11:\"size_before\";i:5729;s:10:\"size_after\";i:2532;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:47.63000000000000255795384873636066913604736328125;s:5:\"bytes\";i:1147;s:11:\"size_before\";i:2408;s:10:\"size_after\";i:1261;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:61.72999999999999687361196265555918216705322265625;s:5:\"bytes\";i:2050;s:11:\"size_before\";i:3321;s:10:\"size_after\";i:1271;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(555,253,'_wp_attached_file','2018/03/partner-03light-1.png'),(556,253,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:167;s:6:\"height\";i:39;s:4:\"file\";s:29:\"2018/03/partner-03light-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"partner-03light-1-150x39.png\";s:5:\"width\";i:150;s:6:\"height\";i:39;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:28:\"partner-03light-1-100x39.png\";s:5:\"width\";i:100;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:{}}}'),(557,253,'wp-smush-lossy','1'),(558,253,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:56.69887278582931600112715386785566806793212890625;s:5:\"bytes\";i:3521;s:11:\"size_before\";i:6210;s:10:\"size_after\";i:2689;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:47.13000000000000255795384873636066913604736328125;s:5:\"bytes\";i:1157;s:11:\"size_before\";i:2455;s:10:\"size_after\";i:1298;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:62.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:2364;s:11:\"size_before\";i:3755;s:10:\"size_after\";i:1391;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}}}'),(559,254,'_wp_attached_file','2018/03/partner-05light-1.png'),(560,254,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:36;s:4:\"file\";s:29:\"2018/03/partner-05light-1.png\";s:5:\"sizes\";a:1:{s:14:\"gedung-related\";a:4:{s:4:\"file\";s:28:\"partner-05light-1-100x36.png\";s:5:\"width\";i:100;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(561,254,'wp-smush-lossy','1'),(562,254,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:58.346333853354138909708126448094844818115234375;s:5:\"bytes\";i:2992;s:11:\"size_before\";i:5128;s:10:\"size_after\";i:2136;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:47.469999999999998863131622783839702606201171875;s:5:\"bytes\";i:965;s:11:\"size_before\";i:2033;s:10:\"size_after\";i:1068;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:65.4899999999999948840923025272786617279052734375;s:5:\"bytes\";i:2027;s:11:\"size_before\";i:3095;s:10:\"size_after\";i:1068;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(563,255,'_wp_attached_file','2018/03/partner-07light-1.png'),(564,255,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:167;s:6:\"height\";i:50;s:4:\"file\";s:29:\"2018/03/partner-07light-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"partner-07light-1-150x50.png\";s:5:\"width\";i:150;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:28:\"partner-07light-1-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(565,255,'wp-smush-lossy','1'),(566,255,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:55.1762464274372774752919212915003299713134765625;s:5:\"bytes\";i:3475;s:11:\"size_before\";i:6298;s:10:\"size_after\";i:2823;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:43.77000000000000312638803734444081783294677734375;s:5:\"bytes\";i:1068;s:11:\"size_before\";i:2440;s:10:\"size_after\";i:1372;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:62.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:2407;s:11:\"size_before\";i:3858;s:10:\"size_after\";i:1451;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(567,286,'_elementor_template_type','page'),(568,286,'_elementor_edit_mode','builder'),(569,286,'_elementor_data','[{\"id\":\"787d5c6b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"20\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"id\":9,\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/contractor-hero-image2.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color_b\":\"#2d2d2d\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":100},\"custom_height\":{\"unit\":\"px\",\"size\":\"663\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"height\":\"full\",\"background_video_fallback\":{\"id\":79,\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/bg-fallback.jpg\"},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"21feba2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5af5fe4\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"SUPERIOR QUALITY\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Raleway\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_title_font_weight\":\"500\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":12},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_2\":\"#ffffff\",\"title_margin_bottom\":-10,\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":10}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c2b71c4\",\"elType\":\"widget\",\"settings\":{\"the_title\":\"FROM CONCEPT TO CREATION\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":105},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":100},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_1\":\"#ffffff\",\"choose_style\":\"2\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":85},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":90},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"81cb3fc\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut suscipit odio ante, id dapibus elit condimentum vitae.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_block_line_height\":{\"unit\":\"px\",\"size\":28},\"color_text_block\":\"#ffffff\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"0\",\"left\":\"250\",\"isLinked\":false},\"text_block_align_mobile\":\"left\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"586b5444\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Projects\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.2)\",\"hover_animation\":\"sink\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#projects\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeInUp\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e1426a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"9414b9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bad6cf\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Sustainable System\",\"description_text\":\"Lorem ipsum gravida nibh vel velit auctor aliqunean sollicitudinlor quisbibendum auci elit consequat ipsutis sem nibh id elitsed vulputate.\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":13,\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/icon-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"154f0f93\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c2e578e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Honest Service\",\"description_text\":\"Lorem ipsum gravida nibh vel velit auctor aliqunean sollicitudinlor quisbibendum auci elit consequat ipsutis sem nibh id elitsed vulputate.\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":15,\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/icon-3.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":19},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4a35cdf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bfab3bb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Remodeling Experts\",\"description_text\":\"Lorem ipsum gravida nibh vel velit auctor aliqunean sollicitudinlor quisbibendum auci elit consequat ipsutis sem nibh id elitsed vulputate.\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":14,\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/icon-2.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3334b860\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#eaeaea\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fb97c40\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.043,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57bdcd45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":28,\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/intro-contractor.png\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5b694d6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.957,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2161d8d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Our goal then and now is to provide quality on time projects.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":55},\"the_subtitle\":\"SINCE 1993\",\"typography_subtitle_typography\":\"custom\",\"typography_subtitle_font_family\":\"Lato\",\"typography_subtitle_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_subtitle_font_weight\":\"300\",\"typography_subtitle_text_transform\":\"uppercase\",\"typography_subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":34},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"23901ed0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#f7c51e\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c21342c\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>Welcome to Contractor, specializing in house renovation. We are committed to be the premier builder of our customers\\u2019 dreams and will always strive to exceed their expectations. Through integrity and professionalism, we craft enduring value and relationship.<\\/p>\",\"color_text_block\":\"#555555\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60cf4773\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1800},\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"_element_id\":\"projects\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7352b447\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"97cfb80\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"333b722f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2d4210f\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Latest Projects\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"4c49f11d\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#f7c51e\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"44430a8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut suscipit odio ante, id dapibus elit condimentum vitae.\\u00a0Maecenas eget orci vitae enim accumsan mollis.<\\/p>\",\"color_text_block\":\"#aaaaaa\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":26}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":true},{\"id\":\"43ef6c3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7d11f6a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL PROJECTS\",\"align\":\"right\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f7c51e\",\"border_color\":\"#ffffff\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#f7c51e\",\"_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/contractor1.zloob.com\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d246d91\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"width\":\"1200\",\"height\":\"800\",\"caption_vertical\":{\"unit\":\"%\",\"size\":\"\"},\"caption_horizontal\":{\"unit\":\"%\",\"size\":\"\"},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":15,\"use_padding\":\"use\",\"padding_size\":{\"unit\":\"px\",\"size\":15},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"title_hover_effect\":\"ih-fade-down\",\"title_margin_bottom\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_family\":\"Raleway\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"category_hover_effect\":\"ih-fade-up\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"filter_style1_color\":\"#ffffff\",\"filter_style1_hov_color\":\"#ffffff\",\"filter_style1_bord_hov_color\":\"#f7c51e\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":40},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_portfolio_title_line_height_mobile\":{\"unit\":\"px\",\"size\":24},\"title_margin_bottom_mobile\":5,\"typography_portfolio_category_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"filter_mobile_bord_bg_color\":\"#2b2b2b\",\"filter_mobile_bord_hov_color\":\"#2b2b2b\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f3e067f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/image-port-7.jpg\",\"id\":22},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#f2b100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ef29580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"788dae8b\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Once you\\u2019ve worked with them, when the next project comes around you just pick up the phone and call them without a second thought.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"We would have no hesitation recommending you to any further customers that you have that may require a reference to the quality of your workmanship.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"30\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#ffffff\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#ffffff\",\"choose_column\":\"1\",\"typhography_blockquote_color\":\"#ffffff\",\"navigation_dots_color\":\"#ffffff\",\"autoplay\":\"use\",\"autoplay_ms\":2000,\"auto_loop\":\"use\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"50e8eeb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4169d630\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"text\":\"Client Item #2\",\"_id\":\"dcc834e\",\"client_author\":\"Masator\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-02light.png\",\"id\":252},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Narosha\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-03light.png\",\"id\":253},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ce9a13f\"},{\"text\":\"Client Item #1\",\"_id\":\"bd866ad\",\"client_author\":\"Quare\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-01light.png\",\"id\":251},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Electrend.\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-07light.png\",\"id\":255},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d47a8ba\"},{\"client_author\":\"Qoloform\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-10light.png\",\"id\":250},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d05e2ee\"},{\"client_author\":\"BataStock\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-05light.png\",\"id\":254},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"fbd34bb\"}],\"mobile_choose_column\":\"mobile-column-3\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":30,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":9}},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46b4cfee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190},\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"763dcf8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"60111074\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6daf8247\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1f8fca5\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Latest News\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"5e67d616\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#f7c51e\",\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ddd3ef5\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut suscipit odio ante, id dapibus elit condimentum vitae.\\u00a0Maecenas eget orci vitae enim accumsan mollis.<\\/p>\",\"color_text_block\":\"#555555\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":26}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":true},{\"id\":\"24b615c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1dd27b4a\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL NEWS\",\"align\":\"right\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#000000\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#f7c51e\",\"border_color\":\"#000000\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#f7c51e\",\"_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/contractor1.zloob.com\\/journal\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ca5e674\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"4\",\"post_margin_bottom\":\"30\",\"width\":\"1200\",\"height\":\"450\",\"height_grid2\":\"400\",\"typography_post_title_typography\":\"custom\",\"typography_post_author_typography\":\"custom\",\"typography_post_date_typography\":\"custom\",\"read_more_text\":\"Read More\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"excerpt_word\":25,\"typography_post_title_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_post_title_line_height\":{\"unit\":\"px\",\"size\":32},\"horizontal_col_select_col2_tablet\":\"tablet-column-1\",\"padding_size_grid1_mobile\":{\"unit\":\"px\",\"size\":0},\"typography_post_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_post_title_line_height_mobile\":{\"unit\":\"px\",\"size\":28},\"padding_size_grid1_tablet\":{\"unit\":\"px\",\"size\":0},\"typography_post_excerpt_typography\":\"custom\",\"typography_post_excerpt_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_post_excerpt_line_height_mobile\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-post-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd675da\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7c51e\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"70618554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.043,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"700616c\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Do you looking for Architecture design expertise?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_tablet\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"419c7848\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.957,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1bc1cc0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"right\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"align_tablet\":\"center\",\"button_hover_border_color\":\"#ffffff\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/contractor1.zloob.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(570,286,'_elementor_version','0.4'),(571,293,'_elementor_template_type','page'),(572,293,'_elementor_edit_mode','builder'),(573,293,'_elementor_data','[{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"3ee2b42\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6b4a10\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/contractor-hero-image3.jpg\",\"id\":10}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d32eeb6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Always Strive For Better Work. Never Stop Learning.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"abb4b14\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"678b311\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>Duis vel erat quis justo vehicula vulputate sit amet nec nisi. Fusce a venenatis arcu, vel varius mi. Donec elit lacus, fringilla placerat aliquet sed, eleifend ac tortor. Morbi lectus mi, imperdiet a metus vel, consectetur blandit est.\\u00a0<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06c6c6b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"a0f11d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"95b7286\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"We Love Great Building And Awesome Interior.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"e9c41fe\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6ca4af8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>Duis vel erat quis justo vehicula vulputate sit amet nec nisi. Fusce a venenatis arcu, vel varius mi. Donec elit lacus, fringilla placerat aliquet sed, eleifend ac tortor. Morbi lectus mi, imperdiet a metus vel, consectetur blandit est.\\u00a0<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"633c948\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"3a62b97\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/blog-2.jpg\",\"id\":40},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Our Experts\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1dba5fa\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>Duis vel erat quis justo vehicula vulputate sit amet nec nisi. Fusce a venenatis arcu.<\\/p>\",\"text_block_align\":\"center\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"e3f2eb8\",\"elType\":\"widget\",\"settings\":{\"team_grid_style\":\"team_grid_style2\",\"team_item\":[{\"text\":\"Team Item #1\",\"_id\":\"e748d87\",\"team_name\":\"Valgus Anderson\",\"team_job\":\"Architect\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-3.jpg\",\"id\":37},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Team Item #2\",\"_id\":\"25c06dc\",\"team_name\":\"David Duncan\",\"team_job\":\"Project Engineer\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-4s.jpg\",\"id\":38},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Team Item #3\",\"_id\":\"522fa65\",\"team_name\":\"Russel Santos\",\"team_job\":\"Building Surveyor\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-1.jpg\",\"id\":35},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"team_name\":\"Edward Sanders\",\"team_job\":\"Project Engineer\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-2s.jpg\",\"id\":36},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"41b6739\"}],\"choose_column\":\"4\",\"team_inner_bg\":\"rgba(0,0,0,0.78)\",\"team_name_typography_typography\":\"custom\",\"team_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"team_job_typography_typography\":\"custom\",\"team_job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"team_job_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"gedung-team-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"What our Customer says?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"67cdb5f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p class=\\\"subtitle\\\">Don\'t take just our words. Hear what our Customers say.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"text_block_align\":\"center\",\"color_text_block\":\"#666666\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Once you\\u2019ve worked with them, when the next project comes around you just pick up the phone and call them without a second thought.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"We would have no hesitation recommending you to any further customers that you have that may require a reference to the quality of your workmanship.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"989fdd5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5cb631a\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"text\":\"Client Item #2\",\"_id\":\"dcc834e\",\"client_author\":\"Masator\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-02.png\",\"id\":30},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Narosha\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-03.png\",\"id\":31},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ce9a13f\"},{\"text\":\"Client Item #1\",\"_id\":\"bd866ad\",\"client_author\":\"Quare\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-01.png\",\"id\":29},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Electrend.\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-07.png\",\"id\":33},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d47a8ba\"},{\"client_author\":\"Qoloform\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-10.png\",\"id\":34},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d05e2ee\"},{\"client_author\":\"BataStock\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-05.png\",\"id\":32},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"fbd34bb\"}],\"mobile_choose_column\":\"mobile-column-3\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":50,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":8}},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f7c51e\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.711,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Do you looking for Architecture design expertise?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.289,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"right\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(574,293,'_elementor_version','0.4'),(575,325,'_elementor_template_type','page'),(576,325,'_elementor_edit_mode','builder'),(577,325,'_elementor_data','[{\"id\":\"a585672\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c266d44\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c11fa77\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Our Projects\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_margin_bottom\":\"\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"2b4508f\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":8},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":15},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"af38339\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.<\\/p>\",\"color_text_block\":\"#666666\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":22},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"3ff7e63\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"width\":\"1200\",\"height\":\"800\",\"caption_horizontal\":{\"unit\":\"%\",\"size\":52},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":10,\"use_padding\":\"use\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"choose_column\":\"3\",\"filter_align\":\"center\",\"margin_bottom_tablet\":10,\"padding_size_tablet\":{\"unit\":\"px\",\"size\":10},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"typography_portfolio_title_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_portfolio_title_line_height\":{\"unit\":\"px\",\"size\":30},\"title_margin_bottom\":10,\"title_margin_bottom_tablet\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"typography_portfolio_category_line_height\":{\"unit\":\"px\",\"size\":22},\"filter_padding_size_mobile\":{\"unit\":\"px\",\"size\":20},\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"portfolio_pagination_type\":\"portfolio_pagination_infinite\",\"load_style\":\"style-3\",\"load_style2_bg_hov_color\":\"#f7c51e\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3f0a453c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f7c51e\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6900af55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.711,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2433e0fb\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Do you looking for interior design expertise?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":35},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":31},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"4ef8c81b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.289,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6296e83\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"right\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(578,325,'_elementor_version','0.4'),(579,328,'_elementor_template_type','page'),(580,328,'_elementor_edit_mode','builder'),(581,328,'_elementor_data','[{\"id\":\"67f2cbaf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d5629c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7154645\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":480}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14ac8cfb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1100},\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"34b0aca4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"29\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ca165c\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Contact Us\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1280863b\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":8},\"gap\":{\"unit\":\"px\",\"size\":2},\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"206c533e\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>Lorem ipsum gravida nibh vel velit auctor aliqunean sollicitudinlor quisbibendum auci elit consequat ipsutis sem nibh id elitsed vulputate.<\\/p>\",\"color_text_block\":\"#666666\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"3956ca8\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"8581e54\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-twitter\",\"_id\":\"9fb26f6\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}},{\"social\":\"fa fa-google-plus\",\"_id\":\"4b29e29\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"}}],\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":15},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"cacf3f5\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-phone\",\"title_text\":\"Phone\",\"description_text\":\"+0028 55 67 67\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"2917819\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-envelope\",\"title_text\":\"Email\",\"description_text\":\"yourmail@yourdomain.com\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"e4ea813\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-map-marker\",\"title_text\":\"Address\",\"description_text\":\"Jl. Pirus No. 13, Cisaranten Kulon, Arcamanik, Bandung, Jawa Barat.\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"43858dc5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#aaaaaa\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0,0,0,0.5)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2648983c\",\"elType\":\"widget\",\"settings\":{\"form_select\":\"261\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-contact-form\"}],\"isInner\":false}],\"isInner\":false}]'),(582,328,'_elementor_version','0.4'),(584,329,'mcc_copied','1'),(585,329,'_wp_page_template','default'),(586,329,'_thumbnail_id','852'),(589,46,'_thumbnail_id','716'),(590,46,'mcc_copied','1'),(591,46,'_wp_page_template','default'),(593,48,'_thumbnail_id','392'),(594,48,'mcc_copied','1'),(595,48,'_wp_page_template','default'),(597,50,'_thumbnail_id','385'),(598,50,'_wp_page_template','default'),(601,52,'_wp_page_template','default'),(603,54,'_thumbnail_id','960'),(604,54,'_wp_page_template','default'),(605,61,'_wp_page_template','template/page-builder-template.php'),(606,61,'header_style_choice','alternative'),(607,61,'_header_style_choice','field_58c7b9d20beeb'),(609,61,'_elementor_data','[{\"id\":\"787d5c6b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"20\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"id\":944,\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/unnamed.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color_b\":\"#2d2d2d\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":100},\"custom_height\":{\"unit\":\"px\",\"size\":\"663\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"height\":\"full\",\"background_video_fallback\":{\"id\":79,\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/bg-fallback.jpg\"},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"21feba2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"home-banner-text\"},\"elements\":[{\"id\":\"5af5fe4\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"ARS CONTRACTING, INC.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_title_font_weight\":\"500\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":12},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_2\":\"#FFFFFF\",\"title_margin_bottom\":-10,\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":10},\"align_mobile\":\"left\",\"title_size\":\"h1\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c2b71c4\",\"elType\":\"widget\",\"settings\":{\"the_title\":\"Certified Riggers & Machinery Movers\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":80},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_1\":\"#ffffff\",\"choose_style\":\"2\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":65},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":70},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"81cb3fc\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<h2 style=\\\"color: white;\\\"><b>Moving America\\u2019s Businesses<\\/b><\\/h2>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_text_block_line_height\":{\"unit\":\"px\",\"size\":28},\"color_text_block\":\"#FDF8F8\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"text_block_align_mobile\":\"left\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_text_block_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"586b5444\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"hover_animation\":\"sink\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeInUp\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e1426a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"9414b9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bad6cf\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Services\",\"description_text\":\"Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":482,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/crane-48591-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255, 255, 255, 0)\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"154f0f93\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c2e578e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Exceptional Safety Rating\",\"description_text\":\"We have one of the best safety ratings in the industry & we are certified riggers\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":379,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/Safety-Rev-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":19},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4a35cdf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bfab3bb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Industries\",\"description_text\":\"We offer outstanding service to most industries including contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers\\/building owners, and more\\n\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":378,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/gears.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3334b860\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#eaeaea\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fb97c40\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.042999999999999,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57bdcd45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1004,\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/1-1.jpg\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"align\":\"left\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5b694d6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.957000000000001,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2161d8d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"For almost 30 years, ARS Contracting, Inc. has built a national reputation for rigging, machinery moving, hauling and lifting components that keep America\\u2019s businesses moving. We\\u2019re dedicated to solving problems for our clients by using innovation and technology to constantly move the industry forward. By doing so, this can result in lowering overall project costs for our customers.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":19},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":45},\"the_subtitle\":\"Since 1991\",\"typography_subtitle_typography\":\"custom\",\"typography_subtitle_font_family\":\"Lato\",\"typography_subtitle_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_subtitle_font_weight\":\"300\",\"typography_subtitle_text_transform\":\"uppercase\",\"typography_subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":34},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":30},\"title_size\":\"h6\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"23901ed0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60cf4773\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1800},\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"_element_id\":\"projects\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7352b447\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"97cfb80\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"333b722f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d4210f\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Services We Offer\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"4c49f11d\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"43ef6c3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"7d11f6a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL SERVICES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d246d91\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"9\",\"width\":\"585\",\"height\":\"390\",\"caption_vertical\":{\"unit\":\"%\",\"size\":50},\"caption_horizontal\":{\"unit\":\"%\",\"size\":50},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":15,\"use_padding\":\"use\",\"padding_size\":{\"unit\":\"px\",\"size\":15},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"title_hover_effect\":\"ih-fade-down\",\"title_margin_bottom\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_family\":\"Raleway\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"category_hover_effect\":\"ih-fade-up\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"filter_style1_color\":\"#ffffff\",\"filter_style1_hov_color\":\"#ffffff\",\"filter_style1_bord_hov_color\":\"#3315C6\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_portfolio_title_line_height_mobile\":{\"unit\":\"px\",\"size\":24},\"title_margin_bottom_mobile\":5,\"typography_portfolio_category_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"filter_mobile_bord_bg_color\":\"#2b2b2b\",\"filter_mobile_bord_hov_color\":\"#2b2b2b\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"filter_padding_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"filter_align\":\"center\",\"filter_style\":\"style-2\",\"filter_style2_color\":\"#FFFFFF\",\"filter_style2_hov_color\":\"#8AABCA\",\"filter_style2_border_hov_color\":\"#8AABCA\",\"category_hover_delay\":\"ih-delay-xs\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"orderby\":\"none\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f3e067f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image3.jpg\",\"id\":946},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#7A7A7A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ef29580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"788dae8b\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"testi_text\":\"\\u201cWe have worked with ARS for more than 30 years and have built a trusted relationship utilizing their services for large Data center projects, hoisting, and setting generators, electrical switchgear, storage of equipment and much more. Thank you, ARS team.\\u201d \",\"testi_author\":\"Dan\",\"testi_author_job\":\"\",\"testi_img\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"ae10888\"},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\u201cThe ARS Foreman, Kevin, knew exactly what he needed to do to bring in the (4) 1000# Electrical Switchgear sections\\u2026 while traversing some challenging terrain\\u2026Kevin\\u2019s professionalism and get\\u2010it\\u2010done [safely] attitude did, in fact, get the job done with extreme efficiency and not one issue.\\u201d\",\"testi_author\":\"Michael\",\"testi_author_job\":\"\",\"testi_img\":{\"url\":\"\",\"id\":\"\"}},{\"testi_text\":\"\\u201cThe Museum Project required the backend (Generator) to be removed and shipped to the repair shop. The detail that ARS Equipment Movers took to remove the backend from the job site and return it after the repairs were made was nothing short of exemplary. They were flawless in performing their duties. I will certainly use them again.\\u201d \",\"testi_author\":\"Vince\",\"testi_author_job\":\"\",\"testi_img\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"259f30a\"}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"30\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#ffffff\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#ffffff\",\"choose_column\":\"1\",\"typhography_blockquote_color\":\"#ffffff\",\"navigation_dots_color\":\"#ffffff\",\"autoplay\":\"use\",\"autoplay_ms\":2000,\"auto_loop\":\"use\",\"_css_classes\":\"home-testimonial\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"50e8eeb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"4169d630\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/1693-logo.jpg\",\"id\":570},\"_id\":\"373378a\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT.jpg\",\"id\":571},\"_id\":\"5b20e48\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IMPACTLogo.jpg\",\"id\":572},\"_id\":\"0da84d8\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra.jpg\",\"id\":573},\"_id\":\"cc18593\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574},\"_id\":\"306ecd3\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/Riggers.jpg\",\"id\":569},\"_id\":\"ab6cc54\"}],\"mobile_choose_column\":\"mobile-column-2\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":20,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":9},\"_css_classes\":\"client-logos\"},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46b4cfee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190},\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"763dcf8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"60111074\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6daf8247\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1f8fca5\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Industries We Serve\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"5e67d616\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ddd3ef5\",\"elType\":\"widget\",\"settings\":{\"color_text_block\":\"#555555\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":26}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":true},{\"id\":\"24b615c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1dd27b4a\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL INDUSTRIES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"rgba(243, 235, 235, 0.3)\",\"border_color\":\"#000000\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/industries\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8133960\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6238ce7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7de5ddc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[gedung_industries_home]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd640fa\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"12\",\"post_margin_bottom\":\"30\",\"horizontal_col_select_col2\":\"column-3\",\"width\":\"535\",\"height\":\"355\",\"height_grid2\":\"400\",\"use_category\":\"\",\"use_author\":\"\",\"use_date\":\"\",\"use_excerpt\":\"\",\"read_more_text\":\"Read More\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"typography_post_title_typography\":\"custom\",\"typography_post_title_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typhography_read_more_color_masonry\":\"#D7D7D7\",\"typhography_title_color\":\"#2B4D7B\",\"typhography_read_more_bg_color_masonry\":\"#FFFFFF\",\"read_more_title_hov_color\":\"#FFFFFF\",\"typhography_read_more_bg_hover_masonry\":\"#C7B4B4\",\"typography_post_read_more_typography\":\"custom\",\"_background_background\":\"classic\",\"_background_color\":\"#FEFEFE\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"gedung-post-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf3159\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c1572fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd675da\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"70618554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.68,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"700616c\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"419c7848\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1bc1cc0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"align_tablet\":\"center\",\"button_hover_border_color\":\"#ffffff\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(610,61,'_elementor_version','2.9.9'),(611,61,'_elementor_template_type','wp-page'),(612,63,'_wp_page_template','template/page-builder-template.php'),(613,63,'header_style_choice','default'),(614,63,'_header_style_choice','field_58c7b9d20beeb'),(615,63,'_elementor_edit_mode','builder'),(616,63,'_elementor_version','2.9.9'),(617,63,'_elementor_data','[{\"id\":\"7673b2a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40f6e83\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d01e9c6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3693055\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48.070999999999998,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3150906\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image43.png\",\"id\":838},\"align\":\"left\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"400\"},\"_css_classes\":\"history-cap\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"956a3d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":51.911999999999999,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e4ae49d\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"00531fa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"9a348ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a7203c\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise directs every situation.\\u00a0 We can quickly understand and<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"1d67695\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f25849d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image37.jpg\",\"id\":840},\"align\":\"left\",\"_css_classes\":\"history-cap\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7759086\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cbbb86\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9bac57a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"74b493a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f3d4169\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"20230aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.956,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9a3568b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/5.jpg\",\"id\":984},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0b5824c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.027000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ccf0ad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d0d1f44\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cbb1174\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1436938\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3ff4780\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9f893a1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"e0937c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":62.183,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b07afc2\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"9de3470\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":37.799999999999997,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46eae88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/Safety-OSHA-scaled.jpg\",\"id\":1070},\"align\":\"right\",\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"100\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"422c0c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"d806c09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6a680d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1df7366\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"503b817\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef81faf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"3973e79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f7691\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c952bb5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d06c5c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56d4482\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa0a24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"c73ea72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/7.jpg\",\"id\":986},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6d0a072\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4b2d053\",\"elType\":\"widget\",\"settings\":{\"title\":\"George \\u201cRed\\u201d Gilmartin \\u2010 President\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6370ba7\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>43\\u00a0years<\\/strong>\\u00a0<\\/li><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0have\\u00a0owned\\u00a0ARS\\u00a0Contracting,\\u00a0Inc\\u00a0for\\u00a030\\u00a0years\\u201d<\\/strong>\\u00a0<\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0move\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 equipment\\u00a0that\\u00a0is\\u00a0challenging.\\u00a0When\\u00a0I\\u00a0first\\u00a0got\\u00a0into\\u00a0this\\u00a0trade,\\u00a0I\\u00a0was\\u00a0able\\u00a0to\\u00a0see\\u00a0all\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 challenges\\u00a0that\\u00a0made\\u00a0me\\u00a0want\\u00a0to\\u00a0get\\u00a0to\\u00a0 work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cTo\\u00a0think!!\\u00a0Use\\u00a0common\\u00a0sense\\u00a0when\\u00a0approaching\\u00a0any\\u00a0job.\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cReading\\u00a0articles\\u00a0about\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0 business\\u00a0and\\u00a0continuing\\u00a0to\\u00a0educate\\u00a0myself\\u00a0on\\u00a0how\\u00a0to\\u00a0fit\\u00a0this\\u00a0industry\\u00a0into\\u00a0this\\u00a0world\\u00a0that\\u00a0keeps\\u00a0evolving\\u201d\\u00a0\\u00a0\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c054124\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e7b4ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"9195df9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/777.jpg\",\"id\":988},\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"300\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e5a3fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"16e9fac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ted Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc47661\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>25+\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>15\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cI\\u00a0really\\u00a0enjoy\\u00a0knowing\\u00a0that\\u00a0what\\u00a0we\\u00a0do\\u00a0matters.\\u00a0I\\u00a0have\\u00a0the opportunity\\u00a0to\\u00a0be\\u00a0involved\\u00a0in\\u00a0every\\u00a0industry\\/institution,\\u00a0so\\u00a0I\\u00a0am\\u00a0 able\\u00a0to\\u00a0see\\u00a0and\\u00a0be\\u00a0a\\u00a0part\\u00a0of\\u00a0a\\u00a0lot!\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0 business?\\u00a0 <strong>\\u201cLook.\\u00a0Listen.\\u00a0Learn.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cGoing\\u00a0out\\u00a0to\\u00a0eat\\u00a0and\\u00a0spending\\u00a0time\\u00a0with\\u00a0my\\u00a0loud\\u00a0family\\u201d\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8bd277e\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8a94d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"ab9ae3b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/77.jpg\",\"id\":987},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b929fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"0480362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeromy Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16ac035\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol>\\n \\t<li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>22 years full time\\u00a0\\u00a0<\\/strong><\\/li>\\n \\t<li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>8\\u00a0months<\\/strong><\\/li>\\n \\t<li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part? <strong>\\u201cThe\\u00a0nature\\u00a0of\\u00a0this business\\u00a0is\\u00a0exciting!!\\u00a0 Rarely\\u00a0are\\u00a0there\\u00a0two\\u00a0jobs\\u00a0that\\u00a0are\\u00a0the\\u00a0exact\\u00a0same.\\u00a0Figuring\\u00a0out\\u00a0the\\u00a0difficult\\u00a0jobs\\u00a0and\\u00a0then\\u00a0executing\\u00a0a\\u00a0plan\\u00a0perfectly\\u00a0with\\u00a0our\\u00a0team\\u00a0is\\u00a0what\\u00a0it\\u2019s\\u00a0all\\u00a0about.\\u201d<\\/strong><\\/li>\\n \\t<li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business<strong>?\\u00a0 \\u00a0 \\u201cDo\\u00a0your\\u00a0work\\u00a0100%.\\u00a0Nothing\\u00a0should\\u00a0be\\u00a0just\\u00a0good\\u00a0enough,\\u00a0complete\\u00a0it\\u00a0to\\u00a0the\\u00a0very\\u00a0best\\u00a0of\\u00a0your\\u00a0ability\\u00a0\\u00a0\\u00a0 and\\u00a0if\\u00a0it\\u00a0is\\u00a0still\\u00a0not\\u00a0perfect,ask\\u00a0for\\u00a0help\\u00a0to\\u00a0make\\u00a0it\\u00a0perfect.\\u00a0Take\\u00a0your\\u00a0time,\\u00a0jobs\\u00a0like\\u00a0these \\u00a0take\\u00a0 time.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li>\\n \\t<li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0was\\u00a0an\\u00a0MMA\\u00a0fighter\\u00a0for\\u00a0\\u00a0\\u00a0 many\\u00a0years.\\u00a0Currently\\u00a0looking\\u00a0for\\u00a0my\\u00a0next\\u00a0hobby.\\u201d<\\/strong><\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"543d250\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d050cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"bd14265\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/7777.jpg\",\"id\":989},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"46b103a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4fd3d56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Gibbons\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"921c1d3\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business<strong>?\\u00a0 \\u201cI\\u00a0have\\u00a0been\\u00a0in\\u00a0the\\u00a0construction\\u00a0industry\\u00a0for\\u00a0over\\u00a020\\u00a0years\\u00a0on\\u00a0both\\u00a0sides\\u00a0of\\u00a0the\\u00a0Atlantic\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>5\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0work\\u00a0with\\u00a0our\\u00a0rigging\\u00a0crews.\\u00a0The\\u00a0guys\\u00a0in\\u00a0the\\u00a0field\\u00a0 are\\u00a0full\\u00a0of\\u00a0knowledge\\u00a0and\\u00a0have\\u00a0precise\\u00a0accuracy\\u00a0when\\u00a0on\\u00a0the\\u00a0job.\\u00a0 It\\u2019s\\u00a0fun\\u00a0to\\u00a0see\\u00a0them\\u00a0put\\u00a0their\\u00a0skills\\u00a0to\\u00a0work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cListen\\u00a0to\\u00a0those\\u00a0who\\u00a0have\\u00a0experience\\u00a0with\\u00a0this\\u00a0kind\\u00a0of\\u00a0work.\\u201d\\u00a0\\u00a0 \\u00a0 <\\/strong><\\/li><li><p>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cFly\\u00a0fishing\\u201d\\u00a0\\u00a0<\\/strong><\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7005acd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"b0822e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17fc8fa\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"06d5df4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17a24f6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"14cbafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0b17af3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f0c181e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"24b7249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"66fd030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2d587c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Here\'s What Our Customers Say\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\u201cWe\\u00a0have\\u00a0worked\\u00a0with\\u00a0ARS\\u00a0for\\u00a0more\\u00a0than\\u00a030\\u00a0years\\u00a0and\\u00a0have\\u00a0built\\u00a0a\\u00a0trusted\\u00a0relationship\\u00a0utilizing\\u00a0 their\\u00a0services\\u00a0for\\u00a0large\\u00a0Data\\u00a0center\\u00a0projects,\\u00a0hoisting,\\u00a0and\\u00a0setting\\u00a0generators,\\u00a0electrical switchgear,\\u00a0storage\\u00a0of\\u00a0equipment\\u00a0and\\u00a0much\\u00a0more.\\u00a0Thank\\u00a0you,\\u00a0ARS\\u00a0team.\\u201d\\u00a0 \",\"testi_author\":\"Daniel\",\"testi_author_job\":\"\",\"testi_img\":{\"url\":\"\",\"id\":\"\"}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\u201cThe\\u00a0ARS\\u00a0Foreman,\\u00a0Kevin,\\u00a0knew\\u00a0exactly\\u00a0what\\u00a0he\\u00a0needed\\u00a0to\\u00a0do\\u00a0to\\u00a0bring\\u00a0in\\u00a0the\\u00a0(4)\\u00a01000#\\u00a0Electrical\\u00a0 Switchgear\\u00a0sections\\u2026\\u00a0while\\u00a0traversing\\u00a0some\\u00a0challenging\\u00a0terrain\\u2026Kevin\\u2019s\\u00a0professionalism\\u00a0and\\u00a0 get\\u2010it\\u2010done\\u00a0[safely]\\u00a0attitude\\u00a0did,\\u00a0in\\u00a0fact,\\u00a0get\\u00a0the\\u00a0job\\u00a0done\\u00a0with\\u00a0extreme\\u00a0efficiency\\u00a0and\\u00a0not\\u00a0one\\u00a0 issue.\\u201d\",\"testi_author\":\"Michael\",\"testi_author_job\":\"\",\"testi_img\":{\"url\":\"\",\"id\":\"\"}},{\"testi_text\":\"\\u201cThe\\u00a0Museum\\u00a0Project\\u00a0required\\u00a0the\\u00a0backend\\u00a0(Generator)\\u00a0to\\u00a0be\\u00a0removed\\u00a0and\\u00a0shipped\\u00a0to\\u00a0the\\u00a0 repair\\u00a0shop.\\u00a0The\\u00a0detail\\u00a0that\\u00a0ARS\\u00a0Equipment\\u00a0Movers\\u00a0took\\u00a0to\\u00a0remove\\u00a0the\\u00a0backend\\u00a0from\\u00a0the\\u00a0job\\u00a0 site\\u00a0and\\u00a0return\\u00a0it\\u00a0after\\u00a0the\\u00a0repairs\\u00a0were\\u00a0made\\u00a0was\\u00a0nothing\\u00a0short\\u00a0of\\u00a0exemplary.\\u00a0They\\u00a0were\\u00a0 flawless\\u00a0in\\u00a0performing\\u00a0their\\u00a0duties.\\u00a0I\\u00a0will\\u00a0certainly\\u00a0use\\u00a0them\\u00a0again.\\u201d\\u00a0 \",\"testi_author\":\"Vince\",\"testi_author_job\":\"\",\"_id\":\"6a776aa\"}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\",\"_css_classes\":\"customer-syas\",\"navigation\":\"dots\",\"autoplay\":\"use\",\"autoplay_ms\":100,\"auto_loop\":\"use\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(618,63,'_elementor_template_type','wp-page'),(619,65,'_wp_page_template','template/page-builder-template.php'),(620,65,'header_style_choice','default'),(621,65,'_header_style_choice','field_58c7b9d20beeb'),(622,65,'_elementor_edit_mode','builder'),(623,65,'_elementor_version','2.9.9'),(624,65,'_elementor_data','[{\"id\":\"a585672\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c266d44\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c11fa77\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"SERVICES\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_margin_bottom\":\"\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"2b4508f\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"%\",\"size\":8},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":15},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"af38339\",\"elType\":\"widget\",\"settings\":{\"color_text_block\":\"#666666\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":22},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"3ff7e63\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"-1\",\"width\":\"1200\",\"height\":\"800\",\"caption_horizontal\":{\"unit\":\"%\",\"size\":52},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":10,\"use_padding\":\"use\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"choose_column\":\"3\",\"filter_align\":\"center\",\"margin_bottom_tablet\":10,\"padding_size_tablet\":{\"unit\":\"px\",\"size\":10},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"typography_portfolio_title_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_portfolio_title_line_height\":{\"unit\":\"px\",\"size\":30},\"title_margin_bottom\":10,\"title_margin_bottom_tablet\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"typography_portfolio_category_line_height\":{\"unit\":\"px\",\"size\":22},\"filter_padding_size_mobile\":{\"unit\":\"px\",\"size\":20},\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"load_style\":\"style-3\",\"load_style2_bg_hov_color\":\"#f7c51e\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4534fa0\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"e36a2d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40207fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rigging\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f1501b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"72fb049\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">When you have machinery that needs to be relocated, lifted or installed, call on the company with<\\/span>\\u00a0<span style=\\\"font-weight: 400;\\\">rigging and <\\/span><span style=\\\"font-weight: 400;\\\">machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">expertise. ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. <\\/span><span style=\\\"font-weight: 400;\\\">professionals have the experience and innovative solutions to solve the most complex problems. Plus, we\\u2019ll <\\/span><span style=\\\"font-weight: 400;\\\">keep our focus on safety, timelines and budget. We rig, move and set equipment every day \\u2013 it\\u2019s the only work we do! Contact us and learn why some of the biggest companies in the U.S. rely on us for all of their moves.\\u00a0\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fcdad8d\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"f0b7eda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c4c8843\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rigging, Machinery Moving & Installation\\n\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1551c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7608e48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Rigging and m<\\/span><span style=\\\"font-weight: 400;\\\">oving machinery <\\/span><span style=\\\"font-weight: 400;\\\">requires a unique set of skills. And this is exactly what we focus on. We\\u2019ll develop a plan, timeline and engage<\\/span>\\u00a0<span style=\\\"font-weight: 400;\\\">a <\\/span><span style=\\\"font-weight: 400;\\\">skilled team and essential equipment to get the job done smoothly. When large equipment must fit into tight spaces, we have the expertise and foresight to identify potential challenges and we develop a process to ensure success with minimal complications. From data centers, to healthcare facilities, public buildings, manufacturing facilities and beyond, we have the innovative solutions, equipment and certified talent to get the job done.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce883c7\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"ab27ddb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb5b411\",\"elType\":\"widget\",\"settings\":{\"title\":\"Heavy Lifting & Erecting\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65359a4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5e1345a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">A thorough analysis and detailed plan of action are a \\u201cmust\\u201d when lifting and erecting large equipment. Our <\\/span><span style=\\\"font-weight: 400;\\\">team <\\/span><span style=\\\"font-weight: 400;\\\">develop<\\/span><span style=\\\"font-weight: 400;\\\">s<\\/span><span style=\\\"font-weight: 400;\\\"> the solutions to overcome space and time challenges. Then, <\\/span><span style=\\\"font-weight: 400;\\\">planning turns into action, and our <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers <\\/span><span style=\\\"font-weight: 400;\\\">team executes every detail in a professional manner to ensure the project is done right the first time, safely and efficiently.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0ff355\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"a2be008\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"18ea389\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hauling & Jobsite Delivery\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3cc63b0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"42160cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our team engages the right vehicles to deliver your equipment safely to your destination across the U.S.\\u00a0<\\/span><\\/p><ul><li><span style=\\\"font-weight: 400;\\\">VEHICLES:<\\/span><ul><li><span style=\\\"font-weight: 400;\\\">Flatbeds<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Step Decks<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Double Drops \\u2013 Expandable & RGNs<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Tilt Beds - Trailers<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Straight Trucks \\u2013 12\\u2019 to 24\\u2019<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Vans \\u2013 48-53 Logistics<\\/span><\\/li><\\/ul><\\/li><\\/ul><p>\\u00a0<\\/p><ul><li>OTHER SERVICES WE PROVIDE:<ul><li><span style=\\\"font-weight: 400;\\\">Over Dimensional Loads<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Heavy Hauling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">LTL (Less than truckload)<\\/span><\\/li><\\/ul><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"82ab355\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"0d8dd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"30e6f57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Storage & Preservation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a04d14\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4fc24fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our <\\/span><span style=\\\"font-weight: 400;\\\">warehouse provides great value for customers because it allows us to receive equipment from across the country to be assembled in one location, then moved to the final destination. Our facility is centrally located and provides indoor and outdoor storage space. The warehouse is heated, under video surveillance and is equipped with fire alarms, docks, <\\/span><span style=\\\"font-weight: 400;\\\">and ground doors. The outside storage area is fenced, locked and under video surveillance. Allowing quick, easy access to Chicago and the suburbs, we\\u2019re located near O\\u2019Hare Airport<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddf392d\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2178868\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6893612\",\"elType\":\"widget\",\"settings\":{\"title\":\"Plant Relocation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bd8124\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"372fde6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Moving a plant involves precision planning, access to the best equipment and talent and flexibility to quickly adjust to any changes. We start with a consultation to fully understand the customer\\u2019s goals, along with the current and future facilities. Then, we develop a detailed plan of action to ensure every aspect of the move is thoroughly outlined and then implemented in the most efficient and cost-effective manner. From small to large size plants, we have the experience to implement the move quickly and safely.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">\\u00a0Unlike other moving contractors, our comprehensive proposals include costs for rigging, moving, electrical, piping, mechanical, millwright work, transportation and storage.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our moving services include:<\\/span><\\/p><ul><li><span style=\\\"font-weight: 400;\\\">Lay out floors of new location<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Dismantling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Moving of common stock inventory<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Hauling\\/transportation<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Assembling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Alignment<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Leveling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Anchoring<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Grouting<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Fabrication\\/modification as requested<\\/span><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a0aef0b\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"dba8281\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"05f84cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Millwright Services\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"98d9428\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4927f9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our Millwrights are highly skilled at executing <\\/span><span style=\\\"font-weight: 400;\\\">another <\\/span><span style=\\\"font-weight: 400;\\\">type of <\\/span><span style=\\\"font-weight: 400;\\\">operation <\\/span><span style=\\\"font-weight: 400;\\\">from layout, dismantling, <\\/span><span style=\\\"font-weight: 400;\\\">installing, assembling, leveling, anchoring, grouting and fabricating<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span> <span style=\\\"font-weight: 400;\\\">Our team will help your business avoid downtime and keep all aspects of your operation running smoothly.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"412bebc\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"ead261f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"06edbd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consultation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f22ef8\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"093c704\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our team of <\\/span><span style=\\\"font-weight: 400;\\\">professionals <\\/span><span style=\\\"font-weight: 400;\\\">provides us with the talent necessary to analyze and advise on any potential lifting or rigging challenge that you have. It takes years of experience with large and small projects, plus a dedication to continually learning the industry trends and new technologies to enable an individual to comprehend and plan for the many details involved in complex projects. These are the people we hire at ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc<\\/span><span style=\\\"font-weight: 400;\\\">. <\\/span><span style=\\\"font-weight: 400;\\\">T<\\/span><span style=\\\"font-weight: 400;\\\">hese are the people you can depend on for complete project management<\\/span><span style=\\\"font-weight: 400;\\\">, <\\/span><span style=\\\"font-weight: 400;\\\">or consultation on the best process and resources for the job.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cfa5bf9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"10b935a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"89aca30\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0873ffb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3f0a453c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#2B4D7B\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6900af55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.710999999999999,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2433e0fb\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Need our expertise for a job?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":35},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":31},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"4ef8c81b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.289000000000001,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6296e83\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"right\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(625,65,'_elementor_template_type','wp-post'),(626,67,'_wp_page_template','template/page-builder-template.php'),(627,67,'header_style_choice','default'),(628,67,'_header_style_choice','field_58c7b9d20beeb'),(629,69,'_wp_page_template','template/page-builder-template.php'),(630,69,'header_style_choice','default'),(631,69,'_header_style_choice','field_58c7b9d20beeb'),(632,69,'_elementor_edit_mode','builder'),(633,69,'_elementor_data','[{\"id\":\"14ac8cfb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1100},\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"34b0aca4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"29\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ca165c\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Contact Us\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1280863b\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"%\",\"size\":8},\"gap\":{\"unit\":\"px\",\"size\":2},\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"206c533e\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>\\\"For more information about ARS Contracting, Inc. or any other inquiry, please call us at the number below or complete our form and we will get back to you quickly.\\\"<\\/p>\",\"color_text_block\":\"#666666\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"cacf3f5\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-phone\",\"title_text\":\"Phone\",\"description_text\":\"<a href=\\\"tel:1-800-358-8444\\\">1-800-358-8444<\\/a>\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_css_classes\":\"icon-hide\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"2917819\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-envelope\",\"title_text\":\"Email\",\"description_text\":\"<a href=\\\"mailto:sales@arscontracting.com\\\">sales@arscontracting.com<\\/a>\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_css_classes\":\"icon-hide\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"e4ea813\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-map-marker\",\"title_text\":\"Address\",\"description_text\":\"<ul>\\n<li><a href=\\\"https:\\/\\/www.google.com\\/maps\\/place\\/3333+Mt+Prospect+Rd,+Franklin+Park,+IL+60131,+USA\\/@41.9340863,-87.9216416,17z\\/data=!3m1!4b1!4m5!3m4!1s0x880fb48c00253097:0xda3cf20b0d9e5aae!8m2!3d41.9340823!4d-87.9194529\\\" target=\\\"_blank\\\">WAREHOUSE: 3333 Mt Prospect Rd, Franklin Park IL 60131<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/www.google.com\\/maps\\/place\\/2015+US-34+#3,+Oswego,+IL+60543,+USA\\/@41.7086921,-88.3028741,17z\\/data=!3m1!4b1!4m5!3m4!1s0x880ef04cc1a9a74f:0x51c11798f8a7efee!8m2!3d41.7086881!4d-88.3006854\\\" target=\\\"_blank\\\">OFFICE: 2015A US Route 34, Suite 3, Oswego IL 60543<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/www.google.com\\/maps\\/place\\/9540+S+Carls+Dr,+Plainfield,+IL+60585,+USA\\/@41.707794,-88.2453787,17z\\/data=!3m1!4b1!4m5!3m4!1s0x880ef72a7a3889bd:0x95b63192b5e0bf0a!8m2!3d41.707794!4d-88.24319\\\" target=\\\"_blank\\\">MAILING ADDRESS: 9540 S Carls Dr, Plainfield IL 60585<\\/a><\\/li>\\n<\\/ul>\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_css_classes\":\"icon-hide\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"3bbbfba\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-envelope\",\"title_text\":\"Fax\",\"description_text\":\"630-364-5778\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_css_classes\":\"icon-hide\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"217fc52\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-map-marker\",\"title_text\":\"Hours\",\"description_text\":\"<ul>\\n<li>OFFICE: 8:00 AM to 4:30 PM US Central Time<\\/li>\\n<li>SERVICE: 24 hours a day\\/7 days per week<\\/li>\\n<\\/ul>\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_css_classes\":\"icon-hide\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"43858dc5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#aaaaaa\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0,0,0,0.5)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2648983c\",\"elType\":\"widget\",\"settings\":{\"form_select\":\"261\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-contact-form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67f2cbaf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d5629c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7154645\",\"elType\":\"widget\",\"settings\":{\"address\":\"WAREHOUSE: 3333 Mt Prospect Rd, Franklin Park IL 60131\",\"height\":{\"unit\":\"px\",\"size\":480},\"zoom\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(634,69,'_elementor_version','2.9.9'),(635,69,'_elementor_template_type','wp-post'),(636,330,'_menu_item_type','post_type'),(637,330,'_menu_item_menu_item_parent','0'),(638,330,'_menu_item_object_id','69'),(639,330,'_menu_item_object','page'),(640,330,'_menu_item_target',''),(641,330,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(642,330,'_menu_item_xfn',''),(643,330,'_menu_item_url',''),(660,333,'_menu_item_type','post_type'),(661,333,'_menu_item_menu_item_parent','0'),(662,333,'_menu_item_object_id','63'),(663,333,'_menu_item_object','page'),(664,333,'_menu_item_target',''),(665,333,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(666,333,'_menu_item_xfn',''),(667,333,'_menu_item_url',''),(668,334,'_menu_item_type','post_type'),(669,334,'_menu_item_menu_item_parent','0'),(670,334,'_menu_item_object_id','61'),(671,334,'_menu_item_object','page'),(672,334,'_menu_item_target',''),(673,334,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(674,334,'_menu_item_xfn',''),(675,334,'_menu_item_url',''),(676,207,'_thumbnail_id','996'),(677,207,'_wp_page_template','default'),(678,207,'force_crop','0'),(679,207,'_force_crop','field_5a0299cecd969'),(680,207,'item_per_row','2'),(681,207,'_item_per_row','field_5a03e9e95bfb9'),(682,207,'gallery_width','600'),(683,207,'_gallery_width','field_5a029b87414a2'),(684,207,'gallery_height','600'),(685,207,'_gallery_height','field_5a029bba414a3'),(686,207,'vertical_gap','10'),(687,207,'_vertical_gap','field_5a03e7f5f2828'),(688,207,'horizontal_gap','10'),(689,207,'_horizontal_gap','field_5a03e81bf2829'),(690,207,'gedung_gallery','a:4:{i:0;s:2:\"27\";i:1;s:2:\"20\";i:2;s:2:\"19\";i:3;s:2:\"26\";}'),(691,207,'_gedung_gallery','field_52ddeb8a1f132'),(692,207,'masonry_size_item','default'),(693,207,'_masonry_size_item','field_587f0532ec099'),(694,207,'portfolio_alternative_image',''),(695,207,'_portfolio_alternative_image','field_595ddf511b398'),(696,207,'portfolio_details_0_detail_name','Client Name'),(697,207,'_portfolio_details_0_detail_name','field_5948b43280eda'),(698,207,'portfolio_details_0_detail_text','Rikarin'),(699,207,'_portfolio_details_0_detail_text','field_5948b43b80edb'),(700,207,'portfolio_details_1_detail_name','Date'),(701,207,'_portfolio_details_1_detail_name','field_5948b43280eda'),(702,207,'portfolio_details_1_detail_text','March, 2016'),(703,207,'_portfolio_details_1_detail_text','field_5948b43b80edb'),(704,207,'portfolio_details_2_detail_name','Category'),(705,207,'_portfolio_details_2_detail_name','field_5948b43280eda'),(706,207,'portfolio_details_2_detail_text','Commercial'),(707,207,'_portfolio_details_2_detail_text','field_5948b43b80edb'),(708,207,'portfolio_details','3'),(709,207,'_portfolio_details','field_5948b3e180ed9'),(710,261,'_form','<div class=\"contact-form-style-1 clearfix\">\n<div class=\"contact-bordered item-column clearfix\">\n[text* your-name placeholder \"Name\"] <span class=\"contact-ef border-form-top\">\n</span>\n<span class=\"contact-ef border-form-left\">\n</span>\n<span class=\"contact-ef border-form-bottom\">\n</span>\n<span class=\"contact-ef border-form-right\">\n</span>\n</div>\n<div class=\"contact-bordered item-column clearfix\">\n[email* your-email placeholder \"Email\"] <span class=\"contact-ef border-form-top\">\n</span>\n<span class=\"contact-ef border-form-left\">\n</span>\n<span class=\"contact-ef border-form-bottom\">\n</span>\n<span class=\"contact-ef border-form-right\">\n</span>\n</div>\n<div class=\"contact-bordered item-column clearfix\">\n[text your-subject placeholder \"Subject\"] <span class=\"contact-ef border-form-top\">\n</span>\n<span class=\"contact-ef border-form-left\">\n</span>\n<span class=\"contact-ef border-form-bottom\">\n</span>\n<span class=\"contact-ef border-form-right\">\n</span>\n</div>\n<div class=\"contact-bordered item-column text-area clearfix\">\n[textarea your-message placeholder \"Text\"] <span class=\"contact-ef border-form-top\">\n</span>\n<span class=\"contact-ef border-form-left\">\n</span>\n<span class=\"contact-ef border-form-bottom\">\n</span>\n<span class=\"contact-ef border-form-right\">\n</span>\n</div>\n<div class=\"contact-submit clearfix\">\n[submit \"Leave Message\"] </div>\n</div>'),(711,261,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:23:\"Gedung \"[your-subject]\"\";s:6:\"sender\";s:48:\"[your-name] <wordpress@gedung.themesawesome.com>\";s:9:\"recipient\";s:19:\"nizarheru@gmail.com\";s:4:\"body\";s:176:\"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 Gedung (http://gedung.themesawesome.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;}'),(712,261,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:23:\"Gedung \"[your-subject]\"\";s:6:\"sender\";s:43:\"Gedung <wordpress@gedung.themesawesome.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:118:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Gedung (http://gedung.themesawesome.com)\";s:18:\"additional_headers\";s:29:\"Reply-To: nizarheru@gmail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(713,261,'_messages','a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s: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.\";}'),(714,261,'_additional_settings',''),(715,261,'_locale','en_US'),(716,336,'_elementor_edit_mode','builder'),(717,336,'_elementor_template_type','kit'),(718,336,'_elementor_version','2.9.8'),(721,61,'_edit_lock','1600252021:5'),(728,338,'_wp_attached_file','2020/05/ARS-header-photo-rev-1.png'),(729,338,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:1600;s:4:\"file\";s:34:\"2020/05/ARS-header-photo-rev-1.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"ARS-header-photo-rev-1-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"ARS-header-photo-rev-1-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"ARS-header-photo-rev-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"ARS-header-photo-rev-1-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:36:\"ARS-header-photo-rev-1-1536x1024.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:36:\"ARS-header-photo-rev-1-2048x1365.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:33:\"ARS-header-photo-rev-1-100x80.png\";s:5:\"width\";i:100;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:{}}}'),(730,338,'_wp_attachment_image_alt','ARS Contracting'),(738,61,'_edit_last','5'),(761,344,'_wp_attached_file','2020/05/ARSC_logo.jpg'),(762,344,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:780;s:6:\"height\";i:239;s:4:\"file\";s:21:\"2020/05/ARSC_logo.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"ARSC_logo-300x92.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"ARSC_logo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"ARSC_logo-768x235.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:20:\"ARSC_logo-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(763,65,'_edit_lock','1596115388:5'),(767,336,'_edit_lock','1591190064:5'),(772,348,'_customize_changeset_uuid','61f18ac4-1a0f-49bd-9bc2-3dac2ca9e86f'),(774,349,'_customize_changeset_uuid','61f18ac4-1a0f-49bd-9bc2-3dac2ca9e86f'),(803,338,'_wp_attachment_is_custom_background','gedung'),(807,63,'_edit_lock','1602136092:5'),(814,63,'_edit_last','5'),(823,65,'_edit_last','5'),(843,363,'_wp_attached_file','2020/05/2020_A_ARSC-20200509T164501Z-001.zip'),(900,372,'_wp_attached_file','2020/05/ARSC_logo-1.jpg'),(901,372,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:123;s:4:\"file\";s:23:\"2020/05/ARSC_logo-1.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"ARSC_logo-1-300x92.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"ARSC_logo-1-150x123.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:22:\"ARSC_logo-1-100x80.jpg\";s:5:\"width\";i:100;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:\"1\";s:8:\"keywords\";a:0:{}}}'),(902,46,'_edit_lock','1599138791:5'),(906,48,'_edit_lock','1596111544:5'),(909,376,'_wp_attached_file','2020/05/Consultation-IMG_0118-scaled.jpg'),(910,376,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:40:\"2020/05/Consultation-IMG_0118-scaled.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Consultation-IMG_0118-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Consultation-IMG_0118-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Consultation-IMG_0118-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Consultation-IMG_0118-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:35:\"Consultation-IMG_0118-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:35:\"Consultation-IMG_0118-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:32:\"Consultation-IMG_0118-100x80.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:23:\"Canon EOS DIGITAL REBEL\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1321095723\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"38\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:25:\"Consultation-IMG_0118.jpg\";}'),(911,377,'_wp_attached_file','2020/05/crane-48591.png'),(912,377,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1805;s:6:\"height\";i:1920;s:4:\"file\";s:23:\"2020/05/crane-48591.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"crane-48591-282x300.png\";s:5:\"width\";i:282;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"crane-48591-963x1024.png\";s:5:\"width\";i:963;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"crane-48591-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"crane-48591-768x817.png\";s:5:\"width\";i:768;s:6:\"height\";i:817;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"crane-48591-1444x1536.png\";s:5:\"width\";i:1444;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:22:\"crane-48591-100x80.png\";s:5:\"width\";i:100;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:{}}}'),(913,378,'_wp_attached_file','2020/05/gears.png'),(914,378,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:17:\"2020/05/gears.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"gears-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"gears-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:16:\"gears-100x80.png\";s:5:\"width\";i:100;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:{}}}'),(915,379,'_wp_attached_file','2020/05/Safety-Rev-1.png'),(916,379,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:24:\"2020/05/Safety-Rev-1.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Safety-Rev-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Safety-Rev-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:23:\"Safety-Rev-1-100x80.png\";s:5:\"width\";i:100;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:{}}}'),(924,207,'_edit_lock','1599052418:5'),(947,205,'_edit_lock','1599133337:5'),(948,384,'_wp_attached_file','2018/03/Hauling-Rev-1.png'),(949,384,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:25:\"2018/03/Hauling-Rev-1.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Hauling-Rev-1-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Hauling-Rev-1-1024x538.png\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Hauling-Rev-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Hauling-Rev-1-768x403.png\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:24:\"Hauling-Rev-1-100x80.png\";s:5:\"width\";i:100;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:{}}}'),(950,385,'_wp_attached_file','2018/03/Heavy-Lifting-IMG_0062-scaled.jpg'),(951,385,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:41:\"2018/03/Heavy-Lifting-IMG_0062-scaled.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Heavy-Lifting-IMG_0062-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"Heavy-Lifting-IMG_0062-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Heavy-Lifting-IMG_0062-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"Heavy-Lifting-IMG_0062-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:36:\"Heavy-Lifting-IMG_0062-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:36:\"Heavy-Lifting-IMG_0062-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:33:\"Heavy-Lifting-IMG_0062-100x80.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:23:\"Canon EOS DIGITAL REBEL\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1321094252\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"37\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:26:\"Heavy-Lifting-IMG_0062.jpg\";}'),(952,386,'_wp_attached_file','2018/03/IMG_0903-scaled.jpg'),(953,386,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:27:\"2018/03/IMG_0903-scaled.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0903-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0903-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0903-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_0903-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"IMG_0903-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:22:\"IMG_0903-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:19:\"IMG_0903-100x80.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:23:\"Canon EOS DIGITAL REBEL\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1248037382\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"21\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"IMG_0903.jpg\";}'),(954,387,'_wp_attached_file','2018/03/Jobsite-Delivery-IMG_1415-scaled.jpg'),(955,387,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:44:\"2018/03/Jobsite-Delivery-IMG_1415-scaled.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Jobsite-Delivery-IMG_1415-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Jobsite-Delivery-IMG_1415-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Jobsite-Delivery-IMG_1415-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Jobsite-Delivery-IMG_1415-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:39:\"Jobsite-Delivery-IMG_1415-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:39:\"Jobsite-Delivery-IMG_1415-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:36:\"Jobsite-Delivery-IMG_1415-100x80.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:23:\"Canon EOS DIGITAL REBEL\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1264464888\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:29:\"Jobsite-Delivery-IMG_1415.jpg\";}'),(956,388,'_wp_attached_file','2018/03/Machinery-Moving-IMG_3002-scaled.jpg'),(957,388,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:44:\"2018/03/Machinery-Moving-IMG_3002-scaled.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Machinery-Moving-IMG_3002-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Machinery-Moving-IMG_3002-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Machinery-Moving-IMG_3002-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Machinery-Moving-IMG_3002-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:39:\"Machinery-Moving-IMG_3002-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:39:\"Machinery-Moving-IMG_3002-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:36:\"Machinery-Moving-IMG_3002-100x80.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:23:\"Canon EOS DIGITAL REBEL\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1288305433\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:29:\"Machinery-Moving-IMG_3002.jpg\";}'),(958,389,'_wp_attached_file','2018/03/manufacturers-20150313_122439_resized.jpg'),(959,389,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1328;s:6:\"height\";i:747;s:4:\"file\";s:49:\"2018/03/manufacturers-20150313_122439_resized.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"manufacturers-20150313_122439_resized-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"manufacturers-20150313_122439_resized-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"manufacturers-20150313_122439_resized-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"manufacturers-20150313_122439_resized-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:48:\"manufacturers-20150313_122439_resized-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(960,390,'_wp_attached_file','2018/03/Medical-IMG_0062-scaled.jpg'),(961,390,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:35:\"2018/03/Medical-IMG_0062-scaled.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Medical-IMG_0062-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Medical-IMG_0062-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Medical-IMG_0062-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Medical-IMG_0062-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:30:\"Medical-IMG_0062-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:30:\"Medical-IMG_0062-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:27:\"Medical-IMG_0062-100x80.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:23:\"Canon EOS DIGITAL REBEL\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1321094252\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"37\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:20:\"Medical-IMG_0062.jpg\";}'),(962,391,'_wp_attached_file','2018/03/millwright.png'),(963,391,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:455;s:6:\"height\";i:304;s:4:\"file\";s:22:\"2018/03/millwright.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"millwright-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"millwright-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:21:\"millwright-100x80.png\";s:5:\"width\";i:100;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:{}}}'),(964,392,'_wp_attached_file','2018/03/Municipalities-IMG_0015-scaled.jpg'),(965,392,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:42:\"2018/03/Municipalities-IMG_0015-scaled.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Municipalities-IMG_0015-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Municipalities-IMG_0015-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Municipalities-IMG_0015-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Municipalities-IMG_0015-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:37:\"Municipalities-IMG_0015-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:37:\"Municipalities-IMG_0015-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:34:\"Municipalities-IMG_0015-100x80.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:23:\"Canon EOS DIGITAL REBEL\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1318329408\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:27:\"Municipalities-IMG_0015.jpg\";}'),(966,393,'_wp_attached_file','2018/03/Museum-and-Zoos-depositphotos_66161830-stock-photo-black-bear-statue.jpg'),(967,393,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1023;s:6:\"height\";i:682;s:4:\"file\";s:80:\"2018/03/Museum-and-Zoos-depositphotos_66161830-stock-photo-black-bear-statue.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:80:\"Museum-and-Zoos-depositphotos_66161830-stock-photo-black-bear-statue-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:80:\"Museum-and-Zoos-depositphotos_66161830-stock-photo-black-bear-statue-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:80:\"Museum-and-Zoos-depositphotos_66161830-stock-photo-black-bear-statue-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:79:\"Museum-and-Zoos-depositphotos_66161830-stock-photo-black-bear-statue-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(968,394,'_wp_attached_file','2018/03/plant-relocator-IMG_0841-scaled.jpg'),(969,394,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:43:\"2018/03/plant-relocator-IMG_0841-scaled.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"plant-relocator-IMG_0841-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"plant-relocator-IMG_0841-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"plant-relocator-IMG_0841-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"plant-relocator-IMG_0841-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:38:\"plant-relocator-IMG_0841-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:38:\"plant-relocator-IMG_0841-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:35:\"plant-relocator-IMG_0841-100x80.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"16\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:26:\"Canon EOS DIGITAL REBEL XS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1397291856\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:28:\"plant-relocator-IMG_0841.jpg\";}'),(977,205,'_edit_last','5'),(979,197,'_edit_lock','1599052717:5'),(982,197,'_edit_last','5'),(1051,407,'_wp_attached_file','2020/05/ARSC_logo-2.jpg'),(1052,407,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:177;s:6:\"height\";i:54;s:4:\"file\";s:23:\"2020/05/ARSC_logo-2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"ARSC_logo-2-150x54.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:54;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:22:\"ARSC_logo-2-100x54.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:54;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1077,207,'_edit_last','5'),(1078,203,'_edit_lock','1599052457:5'),(1079,203,'_edit_last','5'),(1082,190,'_edit_lock','1599052919:5'),(1083,190,'_edit_last','5'),(1111,69,'_edit_lock','1593769423:5'),(1145,54,'_edit_lock','1599138378:5'),(1146,421,'_wp_attached_file','2018/03/Architects-and-Engineers-IMG_0916-scaled.jpg'),(1147,421,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:52:\"2018/03/Architects-and-Engineers-IMG_0916-scaled.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Architects-and-Engineers-IMG_0916-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"Architects-and-Engineers-IMG_0916-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Architects-and-Engineers-IMG_0916-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"Architects-and-Engineers-IMG_0916-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:47:\"Architects-and-Engineers-IMG_0916-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:47:\"Architects-and-Engineers-IMG_0916-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:44:\"Architects-and-Engineers-IMG_0916-100x80.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:23:\"Canon EOS DIGITAL REBEL\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1248043420\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:15:\"0.0166666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:37:\"Architects-and-Engineers-IMG_0916.jpg\";}'),(1149,52,'_edit_last','5'),(1151,52,'_edit_lock','1599138887:5'),(1152,67,'_edit_lock','1593769933:5'),(1153,425,'_wp_attached_file','2018/03/Contractors-IMG_0879-scaled.jpg'),(1154,67,'_edit_last','1'),(1157,67,'_elementor_edit_mode','builder'),(1158,67,'_elementor_template_type','wp-page'),(1159,67,'_elementor_version','2.9.8'),(1171,67,'_elementor_data','[]'),(1177,425,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:39:\"2018/03/Contractors-IMG_0879-scaled.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Contractors-IMG_0879-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Contractors-IMG_0879-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Contractors-IMG_0879-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Contractors-IMG_0879-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:34:\"Contractors-IMG_0879-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:34:\"Contractors-IMG_0879-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:31:\"Contractors-IMG_0879-100x80.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:26:\"Canon EOS DIGITAL REBEL XS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1397300094\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:24:\"Contractors-IMG_0879.jpg\";}'),(1179,52,'_thumbnail_id','389'),(1180,50,'_edit_last','5'),(1182,50,'_edit_lock','1599630307:5'),(1183,48,'_edit_last','5'),(1186,329,'_edit_last','5'),(1188,329,'_edit_lock','1599137953:5'),(1192,437,'_edit_lock','1599629003:5'),(1193,438,'_wp_attached_file','2020/05/washing-machine-depositphotos_52706859-stock-photo-clean-packed-clothes-hanging-in.jpg'),(1194,438,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1023;s:6:\"height\";i:682;s:4:\"file\";s:94:\"2020/05/washing-machine-depositphotos_52706859-stock-photo-clean-packed-clothes-hanging-in.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:94:\"washing-machine-depositphotos_52706859-stock-photo-clean-packed-clothes-hanging-in-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:94:\"washing-machine-depositphotos_52706859-stock-photo-clean-packed-clothes-hanging-in-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:94:\"washing-machine-depositphotos_52706859-stock-photo-clean-packed-clothes-hanging-in-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:93:\"washing-machine-depositphotos_52706859-stock-photo-clean-packed-clothes-hanging-in-100x80.jpg\";s:5:\"width\";i:100;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:13:\"Depositphotos\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1195,439,'_edit_lock','1599630145:5'),(1198,439,'_thumbnail_id','981'),(1200,437,'_thumbnail_id','982'),(1208,443,'_edit_lock','1599133372:5'),(1209,443,'_edit_last','5'),(1210,443,'header_style_choice','default'),(1211,443,'_header_style_choice','field_58c7b9d20beeb'),(1214,443,'_elementor_edit_mode','builder'),(1215,443,'_elementor_template_type','wp-page'),(1216,443,'_elementor_version','2.9.9'),(1217,443,'_wp_page_template','default'),(1218,443,'_elementor_data','[{\"id\":\"869b16b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5a60c91\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f969fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Qualifications \",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a65c6f2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd0da0b\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\"},\"elements\":[{\"id\":\"5651c44\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"02bf0c5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/s8.png\",\"id\":1002}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5146b17\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"099c4db\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ul><li>Qualified Riggers vs. Certified Riggers: What is the Difference?<\\/li><\\/ul><p>The terms \\u201cqualified\\u201d and \\u201ccertified\\u201d are often used interchangeably in the rigging industry, but OSHA standards and qualifications for each role are very different. OSHA standards require that qualified riggers must be used during hoisting activities for assembly and disassembly work, or when workers are within the fall zone and hooking, unhooking, or guiding a load, or connecting a load to a component or structure.\\u00a0 However, OSHA does not require that riggers be \\u201ccertified,\\u201d which is another level of achievement in the rigging industry.<\\/p><ul><li><u>Qualified Rigger:<\\/u><\\/li><\\/ul><p>OSHA only loosely specifies who meets the criteria of a qualified rigger, leaving the final determination up to the employer.\\u00a0 A qualified rigger \\u201cpossesses a recognized degree, certificate, or professional standing, OR who by extensive knowledge, training and experience, can successfully demonstrate the ability to solve problems related to rigging loads. Qualified riggers do not, however have to be certified by an accredited organization or third party.\\u00a0 Under these criteria, a rigger with extensive hands-on experience, but no formal training or certifications, may be considered a qualified rigger.\\u00a0To become a Qualified Rigger, a 2-hour exam is required with 100 questions.<\\/p>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2910c8a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8a27c96\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd112ed\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<h3><u>Certified Rigger<\\/u>:<\\/h3><p>A certified rigger is a person who has passed stringent written and practical exams related to rigging and can be certified at a Level 1 or 2. \\u00a0 Accredited organizations such as NCCCO (National Commission for the Certification of Crane Operators) and many training programs offer\\u00a0<a href=\\\"http:\\/\\/rbaker.com\\/rigging-contractors.php\\\">rigger certification testing<\\/a> for various levels.\\u00a0<\\/p><ul><li><u>NCCCO Certified Rigger Level I:<\\/u><\\/li><\\/ul><p>The Certified Rigger Level I Written Examination consists of 60 multiple-choice questions. Candidates are allowed 60 minutes to complete the test. The successful completion demonstrates a candidate\\u2019s basic rigging competency.<\\/p><ul><li><u>NCCCO Certified Rigger Level II:<\\/u><\\/li><\\/ul><p>The Certified Rigger Level II Written Examination consists of 40 multiple-choice questions, completed in 60 minutes.\\u00a0 The successful completion demonstrates a candidate\\u2019s competency in rigging a load for a level lift and for rotating a load.<\\/p>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3e85a51\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"bb8ee47\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"57c035b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><u>Professionally Certified Rigger: <\\/u><\\/li><li>The strictest requirements are in place to be designated as a Professionally Certified Rigger, including:<\\/li><li>A total of 6,000 hours toecome a journeyman.<\\/li><li>Individuals complete an Accredited Apprentice and re-training Journeyman School (the only school in the nation certified by the Department of Labor (D.O.L.) for rigging, machinery moving, and machinery erecting.<\\/li><li>OSHA 30 hours is required\\u00a0<\\/li><li>IMPACT (Ironworker International Program) Drug and Alcohol random testing with 3rd party medical screening<\\/li><li>OSHA Forklift Operation<\\/li><li>OSHA Ariel Lift Operation<\\/li><li>OSHA First Aid and CAD<\\/li><li>OSHA Crane Signal and Hoisting Person<\\/li><li>Lift Director (Foreman training)<\\/li><li>Certified Welding in Stick, Tig, and Mig.<\\/li><\\/ul>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c6b121\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"14865be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/q2.jpg\",\"id\":685},\"image_custom_dimension\":{\"width\":\"\",\"height\":\"380\"},\"align\":\"right\",\"_css_classes\":\"osha-imgsk\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1219934\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"qualification-contain\"},\"elements\":[{\"id\":\"7d2a4dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0cf214c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OSHA Regulations\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"780d3c1\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4481386\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project.\\u00a0<\\/span><\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adcd458\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"qualification-contain\"},\"elements\":[{\"id\":\"8b4a8c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"119b606\",\"elType\":\"widget\",\"settings\":{\"title\":\"Insurance\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb12a6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3c746fa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b90f3a\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"background_background\":\"classic\",\"background_color\":\"#2B4D7B\",\"background_color_b\":\"#2B4D7B\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"987da49\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"44202fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Need our expertise for a job?\",\"align\":\"left\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"395a287\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f59b751\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"right\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(0, 0, 0, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#F8F8F8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1400,3,'_edit_lock','1590155212:4'),(1401,3,'_edit_last','4'),(1402,3,'header_style_choice','default'),(1403,3,'_header_style_choice','field_58c7b9d20beeb'),(1407,3,'_elementor_template_type','wp-page'),(1408,3,'_elementor_version','2.9.8'),(1442,482,'_wp_attached_file','2020/05/crane-48591-1.png'),(1443,482,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1805;s:6:\"height\";i:1920;s:4:\"file\";s:25:\"2020/05/crane-48591-1.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"crane-48591-1-282x300.png\";s:5:\"width\";i:282;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"crane-48591-1-963x1024.png\";s:5:\"width\";i:963;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"crane-48591-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"crane-48591-1-768x817.png\";s:5:\"width\";i:768;s:6:\"height\";i:817;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:27:\"crane-48591-1-1444x1536.png\";s:5:\"width\";i:1444;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:24:\"crane-48591-1-100x80.png\";s:5:\"width\";i:100;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:{}}}'),(1512,495,'_edit_lock','1599052609:5'),(1513,495,'_edit_last','5'),(1520,495,'_thumbnail_id','997'),(1521,495,'_wp_page_template','default'),(1522,495,'masonry_size_item','default'),(1523,495,'_masonry_size_item','field_587f0532ec099'),(1524,495,'portfolio_alternative_image',''),(1525,495,'_portfolio_alternative_image','field_595ddf511b398'),(1526,495,'portfolio_details',''),(1527,495,'_portfolio_details','field_5948b3e180ed9'),(1528,497,'_edit_lock','1599052909:5'),(1529,497,'_edit_last','5'),(1530,497,'_thumbnail_id','1001'),(1531,497,'_wp_page_template','default'),(1532,497,'masonry_size_item','default'),(1533,497,'_masonry_size_item','field_587f0532ec099'),(1534,497,'portfolio_alternative_image',''),(1535,497,'_portfolio_alternative_image','field_595ddf511b398'),(1536,497,'portfolio_details',''),(1537,497,'_portfolio_details','field_5948b3e180ed9'),(1541,498,'_edit_lock','1599052848:5'),(1542,498,'_edit_last','5'),(1549,500,'_wp_attached_file','2020/05/Storage-Rev-1.png'),(1550,500,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:25:\"2020/05/Storage-Rev-1.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Storage-Rev-1-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Storage-Rev-1-1024x538.png\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Storage-Rev-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Storage-Rev-1-768x403.png\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:24:\"Storage-Rev-1-100x80.png\";s:5:\"width\";i:100;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,498,'_thumbnail_id','999'),(1552,498,'_wp_page_template','default'),(1553,498,'masonry_size_item','default'),(1554,498,'_masonry_size_item','field_587f0532ec099'),(1555,498,'portfolio_alternative_image',''),(1556,498,'_portfolio_alternative_image','field_595ddf511b398'),(1557,498,'portfolio_details',''),(1558,498,'_portfolio_details','field_5948b3e180ed9'),(1621,325,'_edit_lock','1590462540:4'),(1657,439,'_elementor_edit_mode','builder'),(1658,439,'_elementor_template_type','wp-post'),(1659,439,'_elementor_version','2.9.9'),(1660,520,'_wp_attached_file','2020/05/Affiliations.png'),(1661,520,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1173;s:6:\"height\";i:281;s:4:\"file\";s:24:\"2020/05/Affiliations.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Affiliations-300x72.png\";s:5:\"width\";i:300;s:6:\"height\";i:72;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Affiliations-1024x245.png\";s:5:\"width\";i:1024;s:6:\"height\";i:245;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Affiliations-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Affiliations-768x184.png\";s:5:\"width\";i:768;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:23:\"Affiliations-100x80.png\";s:5:\"width\";i:100;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:{}}}'),(1673,437,'_elementor_edit_mode','builder'),(1674,437,'_elementor_template_type','wp-post'),(1675,437,'_elementor_version','2.9.9'),(1680,52,'_elementor_edit_mode','builder'),(1681,52,'_elementor_template_type','wp-post'),(1682,52,'_elementor_version','2.9.9'),(1684,52,'_elementor_data','[{\"id\":\"4b5a5ec8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c6d8e77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7f451c97\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Manufacturers in every industry category have relied on our team for plant relocations and industry moves across the U.S.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Not every company can manage the complexities of plant relocations. Our team is experienced, dedicated to preplanning all the details and ensuring the process is smooth so plant downtime is minimized. Call us today at <a href=\\\"tel:800-358-8444\\\"><strong>800-358-8444<\\/strong><\\/a> to learn more.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"12dd276\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"css_classes\":\"ind-sub-img mech-img\"},\"elements\":[{\"id\":\"0e69cfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1c806e1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2018\\/03\\/manufacturers-1.jpg\",\"id\":933}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5a109a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"58c33df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2018\\/03\\/manufacturers-2.jpg\",\"id\":934}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(1693,54,'_elementor_edit_mode','builder'),(1694,54,'_elementor_template_type','wp-post'),(1695,54,'_elementor_version','2.9.9'),(1698,50,'_elementor_edit_mode','builder'),(1699,50,'_elementor_template_type','wp-post'),(1700,50,'_elementor_version','2.9.9'),(1703,48,'_elementor_edit_mode','builder'),(1704,48,'_elementor_template_type','wp-post'),(1705,48,'_elementor_version','2.9.9'),(1707,329,'_elementor_edit_mode','builder'),(1708,329,'_elementor_template_type','wp-post'),(1709,329,'_elementor_version','2.9.9'),(1712,46,'_elementor_edit_mode','builder'),(1713,46,'_elementor_template_type','wp-post'),(1714,46,'_elementor_version','2.9.9'),(1716,46,'_elementor_data','[{\"id\":\"918bd6b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"704beaa3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3c88927c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">ARS coordinates facility relocations and equipment installations for properties across the country. We work with building owners and facility managers to plan every detail and execute each step within timelines and established budgets.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Call us at <a href=\\\"tel:800-358-8444\\\"><strong>800-358-8444<\\/strong><\\/a> and work with the experienced team that\\u2019s ready to manage every detail no matter the size or complexity of the project.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"32ff79e\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"ind-sub-img\"},\"elements\":[{\"id\":\"599d725\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"51b3047\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9fa11f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2018\\/03\\/build.jpg\",\"id\":929}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0755861\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1792,348,'_edit_lock','1593780120:5'),(1793,348,'_elementor_edit_mode','builder'),(1794,348,'_edit_last','5'),(1795,348,'header_style_choice','default'),(1796,348,'_header_style_choice','field_58c7b9d20beeb'),(1797,348,'_elementor_template_type','wp-page'),(1798,348,'_elementor_version','2.9.9'),(1799,538,'header_style_choice','default'),(1800,538,'_header_style_choice','field_58c7b9d20beeb'),(1804,539,'_wp_page_template','template/page-builder-template.php'),(1805,539,'_elementor_data','[{\"id\":\"787d5c6b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"20\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"id\":338,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/ARS-header-photo-rev-1.png\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color_b\":\"#2d2d2d\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":100},\"custom_height\":{\"unit\":\"px\",\"size\":\"663\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"height\":\"full\",\"background_video_fallback\":{\"id\":79,\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/bg-fallback.jpg\"},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"21feba2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5af5fe4\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"ARS CONTRACTING, INC.\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Raleway\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_title_font_weight\":\"500\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":12},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_2\":\"#FFFFFF\",\"title_margin_bottom\":-10,\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":10},\"align_mobile\":\"left\",\"title_size\":\"h1\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c2b71c4\",\"elType\":\"widget\",\"settings\":{\"the_title\":\"Certified Riggers & Machinery Movers\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":90},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":100},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_1\":\"#ffffff\",\"choose_style\":\"2\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":85},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":90},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"81cb3fc\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<h2 style=\\\"color: white;\\\"><b>Moving America\\u2019s Businesses<\\/b><\\/h2>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_block_line_height\":{\"unit\":\"px\",\"size\":28},\"color_text_block\":\"#FDF8F8\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"0\",\"left\":\"250\",\"isLinked\":false},\"text_block_align_mobile\":\"left\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"586b5444\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"hover_animation\":\"sink\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#projects\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeInUp\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e1426a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"9414b9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bad6cf\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Services\",\"description_text\":\"Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":482,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/crane-48591-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255, 255, 255, 0)\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"154f0f93\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c2e578e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Exceptional Safety Rating\",\"description_text\":\"We have one of the best safety ratings in the industry & we are certified riggers\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":379,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/Safety-Rev-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":19},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4a35cdf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bfab3bb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Industries\",\"description_text\":\"We offer outstanding service to most industries including, contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers\\/building owners and more\\n\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":378,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/gears.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3334b860\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#eaeaea\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fb97c40\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.043,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57bdcd45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":28,\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/intro-contractor.png\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"align\":\"left\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5b694d6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.957,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2161d8d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"For almost 30 years, ARS Contracting, Inc. has built a national reputation for rigging, machinery moving, hauling and lifting components that keep America\\u2019s businesses moving. We\\u2019re dedicated to solving problems for our clients by using innovation and technology to constantly move the industry forward. By doing so, this can result in lowering overall project costs for our customers.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":19},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":45},\"the_subtitle\":\"Since 1991\",\"typography_subtitle_typography\":\"custom\",\"typography_subtitle_font_family\":\"Lato\",\"typography_subtitle_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_subtitle_font_weight\":\"300\",\"typography_subtitle_text_transform\":\"uppercase\",\"typography_subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":34},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":30},\"title_size\":\"h6\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"23901ed0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60cf4773\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1800},\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"_element_id\":\"projects\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7352b447\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"97cfb80\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"333b722f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d4210f\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Services\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"4c49f11d\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"43ef6c3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"7d11f6a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL SERVICES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=347\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d246d91\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"9\",\"width\":\"585\",\"height\":\"390\",\"caption_vertical\":{\"unit\":\"%\",\"size\":50},\"caption_horizontal\":{\"unit\":\"%\",\"size\":50},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":15,\"use_padding\":\"use\",\"padding_size\":{\"unit\":\"px\",\"size\":15},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"title_hover_effect\":\"ih-fade-down\",\"title_margin_bottom\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_family\":\"Raleway\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"category_hover_effect\":\"ih-fade-up\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"filter_style1_color\":\"#ffffff\",\"filter_style1_hov_color\":\"#ffffff\",\"filter_style1_bord_hov_color\":\"#3315C6\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_portfolio_title_line_height_mobile\":{\"unit\":\"px\",\"size\":24},\"title_margin_bottom_mobile\":5,\"typography_portfolio_category_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"filter_mobile_bord_bg_color\":\"#2b2b2b\",\"filter_mobile_bord_hov_color\":\"#2b2b2b\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"filter_padding_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"filter_align\":\"center\",\"filter_style\":\"style-2\",\"filter_style2_color\":\"#FFFFFF\",\"filter_style2_hov_color\":\"#8AABCA\",\"filter_style2_border_hov_color\":\"#8AABCA\",\"category_hover_delay\":\"ih-delay-xs\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"orderby\":\"menu_order\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f3e067f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/image-port-7.jpg\",\"id\":22},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#7A7A7A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ef29580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"788dae8b\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"30\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#ffffff\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#ffffff\",\"choose_column\":\"1\",\"typhography_blockquote_color\":\"#ffffff\",\"navigation_dots_color\":\"#ffffff\",\"autoplay\":\"use\",\"autoplay_ms\":2000,\"auto_loop\":\"use\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"50e8eeb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"4169d630\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/Affiliations.png\",\"id\":520},\"_id\":\"373378a\"}],\"mobile_choose_column\":\"mobile-column-3\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":50,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":9}},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46b4cfee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190},\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"763dcf8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"60111074\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6daf8247\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1f8fca5\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Industries\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"5e67d616\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ddd3ef5\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut suscipit odio ante, id dapibus elit condimentum vitae.\\u00a0Maecenas eget orci vitae enim accumsan mollis.<\\/p>\",\"color_text_block\":\"#555555\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":26}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":true},{\"id\":\"24b615c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1dd27b4a\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL INDUSTRIES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"rgba(243, 235, 235, 0.3)\",\"border_color\":\"#000000\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=348\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd640fa\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"8\",\"post_margin_bottom\":\"30\",\"horizontal_col_select_col2\":\"column-3\",\"width\":\"535\",\"height\":\"355\",\"height_grid2\":\"400\",\"use_category\":\"\",\"use_author\":\"\",\"use_date\":\"\",\"use_excerpt\":\"\",\"read_more_text\":\"Read More\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"typography_post_title_typography\":\"custom\",\"typography_post_title_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typhography_read_more_color_masonry\":\"#D7D7D7\",\"typhography_title_color\":\"#2B4D7B\",\"typhography_read_more_bg_color_masonry\":\"#FFFFFF\",\"read_more_title_hov_color\":\"#FFFFFF\",\"typhography_read_more_bg_hover_masonry\":\"#C7B4B4\",\"typography_post_read_more_typography\":\"custom\",\"_background_background\":\"classic\",\"_background_color\":\"#FEFEFE\"},\"elements\":[],\"widgetType\":\"gedung-post-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd675da\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"70618554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.68,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"700616c\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"419c7848\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1bc1cc0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"align_tablet\":\"center\",\"button_hover_border_color\":\"#ffffff\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1806,539,'_elementor_version','2.9.9'),(1807,539,'_elementor_template_type','wp-post'),(1808,539,'_elementor_edit_mode','builder'),(1809,539,'_elementor_controls_usage','a:12:{s:17:\"gedung-head-title\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:4:{s:25:\"section_gedung_head_title\";a:25:{s:12:\"choose_style\";i:6;s:9:\"the_title\";i:6;s:27:\"typography_title_typography\";i:6;s:28:\"typography_title_font_family\";i:1;s:26:\"typography_title_font_size\";i:4;s:28:\"typography_title_font_weight\";i:2;s:31:\"typography_title_letter_spacing\";i:1;s:17:\"head_use_subtitle\";i:5;s:5:\"align\";i:2;s:33:\"typography_title_font_size_mobile\";i:6;s:35:\"typography_title_line_height_mobile\";i:4;s:38:\"typography_title_letter_spacing_mobile\";i:1;s:12:\"align_mobile\";i:3;s:10:\"title_size\";i:2;s:28:\"typography_title_line_height\";i:2;s:33:\"typography_title_font_size_tablet\";i:3;s:35:\"typography_title_line_height_tablet\";i:2;s:12:\"the_subtitle\";i:1;s:30:\"typography_subtitle_typography\";i:1;s:31:\"typography_subtitle_font_family\";i:1;s:29:\"typography_subtitle_font_size\";i:1;s:31:\"typography_subtitle_font_weight\";i:1;s:34:\"typography_subtitle_text_transform\";i:1;s:34:\"typography_subtitle_letter_spacing\";i:1;s:12:\"align_tablet\";i:1;}s:33:\"section_gedung_head_title_style_2\";a:1:{s:13:\"title_color_2\";i:4;}s:36:\"section_gedung_head_title_dimensions\";a:1:{s:19:\"title_margin_bottom\";i:1;}s:33:\"section_gedung_head_title_style_1\";a:1:{s:13:\"title_color_1\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:11:\"gedung-text\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"gedung_text_control\";a:9:{s:11:\"custom_text\";i:2;s:32:\"typography_text_block_typography\";i:2;s:31:\"typography_text_block_font_size\";i:1;s:33:\"typography_text_block_line_height\";i:1;s:16:\"color_text_block\";i:2;s:16:\"text_block_align\";i:1;s:23:\"text_block_align_mobile\";i:1;s:38:\"typography_text_block_font_size_mobile\";i:1;s:40:\"typography_text_block_line_height_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:1;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:10;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:6:{s:4:\"text\";i:4;s:5:\"align\";i:4;s:4:\"size\";i:4;s:4:\"link\";i:4;s:12:\"align_mobile\";i:4;s:12:\"align_tablet\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:17:{s:21:\"typography_typography\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_family\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:16:\"background_color\";i:4;s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:13:\"border_radius\";i:4;s:27:\"typography_font_size_mobile\";i:1;s:11:\"hover_color\";i:4;s:29:\"button_background_hover_color\";i:4;s:15:\"hover_animation\";i:4;s:17:\"button_text_color\";i:3;s:12:\"border_color\";i:3;s:25:\"button_hover_border_color\";i:3;s:28:\"text_shadow_text_shadow_type\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:15:\"_padding_mobile\";i:1;s:8:\"_padding\";i:2;s:15:\"_padding_tablet\";i:3;s:7:\"_margin\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:4;s:18:\"animation_duration\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:15;s:19:\"_inline_size_mobile\";i:3;s:19:\"_inline_size_tablet\";i:8;s:16:\"content_position\";i:2;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:14:\"padding_tablet\";i:4;s:7:\"padding\";i:8;s:14:\"padding_mobile\";i:6;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:3:\"gap\";i:7;s:13:\"custom_height\";i:1;s:6:\"height\";i:1;s:13:\"content_width\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:13:\"margin_tablet\";i:1;s:14:\"padding_tablet\";i:8;s:6:\"margin\";i:3;s:7:\"padding\";i:8;s:13:\"margin_mobile\";i:2;s:14:\"padding_mobile\";i:7;s:11:\"_element_id\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:2;s:19:\"background_position\";i:3;s:15:\"background_size\";i:3;s:25:\"background_video_fallback\";i:1;s:21:\"background_attachment\";i:3;s:16:\"background_color\";i:5;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_color\";i:2;s:26:\"background_overlay_opacity\";i:2;s:26:\"background_overlay_color_b\";i:1;s:29:\"background_overlay_color_stop\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;s:5:\"image\";i:3;s:8:\"position\";i:3;}}s:5:\"style\";a:2:{s:21:\"section_style_content\";a:14:{s:10:\"text_align\";i:3;s:18:\"title_bottom_space\";i:3;s:11:\"title_color\";i:3;s:27:\"title_typography_typography\";i:3;s:26:\"title_typography_font_size\";i:3;s:17:\"description_color\";i:3;s:17:\"text_align_tablet\";i:2;s:17:\"text_align_mobile\";i:3;s:33:\"title_typography_font_size_tablet\";i:3;s:35:\"title_typography_line_height_tablet\";i:3;s:33:\"description_typography_typography\";i:3;s:39:\"description_typography_font_size_tablet\";i:3;s:41:\"description_typography_line_height_tablet\";i:3;s:32:\"description_typography_font_size\";i:3;}s:19:\"section_style_image\";a:3:{s:11:\"image_space\";i:3;s:10:\"image_size\";i:3;s:18:\"image_space_tablet\";i:3;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:2:{s:15:\"_padding_mobile\";i:1;s:8:\"_padding\";i:3;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:3;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:1;s:17:\"_background_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:5:\"align\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:6:\"weight\";i:3;s:3:\"gap\";i:3;s:5:\"color\";i:3;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:3;s:5:\"align\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:3;}}}}s:22:\"gedung-portfolio-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:12;s:8:\"controls\";a:3:{s:7:\"content\";a:6:{s:43:\"section_gedung_portfolio_block_post_setting\";a:2:{s:14:\"posts_per_page\";i:1;s:7:\"orderby\";i:1;}s:44:\"section_gedung_portfolio_block_image_setting\";a:2:{s:5:\"width\";i:1;s:6:\"height\";i:1;}s:43:\"section_gedung_portfolio_block_item_setting\";a:3:{s:16:\"caption_vertical\";i:1;s:18:\"caption_horizontal\";i:1;s:10:\"text_align\";i:1;}s:44:\"section_gedung_portfolio_block_hover_setting\";a:3:{s:12:\"hover_effect\";i:1;s:12:\"grid_item_bg\";i:1;s:13:\"grid_item_bg2\";i:1;}s:39:\"section_gedung_portfolio_layout_control\";a:4:{s:13:\"margin_bottom\";i:1;s:11:\"use_padding\";i:1;s:12:\"padding_size\";i:1;s:19:\"padding_size_mobile\";i:1;}s:39:\"section_gedung_portfolio_filter_control\";a:14:{s:10:\"use_filter\";i:1;s:19:\"filter_style1_color\";i:1;s:23:\"filter_style1_hov_color\";i:1;s:28:\"filter_style1_bord_hov_color\";i:1;s:25:\"filter_margin_bottom_size\";i:1;s:32:\"filter_margin_bottom_size_mobile\";i:1;s:27:\"filter_mobile_bord_bg_color\";i:1;s:28:\"filter_mobile_bord_hov_color\";i:1;s:19:\"filter_padding_size\";i:1;s:12:\"filter_align\";i:1;s:12:\"filter_style\";i:1;s:19:\"filter_style2_color\";i:1;s:23:\"filter_style2_hov_color\";i:1;s:30:\"filter_style2_border_hov_color\";i:1;}}s:5:\"style\";a:2:{s:44:\"section_gedung_portfolio_block_title_setting\";a:7:{s:23:\"typhography_title_color\";i:1;s:37:\"typography_portfolio_title_typography\";i:1;s:18:\"title_hover_effect\";i:1;s:19:\"title_margin_bottom\";i:1;s:43:\"typography_portfolio_title_font_size_mobile\";i:1;s:45:\"typography_portfolio_title_line_height_mobile\";i:1;s:26:\"title_margin_bottom_mobile\";i:1;}s:47:\"section_gedung_portfolio_block_category_setting\";a:9:{s:26:\"typhography_category_color\";i:1;s:40:\"typography_portfolio_category_typography\";i:1;s:41:\"typography_portfolio_category_font_family\";i:1;s:39:\"typography_portfolio_category_font_size\";i:1;s:41:\"typography_portfolio_category_font_weight\";i:1;s:40:\"typography_portfolio_category_font_style\";i:1;s:21:\"category_hover_effect\";i:1;s:46:\"typography_portfolio_category_font_size_mobile\";i:1;s:20:\"category_hover_delay\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;}}}}s:24:\"gedung-testimonial-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:52:\"section_gedung_testimonial_block_testimonial_setting\";a:1:{s:10:\"testi_item\";i:1;}s:46:\"section_gedung_testimonial_block_image_setting\";a:1:{s:17:\"text_align_tablet\";i:1;}s:31:\"section_gedung_carousel_options\";a:5:{s:13:\"choose_column\";i:1;s:21:\"navigation_dots_color\";i:1;s:8:\"autoplay\";i:1;s:11:\"autoplay_ms\";i:1;s:9:\"auto_loop\";i:1;}}s:5:\"style\";a:3:{s:51:\"section_gedung_testimonial_block_blockquote_setting\";a:5:{s:21:\"vertical_testi_detail\";i:1;s:44:\"typhography_blockquote_typography_typography\";i:1;s:43:\"typhography_blockquote_typography_font_size\";i:1;s:45:\"typhography_blockquote_typography_line_height\";i:1;s:28:\"typhography_blockquote_color\";i:1;}s:47:\"section_gedung_testimonial_block_author_setting\";a:5:{s:24:\"typhography_author_color\";i:1;s:16:\"author_img_color\";i:1;s:40:\"typhography_author_typography_typography\";i:1;s:39:\"typhography_author_typography_font_size\";i:1;s:41:\"typhography_author_typography_line_height\";i:1;}s:51:\"section_gedung_testimonial_block_author_job_setting\";a:1:{s:22:\"typhography_cite_color\";i:1;}}}}s:19:\"gedung-client-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:27:\"section_gedung_client_block\";a:2:{s:11:\"choose_type\";i:1;s:11:\"client_item\";i:1;}s:28:\"section_gedung_column_client\";a:5:{s:20:\"mobile_choose_column\";i:1;s:17:\"item_padding_size\";i:1;s:24:\"item_padding_size_tablet\";i:1;s:18:\"item_margin_bottom\";i:1;s:24:\"item_padding_size_mobile\";i:1;}s:31:\"section_gedung_carousel_options\";a:1:{s:10:\"column_gap\";i:1;}}}}s:17:\"gedung-post-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:38:\"section_gedung_post_block_post_setting\";a:1:{s:14:\"posts_per_page\";i:1;}s:40:\"section_gedung_post_block_layout_setting\";a:1:{s:26:\"horizontal_col_select_col2\";i:1;}}s:5:\"style\";a:6:{s:48:\"section_gedung_post_block_category_style_setting\";a:1:{s:12:\"use_category\";i:1;}s:46:\"section_gedung_post_block_author_style_setting\";a:1:{s:10:\"use_author\";i:1;}s:44:\"section_gedung_post_block_date_style_setting\";a:1:{s:8:\"use_date\";i:1;}s:47:\"section_gedung_post_block_excerpt_style_setting\";a:1:{s:11:\"use_excerpt\";i:1;}s:45:\"section_gedung_post_block_title_style_setting\";a:3:{s:32:\"typography_post_title_typography\";i:1;s:31:\"typography_post_title_font_size\";i:1;s:23:\"typhography_title_color\";i:1;}s:48:\"section_gedung_post_block_readmore_style_setting\";a:5:{s:35:\"typhography_read_more_color_masonry\";i:1;s:38:\"typhography_read_more_bg_color_masonry\";i:1;s:25:\"read_more_title_hov_color\";i:1;s:38:\"typhography_read_more_bg_hover_masonry\";i:1;s:36:\"typography_post_read_more_typography\";i:1;}}s:8:\"advanced\";a:1:{s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:1;s:17:\"_background_color\";i:1;}}}}}'),(1811,539,'header_style_choice','alternative'),(1812,539,'_header_style_choice','field_58c7b9d20beeb'),(1814,286,'_edit_lock','1590571417:4'),(1824,541,'_wp_page_template','template/page-builder-template.php'),(1825,541,'_elementor_data','[{\"id\":\"787d5c6b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"20\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"id\":338,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/ARS-header-photo-rev-1.png\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color_b\":\"#2d2d2d\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":100},\"custom_height\":{\"unit\":\"px\",\"size\":\"663\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"height\":\"full\",\"background_video_fallback\":{\"id\":79,\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/bg-fallback.jpg\"},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"21feba2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5af5fe4\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"ARS CONTRACTING, INC.\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Raleway\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_title_font_weight\":\"500\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":12},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_2\":\"#FFFFFF\",\"title_margin_bottom\":-10,\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":10},\"align_mobile\":\"left\",\"title_size\":\"h1\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c2b71c4\",\"elType\":\"widget\",\"settings\":{\"the_title\":\"Certified Riggers & Machinery Movers\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":90},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":100},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_1\":\"#ffffff\",\"choose_style\":\"2\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":85},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":90},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"81cb3fc\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<h2 style=\\\"color: white;\\\"><b>Moving America\\u2019s Businesses<\\/b><\\/h2>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_block_line_height\":{\"unit\":\"px\",\"size\":28},\"color_text_block\":\"#FDF8F8\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"0\",\"left\":\"250\",\"isLinked\":false},\"text_block_align_mobile\":\"left\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"586b5444\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"hover_animation\":\"sink\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#projects\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeInUp\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e1426a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"9414b9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bad6cf\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Services\",\"description_text\":\"Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":482,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/crane-48591-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255, 255, 255, 0)\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"154f0f93\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c2e578e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Exceptional Safety Rating\",\"description_text\":\"We have one of the best safety ratings in the industry & we are certified riggers\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":379,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/Safety-Rev-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":19},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4a35cdf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bfab3bb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Industries\",\"description_text\":\"We offer outstanding service to most industries including, contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers\\/building owners and more\\n\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":378,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/gears.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3334b860\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#eaeaea\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fb97c40\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.043,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57bdcd45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":11,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image2-1.jpg\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"align\":\"left\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5b694d6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.957,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2161d8d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"For almost 30 years, ARS Contracting, Inc. has built a national reputation for rigging, machinery moving, hauling and lifting components that keep America\\u2019s businesses moving. We\\u2019re dedicated to solving problems for our clients by using innovation and technology to constantly move the industry forward. By doing so, this can result in lowering overall project costs for our customers.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":19},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":45},\"the_subtitle\":\"Since 1991\",\"typography_subtitle_typography\":\"custom\",\"typography_subtitle_font_family\":\"Lato\",\"typography_subtitle_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_subtitle_font_weight\":\"300\",\"typography_subtitle_text_transform\":\"uppercase\",\"typography_subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":34},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":30},\"title_size\":\"h6\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"23901ed0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60cf4773\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1800},\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"_element_id\":\"projects\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7352b447\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"97cfb80\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"333b722f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d4210f\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Services\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"4c49f11d\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"43ef6c3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"7d11f6a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL SERVICES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=347\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d246d91\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"9\",\"width\":\"585\",\"height\":\"390\",\"caption_vertical\":{\"unit\":\"%\",\"size\":50},\"caption_horizontal\":{\"unit\":\"%\",\"size\":50},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":15,\"use_padding\":\"use\",\"padding_size\":{\"unit\":\"px\",\"size\":15},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"title_hover_effect\":\"ih-fade-down\",\"title_margin_bottom\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_family\":\"Raleway\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"category_hover_effect\":\"ih-fade-up\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"filter_style1_color\":\"#ffffff\",\"filter_style1_hov_color\":\"#ffffff\",\"filter_style1_bord_hov_color\":\"#3315C6\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_portfolio_title_line_height_mobile\":{\"unit\":\"px\",\"size\":24},\"title_margin_bottom_mobile\":5,\"typography_portfolio_category_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"filter_mobile_bord_bg_color\":\"#2b2b2b\",\"filter_mobile_bord_hov_color\":\"#2b2b2b\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"filter_padding_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"filter_align\":\"center\",\"filter_style\":\"style-2\",\"filter_style2_color\":\"#FFFFFF\",\"filter_style2_hov_color\":\"#8AABCA\",\"filter_style2_border_hov_color\":\"#8AABCA\",\"category_hover_delay\":\"ih-delay-xs\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"orderby\":\"menu_order\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f3e067f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/image-port-7.jpg\",\"id\":22},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#7A7A7A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ef29580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"788dae8b\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"30\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#ffffff\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#ffffff\",\"choose_column\":\"1\",\"typhography_blockquote_color\":\"#ffffff\",\"navigation_dots_color\":\"#ffffff\",\"autoplay\":\"use\",\"autoplay_ms\":2000,\"auto_loop\":\"use\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"50e8eeb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"4169d630\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/Affiliations.png\",\"id\":520},\"_id\":\"373378a\"}],\"mobile_choose_column\":\"mobile-column-3\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":50,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":9}},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46b4cfee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190},\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"763dcf8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"60111074\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6daf8247\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1f8fca5\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Industries\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"5e67d616\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ddd3ef5\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut suscipit odio ante, id dapibus elit condimentum vitae.\\u00a0Maecenas eget orci vitae enim accumsan mollis.<\\/p>\",\"color_text_block\":\"#555555\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":26}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":true},{\"id\":\"24b615c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1dd27b4a\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL INDUSTRIES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"rgba(243, 235, 235, 0.3)\",\"border_color\":\"#000000\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=348\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd640fa\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"8\",\"post_margin_bottom\":\"30\",\"horizontal_col_select_col2\":\"column-3\",\"width\":\"535\",\"height\":\"355\",\"height_grid2\":\"400\",\"use_category\":\"\",\"use_author\":\"\",\"use_date\":\"\",\"use_excerpt\":\"\",\"read_more_text\":\"Read More\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"typography_post_title_typography\":\"custom\",\"typography_post_title_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typhography_read_more_color_masonry\":\"#D7D7D7\",\"typhography_title_color\":\"#2B4D7B\",\"typhography_read_more_bg_color_masonry\":\"#FFFFFF\",\"read_more_title_hov_color\":\"#FFFFFF\",\"typhography_read_more_bg_hover_masonry\":\"#C7B4B4\",\"typography_post_read_more_typography\":\"custom\",\"_background_background\":\"classic\",\"_background_color\":\"#FEFEFE\"},\"elements\":[],\"widgetType\":\"gedung-post-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd675da\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"70618554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.68,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"700616c\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"419c7848\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1bc1cc0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"align_tablet\":\"center\",\"button_hover_border_color\":\"#ffffff\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1826,541,'_elementor_version','2.9.9'),(1827,541,'_elementor_template_type','wp-post'),(1828,541,'_elementor_edit_mode','builder'),(1829,541,'_elementor_css','a:5:{s:4:\"time\";i:1590570854;s:5:\"fonts\";a:3:{i:0;s:7:\"Raleway\";i:1;s:10:\"Montserrat\";i:2;s:4:\"Lato\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1833,542,'_wp_page_template','template/page-builder-template.php'),(1834,542,'_elementor_data','[{\"id\":\"787d5c6b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"20\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"id\":338,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/ARS-header-photo-rev-1.png\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color_b\":\"#2d2d2d\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":100},\"custom_height\":{\"unit\":\"px\",\"size\":\"663\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"height\":\"full\",\"background_video_fallback\":{\"id\":79,\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/bg-fallback.jpg\"},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"21feba2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5af5fe4\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"ARS CONTRACTING, INC.\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Raleway\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_title_font_weight\":\"500\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":12},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_2\":\"#FFFFFF\",\"title_margin_bottom\":-10,\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":10},\"align_mobile\":\"left\",\"title_size\":\"h1\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c2b71c4\",\"elType\":\"widget\",\"settings\":{\"the_title\":\"Certified Riggers & Machinery Movers\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":90},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":100},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_1\":\"#ffffff\",\"choose_style\":\"2\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":85},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":90},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"81cb3fc\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<h2 style=\\\"color: white;\\\"><b>Moving America\\u2019s Businesses<\\/b><\\/h2>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_block_line_height\":{\"unit\":\"px\",\"size\":28},\"color_text_block\":\"#FDF8F8\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"0\",\"left\":\"250\",\"isLinked\":false},\"text_block_align_mobile\":\"left\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"586b5444\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"hover_animation\":\"sink\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#projects\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeInUp\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e1426a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"9414b9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bad6cf\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Services\",\"description_text\":\"Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":482,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/crane-48591-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255, 255, 255, 0)\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"154f0f93\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c2e578e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Exceptional Safety Rating\",\"description_text\":\"We have one of the best safety ratings in the industry & we are certified riggers\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":379,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/Safety-Rev-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":19},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4a35cdf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bfab3bb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Industries\",\"description_text\":\"We offer outstanding service to most industries including, contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers\\/building owners and more\\n\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":378,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/gears.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3334b860\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#eaeaea\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fb97c40\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.043,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57bdcd45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":11,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image2-1.jpg\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"align\":\"left\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5b694d6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.957,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2161d8d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"For almost 30 years, ARS Contracting, Inc. has built a national reputation for rigging, machinery moving, hauling and lifting components that keep America\\u2019s businesses moving. We\\u2019re dedicated to solving problems for our clients by using innovation and technology to constantly move the industry forward. By doing so, this can result in lowering overall project costs for our customers.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":19},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":45},\"the_subtitle\":\"Since 1991\",\"typography_subtitle_typography\":\"custom\",\"typography_subtitle_font_family\":\"Lato\",\"typography_subtitle_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_subtitle_font_weight\":\"300\",\"typography_subtitle_text_transform\":\"uppercase\",\"typography_subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":34},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":30},\"title_size\":\"h6\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"23901ed0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60cf4773\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1800},\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"_element_id\":\"projects\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7352b447\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"97cfb80\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"333b722f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d4210f\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Services\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"4c49f11d\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"43ef6c3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"7d11f6a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL SERVICES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=347\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d246d91\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"9\",\"width\":\"585\",\"height\":\"390\",\"caption_vertical\":{\"unit\":\"%\",\"size\":50},\"caption_horizontal\":{\"unit\":\"%\",\"size\":50},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":15,\"use_padding\":\"use\",\"padding_size\":{\"unit\":\"px\",\"size\":15},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"title_hover_effect\":\"ih-fade-down\",\"title_margin_bottom\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_family\":\"Raleway\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"category_hover_effect\":\"ih-fade-up\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"filter_style1_color\":\"#ffffff\",\"filter_style1_hov_color\":\"#ffffff\",\"filter_style1_bord_hov_color\":\"#3315C6\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_portfolio_title_line_height_mobile\":{\"unit\":\"px\",\"size\":24},\"title_margin_bottom_mobile\":5,\"typography_portfolio_category_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"filter_mobile_bord_bg_color\":\"#2b2b2b\",\"filter_mobile_bord_hov_color\":\"#2b2b2b\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"filter_padding_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"filter_align\":\"center\",\"filter_style\":\"style-2\",\"filter_style2_color\":\"#FFFFFF\",\"filter_style2_hov_color\":\"#8AABCA\",\"filter_style2_border_hov_color\":\"#8AABCA\",\"category_hover_delay\":\"ih-delay-xs\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"orderby\":\"menu_order\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f3e067f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/image-port-7.jpg\",\"id\":22},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#7A7A7A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ef29580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"788dae8b\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"30\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#ffffff\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#ffffff\",\"choose_column\":\"1\",\"typhography_blockquote_color\":\"#ffffff\",\"navigation_dots_color\":\"#ffffff\",\"autoplay\":\"use\",\"autoplay_ms\":2000,\"auto_loop\":\"use\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"50e8eeb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"4169d630\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/Affiliations.png\",\"id\":520},\"_id\":\"373378a\"}],\"mobile_choose_column\":\"mobile-column-3\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":50,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":9}},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46b4cfee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190},\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"763dcf8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"60111074\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6daf8247\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1f8fca5\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Industries\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"5e67d616\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ddd3ef5\",\"elType\":\"widget\",\"settings\":{\"color_text_block\":\"#555555\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":26}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":true},{\"id\":\"24b615c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1dd27b4a\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL INDUSTRIES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"rgba(243, 235, 235, 0.3)\",\"border_color\":\"#000000\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=348\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd640fa\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"8\",\"post_margin_bottom\":\"30\",\"horizontal_col_select_col2\":\"column-3\",\"width\":\"535\",\"height\":\"355\",\"height_grid2\":\"400\",\"use_category\":\"\",\"use_author\":\"\",\"use_date\":\"\",\"use_excerpt\":\"\",\"read_more_text\":\"Read More\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"typography_post_title_typography\":\"custom\",\"typography_post_title_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typhography_read_more_color_masonry\":\"#D7D7D7\",\"typhography_title_color\":\"#2B4D7B\",\"typhography_read_more_bg_color_masonry\":\"#FFFFFF\",\"read_more_title_hov_color\":\"#FFFFFF\",\"typhography_read_more_bg_hover_masonry\":\"#C7B4B4\",\"typography_post_read_more_typography\":\"custom\",\"_background_background\":\"classic\",\"_background_color\":\"#FEFEFE\"},\"elements\":[],\"widgetType\":\"gedung-post-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd675da\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"70618554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.68,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"700616c\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"419c7848\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1bc1cc0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"align_tablet\":\"center\",\"button_hover_border_color\":\"#ffffff\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1835,542,'_elementor_version','2.9.9'),(1836,542,'_elementor_template_type','wp-post'),(1837,542,'_elementor_edit_mode','builder'),(1838,542,'_elementor_css','a:5:{s:4:\"time\";i:1590601843;s:5:\"fonts\";a:3:{i:0;s:7:\"Raleway\";i:1;s:10:\"Montserrat\";i:2;s:4:\"Lato\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1841,543,'_wp_page_template','default'),(1842,543,'_thumbnail_id','425'),(1843,543,'_elementor_edit_mode','builder'),(1844,543,'_elementor_template_type','wp-post'),(1845,543,'_elementor_version','2.9.9'),(1846,543,'_elementor_data','[{\"id\":\"4b5a5ec8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c6d8e77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7f451c97\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Suspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\\n<blockquote>Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae.<\\/blockquote>\\nVivamus pulvinar urna nec ipsum interdum blandit. Phasellus molestie feugiat hendrerit. Interdum et malesuada fames ac ante ipsum primis in faucibus. Suspendisse ut dapibus elit. Vivamus dui justo, dapibus nec fermentum sodales, convallis a nisi. Nullam auctor ante metus, eu lacinia mauris hendrerit a. Donec maximus porta turpis non venenatis. Pellentesque quis odio nec ex vestibulum ornare vel at erat. Vestibulum fringilla mauris quis mi pellentesque, a convallis turpis cursus. Praesent molestie, arcu vel faucibus tristique, erat lorem interdum libero, eget maximus mauris augue sed quam. Duis sit amet fringilla felis. Phasellus eget eros vitae dui finibus tincidunt vitae non sapien. Aliquam erat volutpat. Praesent volutpat, nibh eget viverra tristique, odio dolor iaculis elit, eget tincidunt felis arcu nec lectus. Nulla fermentum lorem a massa laoreet, non tincidunt dolor scelerisque.\\n\\n<img class=\\\"size-medium wp-image-6 alignleft\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/blog-5-1-300x200.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"200\\\">Aenean faucibus libero ultrices tincidunt pretium. Vestibulum id mi eget massa scelerisque facilisis vel semper nisl. Mauris pulvinar scelerisque fringilla. Ut eu mauris aliquet, mattis sem eleifend, vehicula massa. Nullam sit amet condimentum urna, a convallis nibh. Nulla at porttitor nulla. In hac habitasse platea dictumst. Donec ut pretium eros, eget condimentum augue. Vivamus venenatis leo sed dolor mattis imperdiet.\\n\\nProin in orci quis elit blandit imperdiet ut eu enim. Nulla mattis arcu eget nisi eleifend, non pellentesque augue mollis. Ut mauris ligula, interdum sed lobortis eu, fermentum vel neque. Maecenas facilisis erat quis augue fermentum vestibulum. Aenean vel sem ac tellus luctus efficitur. Mauris ultrices non libero eget auctor. Mauris rhoncus, risus ac dapibus rhoncus, dui purus ultrices lorem, efficitur gravida elit turpis quis metus.\\n\\nSed varius eros eu lorem condimentum, ac rutrum ex pharetra. Integer vitae tincidunt ipsum, vitae lacinia lacus. Aenean ac maximus eros, eu posuere erat. Sed efficitur magna vitae erat vehicula elementum. Ut cursus purus id tellus volutpat tempus. Mauris lacus eros, fermentum vitae congue volutpat, tincidunt non risus. Quisque at mollis nibh. Nulla aliquet placerat mollis. Morbi luctus porttitor ultricies. Phasellus ullamcorper in arcu ut ultricies. Donec odio nisl, iaculis eget odio id, tempor pulvinar justo. Phasellus sit amet dolor sit amet neque ultrices posuere sed nec neque. Pellentesque cursus varius sagittis. Duis placerat porta risus ac sagittis.\\n\\n<img class=\\\"aligncenter wp-image-5 size-full\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/blog-4-1.jpg\\\" alt=\\\"\\\" width=\\\"1200\\\" height=\\\"800\\\">\\n\\nUt tempus malesuada neque, laoreet ornare magna vehicula a. Curabitur augue nibh, faucibus id faucibus in, tincidunt et justo. Nulla facilisis tempus ligula ut venenatis. Donec diam felis, volutpat maximus viverra quis, maximus a leo. Quisque vestibulum tortor justo. Nullam nec venenatis urna, vel suscipit massa. Proin sed rutrum magna, sed blandit lacus. Donec dolor risus, tempor et ipsum vel, convallis vehicula urna. Sed vel elit accumsan diam condimentum finibus vel sollicitudin risus. Nunc a venenatis mi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed sed tellus urna. Sed hendrerit a justo ac sodales.\\n\\n<img class=\\\"size-medium wp-image-10 alignright\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image3-1-300x200.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"200\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut suscipit odio ante, id dapibus elit condimentum vitae. Maecenas eget orci vitae enim accumsan mollis. In congue nunc velit, sit amet eleifend velit cursus vitae. Morbi lorem massa, lobortis id bibendum et, rhoncus porttitor tortor. Aenean eget orci pulvinar, tincidunt neque quis, aliquam lectus. Etiam nec malesuada tortor. Sed id condimentum turpis. Quisque non fermentum est. Integer lobortis turpis a justo dignissim, sit amet accumsan sem pulvinar. Morbi mollis vitae libero in rhoncus. Vestibulum at arcu faucibus, congue diam sit amet, viverra velit. Sed rutrum urna ut dolor dignissim suscipit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Maecenas ultrices justo metus, quis facilisis justo interdum nec. Donec luctus ligula elit, eget varius urna sodales at. Mauris enim risus, cursus at nulla eget, mattis imperdiet orci.\\n\\nSuspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1847,543,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(1851,61,'_thumbnail_id','338'),(1852,544,'_wp_page_template','template/page-builder-template.php'),(1853,544,'_elementor_data','[{\"id\":\"787d5c6b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"20\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"id\":338,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/ARS-header-photo-rev-1.png\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color_b\":\"#2d2d2d\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":100},\"custom_height\":{\"unit\":\"px\",\"size\":\"663\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"height\":\"full\",\"background_video_fallback\":{\"id\":79,\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/bg-fallback.jpg\"},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"21feba2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5af5fe4\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"ARS CONTRACTING, INC.\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Raleway\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_title_font_weight\":\"500\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":12},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_2\":\"#FFFFFF\",\"title_margin_bottom\":-10,\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":10},\"align_mobile\":\"left\",\"title_size\":\"h1\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c2b71c4\",\"elType\":\"widget\",\"settings\":{\"the_title\":\"Certified Riggers & Machinery Movers\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":90},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":100},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_1\":\"#ffffff\",\"choose_style\":\"2\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":85},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":90},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"81cb3fc\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<h2 style=\\\"color: white;\\\"><b>Moving America\\u2019s Businesses<\\/b><\\/h2>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_block_line_height\":{\"unit\":\"px\",\"size\":28},\"color_text_block\":\"#FDF8F8\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"0\",\"left\":\"250\",\"isLinked\":false},\"text_block_align_mobile\":\"left\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"586b5444\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"hover_animation\":\"sink\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#projects\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeInUp\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e1426a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"9414b9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bad6cf\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Services\",\"description_text\":\"Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":482,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/crane-48591-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255, 255, 255, 0)\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"154f0f93\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c2e578e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Exceptional Safety Rating\",\"description_text\":\"We have one of the best safety ratings in the industry & we are certified riggers\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":379,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/Safety-Rev-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":19},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4a35cdf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bfab3bb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Industries\",\"description_text\":\"We offer outstanding service to most industries including, contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers\\/building owners and more\\n\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":378,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/gears.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3334b860\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#eaeaea\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fb97c40\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.043,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57bdcd45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":11,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image2-1.jpg\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"align\":\"left\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5b694d6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.957,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2161d8d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"For almost 30 years, ARS Contracting, Inc. has built a national reputation for rigging, machinery moving, hauling and lifting components that keep America\\u2019s businesses moving. We\\u2019re dedicated to solving problems for our clients by using innovation and technology to constantly move the industry forward. By doing so, this can result in lowering overall project costs for our customers.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":19},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":45},\"the_subtitle\":\"Since 1991\",\"typography_subtitle_typography\":\"custom\",\"typography_subtitle_font_family\":\"Lato\",\"typography_subtitle_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_subtitle_font_weight\":\"300\",\"typography_subtitle_text_transform\":\"uppercase\",\"typography_subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":34},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":30},\"title_size\":\"h6\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"23901ed0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60cf4773\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1800},\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"_element_id\":\"projects\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7352b447\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"97cfb80\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"333b722f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d4210f\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Services\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"4c49f11d\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"43ef6c3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"7d11f6a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL SERVICES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=347\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d246d91\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"9\",\"width\":\"585\",\"height\":\"390\",\"caption_vertical\":{\"unit\":\"%\",\"size\":50},\"caption_horizontal\":{\"unit\":\"%\",\"size\":50},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":15,\"use_padding\":\"use\",\"padding_size\":{\"unit\":\"px\",\"size\":15},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"title_hover_effect\":\"ih-fade-down\",\"title_margin_bottom\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_family\":\"Raleway\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"category_hover_effect\":\"ih-fade-up\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"filter_style1_color\":\"#ffffff\",\"filter_style1_hov_color\":\"#ffffff\",\"filter_style1_bord_hov_color\":\"#3315C6\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_portfolio_title_line_height_mobile\":{\"unit\":\"px\",\"size\":24},\"title_margin_bottom_mobile\":5,\"typography_portfolio_category_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"filter_mobile_bord_bg_color\":\"#2b2b2b\",\"filter_mobile_bord_hov_color\":\"#2b2b2b\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"filter_padding_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"filter_align\":\"center\",\"filter_style\":\"style-2\",\"filter_style2_color\":\"#FFFFFF\",\"filter_style2_hov_color\":\"#8AABCA\",\"filter_style2_border_hov_color\":\"#8AABCA\",\"category_hover_delay\":\"ih-delay-xs\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"orderby\":\"menu_order\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f3e067f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/image-port-7.jpg\",\"id\":22},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#7A7A7A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ef29580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"788dae8b\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"30\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#ffffff\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#ffffff\",\"choose_column\":\"1\",\"typhography_blockquote_color\":\"#ffffff\",\"navigation_dots_color\":\"#ffffff\",\"autoplay\":\"use\",\"autoplay_ms\":2000,\"auto_loop\":\"use\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"50e8eeb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"4169d630\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/Affiliations.png\",\"id\":520},\"_id\":\"373378a\"}],\"mobile_choose_column\":\"mobile-column-3\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":50,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":9}},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46b4cfee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190},\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"763dcf8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"60111074\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6daf8247\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1f8fca5\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Industries\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"5e67d616\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ddd3ef5\",\"elType\":\"widget\",\"settings\":{\"color_text_block\":\"#555555\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":26}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":true},{\"id\":\"24b615c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1dd27b4a\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL INDUSTRIES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"rgba(243, 235, 235, 0.3)\",\"border_color\":\"#000000\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=348\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd640fa\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"8\",\"post_margin_bottom\":\"30\",\"horizontal_col_select_col2\":\"column-3\",\"width\":\"535\",\"height\":\"355\",\"height_grid2\":\"400\",\"use_category\":\"\",\"use_author\":\"\",\"use_date\":\"\",\"use_excerpt\":\"\",\"read_more_text\":\"Read More\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"typography_post_title_typography\":\"custom\",\"typography_post_title_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typhography_read_more_color_masonry\":\"#D7D7D7\",\"typhography_title_color\":\"#2B4D7B\",\"typhography_read_more_bg_color_masonry\":\"#FFFFFF\",\"read_more_title_hov_color\":\"#FFFFFF\",\"typhography_read_more_bg_hover_masonry\":\"#C7B4B4\",\"typography_post_read_more_typography\":\"custom\",\"_background_background\":\"classic\",\"_background_color\":\"#FEFEFE\"},\"elements\":[],\"widgetType\":\"gedung-post-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd675da\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"70618554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.68,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"700616c\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"419c7848\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1bc1cc0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"align_tablet\":\"center\",\"button_hover_border_color\":\"#ffffff\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1854,544,'_elementor_version','2.9.9'),(1855,544,'_elementor_template_type','wp-post'),(1856,544,'_elementor_edit_mode','builder'),(1857,544,'_elementor_css','a:5:{s:4:\"time\";i:1590610515;s:5:\"fonts\";a:3:{i:0;s:7:\"Raleway\";i:1;s:10:\"Montserrat\";i:2;s:4:\"Lato\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1858,544,'_thumbnail_id','338'),(1870,546,'_wp_page_template','template/page-builder-template.php'),(1871,546,'_elementor_data','[{\"id\":\"787d5c6b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"20\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"id\":338,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/ARS-header-photo-rev-1.png\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color_b\":\"#2d2d2d\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":100},\"custom_height\":{\"unit\":\"px\",\"size\":\"663\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"height\":\"full\",\"background_video_fallback\":{\"id\":79,\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/bg-fallback.jpg\"},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"21feba2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5af5fe4\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"ARS CONTRACTING, INC.\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Raleway\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_title_font_weight\":\"500\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":12},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_2\":\"#FFFFFF\",\"title_margin_bottom\":-10,\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":10},\"align_mobile\":\"left\",\"title_size\":\"h1\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c2b71c4\",\"elType\":\"widget\",\"settings\":{\"the_title\":\"Certified Riggers & Machinery Movers\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":90},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":100},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_1\":\"#ffffff\",\"choose_style\":\"2\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":85},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":90},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"81cb3fc\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<h2 style=\\\"color: white;\\\"><b>Moving America\\u2019s Businesses<\\/b><\\/h2>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_block_line_height\":{\"unit\":\"px\",\"size\":28},\"color_text_block\":\"#FDF8F8\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"0\",\"left\":\"250\",\"isLinked\":false},\"text_block_align_mobile\":\"left\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"586b5444\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"hover_animation\":\"sink\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#projects\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeInUp\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e1426a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"9414b9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bad6cf\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Services\",\"description_text\":\"Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":482,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/crane-48591-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255, 255, 255, 0)\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"154f0f93\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c2e578e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Exceptional Safety Rating\",\"description_text\":\"We have one of the best safety ratings in the industry & we are certified riggers\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":379,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/Safety-Rev-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":19},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4a35cdf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bfab3bb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Industries\",\"description_text\":\"We offer outstanding service to most industries including, contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers\\/building owners and more\\n\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":378,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/gears.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3334b860\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#eaeaea\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fb97c40\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.043,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57bdcd45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":11,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image2-1.jpg\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"align\":\"left\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5b694d6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.957,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2161d8d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"For almost 30 years, ARS Contracting, Inc. has built a national reputation for rigging, machinery moving, hauling and lifting components that keep America\\u2019s businesses moving. We\\u2019re dedicated to solving problems for our clients by using innovation and technology to constantly move the industry forward. By doing so, this can result in lowering overall project costs for our customers.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":19},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":45},\"the_subtitle\":\"Since 1991\",\"typography_subtitle_typography\":\"custom\",\"typography_subtitle_font_family\":\"Lato\",\"typography_subtitle_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_subtitle_font_weight\":\"300\",\"typography_subtitle_text_transform\":\"uppercase\",\"typography_subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":34},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":30},\"title_size\":\"h6\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"23901ed0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60cf4773\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1800},\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"_element_id\":\"projects\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7352b447\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"97cfb80\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"333b722f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d4210f\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Services\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"4c49f11d\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"43ef6c3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"7d11f6a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL SERVICES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=347\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d246d91\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"9\",\"width\":\"585\",\"height\":\"390\",\"caption_vertical\":{\"unit\":\"%\",\"size\":50},\"caption_horizontal\":{\"unit\":\"%\",\"size\":50},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":15,\"use_padding\":\"use\",\"padding_size\":{\"unit\":\"px\",\"size\":15},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"title_hover_effect\":\"ih-fade-down\",\"title_margin_bottom\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_family\":\"Raleway\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"category_hover_effect\":\"ih-fade-up\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"filter_style1_color\":\"#ffffff\",\"filter_style1_hov_color\":\"#ffffff\",\"filter_style1_bord_hov_color\":\"#3315C6\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_portfolio_title_line_height_mobile\":{\"unit\":\"px\",\"size\":24},\"title_margin_bottom_mobile\":5,\"typography_portfolio_category_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"filter_mobile_bord_bg_color\":\"#2b2b2b\",\"filter_mobile_bord_hov_color\":\"#2b2b2b\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"filter_padding_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"filter_align\":\"center\",\"filter_style\":\"style-2\",\"filter_style2_color\":\"#FFFFFF\",\"filter_style2_hov_color\":\"#8AABCA\",\"filter_style2_border_hov_color\":\"#8AABCA\",\"category_hover_delay\":\"ih-delay-xs\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"orderby\":\"menu_order\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f3e067f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/image-port-7.jpg\",\"id\":22},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#7A7A7A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ef29580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"788dae8b\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"30\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#ffffff\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#ffffff\",\"choose_column\":\"1\",\"typhography_blockquote_color\":\"#ffffff\",\"navigation_dots_color\":\"#ffffff\",\"autoplay\":\"use\",\"autoplay_ms\":2000,\"auto_loop\":\"use\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"50e8eeb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"4169d630\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/Affiliations.png\",\"id\":520},\"_id\":\"373378a\"}],\"mobile_choose_column\":\"mobile-column-3\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":50,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":9}},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46b4cfee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190},\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"763dcf8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"60111074\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6daf8247\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1f8fca5\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Industries\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"5e67d616\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ddd3ef5\",\"elType\":\"widget\",\"settings\":{\"color_text_block\":\"#555555\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":26}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":true},{\"id\":\"24b615c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1dd27b4a\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL INDUSTRIES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"rgba(243, 235, 235, 0.3)\",\"border_color\":\"#000000\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=348\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd640fa\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"8\",\"post_margin_bottom\":\"30\",\"horizontal_col_select_col2\":\"column-3\",\"width\":\"535\",\"height\":\"355\",\"height_grid2\":\"400\",\"use_category\":\"\",\"use_author\":\"\",\"use_date\":\"\",\"use_excerpt\":\"\",\"read_more_text\":\"Read More\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"typography_post_title_typography\":\"custom\",\"typography_post_title_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typhography_read_more_color_masonry\":\"#D7D7D7\",\"typhography_title_color\":\"#2B4D7B\",\"typhography_read_more_bg_color_masonry\":\"#FFFFFF\",\"read_more_title_hov_color\":\"#FFFFFF\",\"typhography_read_more_bg_hover_masonry\":\"#C7B4B4\",\"typography_post_read_more_typography\":\"custom\",\"_background_background\":\"classic\",\"_background_color\":\"#FEFEFE\"},\"elements\":[],\"widgetType\":\"gedung-post-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd675da\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"70618554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.68,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"700616c\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"419c7848\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1bc1cc0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"align_tablet\":\"center\",\"button_hover_border_color\":\"#ffffff\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1872,546,'_elementor_version','2.9.9'),(1873,546,'_elementor_template_type','wp-post'),(1874,546,'_elementor_edit_mode','builder'),(1875,546,'_thumbnail_id','338'),(1876,546,'_elementor_controls_usage','a:12:{s:17:\"gedung-head-title\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:4:{s:25:\"section_gedung_head_title\";a:25:{s:12:\"choose_style\";i:6;s:9:\"the_title\";i:6;s:27:\"typography_title_typography\";i:6;s:28:\"typography_title_font_family\";i:1;s:26:\"typography_title_font_size\";i:4;s:28:\"typography_title_font_weight\";i:2;s:31:\"typography_title_letter_spacing\";i:1;s:17:\"head_use_subtitle\";i:5;s:5:\"align\";i:2;s:33:\"typography_title_font_size_mobile\";i:6;s:35:\"typography_title_line_height_mobile\";i:4;s:38:\"typography_title_letter_spacing_mobile\";i:1;s:12:\"align_mobile\";i:3;s:10:\"title_size\";i:2;s:28:\"typography_title_line_height\";i:2;s:33:\"typography_title_font_size_tablet\";i:3;s:35:\"typography_title_line_height_tablet\";i:2;s:12:\"the_subtitle\";i:1;s:30:\"typography_subtitle_typography\";i:1;s:31:\"typography_subtitle_font_family\";i:1;s:29:\"typography_subtitle_font_size\";i:1;s:31:\"typography_subtitle_font_weight\";i:1;s:34:\"typography_subtitle_text_transform\";i:1;s:34:\"typography_subtitle_letter_spacing\";i:1;s:12:\"align_tablet\";i:1;}s:33:\"section_gedung_head_title_style_2\";a:1:{s:13:\"title_color_2\";i:4;}s:36:\"section_gedung_head_title_dimensions\";a:1:{s:19:\"title_margin_bottom\";i:1;}s:33:\"section_gedung_head_title_style_1\";a:1:{s:13:\"title_color_1\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:11:\"gedung-text\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"gedung_text_control\";a:9:{s:11:\"custom_text\";i:1;s:32:\"typography_text_block_typography\";i:2;s:31:\"typography_text_block_font_size\";i:1;s:33:\"typography_text_block_line_height\";i:1;s:16:\"color_text_block\";i:2;s:16:\"text_block_align\";i:1;s:23:\"text_block_align_mobile\";i:1;s:38:\"typography_text_block_font_size_mobile\";i:1;s:40:\"typography_text_block_line_height_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:1;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:10;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:6:{s:4:\"text\";i:4;s:5:\"align\";i:4;s:4:\"size\";i:4;s:4:\"link\";i:4;s:12:\"align_mobile\";i:4;s:12:\"align_tablet\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:17:{s:21:\"typography_typography\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_family\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:16:\"background_color\";i:4;s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:13:\"border_radius\";i:4;s:27:\"typography_font_size_mobile\";i:1;s:11:\"hover_color\";i:4;s:29:\"button_background_hover_color\";i:4;s:15:\"hover_animation\";i:4;s:17:\"button_text_color\";i:3;s:12:\"border_color\";i:3;s:25:\"button_hover_border_color\";i:3;s:28:\"text_shadow_text_shadow_type\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:15:\"_padding_mobile\";i:1;s:8:\"_padding\";i:2;s:15:\"_padding_tablet\";i:3;s:7:\"_margin\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:4;s:18:\"animation_duration\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:15;s:19:\"_inline_size_mobile\";i:3;s:19:\"_inline_size_tablet\";i:8;s:16:\"content_position\";i:2;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:14:\"padding_tablet\";i:4;s:7:\"padding\";i:8;s:14:\"padding_mobile\";i:6;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:3:\"gap\";i:7;s:13:\"custom_height\";i:1;s:6:\"height\";i:1;s:13:\"content_width\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:13:\"margin_tablet\";i:1;s:14:\"padding_tablet\";i:8;s:6:\"margin\";i:3;s:7:\"padding\";i:8;s:13:\"margin_mobile\";i:2;s:14:\"padding_mobile\";i:7;s:11:\"_element_id\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:2;s:19:\"background_position\";i:3;s:15:\"background_size\";i:3;s:25:\"background_video_fallback\";i:1;s:21:\"background_attachment\";i:3;s:16:\"background_color\";i:5;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_color\";i:2;s:26:\"background_overlay_opacity\";i:2;s:26:\"background_overlay_color_b\";i:1;s:29:\"background_overlay_color_stop\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;s:5:\"image\";i:3;s:8:\"position\";i:3;}}s:5:\"style\";a:2:{s:21:\"section_style_content\";a:14:{s:10:\"text_align\";i:3;s:18:\"title_bottom_space\";i:3;s:11:\"title_color\";i:3;s:27:\"title_typography_typography\";i:3;s:26:\"title_typography_font_size\";i:3;s:17:\"description_color\";i:3;s:17:\"text_align_tablet\";i:2;s:17:\"text_align_mobile\";i:3;s:33:\"title_typography_font_size_tablet\";i:3;s:35:\"title_typography_line_height_tablet\";i:3;s:33:\"description_typography_typography\";i:3;s:39:\"description_typography_font_size_tablet\";i:3;s:41:\"description_typography_line_height_tablet\";i:3;s:32:\"description_typography_font_size\";i:3;}s:19:\"section_style_image\";a:3:{s:11:\"image_space\";i:3;s:10:\"image_size\";i:3;s:18:\"image_space_tablet\";i:3;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:2:{s:15:\"_padding_mobile\";i:1;s:8:\"_padding\";i:3;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:3;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:1;s:17:\"_background_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:5:\"align\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:6:\"weight\";i:3;s:3:\"gap\";i:3;s:5:\"color\";i:3;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:3;s:5:\"align\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:3;}}}}s:22:\"gedung-portfolio-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:12;s:8:\"controls\";a:3:{s:7:\"content\";a:6:{s:43:\"section_gedung_portfolio_block_post_setting\";a:2:{s:14:\"posts_per_page\";i:1;s:7:\"orderby\";i:1;}s:44:\"section_gedung_portfolio_block_image_setting\";a:2:{s:5:\"width\";i:1;s:6:\"height\";i:1;}s:43:\"section_gedung_portfolio_block_item_setting\";a:3:{s:16:\"caption_vertical\";i:1;s:18:\"caption_horizontal\";i:1;s:10:\"text_align\";i:1;}s:44:\"section_gedung_portfolio_block_hover_setting\";a:3:{s:12:\"hover_effect\";i:1;s:12:\"grid_item_bg\";i:1;s:13:\"grid_item_bg2\";i:1;}s:39:\"section_gedung_portfolio_layout_control\";a:4:{s:13:\"margin_bottom\";i:1;s:11:\"use_padding\";i:1;s:12:\"padding_size\";i:1;s:19:\"padding_size_mobile\";i:1;}s:39:\"section_gedung_portfolio_filter_control\";a:14:{s:10:\"use_filter\";i:1;s:19:\"filter_style1_color\";i:1;s:23:\"filter_style1_hov_color\";i:1;s:28:\"filter_style1_bord_hov_color\";i:1;s:25:\"filter_margin_bottom_size\";i:1;s:32:\"filter_margin_bottom_size_mobile\";i:1;s:27:\"filter_mobile_bord_bg_color\";i:1;s:28:\"filter_mobile_bord_hov_color\";i:1;s:19:\"filter_padding_size\";i:1;s:12:\"filter_align\";i:1;s:12:\"filter_style\";i:1;s:19:\"filter_style2_color\";i:1;s:23:\"filter_style2_hov_color\";i:1;s:30:\"filter_style2_border_hov_color\";i:1;}}s:5:\"style\";a:2:{s:44:\"section_gedung_portfolio_block_title_setting\";a:7:{s:23:\"typhography_title_color\";i:1;s:37:\"typography_portfolio_title_typography\";i:1;s:18:\"title_hover_effect\";i:1;s:19:\"title_margin_bottom\";i:1;s:43:\"typography_portfolio_title_font_size_mobile\";i:1;s:45:\"typography_portfolio_title_line_height_mobile\";i:1;s:26:\"title_margin_bottom_mobile\";i:1;}s:47:\"section_gedung_portfolio_block_category_setting\";a:9:{s:26:\"typhography_category_color\";i:1;s:40:\"typography_portfolio_category_typography\";i:1;s:41:\"typography_portfolio_category_font_family\";i:1;s:39:\"typography_portfolio_category_font_size\";i:1;s:41:\"typography_portfolio_category_font_weight\";i:1;s:40:\"typography_portfolio_category_font_style\";i:1;s:21:\"category_hover_effect\";i:1;s:46:\"typography_portfolio_category_font_size_mobile\";i:1;s:20:\"category_hover_delay\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;}}}}s:24:\"gedung-testimonial-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:52:\"section_gedung_testimonial_block_testimonial_setting\";a:1:{s:10:\"testi_item\";i:1;}s:46:\"section_gedung_testimonial_block_image_setting\";a:1:{s:17:\"text_align_tablet\";i:1;}s:31:\"section_gedung_carousel_options\";a:5:{s:13:\"choose_column\";i:1;s:21:\"navigation_dots_color\";i:1;s:8:\"autoplay\";i:1;s:11:\"autoplay_ms\";i:1;s:9:\"auto_loop\";i:1;}}s:5:\"style\";a:3:{s:51:\"section_gedung_testimonial_block_blockquote_setting\";a:5:{s:21:\"vertical_testi_detail\";i:1;s:44:\"typhography_blockquote_typography_typography\";i:1;s:43:\"typhography_blockquote_typography_font_size\";i:1;s:45:\"typhography_blockquote_typography_line_height\";i:1;s:28:\"typhography_blockquote_color\";i:1;}s:47:\"section_gedung_testimonial_block_author_setting\";a:5:{s:24:\"typhography_author_color\";i:1;s:16:\"author_img_color\";i:1;s:40:\"typhography_author_typography_typography\";i:1;s:39:\"typhography_author_typography_font_size\";i:1;s:41:\"typhography_author_typography_line_height\";i:1;}s:51:\"section_gedung_testimonial_block_author_job_setting\";a:1:{s:22:\"typhography_cite_color\";i:1;}}}}s:19:\"gedung-client-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:27:\"section_gedung_client_block\";a:2:{s:11:\"choose_type\";i:1;s:11:\"client_item\";i:1;}s:28:\"section_gedung_column_client\";a:5:{s:20:\"mobile_choose_column\";i:1;s:17:\"item_padding_size\";i:1;s:24:\"item_padding_size_tablet\";i:1;s:18:\"item_margin_bottom\";i:1;s:24:\"item_padding_size_mobile\";i:1;}s:31:\"section_gedung_carousel_options\";a:1:{s:10:\"column_gap\";i:1;}}}}s:17:\"gedung-post-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:38:\"section_gedung_post_block_post_setting\";a:1:{s:14:\"posts_per_page\";i:1;}s:40:\"section_gedung_post_block_layout_setting\";a:1:{s:26:\"horizontal_col_select_col2\";i:1;}}s:5:\"style\";a:6:{s:48:\"section_gedung_post_block_category_style_setting\";a:1:{s:12:\"use_category\";i:1;}s:46:\"section_gedung_post_block_author_style_setting\";a:1:{s:10:\"use_author\";i:1;}s:44:\"section_gedung_post_block_date_style_setting\";a:1:{s:8:\"use_date\";i:1;}s:47:\"section_gedung_post_block_excerpt_style_setting\";a:1:{s:11:\"use_excerpt\";i:1;}s:45:\"section_gedung_post_block_title_style_setting\";a:3:{s:32:\"typography_post_title_typography\";i:1;s:31:\"typography_post_title_font_size\";i:1;s:23:\"typhography_title_color\";i:1;}s:48:\"section_gedung_post_block_readmore_style_setting\";a:5:{s:35:\"typhography_read_more_color_masonry\";i:1;s:38:\"typhography_read_more_bg_color_masonry\";i:1;s:25:\"read_more_title_hov_color\";i:1;s:38:\"typhography_read_more_bg_hover_masonry\";i:1;s:36:\"typography_post_read_more_typography\";i:1;}}s:8:\"advanced\";a:1:{s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:1;s:17:\"_background_color\";i:1;}}}}}'),(1877,546,'_elementor_css','a:5:{s:4:\"time\";i:1590682093;s:5:\"fonts\";a:3:{i:0;s:7:\"Raleway\";i:1;s:10:\"Montserrat\";i:2;s:4:\"Lato\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1878,546,'header_style_choice','alternative'),(1879,546,'_header_style_choice','field_58c7b9d20beeb'),(1880,547,'_wp_page_template','template/page-builder-template.php'),(1881,547,'_elementor_data','[{\"id\":\"787d5c6b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"20\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"id\":386,\"url\":\"https:\\/\\/uchi.myqnapcloud.com:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/IMG_0903-scaled.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color_b\":\"#2d2d2d\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":100},\"custom_height\":{\"unit\":\"px\",\"size\":\"663\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"height\":\"full\",\"background_video_fallback\":{\"id\":79,\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/bg-fallback.jpg\"},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"21feba2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5af5fe4\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"ARS CONTRACTING, INC.\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Raleway\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_title_font_weight\":\"500\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":12},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_2\":\"#FFFFFF\",\"title_margin_bottom\":-10,\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":10},\"align_mobile\":\"left\",\"title_size\":\"h1\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c2b71c4\",\"elType\":\"widget\",\"settings\":{\"the_title\":\"Certified Riggers & Machinery Movers\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":90},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":100},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_1\":\"#ffffff\",\"choose_style\":\"2\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":85},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":90},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"81cb3fc\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<h2 style=\\\"color: white;\\\"><b>Moving America\\u2019s Businesses<\\/b><\\/h2>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_block_line_height\":{\"unit\":\"px\",\"size\":28},\"color_text_block\":\"#FDF8F8\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"0\",\"left\":\"250\",\"isLinked\":false},\"text_block_align_mobile\":\"left\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"586b5444\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"hover_animation\":\"sink\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#projects\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeInUp\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e1426a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"9414b9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bad6cf\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Services\",\"description_text\":\"Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":482,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/crane-48591-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255, 255, 255, 0)\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"154f0f93\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c2e578e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Exceptional Safety Rating\",\"description_text\":\"We have one of the best safety ratings in the industry & we are certified riggers\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":379,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/Safety-Rev-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":19},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4a35cdf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bfab3bb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Industries\",\"description_text\":\"We offer outstanding service to most industries including, contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers\\/building owners and more\\n\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":378,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/gears.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3334b860\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#eaeaea\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fb97c40\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.043,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57bdcd45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":11,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image2-1.jpg\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"align\":\"left\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5b694d6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.957,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2161d8d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"For almost 30 years, ARS Contracting, Inc. has built a national reputation for rigging, machinery moving, hauling and lifting components that keep America\\u2019s businesses moving. We\\u2019re dedicated to solving problems for our clients by using innovation and technology to constantly move the industry forward. By doing so, this can result in lowering overall project costs for our customers.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":19},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":45},\"the_subtitle\":\"Since 1991\",\"typography_subtitle_typography\":\"custom\",\"typography_subtitle_font_family\":\"Lato\",\"typography_subtitle_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_subtitle_font_weight\":\"300\",\"typography_subtitle_text_transform\":\"uppercase\",\"typography_subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":34},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":30},\"title_size\":\"h6\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"23901ed0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60cf4773\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1800},\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"_element_id\":\"projects\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7352b447\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"97cfb80\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"333b722f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d4210f\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Services\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"4c49f11d\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"43ef6c3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"7d11f6a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL SERVICES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=347\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d246d91\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"9\",\"width\":\"585\",\"height\":\"390\",\"caption_vertical\":{\"unit\":\"%\",\"size\":50},\"caption_horizontal\":{\"unit\":\"%\",\"size\":50},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":15,\"use_padding\":\"use\",\"padding_size\":{\"unit\":\"px\",\"size\":15},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"title_hover_effect\":\"ih-fade-down\",\"title_margin_bottom\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_family\":\"Raleway\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"category_hover_effect\":\"ih-fade-up\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"filter_style1_color\":\"#ffffff\",\"filter_style1_hov_color\":\"#ffffff\",\"filter_style1_bord_hov_color\":\"#3315C6\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_portfolio_title_line_height_mobile\":{\"unit\":\"px\",\"size\":24},\"title_margin_bottom_mobile\":5,\"typography_portfolio_category_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"filter_mobile_bord_bg_color\":\"#2b2b2b\",\"filter_mobile_bord_hov_color\":\"#2b2b2b\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"filter_padding_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"filter_align\":\"center\",\"filter_style\":\"style-2\",\"filter_style2_color\":\"#FFFFFF\",\"filter_style2_hov_color\":\"#8AABCA\",\"filter_style2_border_hov_color\":\"#8AABCA\",\"category_hover_delay\":\"ih-delay-xs\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"orderby\":\"menu_order\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f3e067f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/image-port-7.jpg\",\"id\":22},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#7A7A7A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ef29580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"788dae8b\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"30\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#ffffff\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#ffffff\",\"choose_column\":\"1\",\"typhography_blockquote_color\":\"#ffffff\",\"navigation_dots_color\":\"#ffffff\",\"autoplay\":\"use\",\"autoplay_ms\":2000,\"auto_loop\":\"use\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"50e8eeb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"4169d630\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/Affiliations.png\",\"id\":520},\"_id\":\"373378a\"}],\"mobile_choose_column\":\"mobile-column-3\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":50,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":9}},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46b4cfee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190},\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"763dcf8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"60111074\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6daf8247\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1f8fca5\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Industries\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"5e67d616\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ddd3ef5\",\"elType\":\"widget\",\"settings\":{\"color_text_block\":\"#555555\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":26}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":true},{\"id\":\"24b615c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1dd27b4a\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL INDUSTRIES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"rgba(243, 235, 235, 0.3)\",\"border_color\":\"#000000\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=348\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd640fa\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"8\",\"post_margin_bottom\":\"30\",\"horizontal_col_select_col2\":\"column-3\",\"width\":\"535\",\"height\":\"355\",\"height_grid2\":\"400\",\"use_category\":\"\",\"use_author\":\"\",\"use_date\":\"\",\"use_excerpt\":\"\",\"read_more_text\":\"Read More\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"typography_post_title_typography\":\"custom\",\"typography_post_title_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typhography_read_more_color_masonry\":\"#D7D7D7\",\"typhography_title_color\":\"#2B4D7B\",\"typhography_read_more_bg_color_masonry\":\"#FFFFFF\",\"read_more_title_hov_color\":\"#FFFFFF\",\"typhography_read_more_bg_hover_masonry\":\"#C7B4B4\",\"typography_post_read_more_typography\":\"custom\",\"_background_background\":\"classic\",\"_background_color\":\"#FEFEFE\"},\"elements\":[],\"widgetType\":\"gedung-post-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd675da\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"70618554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.68,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"700616c\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"419c7848\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1bc1cc0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"align_tablet\":\"center\",\"button_hover_border_color\":\"#ffffff\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1882,547,'_elementor_version','2.9.9'),(1883,547,'_elementor_template_type','wp-post'),(1884,547,'_elementor_edit_mode','builder'),(1885,547,'_thumbnail_id','338'),(1886,547,'_elementor_css','a:5:{s:4:\"time\";i:1590682093;s:5:\"fonts\";a:3:{i:0;s:7:\"Raleway\";i:1;s:10:\"Montserrat\";i:2;s:4:\"Lato\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1890,548,'_wp_page_template','default'),(1891,548,'_thumbnail_id','425'),(1892,548,'_elementor_edit_mode','builder'),(1893,548,'_elementor_template_type','wp-post'),(1894,548,'_elementor_version','2.9.9'),(1895,548,'_elementor_data','[{\"id\":\"4b5a5ec8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c6d8e77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7f451c97\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Suspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\\n<blockquote>Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae.<\\/blockquote>\\nVivamus pulvinar urna nec ipsum interdum blandit. Phasellus molestie feugiat hendrerit. Interdum et malesuada fames ac ante ipsum primis in faucibus. Suspendisse ut dapibus elit. Vivamus dui justo, dapibus nec fermentum sodales, convallis a nisi. Nullam auctor ante metus, eu lacinia mauris hendrerit a. Donec maximus porta turpis non venenatis. Pellentesque quis odio nec ex vestibulum ornare vel at erat. Vestibulum fringilla mauris quis mi pellentesque, a convallis turpis cursus. Praesent molestie, arcu vel faucibus tristique, erat lorem interdum libero, eget maximus mauris augue sed quam. Duis sit amet fringilla felis. Phasellus eget eros vitae dui finibus tincidunt vitae non sapien. Aliquam erat volutpat. Praesent volutpat, nibh eget viverra tristique, odio dolor iaculis elit, eget tincidunt felis arcu nec lectus. Nulla fermentum lorem a massa laoreet, non tincidunt dolor scelerisque.\\n\\n<img class=\\\"size-medium wp-image-6 alignleft\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/blog-5-1-300x200.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"200\\\">Aenean faucibus libero ultrices tincidunt pretium. Vestibulum id mi eget massa scelerisque facilisis vel semper nisl. Mauris pulvinar scelerisque fringilla. Ut eu mauris aliquet, mattis sem eleifend, vehicula massa. Nullam sit amet condimentum urna, a convallis nibh. Nulla at porttitor nulla. In hac habitasse platea dictumst. Donec ut pretium eros, eget condimentum augue. Vivamus venenatis leo sed dolor mattis imperdiet.\\n\\nProin in orci quis elit blandit imperdiet ut eu enim. Nulla mattis arcu eget nisi eleifend, non pellentesque augue mollis. Ut mauris ligula, interdum sed lobortis eu, fermentum vel neque. Maecenas facilisis erat quis augue fermentum vestibulum. Aenean vel sem ac tellus luctus efficitur. Mauris ultrices non libero eget auctor. Mauris rhoncus, risus ac dapibus rhoncus, dui purus ultrices lorem, efficitur gravida elit turpis quis metus.\\n\\nSed varius eros eu lorem condimentum, ac rutrum ex pharetra. Integer vitae tincidunt ipsum, vitae lacinia lacus. Aenean ac maximus eros, eu posuere erat. Sed efficitur magna vitae erat vehicula elementum. Ut cursus purus id tellus volutpat tempus. Mauris lacus eros, fermentum vitae congue volutpat, tincidunt non risus. Quisque at mollis nibh. Nulla aliquet placerat mollis. Morbi luctus porttitor ultricies. Phasellus ullamcorper in arcu ut ultricies. Donec odio nisl, iaculis eget odio id, tempor pulvinar justo. Phasellus sit amet dolor sit amet neque ultrices posuere sed nec neque. Pellentesque cursus varius sagittis. Duis placerat porta risus ac sagittis.\\n\\n<img class=\\\"aligncenter wp-image-5 size-full\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/blog-4-1.jpg\\\" alt=\\\"\\\" width=\\\"1200\\\" height=\\\"800\\\">\\n\\nUt tempus malesuada neque, laoreet ornare magna vehicula a. Curabitur augue nibh, faucibus id faucibus in, tincidunt et justo. Nulla facilisis tempus ligula ut venenatis. Donec diam felis, volutpat maximus viverra quis, maximus a leo. Quisque vestibulum tortor justo. Nullam nec venenatis urna, vel suscipit massa. Proin sed rutrum magna, sed blandit lacus. Donec dolor risus, tempor et ipsum vel, convallis vehicula urna. Sed vel elit accumsan diam condimentum finibus vel sollicitudin risus. Nunc a venenatis mi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed sed tellus urna. Sed hendrerit a justo ac sodales.\\n\\n<img class=\\\"size-medium wp-image-10 alignright\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image3-1-300x200.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"200\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut suscipit odio ante, id dapibus elit condimentum vitae. Maecenas eget orci vitae enim accumsan mollis. In congue nunc velit, sit amet eleifend velit cursus vitae. Morbi lorem massa, lobortis id bibendum et, rhoncus porttitor tortor. Aenean eget orci pulvinar, tincidunt neque quis, aliquam lectus. Etiam nec malesuada tortor. Sed id condimentum turpis. Quisque non fermentum est. Integer lobortis turpis a justo dignissim, sit amet accumsan sem pulvinar. Morbi mollis vitae libero in rhoncus. Vestibulum at arcu faucibus, congue diam sit amet, viverra velit. Sed rutrum urna ut dolor dignissim suscipit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Maecenas ultrices justo metus, quis facilisis justo interdum nec. Donec luctus ligula elit, eget varius urna sodales at. Mauris enim risus, cursus at nulla eget, mattis imperdiet orci.\\n\\nSuspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1896,548,'_elementor_css','a:6:{s:4:\"time\";i:1590610156;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(1899,549,'_wp_page_template','default'),(1900,549,'_thumbnail_id','389'),(1901,549,'_elementor_edit_mode','builder'),(1902,549,'_elementor_template_type','wp-post'),(1903,549,'_elementor_version','2.9.9'),(1904,550,'_wp_page_template','default'),(1905,550,'_thumbnail_id','389'),(1906,550,'_elementor_edit_mode','builder'),(1907,550,'_elementor_template_type','wp-post'),(1908,550,'_elementor_version','2.9.9'),(1909,329,'_elementor_data','[{\"id\":\"3f1f5281\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"502ddebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5172ddc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our expertise and up-to-date training enable our team to work with a range of contractors. We work with general contractors to assess the overall project and provide detailed plans to implement moves and set up equipment.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Electrical \\u2013 our team collaborates with electrical contractors on a variety of equipment moves including generators, switchgears, transformers and more.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Mechanical \\u2013 Our experience with mechanical contractors extends to moves and set up of a variety of equipment ranging from boilers and chillers to cooling towers and more.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Whether your move involves electrical or mechanical components, or a range of specialties, give us a call at <strong><a href=\\\"tel:800-358-8444\\\">800-358-8444<\\/a><\\/strong> to manage the overall process.<\\/span><\\/p>\",\"text_color\":\"#6EC1E4\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a77330\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"ind-sub-img\"},\"elements\":[{\"id\":\"00f30bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b06471f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a172923\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2018\\/03\\/image19.jpg\",\"id\":852}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0cd4317\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1910,551,'_wp_page_template','default'),(1911,551,'_thumbnail_id','425'),(1912,551,'_elementor_edit_mode','builder'),(1913,551,'_elementor_template_type','wp-post'),(1914,551,'_elementor_version','2.9.9'),(1915,551,'_elementor_data','[{\"id\":\"3f1f5281\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"502ddebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5172ddc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Suspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\\n<blockquote>Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae.<\\/blockquote>\\nVivamus pulvinar urna nec ipsum interdum blandit. Phasellus molestie feugiat hendrerit. Interdum et malesuada fames ac ante ipsum primis in faucibus. Suspendisse ut dapibus elit. Vivamus dui justo, dapibus nec fermentum sodales, convallis a nisi. Nullam auctor ante metus, eu lacinia mauris hendrerit a. Donec maximus porta turpis non venenatis. Pellentesque quis odio nec ex vestibulum ornare vel at erat. Vestibulum fringilla mauris quis mi pellentesque, a convallis turpis cursus. Praesent molestie, arcu vel faucibus tristique, erat lorem interdum libero, eget maximus mauris augue sed quam. Duis sit amet fringilla felis. Phasellus eget eros vitae dui finibus tincidunt vitae non sapien. Aliquam erat volutpat. Praesent volutpat, nibh eget viverra tristique, odio dolor iaculis elit, eget tincidunt felis arcu nec lectus. Nulla fermentum lorem a massa laoreet, non tincidunt dolor scelerisque.\\n\\n<img class=\\\"size-medium wp-image-6 alignleft\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/blog-5-1-300x200.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"200\\\">Aenean faucibus libero ultrices tincidunt pretium. Vestibulum id mi eget massa scelerisque facilisis vel semper nisl. Mauris pulvinar scelerisque fringilla. Ut eu mauris aliquet, mattis sem eleifend, vehicula massa. Nullam sit amet condimentum urna, a convallis nibh. Nulla at porttitor nulla. In hac habitasse platea dictumst. Donec ut pretium eros, eget condimentum augue. Vivamus venenatis leo sed dolor mattis imperdiet.\\n\\nProin in orci quis elit blandit imperdiet ut eu enim. Nulla mattis arcu eget nisi eleifend, non pellentesque augue mollis. Ut mauris ligula, interdum sed lobortis eu, fermentum vel neque. Maecenas facilisis erat quis augue fermentum vestibulum. Aenean vel sem ac tellus luctus efficitur. Mauris ultrices non libero eget auctor. Mauris rhoncus, risus ac dapibus rhoncus, dui purus ultrices lorem, efficitur gravida elit turpis quis metus.\\n\\nSed varius eros eu lorem condimentum, ac rutrum ex pharetra. Integer vitae tincidunt ipsum, vitae lacinia lacus. Aenean ac maximus eros, eu posuere erat. Sed efficitur magna vitae erat vehicula elementum. Ut cursus purus id tellus volutpat tempus. Mauris lacus eros, fermentum vitae congue volutpat, tincidunt non risus. Quisque at mollis nibh. Nulla aliquet placerat mollis. Morbi luctus porttitor ultricies. Phasellus ullamcorper in arcu ut ultricies. Donec odio nisl, iaculis eget odio id, tempor pulvinar justo. Phasellus sit amet dolor sit amet neque ultrices posuere sed nec neque. Pellentesque cursus varius sagittis. Duis placerat porta risus ac sagittis.\\n\\n<img class=\\\"aligncenter wp-image-5 size-full\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/blog-4-1.jpg\\\" alt=\\\"\\\" width=\\\"1200\\\" height=\\\"800\\\">\\n\\nUt tempus malesuada neque, laoreet ornare magna vehicula a. Curabitur augue nibh, faucibus id faucibus in, tincidunt et justo. Nulla facilisis tempus ligula ut venenatis. Donec diam felis, volutpat maximus viverra quis, maximus a leo. Quisque vestibulum tortor justo. Nullam nec venenatis urna, vel suscipit massa. Proin sed rutrum magna, sed blandit lacus. Donec dolor risus, tempor et ipsum vel, convallis vehicula urna. Sed vel elit accumsan diam condimentum finibus vel sollicitudin risus. Nunc a venenatis mi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed sed tellus urna. Sed hendrerit a justo ac sodales.\\n\\n<img class=\\\"size-medium wp-image-10 alignright\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image3-1-300x200.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"200\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut suscipit odio ante, id dapibus elit condimentum vitae. Maecenas eget orci vitae enim accumsan mollis. In congue nunc velit, sit amet eleifend velit cursus vitae. Morbi lorem massa, lobortis id bibendum et, rhoncus porttitor tortor. Aenean eget orci pulvinar, tincidunt neque quis, aliquam lectus. Etiam nec malesuada tortor. Sed id condimentum turpis. Quisque non fermentum est. Integer lobortis turpis a justo dignissim, sit amet accumsan sem pulvinar. Morbi mollis vitae libero in rhoncus. Vestibulum at arcu faucibus, congue diam sit amet, viverra velit. Sed rutrum urna ut dolor dignissim suscipit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Maecenas ultrices justo metus, quis facilisis justo interdum nec. Donec luctus ligula elit, eget varius urna sodales at. Mauris enim risus, cursus at nulla eget, mattis imperdiet orci.\\n\\nSuspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1917,520,'_wp_attachment_image_alt','Affiliations'),(1918,552,'_wp_page_template','template/page-builder-template.php'),(1919,552,'_elementor_data','[{\"id\":\"787d5c6b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"20\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"id\":386,\"url\":\"https:\\/\\/uchi.myqnapcloud.com:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/IMG_0903-scaled.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color_b\":\"#2d2d2d\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":100},\"custom_height\":{\"unit\":\"px\",\"size\":\"663\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"height\":\"full\",\"background_video_fallback\":{\"id\":79,\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/bg-fallback.jpg\"},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"21feba2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5af5fe4\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"ARS CONTRACTING, INC.\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Raleway\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_title_font_weight\":\"500\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":12},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_2\":\"#FFFFFF\",\"title_margin_bottom\":-10,\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":10},\"align_mobile\":\"left\",\"title_size\":\"h1\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c2b71c4\",\"elType\":\"widget\",\"settings\":{\"the_title\":\"Certified Riggers & Machinery Movers\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":90},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":100},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_1\":\"#ffffff\",\"choose_style\":\"2\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":85},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":90},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"81cb3fc\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<h2 style=\\\"color: white;\\\"><b>Moving America\\u2019s Businesses<\\/b><\\/h2>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_block_line_height\":{\"unit\":\"px\",\"size\":28},\"color_text_block\":\"#FDF8F8\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"0\",\"left\":\"250\",\"isLinked\":false},\"text_block_align_mobile\":\"left\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"586b5444\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"hover_animation\":\"sink\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#projects\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeInUp\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e1426a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"9414b9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bad6cf\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Services\",\"description_text\":\"Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":482,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/crane-48591-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255, 255, 255, 0)\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"154f0f93\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c2e578e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Exceptional Safety Rating\",\"description_text\":\"We have one of the best safety ratings in the industry & we are certified riggers\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":379,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/Safety-Rev-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":19},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4a35cdf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bfab3bb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Industries\",\"description_text\":\"We offer outstanding service to most industries including, contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers\\/building owners and more\\n\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":378,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/gears.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3334b860\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#eaeaea\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fb97c40\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.043,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57bdcd45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":11,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image2-1.jpg\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"align\":\"left\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5b694d6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.957,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2161d8d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"For almost 30 years, ARS Contracting, Inc. has built a national reputation for rigging, machinery moving, hauling and lifting components that keep America\\u2019s businesses moving. We\\u2019re dedicated to solving problems for our clients by using innovation and technology to constantly move the industry forward. By doing so, this can result in lowering overall project costs for our customers.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":19},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":45},\"the_subtitle\":\"Since 1991\",\"typography_subtitle_typography\":\"custom\",\"typography_subtitle_font_family\":\"Lato\",\"typography_subtitle_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_subtitle_font_weight\":\"300\",\"typography_subtitle_text_transform\":\"uppercase\",\"typography_subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":34},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":30},\"title_size\":\"h6\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"23901ed0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60cf4773\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1800},\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"_element_id\":\"projects\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7352b447\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"97cfb80\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"333b722f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d4210f\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Services\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"4c49f11d\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"43ef6c3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"7d11f6a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL SERVICES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=347\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d246d91\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"9\",\"width\":\"585\",\"height\":\"390\",\"caption_vertical\":{\"unit\":\"%\",\"size\":50},\"caption_horizontal\":{\"unit\":\"%\",\"size\":50},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":15,\"use_padding\":\"use\",\"padding_size\":{\"unit\":\"px\",\"size\":15},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"title_hover_effect\":\"ih-fade-down\",\"title_margin_bottom\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_family\":\"Raleway\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"category_hover_effect\":\"ih-fade-up\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"filter_style1_color\":\"#ffffff\",\"filter_style1_hov_color\":\"#ffffff\",\"filter_style1_bord_hov_color\":\"#3315C6\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_portfolio_title_line_height_mobile\":{\"unit\":\"px\",\"size\":24},\"title_margin_bottom_mobile\":5,\"typography_portfolio_category_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"filter_mobile_bord_bg_color\":\"#2b2b2b\",\"filter_mobile_bord_hov_color\":\"#2b2b2b\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"filter_padding_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"filter_align\":\"center\",\"filter_style\":\"style-2\",\"filter_style2_color\":\"#FFFFFF\",\"filter_style2_hov_color\":\"#8AABCA\",\"filter_style2_border_hov_color\":\"#8AABCA\",\"category_hover_delay\":\"ih-delay-xs\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"orderby\":\"menu_order\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f3e067f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/image-port-7.jpg\",\"id\":22},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#7A7A7A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ef29580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"788dae8b\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"30\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#ffffff\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#ffffff\",\"choose_column\":\"1\",\"typhography_blockquote_color\":\"#ffffff\",\"navigation_dots_color\":\"#ffffff\",\"autoplay\":\"use\",\"autoplay_ms\":2000,\"auto_loop\":\"use\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"50e8eeb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"4169d630\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"https:\\/\\/uchi.myqnapcloud.com:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/Affiliations.png\",\"id\":520},\"_id\":\"373378a\"}],\"mobile_choose_column\":\"mobile-column-3\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":50,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":9}},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46b4cfee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190},\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"763dcf8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"60111074\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6daf8247\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1f8fca5\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Industries\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"5e67d616\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ddd3ef5\",\"elType\":\"widget\",\"settings\":{\"color_text_block\":\"#555555\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":26}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":true},{\"id\":\"24b615c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1dd27b4a\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL INDUSTRIES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"rgba(243, 235, 235, 0.3)\",\"border_color\":\"#000000\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=348\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd640fa\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"8\",\"post_margin_bottom\":\"30\",\"horizontal_col_select_col2\":\"column-3\",\"width\":\"535\",\"height\":\"355\",\"height_grid2\":\"400\",\"use_category\":\"\",\"use_author\":\"\",\"use_date\":\"\",\"use_excerpt\":\"\",\"read_more_text\":\"Read More\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"typography_post_title_typography\":\"custom\",\"typography_post_title_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typhography_read_more_color_masonry\":\"#D7D7D7\",\"typhography_title_color\":\"#2B4D7B\",\"typhography_read_more_bg_color_masonry\":\"#FFFFFF\",\"read_more_title_hov_color\":\"#FFFFFF\",\"typhography_read_more_bg_hover_masonry\":\"#C7B4B4\",\"typography_post_read_more_typography\":\"custom\",\"_background_background\":\"classic\",\"_background_color\":\"#FEFEFE\"},\"elements\":[],\"widgetType\":\"gedung-post-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd675da\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"70618554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.68,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"700616c\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"419c7848\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1bc1cc0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"align_tablet\":\"center\",\"button_hover_border_color\":\"#ffffff\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1920,552,'_elementor_version','2.9.9'),(1921,552,'_elementor_template_type','wp-post'),(1922,552,'_elementor_edit_mode','builder'),(1923,552,'_thumbnail_id','338'),(1924,552,'_elementor_css','a:5:{s:4:\"time\";i:1590682575;s:5:\"fonts\";a:3:{i:0;s:7:\"Raleway\";i:1;s:10:\"Montserrat\";i:2;s:4:\"Lato\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1927,553,'_menu_item_type','post_type'),(1928,553,'_menu_item_menu_item_parent','0'),(1929,553,'_menu_item_object_id','65'),(1930,553,'_menu_item_object','page'),(1931,553,'_menu_item_target',''),(1932,553,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1933,553,'_menu_item_xfn',''),(1934,553,'_menu_item_url',''),(1940,556,'_wp_page_template','template/page-builder-template.php'),(1941,556,'_elementor_data','[{\"id\":\"787d5c6b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"20\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"id\":386,\"url\":\"https:\\/\\/uchi.myqnapcloud.com:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/IMG_0903-scaled.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color_b\":\"#2d2d2d\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":100},\"custom_height\":{\"unit\":\"px\",\"size\":\"663\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"height\":\"full\",\"background_video_fallback\":{\"id\":79,\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/bg-fallback.jpg\"},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"21feba2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5af5fe4\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"ARS CONTRACTING, INC.\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Raleway\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_title_font_weight\":\"500\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":12},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_2\":\"#FFFFFF\",\"title_margin_bottom\":-10,\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":10},\"align_mobile\":\"left\",\"title_size\":\"h1\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c2b71c4\",\"elType\":\"widget\",\"settings\":{\"the_title\":\"Certified Riggers & Machinery Movers\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":90},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":100},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_1\":\"#ffffff\",\"choose_style\":\"2\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":85},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":90},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"81cb3fc\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<h2 style=\\\"color: white;\\\"><b>Moving America\\u2019s Businesses<\\/b><\\/h2>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_block_line_height\":{\"unit\":\"px\",\"size\":28},\"color_text_block\":\"#FDF8F8\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"0\",\"left\":\"250\",\"isLinked\":false},\"text_block_align_mobile\":\"left\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"586b5444\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"hover_animation\":\"sink\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#projects\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeInUp\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e1426a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"9414b9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bad6cf\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Services\",\"description_text\":\"Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":482,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/crane-48591-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255, 255, 255, 0)\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"154f0f93\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c2e578e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Exceptional Safety Rating\",\"description_text\":\"We have one of the best safety ratings in the industry & we are certified riggers\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":379,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/Safety-Rev-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":19},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4a35cdf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bfab3bb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Industries\",\"description_text\":\"We offer outstanding service to most industries including, contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers\\/building owners and more\\n\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":378,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/gears.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3334b860\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#eaeaea\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fb97c40\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.043,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57bdcd45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":11,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image2-1.jpg\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"align\":\"left\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5b694d6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.957,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2161d8d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"For almost 30 years, ARS Contracting, Inc. has built a national reputation for rigging, machinery moving, hauling and lifting components that keep America\\u2019s businesses moving. We\\u2019re dedicated to solving problems for our clients by using innovation and technology to constantly move the industry forward. By doing so, this can result in lowering overall project costs for our customers.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":19},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":45},\"the_subtitle\":\"Since 1991\",\"typography_subtitle_typography\":\"custom\",\"typography_subtitle_font_family\":\"Lato\",\"typography_subtitle_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_subtitle_font_weight\":\"300\",\"typography_subtitle_text_transform\":\"uppercase\",\"typography_subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":34},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":30},\"title_size\":\"h6\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"23901ed0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60cf4773\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1800},\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"_element_id\":\"projects\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7352b447\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"97cfb80\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"333b722f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d4210f\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Services\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"4c49f11d\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"43ef6c3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"7d11f6a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL SERVICES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=347\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d246d91\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"9\",\"width\":\"585\",\"height\":\"390\",\"caption_vertical\":{\"unit\":\"%\",\"size\":50},\"caption_horizontal\":{\"unit\":\"%\",\"size\":50},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":15,\"use_padding\":\"use\",\"padding_size\":{\"unit\":\"px\",\"size\":15},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"title_hover_effect\":\"ih-fade-down\",\"title_margin_bottom\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_family\":\"Raleway\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"category_hover_effect\":\"ih-fade-up\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"filter_style1_color\":\"#ffffff\",\"filter_style1_hov_color\":\"#ffffff\",\"filter_style1_bord_hov_color\":\"#3315C6\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_portfolio_title_line_height_mobile\":{\"unit\":\"px\",\"size\":24},\"title_margin_bottom_mobile\":5,\"typography_portfolio_category_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"filter_mobile_bord_bg_color\":\"#2b2b2b\",\"filter_mobile_bord_hov_color\":\"#2b2b2b\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"filter_padding_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"filter_align\":\"center\",\"filter_style\":\"style-2\",\"filter_style2_color\":\"#FFFFFF\",\"filter_style2_hov_color\":\"#8AABCA\",\"filter_style2_border_hov_color\":\"#8AABCA\",\"category_hover_delay\":\"ih-delay-xs\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"orderby\":\"menu_order\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f3e067f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/image-port-7.jpg\",\"id\":22},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#7A7A7A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ef29580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"788dae8b\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"30\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#ffffff\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#ffffff\",\"choose_column\":\"1\",\"typhography_blockquote_color\":\"#ffffff\",\"navigation_dots_color\":\"#ffffff\",\"autoplay\":\"use\",\"autoplay_ms\":2000,\"auto_loop\":\"use\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"50e8eeb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"4169d630\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"https:\\/\\/uchi.myqnapcloud.com:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/Affiliations.png\",\"id\":520},\"_id\":\"373378a\"}],\"mobile_choose_column\":\"mobile-column-3\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":50,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":9}},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46b4cfee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190},\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"763dcf8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"60111074\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6daf8247\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1f8fca5\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Industries\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"5e67d616\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ddd3ef5\",\"elType\":\"widget\",\"settings\":{\"color_text_block\":\"#555555\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":26}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":true},{\"id\":\"24b615c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1dd27b4a\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL INDUSTRIES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"rgba(243, 235, 235, 0.3)\",\"border_color\":\"#000000\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=348\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd640fa\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"8\",\"post_margin_bottom\":\"30\",\"horizontal_col_select_col2\":\"column-3\",\"width\":\"535\",\"height\":\"355\",\"height_grid2\":\"400\",\"use_category\":\"\",\"use_author\":\"\",\"use_date\":\"\",\"use_excerpt\":\"\",\"read_more_text\":\"Read More\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"typography_post_title_typography\":\"custom\",\"typography_post_title_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typhography_read_more_color_masonry\":\"#D7D7D7\",\"typhography_title_color\":\"#2B4D7B\",\"typhography_read_more_bg_color_masonry\":\"#FFFFFF\",\"read_more_title_hov_color\":\"#FFFFFF\",\"typhography_read_more_bg_hover_masonry\":\"#C7B4B4\",\"typography_post_read_more_typography\":\"custom\",\"_background_background\":\"classic\",\"_background_color\":\"#FEFEFE\"},\"elements\":[],\"widgetType\":\"gedung-post-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd675da\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"70618554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.68,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"700616c\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"419c7848\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1bc1cc0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"align_tablet\":\"center\",\"button_hover_border_color\":\"#ffffff\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1942,556,'_elementor_version','2.9.9'),(1943,556,'_elementor_template_type','wp-post'),(1944,556,'_elementor_edit_mode','builder'),(1945,556,'_thumbnail_id','338'),(1946,556,'_elementor_controls_usage','a:12:{s:17:\"gedung-head-title\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:4:{s:25:\"section_gedung_head_title\";a:25:{s:12:\"choose_style\";i:6;s:9:\"the_title\";i:6;s:27:\"typography_title_typography\";i:6;s:28:\"typography_title_font_family\";i:1;s:26:\"typography_title_font_size\";i:4;s:28:\"typography_title_font_weight\";i:2;s:31:\"typography_title_letter_spacing\";i:1;s:17:\"head_use_subtitle\";i:5;s:5:\"align\";i:2;s:33:\"typography_title_font_size_mobile\";i:6;s:35:\"typography_title_line_height_mobile\";i:4;s:38:\"typography_title_letter_spacing_mobile\";i:1;s:12:\"align_mobile\";i:3;s:10:\"title_size\";i:2;s:28:\"typography_title_line_height\";i:2;s:33:\"typography_title_font_size_tablet\";i:3;s:35:\"typography_title_line_height_tablet\";i:2;s:12:\"the_subtitle\";i:1;s:30:\"typography_subtitle_typography\";i:1;s:31:\"typography_subtitle_font_family\";i:1;s:29:\"typography_subtitle_font_size\";i:1;s:31:\"typography_subtitle_font_weight\";i:1;s:34:\"typography_subtitle_text_transform\";i:1;s:34:\"typography_subtitle_letter_spacing\";i:1;s:12:\"align_tablet\";i:1;}s:33:\"section_gedung_head_title_style_2\";a:1:{s:13:\"title_color_2\";i:4;}s:36:\"section_gedung_head_title_dimensions\";a:1:{s:19:\"title_margin_bottom\";i:1;}s:33:\"section_gedung_head_title_style_1\";a:1:{s:13:\"title_color_1\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:11:\"gedung-text\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"gedung_text_control\";a:9:{s:11:\"custom_text\";i:1;s:32:\"typography_text_block_typography\";i:2;s:31:\"typography_text_block_font_size\";i:1;s:33:\"typography_text_block_line_height\";i:1;s:16:\"color_text_block\";i:2;s:16:\"text_block_align\";i:1;s:23:\"text_block_align_mobile\";i:1;s:38:\"typography_text_block_font_size_mobile\";i:1;s:40:\"typography_text_block_line_height_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:1;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:10;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:6:{s:4:\"text\";i:4;s:5:\"align\";i:4;s:4:\"size\";i:4;s:4:\"link\";i:4;s:12:\"align_mobile\";i:4;s:12:\"align_tablet\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:17:{s:21:\"typography_typography\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_family\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:16:\"background_color\";i:4;s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:13:\"border_radius\";i:4;s:27:\"typography_font_size_mobile\";i:1;s:11:\"hover_color\";i:4;s:29:\"button_background_hover_color\";i:4;s:15:\"hover_animation\";i:4;s:17:\"button_text_color\";i:3;s:12:\"border_color\";i:3;s:25:\"button_hover_border_color\";i:3;s:28:\"text_shadow_text_shadow_type\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:15:\"_padding_mobile\";i:1;s:8:\"_padding\";i:2;s:15:\"_padding_tablet\";i:3;s:7:\"_margin\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:4;s:18:\"animation_duration\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:15;s:19:\"_inline_size_mobile\";i:3;s:19:\"_inline_size_tablet\";i:8;s:16:\"content_position\";i:2;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:14:\"padding_tablet\";i:4;s:7:\"padding\";i:8;s:14:\"padding_mobile\";i:6;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:3:\"gap\";i:7;s:13:\"custom_height\";i:1;s:6:\"height\";i:1;s:13:\"content_width\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:13:\"margin_tablet\";i:1;s:14:\"padding_tablet\";i:8;s:6:\"margin\";i:3;s:7:\"padding\";i:8;s:13:\"margin_mobile\";i:2;s:14:\"padding_mobile\";i:7;s:11:\"_element_id\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:2;s:19:\"background_position\";i:3;s:15:\"background_size\";i:3;s:25:\"background_video_fallback\";i:1;s:21:\"background_attachment\";i:3;s:16:\"background_color\";i:5;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_color\";i:2;s:26:\"background_overlay_opacity\";i:2;s:26:\"background_overlay_color_b\";i:1;s:29:\"background_overlay_color_stop\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;s:5:\"image\";i:3;s:8:\"position\";i:3;}}s:5:\"style\";a:2:{s:21:\"section_style_content\";a:14:{s:10:\"text_align\";i:3;s:18:\"title_bottom_space\";i:3;s:11:\"title_color\";i:3;s:27:\"title_typography_typography\";i:3;s:26:\"title_typography_font_size\";i:3;s:17:\"description_color\";i:3;s:17:\"text_align_tablet\";i:2;s:17:\"text_align_mobile\";i:3;s:33:\"title_typography_font_size_tablet\";i:3;s:35:\"title_typography_line_height_tablet\";i:3;s:33:\"description_typography_typography\";i:3;s:39:\"description_typography_font_size_tablet\";i:3;s:41:\"description_typography_line_height_tablet\";i:3;s:32:\"description_typography_font_size\";i:3;}s:19:\"section_style_image\";a:3:{s:11:\"image_space\";i:3;s:10:\"image_size\";i:3;s:18:\"image_space_tablet\";i:3;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:2:{s:15:\"_padding_mobile\";i:1;s:8:\"_padding\";i:3;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:3;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:1;s:17:\"_background_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:5:\"align\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:6:\"weight\";i:3;s:3:\"gap\";i:3;s:5:\"color\";i:3;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:3;s:5:\"align\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:3;}}}}s:22:\"gedung-portfolio-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:12;s:8:\"controls\";a:3:{s:7:\"content\";a:6:{s:43:\"section_gedung_portfolio_block_post_setting\";a:2:{s:14:\"posts_per_page\";i:1;s:7:\"orderby\";i:1;}s:44:\"section_gedung_portfolio_block_image_setting\";a:2:{s:5:\"width\";i:1;s:6:\"height\";i:1;}s:43:\"section_gedung_portfolio_block_item_setting\";a:3:{s:16:\"caption_vertical\";i:1;s:18:\"caption_horizontal\";i:1;s:10:\"text_align\";i:1;}s:44:\"section_gedung_portfolio_block_hover_setting\";a:3:{s:12:\"hover_effect\";i:1;s:12:\"grid_item_bg\";i:1;s:13:\"grid_item_bg2\";i:1;}s:39:\"section_gedung_portfolio_layout_control\";a:4:{s:13:\"margin_bottom\";i:1;s:11:\"use_padding\";i:1;s:12:\"padding_size\";i:1;s:19:\"padding_size_mobile\";i:1;}s:39:\"section_gedung_portfolio_filter_control\";a:14:{s:10:\"use_filter\";i:1;s:19:\"filter_style1_color\";i:1;s:23:\"filter_style1_hov_color\";i:1;s:28:\"filter_style1_bord_hov_color\";i:1;s:25:\"filter_margin_bottom_size\";i:1;s:32:\"filter_margin_bottom_size_mobile\";i:1;s:27:\"filter_mobile_bord_bg_color\";i:1;s:28:\"filter_mobile_bord_hov_color\";i:1;s:19:\"filter_padding_size\";i:1;s:12:\"filter_align\";i:1;s:12:\"filter_style\";i:1;s:19:\"filter_style2_color\";i:1;s:23:\"filter_style2_hov_color\";i:1;s:30:\"filter_style2_border_hov_color\";i:1;}}s:5:\"style\";a:2:{s:44:\"section_gedung_portfolio_block_title_setting\";a:7:{s:23:\"typhography_title_color\";i:1;s:37:\"typography_portfolio_title_typography\";i:1;s:18:\"title_hover_effect\";i:1;s:19:\"title_margin_bottom\";i:1;s:43:\"typography_portfolio_title_font_size_mobile\";i:1;s:45:\"typography_portfolio_title_line_height_mobile\";i:1;s:26:\"title_margin_bottom_mobile\";i:1;}s:47:\"section_gedung_portfolio_block_category_setting\";a:9:{s:26:\"typhography_category_color\";i:1;s:40:\"typography_portfolio_category_typography\";i:1;s:41:\"typography_portfolio_category_font_family\";i:1;s:39:\"typography_portfolio_category_font_size\";i:1;s:41:\"typography_portfolio_category_font_weight\";i:1;s:40:\"typography_portfolio_category_font_style\";i:1;s:21:\"category_hover_effect\";i:1;s:46:\"typography_portfolio_category_font_size_mobile\";i:1;s:20:\"category_hover_delay\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;}}}}s:24:\"gedung-testimonial-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:52:\"section_gedung_testimonial_block_testimonial_setting\";a:1:{s:10:\"testi_item\";i:1;}s:46:\"section_gedung_testimonial_block_image_setting\";a:1:{s:17:\"text_align_tablet\";i:1;}s:31:\"section_gedung_carousel_options\";a:5:{s:13:\"choose_column\";i:1;s:21:\"navigation_dots_color\";i:1;s:8:\"autoplay\";i:1;s:11:\"autoplay_ms\";i:1;s:9:\"auto_loop\";i:1;}}s:5:\"style\";a:3:{s:51:\"section_gedung_testimonial_block_blockquote_setting\";a:5:{s:21:\"vertical_testi_detail\";i:1;s:44:\"typhography_blockquote_typography_typography\";i:1;s:43:\"typhography_blockquote_typography_font_size\";i:1;s:45:\"typhography_blockquote_typography_line_height\";i:1;s:28:\"typhography_blockquote_color\";i:1;}s:47:\"section_gedung_testimonial_block_author_setting\";a:5:{s:24:\"typhography_author_color\";i:1;s:16:\"author_img_color\";i:1;s:40:\"typhography_author_typography_typography\";i:1;s:39:\"typhography_author_typography_font_size\";i:1;s:41:\"typhography_author_typography_line_height\";i:1;}s:51:\"section_gedung_testimonial_block_author_job_setting\";a:1:{s:22:\"typhography_cite_color\";i:1;}}}}s:19:\"gedung-client-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:27:\"section_gedung_client_block\";a:2:{s:11:\"choose_type\";i:1;s:11:\"client_item\";i:1;}s:28:\"section_gedung_column_client\";a:5:{s:20:\"mobile_choose_column\";i:1;s:17:\"item_padding_size\";i:1;s:24:\"item_padding_size_tablet\";i:1;s:18:\"item_margin_bottom\";i:1;s:24:\"item_padding_size_mobile\";i:1;}s:31:\"section_gedung_carousel_options\";a:1:{s:10:\"column_gap\";i:1;}}}}s:17:\"gedung-post-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:38:\"section_gedung_post_block_post_setting\";a:1:{s:14:\"posts_per_page\";i:1;}s:40:\"section_gedung_post_block_layout_setting\";a:1:{s:26:\"horizontal_col_select_col2\";i:1;}}s:5:\"style\";a:6:{s:48:\"section_gedung_post_block_category_style_setting\";a:1:{s:12:\"use_category\";i:1;}s:46:\"section_gedung_post_block_author_style_setting\";a:1:{s:10:\"use_author\";i:1;}s:44:\"section_gedung_post_block_date_style_setting\";a:1:{s:8:\"use_date\";i:1;}s:47:\"section_gedung_post_block_excerpt_style_setting\";a:1:{s:11:\"use_excerpt\";i:1;}s:45:\"section_gedung_post_block_title_style_setting\";a:3:{s:32:\"typography_post_title_typography\";i:1;s:31:\"typography_post_title_font_size\";i:1;s:23:\"typhography_title_color\";i:1;}s:48:\"section_gedung_post_block_readmore_style_setting\";a:5:{s:35:\"typhography_read_more_color_masonry\";i:1;s:38:\"typhography_read_more_bg_color_masonry\";i:1;s:25:\"read_more_title_hov_color\";i:1;s:38:\"typhography_read_more_bg_hover_masonry\";i:1;s:36:\"typography_post_read_more_typography\";i:1;}}s:8:\"advanced\";a:1:{s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:1;s:17:\"_background_color\";i:1;}}}}}'),(1947,556,'_elementor_css','a:5:{s:4:\"time\";i:1590683984;s:5:\"fonts\";a:3:{i:0;s:7:\"Raleway\";i:1;s:10:\"Montserrat\";i:2;s:4:\"Lato\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1948,556,'header_style_choice','alternative'),(1949,556,'_header_style_choice','field_58c7b9d20beeb'),(1969,563,'_wp_page_template','template/page-builder-template.php'),(1970,563,'_elementor_data','[{\"id\":\"787d5c6b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"20\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"id\":386,\"url\":\"https:\\/\\/uchi.myqnapcloud.com:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/IMG_0903-scaled.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color_b\":\"#2d2d2d\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":100},\"custom_height\":{\"unit\":\"px\",\"size\":\"663\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"height\":\"full\",\"background_video_fallback\":{\"id\":79,\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/bg-fallback.jpg\"},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"21feba2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5af5fe4\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"ARS CONTRACTING, INC.\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Raleway\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_title_font_weight\":\"500\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":12},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_2\":\"#FFFFFF\",\"title_margin_bottom\":-10,\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":10},\"align_mobile\":\"left\",\"title_size\":\"h1\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c2b71c4\",\"elType\":\"widget\",\"settings\":{\"the_title\":\"Certified Riggers & Machinery Movers\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":90},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":100},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_1\":\"#ffffff\",\"choose_style\":\"2\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":85},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":90},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"81cb3fc\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<h2 style=\\\"color: white;\\\"><b>Moving America\\u2019s Businesses<\\/b><\\/h2>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_block_line_height\":{\"unit\":\"px\",\"size\":28},\"color_text_block\":\"#FDF8F8\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"0\",\"left\":\"250\",\"isLinked\":false},\"text_block_align_mobile\":\"left\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"586b5444\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"hover_animation\":\"sink\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#projects\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeInUp\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e1426a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"9414b9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bad6cf\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Services\",\"description_text\":\"Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":482,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/crane-48591-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255, 255, 255, 0)\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"154f0f93\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c2e578e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Exceptional Safety Rating\",\"description_text\":\"We have one of the best safety ratings in the industry & we are certified riggers\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":379,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/Safety-Rev-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":19},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4a35cdf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bfab3bb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Industries\",\"description_text\":\"We offer outstanding service to most industries including, contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers\\/building owners and more\\n\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":378,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/gears.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3334b860\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#eaeaea\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fb97c40\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.042999999999999,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57bdcd45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":11,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image2-1.jpg\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"align\":\"left\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5b694d6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.957000000000001,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2161d8d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"For almost 30 years, ARS Contracting, Inc. has built a national reputation for rigging, machinery moving, hauling and lifting components that keep America\\u2019s businesses moving. We\\u2019re dedicated to solving problems for our clients by using innovation and technology to constantly move the industry forward. By doing so, this can result in lowering overall project costs for our customers.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":19},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":45},\"the_subtitle\":\"Since 1991\",\"typography_subtitle_typography\":\"custom\",\"typography_subtitle_font_family\":\"Lato\",\"typography_subtitle_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_subtitle_font_weight\":\"300\",\"typography_subtitle_text_transform\":\"uppercase\",\"typography_subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":34},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":30},\"title_size\":\"h6\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"23901ed0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60cf4773\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1800},\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"_element_id\":\"projects\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7352b447\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"97cfb80\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"333b722f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d4210f\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Services\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"4c49f11d\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"43ef6c3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"7d11f6a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL SERVICES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=347\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d246d91\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"9\",\"width\":\"585\",\"height\":\"390\",\"caption_vertical\":{\"unit\":\"%\",\"size\":50},\"caption_horizontal\":{\"unit\":\"%\",\"size\":50},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":15,\"use_padding\":\"use\",\"padding_size\":{\"unit\":\"px\",\"size\":15},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"title_hover_effect\":\"ih-fade-down\",\"title_margin_bottom\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_family\":\"Raleway\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"category_hover_effect\":\"ih-fade-up\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"filter_style1_color\":\"#ffffff\",\"filter_style1_hov_color\":\"#ffffff\",\"filter_style1_bord_hov_color\":\"#3315C6\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_portfolio_title_line_height_mobile\":{\"unit\":\"px\",\"size\":24},\"title_margin_bottom_mobile\":5,\"typography_portfolio_category_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"filter_mobile_bord_bg_color\":\"#2b2b2b\",\"filter_mobile_bord_hov_color\":\"#2b2b2b\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"filter_padding_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"filter_align\":\"center\",\"filter_style\":\"style-2\",\"filter_style2_color\":\"#FFFFFF\",\"filter_style2_hov_color\":\"#8AABCA\",\"filter_style2_border_hov_color\":\"#8AABCA\",\"category_hover_delay\":\"ih-delay-xs\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"orderby\":\"menu_order\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f3e067f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/image-port-7.jpg\",\"id\":22},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#7A7A7A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ef29580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"788dae8b\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"30\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#ffffff\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#ffffff\",\"choose_column\":\"1\",\"typhography_blockquote_color\":\"#ffffff\",\"navigation_dots_color\":\"#ffffff\",\"autoplay\":\"use\",\"autoplay_ms\":2000,\"auto_loop\":\"use\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"50e8eeb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"4169d630\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/1693-logo.gif\",\"id\":558},\"_id\":\"373378a\"},{\"client_author\":\"Your client name.\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT.jpg\",\"id\":559},\"_id\":\"b24f584\"},{\"client_author\":\"Your client name.\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IMPACTLogo.jpg\",\"id\":561},\"_id\":\"7ccc51c\"},{\"client_author\":\"Your client name.\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra.jpg\",\"id\":562},\"_id\":\"38b367f\"},{\"client_author\":\"Your client name.\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT.jpg\",\"id\":559},\"_id\":\"a0da663\"},{\"client_author\":\"Your client name.\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/Riggers.png\",\"id\":557},\"_id\":\"67da848\"}],\"mobile_choose_column\":\"mobile-column-3\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":50,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":9}},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46b4cfee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190},\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"763dcf8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"60111074\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6daf8247\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1f8fca5\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Industries\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"5e67d616\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ddd3ef5\",\"elType\":\"widget\",\"settings\":{\"color_text_block\":\"#555555\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":26}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":true},{\"id\":\"24b615c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1dd27b4a\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL INDUSTRIES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"rgba(243, 235, 235, 0.3)\",\"border_color\":\"#000000\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=348\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd640fa\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"8\",\"post_margin_bottom\":\"30\",\"horizontal_col_select_col2\":\"column-3\",\"width\":\"535\",\"height\":\"355\",\"height_grid2\":\"400\",\"use_category\":\"\",\"use_author\":\"\",\"use_date\":\"\",\"use_excerpt\":\"\",\"read_more_text\":\"Read More\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"typography_post_title_typography\":\"custom\",\"typography_post_title_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typhography_read_more_color_masonry\":\"#D7D7D7\",\"typhography_title_color\":\"#2B4D7B\",\"typhography_read_more_bg_color_masonry\":\"#FFFFFF\",\"read_more_title_hov_color\":\"#FFFFFF\",\"typhography_read_more_bg_hover_masonry\":\"#C7B4B4\",\"typography_post_read_more_typography\":\"custom\",\"_background_background\":\"classic\",\"_background_color\":\"#FEFEFE\"},\"elements\":[],\"widgetType\":\"gedung-post-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd675da\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"70618554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.68,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"700616c\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"419c7848\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1bc1cc0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"align_tablet\":\"center\",\"button_hover_border_color\":\"#ffffff\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1971,563,'_elementor_version','2.9.9'),(1972,563,'_elementor_template_type','wp-post'),(1973,563,'_elementor_edit_mode','builder'),(1974,563,'_thumbnail_id','338'),(1978,565,'_wp_page_template','template/page-builder-template.php'),(1979,565,'_elementor_data','[{\"id\":\"787d5c6b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"20\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"id\":386,\"url\":\"https:\\/\\/uchi.myqnapcloud.com:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/IMG_0903-scaled.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color_b\":\"#2d2d2d\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":100},\"custom_height\":{\"unit\":\"px\",\"size\":\"663\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"height\":\"full\",\"background_video_fallback\":{\"id\":79,\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/bg-fallback.jpg\"},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"21feba2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5af5fe4\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"ARS CONTRACTING, INC.\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Raleway\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_title_font_weight\":\"500\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":12},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_2\":\"#FFFFFF\",\"title_margin_bottom\":-10,\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":10},\"align_mobile\":\"left\",\"title_size\":\"h1\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c2b71c4\",\"elType\":\"widget\",\"settings\":{\"the_title\":\"Certified Riggers & Machinery Movers\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":90},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":100},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_1\":\"#ffffff\",\"choose_style\":\"2\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":85},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":90},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"81cb3fc\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<h2 style=\\\"color: white;\\\"><b>Moving America\\u2019s Businesses<\\/b><\\/h2>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_block_line_height\":{\"unit\":\"px\",\"size\":28},\"color_text_block\":\"#FDF8F8\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"0\",\"left\":\"250\",\"isLinked\":false},\"text_block_align_mobile\":\"left\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"586b5444\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"hover_animation\":\"sink\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#projects\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeInUp\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e1426a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"9414b9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bad6cf\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Services\",\"description_text\":\"Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":482,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/crane-48591-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255, 255, 255, 0)\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"154f0f93\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c2e578e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Exceptional Safety Rating\",\"description_text\":\"We have one of the best safety ratings in the industry & we are certified riggers\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":379,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/Safety-Rev-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":19},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4a35cdf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bfab3bb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Industries\",\"description_text\":\"We offer outstanding service to most industries including, contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers\\/building owners and more\\n\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":378,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/gears.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3334b860\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#eaeaea\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fb97c40\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.042999999999999,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57bdcd45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":11,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image2-1.jpg\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"align\":\"left\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5b694d6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.957000000000001,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2161d8d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"For almost 30 years, ARS Contracting, Inc. has built a national reputation for rigging, machinery moving, hauling and lifting components that keep America\\u2019s businesses moving. We\\u2019re dedicated to solving problems for our clients by using innovation and technology to constantly move the industry forward. By doing so, this can result in lowering overall project costs for our customers.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":19},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":45},\"the_subtitle\":\"Since 1991\",\"typography_subtitle_typography\":\"custom\",\"typography_subtitle_font_family\":\"Lato\",\"typography_subtitle_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_subtitle_font_weight\":\"300\",\"typography_subtitle_text_transform\":\"uppercase\",\"typography_subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":34},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":30},\"title_size\":\"h6\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"23901ed0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60cf4773\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1800},\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"_element_id\":\"projects\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7352b447\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"97cfb80\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"333b722f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d4210f\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Services\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"4c49f11d\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"43ef6c3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"7d11f6a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL SERVICES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=347\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d246d91\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"9\",\"width\":\"585\",\"height\":\"390\",\"caption_vertical\":{\"unit\":\"%\",\"size\":50},\"caption_horizontal\":{\"unit\":\"%\",\"size\":50},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":15,\"use_padding\":\"use\",\"padding_size\":{\"unit\":\"px\",\"size\":15},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"title_hover_effect\":\"ih-fade-down\",\"title_margin_bottom\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_family\":\"Raleway\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"category_hover_effect\":\"ih-fade-up\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"filter_style1_color\":\"#ffffff\",\"filter_style1_hov_color\":\"#ffffff\",\"filter_style1_bord_hov_color\":\"#3315C6\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_portfolio_title_line_height_mobile\":{\"unit\":\"px\",\"size\":24},\"title_margin_bottom_mobile\":5,\"typography_portfolio_category_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"filter_mobile_bord_bg_color\":\"#2b2b2b\",\"filter_mobile_bord_hov_color\":\"#2b2b2b\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"filter_padding_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"filter_align\":\"center\",\"filter_style\":\"style-2\",\"filter_style2_color\":\"#FFFFFF\",\"filter_style2_hov_color\":\"#8AABCA\",\"filter_style2_border_hov_color\":\"#8AABCA\",\"category_hover_delay\":\"ih-delay-xs\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"orderby\":\"menu_order\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f3e067f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/image-port-7.jpg\",\"id\":22},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#7A7A7A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ef29580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"788dae8b\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"30\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#ffffff\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#ffffff\",\"choose_column\":\"1\",\"typhography_blockquote_color\":\"#ffffff\",\"navigation_dots_color\":\"#ffffff\",\"autoplay\":\"use\",\"autoplay_ms\":2000,\"auto_loop\":\"use\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"50e8eeb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"4169d630\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/1693-logo.gif\",\"id\":558},\"_id\":\"373378a\"},{\"client_author\":\"Your client name.\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT.jpg\",\"id\":559},\"_id\":\"b24f584\"},{\"client_author\":\"Your client name.\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IMPACTLogo.jpg\",\"id\":561},\"_id\":\"7ccc51c\"},{\"client_author\":\"Your client name.\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra.jpg\",\"id\":562},\"_id\":\"38b367f\"},{\"client_author\":\"Your client name.\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":564},\"_id\":\"a0da663\"},{\"client_author\":\"Your client name.\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/Riggers.png\",\"id\":557},\"_id\":\"67da848\"}],\"mobile_choose_column\":\"mobile-column-3\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":50,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":9}},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46b4cfee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190},\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"763dcf8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"60111074\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6daf8247\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1f8fca5\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Industries\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"5e67d616\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ddd3ef5\",\"elType\":\"widget\",\"settings\":{\"color_text_block\":\"#555555\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":26}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":true},{\"id\":\"24b615c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1dd27b4a\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL INDUSTRIES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"rgba(243, 235, 235, 0.3)\",\"border_color\":\"#000000\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=348\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd640fa\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"8\",\"post_margin_bottom\":\"30\",\"horizontal_col_select_col2\":\"column-3\",\"width\":\"535\",\"height\":\"355\",\"height_grid2\":\"400\",\"use_category\":\"\",\"use_author\":\"\",\"use_date\":\"\",\"use_excerpt\":\"\",\"read_more_text\":\"Read More\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"typography_post_title_typography\":\"custom\",\"typography_post_title_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typhography_read_more_color_masonry\":\"#D7D7D7\",\"typhography_title_color\":\"#2B4D7B\",\"typhography_read_more_bg_color_masonry\":\"#FFFFFF\",\"read_more_title_hov_color\":\"#FFFFFF\",\"typhography_read_more_bg_hover_masonry\":\"#C7B4B4\",\"typography_post_read_more_typography\":\"custom\",\"_background_background\":\"classic\",\"_background_color\":\"#FEFEFE\"},\"elements\":[],\"widgetType\":\"gedung-post-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd675da\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"70618554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.68,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"700616c\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"419c7848\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1bc1cc0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"align_tablet\":\"center\",\"button_hover_border_color\":\"#ffffff\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1980,565,'_elementor_version','2.9.9'),(1981,565,'_elementor_template_type','wp-post'),(1982,565,'_elementor_edit_mode','builder'),(1983,565,'_thumbnail_id','338'),(1994,567,'_wp_page_template','template/page-builder-template.php'),(1995,567,'_elementor_data','[{\"id\":\"787d5c6b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"20\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"id\":386,\"url\":\"https:\\/\\/uchi.myqnapcloud.com:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/IMG_0903-scaled.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color_b\":\"#2d2d2d\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":100},\"custom_height\":{\"unit\":\"px\",\"size\":\"663\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"height\":\"full\",\"background_video_fallback\":{\"id\":79,\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/bg-fallback.jpg\"},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"21feba2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5af5fe4\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"ARS CONTRACTING, INC.\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Raleway\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_title_font_weight\":\"500\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":12},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_2\":\"#FFFFFF\",\"title_margin_bottom\":-10,\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":10},\"align_mobile\":\"left\",\"title_size\":\"h1\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c2b71c4\",\"elType\":\"widget\",\"settings\":{\"the_title\":\"Certified Riggers & Machinery Movers\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":90},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":100},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_1\":\"#ffffff\",\"choose_style\":\"2\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":85},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":90},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"81cb3fc\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<h2 style=\\\"color: white;\\\"><b>Moving America\\u2019s Businesses<\\/b><\\/h2>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_block_line_height\":{\"unit\":\"px\",\"size\":28},\"color_text_block\":\"#FDF8F8\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"0\",\"left\":\"250\",\"isLinked\":false},\"text_block_align_mobile\":\"left\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"586b5444\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"hover_animation\":\"sink\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#projects\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeInUp\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e1426a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"9414b9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bad6cf\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Services\",\"description_text\":\"Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":482,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/crane-48591-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255, 255, 255, 0)\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"154f0f93\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c2e578e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Exceptional Safety Rating\",\"description_text\":\"We have one of the best safety ratings in the industry & we are certified riggers\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":379,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/Safety-Rev-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":19},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4a35cdf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bfab3bb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Industries\",\"description_text\":\"We offer outstanding service to most industries including, contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers\\/building owners and more\\n\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":378,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/gears.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3334b860\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#eaeaea\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fb97c40\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.042999999999999,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57bdcd45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":11,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image2-1.jpg\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"align\":\"left\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5b694d6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.957000000000001,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2161d8d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"For almost 30 years, ARS Contracting, Inc. has built a national reputation for rigging, machinery moving, hauling and lifting components that keep America\\u2019s businesses moving. We\\u2019re dedicated to solving problems for our clients by using innovation and technology to constantly move the industry forward. By doing so, this can result in lowering overall project costs for our customers.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":19},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":45},\"the_subtitle\":\"Since 1991\",\"typography_subtitle_typography\":\"custom\",\"typography_subtitle_font_family\":\"Lato\",\"typography_subtitle_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_subtitle_font_weight\":\"300\",\"typography_subtitle_text_transform\":\"uppercase\",\"typography_subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":34},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":30},\"title_size\":\"h6\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"23901ed0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60cf4773\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1800},\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"_element_id\":\"projects\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7352b447\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"97cfb80\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"333b722f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d4210f\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Services\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"4c49f11d\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"43ef6c3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"7d11f6a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL SERVICES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=347\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d246d91\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"9\",\"width\":\"585\",\"height\":\"390\",\"caption_vertical\":{\"unit\":\"%\",\"size\":50},\"caption_horizontal\":{\"unit\":\"%\",\"size\":50},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":15,\"use_padding\":\"use\",\"padding_size\":{\"unit\":\"px\",\"size\":15},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"title_hover_effect\":\"ih-fade-down\",\"title_margin_bottom\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_family\":\"Raleway\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"category_hover_effect\":\"ih-fade-up\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"filter_style1_color\":\"#ffffff\",\"filter_style1_hov_color\":\"#ffffff\",\"filter_style1_bord_hov_color\":\"#3315C6\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_portfolio_title_line_height_mobile\":{\"unit\":\"px\",\"size\":24},\"title_margin_bottom_mobile\":5,\"typography_portfolio_category_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"filter_mobile_bord_bg_color\":\"#2b2b2b\",\"filter_mobile_bord_hov_color\":\"#2b2b2b\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"filter_padding_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"filter_align\":\"center\",\"filter_style\":\"style-2\",\"filter_style2_color\":\"#FFFFFF\",\"filter_style2_hov_color\":\"#8AABCA\",\"filter_style2_border_hov_color\":\"#8AABCA\",\"category_hover_delay\":\"ih-delay-xs\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"orderby\":\"menu_order\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f3e067f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/image-port-7.jpg\",\"id\":22},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#7A7A7A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ef29580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"788dae8b\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"30\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#ffffff\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#ffffff\",\"choose_column\":\"1\",\"typhography_blockquote_color\":\"#ffffff\",\"navigation_dots_color\":\"#ffffff\",\"autoplay\":\"use\",\"autoplay_ms\":2000,\"auto_loop\":\"use\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"50e8eeb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"4169d630\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/1693-logo.gif\",\"id\":558},\"_id\":\"373378a\"},{\"client_author\":\"Your client name.\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT.jpg\",\"id\":559},\"_id\":\"b24f584\"},{\"client_author\":\"Your client name.\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IMPACTLogo.jpg\",\"id\":561},\"_id\":\"7ccc51c\"},{\"client_author\":\"Your client name.\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra.jpg\",\"id\":562},\"_id\":\"38b367f\"},{\"client_author\":\"Your client name.\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":564},\"_id\":\"a0da663\"},{\"client_author\":\"Your client name.\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/Riggers.png\",\"id\":557},\"_id\":\"67da848\"}],\"mobile_choose_column\":\"mobile-column-3\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":20,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":9}},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46b4cfee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190},\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"763dcf8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"60111074\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6daf8247\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1f8fca5\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Industries\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"5e67d616\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ddd3ef5\",\"elType\":\"widget\",\"settings\":{\"color_text_block\":\"#555555\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":26}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":true},{\"id\":\"24b615c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1dd27b4a\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL INDUSTRIES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"rgba(243, 235, 235, 0.3)\",\"border_color\":\"#000000\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=348\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd640fa\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"8\",\"post_margin_bottom\":\"30\",\"horizontal_col_select_col2\":\"column-3\",\"width\":\"535\",\"height\":\"355\",\"height_grid2\":\"400\",\"use_category\":\"\",\"use_author\":\"\",\"use_date\":\"\",\"use_excerpt\":\"\",\"read_more_text\":\"Read More\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"typography_post_title_typography\":\"custom\",\"typography_post_title_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typhography_read_more_color_masonry\":\"#D7D7D7\",\"typhography_title_color\":\"#2B4D7B\",\"typhography_read_more_bg_color_masonry\":\"#FFFFFF\",\"read_more_title_hov_color\":\"#FFFFFF\",\"typhography_read_more_bg_hover_masonry\":\"#C7B4B4\",\"typography_post_read_more_typography\":\"custom\",\"_background_background\":\"classic\",\"_background_color\":\"#FEFEFE\"},\"elements\":[],\"widgetType\":\"gedung-post-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd675da\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"70618554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.68,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"700616c\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"419c7848\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1bc1cc0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"align_tablet\":\"center\",\"button_hover_border_color\":\"#ffffff\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1996,567,'_elementor_version','2.9.9'),(1997,567,'_elementor_template_type','wp-post'),(1998,567,'_elementor_edit_mode','builder'),(1999,567,'_thumbnail_id','338'),(2001,568,'_wp_page_template','template/page-builder-template.php'),(2002,568,'_elementor_data','[{\"id\":\"787d5c6b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"20\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"id\":386,\"url\":\"https:\\/\\/uchi.myqnapcloud.com:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/IMG_0903-scaled.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color_b\":\"#2d2d2d\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":100},\"custom_height\":{\"unit\":\"px\",\"size\":\"663\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"height\":\"full\",\"background_video_fallback\":{\"id\":79,\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/bg-fallback.jpg\"},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"21feba2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5af5fe4\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"ARS CONTRACTING, INC.\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Raleway\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_title_font_weight\":\"500\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":12},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_2\":\"#FFFFFF\",\"title_margin_bottom\":-10,\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":10},\"align_mobile\":\"left\",\"title_size\":\"h1\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c2b71c4\",\"elType\":\"widget\",\"settings\":{\"the_title\":\"Certified Riggers & Machinery Movers\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":90},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":100},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_1\":\"#ffffff\",\"choose_style\":\"2\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":85},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":90},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"81cb3fc\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<h2 style=\\\"color: white;\\\"><b>Moving America\\u2019s Businesses<\\/b><\\/h2>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_block_line_height\":{\"unit\":\"px\",\"size\":28},\"color_text_block\":\"#FDF8F8\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"0\",\"left\":\"250\",\"isLinked\":false},\"text_block_align_mobile\":\"left\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"586b5444\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"hover_animation\":\"sink\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#projects\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeInUp\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e1426a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"9414b9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bad6cf\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Services\",\"description_text\":\"Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":482,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/crane-48591-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255, 255, 255, 0)\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"154f0f93\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c2e578e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Exceptional Safety Rating\",\"description_text\":\"We have one of the best safety ratings in the industry & we are certified riggers\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":379,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/Safety-Rev-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":19},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4a35cdf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bfab3bb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Industries\",\"description_text\":\"We offer outstanding service to most industries including, contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers\\/building owners and more\\n\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":378,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/gears.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3334b860\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#eaeaea\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fb97c40\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.042999999999999,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57bdcd45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":11,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image2-1.jpg\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"align\":\"left\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5b694d6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.957000000000001,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2161d8d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"For almost 30 years, ARS Contracting, Inc. has built a national reputation for rigging, machinery moving, hauling and lifting components that keep America\\u2019s businesses moving. We\\u2019re dedicated to solving problems for our clients by using innovation and technology to constantly move the industry forward. By doing so, this can result in lowering overall project costs for our customers.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":19},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":45},\"the_subtitle\":\"Since 1991\",\"typography_subtitle_typography\":\"custom\",\"typography_subtitle_font_family\":\"Lato\",\"typography_subtitle_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_subtitle_font_weight\":\"300\",\"typography_subtitle_text_transform\":\"uppercase\",\"typography_subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":34},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":30},\"title_size\":\"h6\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"23901ed0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60cf4773\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1800},\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"_element_id\":\"projects\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7352b447\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"97cfb80\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"333b722f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d4210f\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Services\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"4c49f11d\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"43ef6c3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"7d11f6a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL SERVICES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=347\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d246d91\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"9\",\"width\":\"585\",\"height\":\"390\",\"caption_vertical\":{\"unit\":\"%\",\"size\":50},\"caption_horizontal\":{\"unit\":\"%\",\"size\":50},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":15,\"use_padding\":\"use\",\"padding_size\":{\"unit\":\"px\",\"size\":15},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"title_hover_effect\":\"ih-fade-down\",\"title_margin_bottom\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_family\":\"Raleway\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"category_hover_effect\":\"ih-fade-up\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"filter_style1_color\":\"#ffffff\",\"filter_style1_hov_color\":\"#ffffff\",\"filter_style1_bord_hov_color\":\"#3315C6\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_portfolio_title_line_height_mobile\":{\"unit\":\"px\",\"size\":24},\"title_margin_bottom_mobile\":5,\"typography_portfolio_category_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"filter_mobile_bord_bg_color\":\"#2b2b2b\",\"filter_mobile_bord_hov_color\":\"#2b2b2b\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"filter_padding_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"filter_align\":\"center\",\"filter_style\":\"style-2\",\"filter_style2_color\":\"#FFFFFF\",\"filter_style2_hov_color\":\"#8AABCA\",\"filter_style2_border_hov_color\":\"#8AABCA\",\"category_hover_delay\":\"ih-delay-xs\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"orderby\":\"menu_order\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f3e067f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/image-port-7.jpg\",\"id\":22},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#7A7A7A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ef29580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"788dae8b\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"30\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#ffffff\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#ffffff\",\"choose_column\":\"1\",\"typhography_blockquote_color\":\"#ffffff\",\"navigation_dots_color\":\"#ffffff\",\"autoplay\":\"use\",\"autoplay_ms\":2000,\"auto_loop\":\"use\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"50e8eeb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"4169d630\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/1693-logo.gif\",\"id\":558},\"_id\":\"373378a\"},{\"client_author\":\"Your client name.\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT.jpg\",\"id\":559},\"_id\":\"b24f584\"},{\"client_author\":\"Your client name.\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IMPACTLogo.jpg\",\"id\":561},\"_id\":\"7ccc51c\"},{\"client_author\":\"Your client name.\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra.jpg\",\"id\":562},\"_id\":\"38b367f\"},{\"client_author\":\"Your client name.\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":564},\"_id\":\"a0da663\"},{\"client_author\":\"Your client name.\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/Riggers.png\",\"id\":557},\"_id\":\"67da848\"}],\"mobile_choose_column\":\"mobile-column-3\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":20,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":9},\"_css_classes\":\"client-logos\"},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46b4cfee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190},\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"763dcf8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"60111074\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6daf8247\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1f8fca5\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Industries\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"5e67d616\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ddd3ef5\",\"elType\":\"widget\",\"settings\":{\"color_text_block\":\"#555555\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":26}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":true},{\"id\":\"24b615c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1dd27b4a\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL INDUSTRIES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"rgba(243, 235, 235, 0.3)\",\"border_color\":\"#000000\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=348\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd640fa\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"8\",\"post_margin_bottom\":\"30\",\"horizontal_col_select_col2\":\"column-3\",\"width\":\"535\",\"height\":\"355\",\"height_grid2\":\"400\",\"use_category\":\"\",\"use_author\":\"\",\"use_date\":\"\",\"use_excerpt\":\"\",\"read_more_text\":\"Read More\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"typography_post_title_typography\":\"custom\",\"typography_post_title_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typhography_read_more_color_masonry\":\"#D7D7D7\",\"typhography_title_color\":\"#2B4D7B\",\"typhography_read_more_bg_color_masonry\":\"#FFFFFF\",\"read_more_title_hov_color\":\"#FFFFFF\",\"typhography_read_more_bg_hover_masonry\":\"#C7B4B4\",\"typography_post_read_more_typography\":\"custom\",\"_background_background\":\"classic\",\"_background_color\":\"#FEFEFE\"},\"elements\":[],\"widgetType\":\"gedung-post-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd675da\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"70618554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.68,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"700616c\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"419c7848\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1bc1cc0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"align_tablet\":\"center\",\"button_hover_border_color\":\"#ffffff\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2003,568,'_elementor_version','2.9.9'),(2004,568,'_elementor_template_type','wp-post'),(2005,568,'_elementor_edit_mode','builder'),(2006,568,'_thumbnail_id','338'),(2009,569,'_wp_attached_file','2020/06/Riggers.jpg'),(2010,569,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:19:\"2020/06/Riggers.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Riggers-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:18:\"Riggers-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(2011,570,'_wp_attached_file','2020/06/1693-logo.jpg'),(2012,570,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:21:\"2020/06/1693-logo.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"1693-logo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:20:\"1693-logo-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(2013,571,'_wp_attached_file','2020/06/ASAClogo_PRINT.jpg'),(2014,571,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:26:\"2020/06/ASAClogo_PRINT.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"ASAClogo_PRINT-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:25:\"ASAClogo_PRINT-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(2015,572,'_wp_attached_file','2020/06/IMPACTLogo.jpg'),(2016,572,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:22:\"2020/06/IMPACTLogo.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"IMPACTLogo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:21:\"IMPACTLogo-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(2017,573,'_wp_attached_file','2020/06/ips_scra.jpg'),(2018,573,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:20:\"2020/06/ips_scra.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"ips_scra-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:19:\"ips_scra-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(2019,574,'_wp_attached_file','2020/06/IRON.jpg'),(2020,574,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:16:\"2020/06/IRON.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"IRON-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:15:\"IRON-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(2021,575,'_wp_page_template','template/page-builder-template.php'),(2022,575,'_elementor_data','[{\"id\":\"787d5c6b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"20\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"id\":386,\"url\":\"https:\\/\\/uchi.myqnapcloud.com:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/IMG_0903-scaled.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color_b\":\"#2d2d2d\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":100},\"custom_height\":{\"unit\":\"px\",\"size\":\"663\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"height\":\"full\",\"background_video_fallback\":{\"id\":79,\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/bg-fallback.jpg\"},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"21feba2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5af5fe4\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"ARS CONTRACTING, INC.\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Raleway\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_title_font_weight\":\"500\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":12},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_2\":\"#FFFFFF\",\"title_margin_bottom\":-10,\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":10},\"align_mobile\":\"left\",\"title_size\":\"h1\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c2b71c4\",\"elType\":\"widget\",\"settings\":{\"the_title\":\"Certified Riggers & Machinery Movers\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":90},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":100},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_1\":\"#ffffff\",\"choose_style\":\"2\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":85},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":90},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"81cb3fc\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<h2 style=\\\"color: white;\\\"><b>Moving America\\u2019s Businesses<\\/b><\\/h2>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_block_line_height\":{\"unit\":\"px\",\"size\":28},\"color_text_block\":\"#FDF8F8\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"0\",\"left\":\"250\",\"isLinked\":false},\"text_block_align_mobile\":\"left\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"586b5444\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"hover_animation\":\"sink\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#projects\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeInUp\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e1426a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"9414b9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bad6cf\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Services\",\"description_text\":\"Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":482,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/crane-48591-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255, 255, 255, 0)\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"154f0f93\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c2e578e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Exceptional Safety Rating\",\"description_text\":\"We have one of the best safety ratings in the industry & we are certified riggers\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":379,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/Safety-Rev-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":19},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4a35cdf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bfab3bb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Industries\",\"description_text\":\"We offer outstanding service to most industries including, contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers\\/building owners and more\\n\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":378,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/gears.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3334b860\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#eaeaea\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fb97c40\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.042999999999999,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57bdcd45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":11,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image2-1.jpg\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"align\":\"left\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5b694d6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.957000000000001,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2161d8d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"For almost 30 years, ARS Contracting, Inc. has built a national reputation for rigging, machinery moving, hauling and lifting components that keep America\\u2019s businesses moving. We\\u2019re dedicated to solving problems for our clients by using innovation and technology to constantly move the industry forward. By doing so, this can result in lowering overall project costs for our customers.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":19},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":45},\"the_subtitle\":\"Since 1991\",\"typography_subtitle_typography\":\"custom\",\"typography_subtitle_font_family\":\"Lato\",\"typography_subtitle_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_subtitle_font_weight\":\"300\",\"typography_subtitle_text_transform\":\"uppercase\",\"typography_subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":34},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":30},\"title_size\":\"h6\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"23901ed0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60cf4773\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1800},\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"_element_id\":\"projects\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7352b447\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"97cfb80\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"333b722f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d4210f\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Services\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"4c49f11d\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"43ef6c3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"7d11f6a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL SERVICES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=347\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d246d91\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"9\",\"width\":\"585\",\"height\":\"390\",\"caption_vertical\":{\"unit\":\"%\",\"size\":50},\"caption_horizontal\":{\"unit\":\"%\",\"size\":50},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":15,\"use_padding\":\"use\",\"padding_size\":{\"unit\":\"px\",\"size\":15},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"title_hover_effect\":\"ih-fade-down\",\"title_margin_bottom\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_family\":\"Raleway\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"category_hover_effect\":\"ih-fade-up\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"filter_style1_color\":\"#ffffff\",\"filter_style1_hov_color\":\"#ffffff\",\"filter_style1_bord_hov_color\":\"#3315C6\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_portfolio_title_line_height_mobile\":{\"unit\":\"px\",\"size\":24},\"title_margin_bottom_mobile\":5,\"typography_portfolio_category_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"filter_mobile_bord_bg_color\":\"#2b2b2b\",\"filter_mobile_bord_hov_color\":\"#2b2b2b\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"filter_padding_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"filter_align\":\"center\",\"filter_style\":\"style-2\",\"filter_style2_color\":\"#FFFFFF\",\"filter_style2_hov_color\":\"#8AABCA\",\"filter_style2_border_hov_color\":\"#8AABCA\",\"category_hover_delay\":\"ih-delay-xs\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"orderby\":\"menu_order\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f3e067f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/image-port-7.jpg\",\"id\":22},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#7A7A7A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ef29580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"788dae8b\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"30\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#ffffff\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#ffffff\",\"choose_column\":\"1\",\"typhography_blockquote_color\":\"#ffffff\",\"navigation_dots_color\":\"#ffffff\",\"autoplay\":\"use\",\"autoplay_ms\":2000,\"auto_loop\":\"use\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"50e8eeb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"4169d630\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/1693-logo.gif\",\"id\":558},\"_id\":\"373378a\"}],\"mobile_choose_column\":\"mobile-column-3\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":20,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":9},\"_css_classes\":\"client-logos\"},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46b4cfee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190},\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"763dcf8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"60111074\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6daf8247\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1f8fca5\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Industries\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"5e67d616\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ddd3ef5\",\"elType\":\"widget\",\"settings\":{\"color_text_block\":\"#555555\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":26}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":true},{\"id\":\"24b615c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1dd27b4a\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL INDUSTRIES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"rgba(243, 235, 235, 0.3)\",\"border_color\":\"#000000\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=348\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd640fa\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"8\",\"post_margin_bottom\":\"30\",\"horizontal_col_select_col2\":\"column-3\",\"width\":\"535\",\"height\":\"355\",\"height_grid2\":\"400\",\"use_category\":\"\",\"use_author\":\"\",\"use_date\":\"\",\"use_excerpt\":\"\",\"read_more_text\":\"Read More\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"typography_post_title_typography\":\"custom\",\"typography_post_title_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typhography_read_more_color_masonry\":\"#D7D7D7\",\"typhography_title_color\":\"#2B4D7B\",\"typhography_read_more_bg_color_masonry\":\"#FFFFFF\",\"read_more_title_hov_color\":\"#FFFFFF\",\"typhography_read_more_bg_hover_masonry\":\"#C7B4B4\",\"typography_post_read_more_typography\":\"custom\",\"_background_background\":\"classic\",\"_background_color\":\"#FEFEFE\"},\"elements\":[],\"widgetType\":\"gedung-post-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd675da\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"70618554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.68,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"700616c\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"419c7848\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1bc1cc0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"align_tablet\":\"center\",\"button_hover_border_color\":\"#ffffff\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2023,575,'_elementor_version','2.9.9'),(2024,575,'_elementor_template_type','wp-post'),(2025,575,'_elementor_edit_mode','builder'),(2026,575,'_thumbnail_id','338'),(2027,575,'_elementor_css','a:5:{s:4:\"time\";i:1591185413;s:5:\"fonts\";a:3:{i:0;s:7:\"Raleway\";i:1;s:10:\"Montserrat\";i:2;s:4:\"Lato\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2030,576,'_wp_page_template','template/page-builder-template.php'),(2031,576,'_elementor_data','[{\"id\":\"787d5c6b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"20\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"id\":386,\"url\":\"https:\\/\\/uchi.myqnapcloud.com:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/IMG_0903-scaled.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color_b\":\"#2d2d2d\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":100},\"custom_height\":{\"unit\":\"px\",\"size\":\"663\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"height\":\"full\",\"background_video_fallback\":{\"id\":79,\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/bg-fallback.jpg\"},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"21feba2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5af5fe4\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"ARS CONTRACTING, INC.\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Raleway\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_title_font_weight\":\"500\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":12},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_2\":\"#FFFFFF\",\"title_margin_bottom\":-10,\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":10},\"align_mobile\":\"left\",\"title_size\":\"h1\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c2b71c4\",\"elType\":\"widget\",\"settings\":{\"the_title\":\"Certified Riggers & Machinery Movers\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":90},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":100},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_1\":\"#ffffff\",\"choose_style\":\"2\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":85},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":90},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"81cb3fc\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<h2 style=\\\"color: white;\\\"><b>Moving America\\u2019s Businesses<\\/b><\\/h2>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_block_line_height\":{\"unit\":\"px\",\"size\":28},\"color_text_block\":\"#FDF8F8\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"0\",\"left\":\"250\",\"isLinked\":false},\"text_block_align_mobile\":\"left\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"586b5444\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"hover_animation\":\"sink\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#projects\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeInUp\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e1426a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"9414b9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bad6cf\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Services\",\"description_text\":\"Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":482,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/crane-48591-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255, 255, 255, 0)\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"154f0f93\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c2e578e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Exceptional Safety Rating\",\"description_text\":\"We have one of the best safety ratings in the industry & we are certified riggers\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":379,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/Safety-Rev-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":19},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4a35cdf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bfab3bb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Industries\",\"description_text\":\"We offer outstanding service to most industries including, contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers\\/building owners and more\\n\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":378,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/gears.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3334b860\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#eaeaea\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fb97c40\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.042999999999999,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57bdcd45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":11,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image2-1.jpg\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"align\":\"left\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5b694d6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.957000000000001,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2161d8d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"For almost 30 years, ARS Contracting, Inc. has built a national reputation for rigging, machinery moving, hauling and lifting components that keep America\\u2019s businesses moving. We\\u2019re dedicated to solving problems for our clients by using innovation and technology to constantly move the industry forward. By doing so, this can result in lowering overall project costs for our customers.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":19},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":45},\"the_subtitle\":\"Since 1991\",\"typography_subtitle_typography\":\"custom\",\"typography_subtitle_font_family\":\"Lato\",\"typography_subtitle_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_subtitle_font_weight\":\"300\",\"typography_subtitle_text_transform\":\"uppercase\",\"typography_subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":34},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":30},\"title_size\":\"h6\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"23901ed0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60cf4773\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1800},\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"_element_id\":\"projects\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7352b447\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"97cfb80\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"333b722f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d4210f\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Services\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"4c49f11d\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"43ef6c3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"7d11f6a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL SERVICES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=347\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d246d91\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"9\",\"width\":\"585\",\"height\":\"390\",\"caption_vertical\":{\"unit\":\"%\",\"size\":50},\"caption_horizontal\":{\"unit\":\"%\",\"size\":50},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":15,\"use_padding\":\"use\",\"padding_size\":{\"unit\":\"px\",\"size\":15},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"title_hover_effect\":\"ih-fade-down\",\"title_margin_bottom\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_family\":\"Raleway\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"category_hover_effect\":\"ih-fade-up\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"filter_style1_color\":\"#ffffff\",\"filter_style1_hov_color\":\"#ffffff\",\"filter_style1_bord_hov_color\":\"#3315C6\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_portfolio_title_line_height_mobile\":{\"unit\":\"px\",\"size\":24},\"title_margin_bottom_mobile\":5,\"typography_portfolio_category_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"filter_mobile_bord_bg_color\":\"#2b2b2b\",\"filter_mobile_bord_hov_color\":\"#2b2b2b\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"filter_padding_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"filter_align\":\"center\",\"filter_style\":\"style-2\",\"filter_style2_color\":\"#FFFFFF\",\"filter_style2_hov_color\":\"#8AABCA\",\"filter_style2_border_hov_color\":\"#8AABCA\",\"category_hover_delay\":\"ih-delay-xs\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"orderby\":\"menu_order\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f3e067f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/image-port-7.jpg\",\"id\":22},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#7A7A7A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ef29580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"788dae8b\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"30\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#ffffff\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#ffffff\",\"choose_column\":\"1\",\"typhography_blockquote_color\":\"#ffffff\",\"navigation_dots_color\":\"#ffffff\",\"autoplay\":\"use\",\"autoplay_ms\":2000,\"auto_loop\":\"use\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"50e8eeb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"4169d630\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/1693-logo.gif\",\"id\":558},\"_id\":\"373378a\"}],\"mobile_choose_column\":\"mobile-column-3\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":20,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":9},\"_css_classes\":\"client-logos\"},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46b4cfee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190},\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"763dcf8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"60111074\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6daf8247\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1f8fca5\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Industries\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"5e67d616\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ddd3ef5\",\"elType\":\"widget\",\"settings\":{\"color_text_block\":\"#555555\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":26}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":true},{\"id\":\"24b615c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1dd27b4a\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL INDUSTRIES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"rgba(243, 235, 235, 0.3)\",\"border_color\":\"#000000\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=348\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd640fa\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"8\",\"post_margin_bottom\":\"30\",\"horizontal_col_select_col2\":\"column-3\",\"width\":\"535\",\"height\":\"355\",\"height_grid2\":\"400\",\"use_category\":\"\",\"use_author\":\"\",\"use_date\":\"\",\"use_excerpt\":\"\",\"read_more_text\":\"Read More\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"typography_post_title_typography\":\"custom\",\"typography_post_title_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typhography_read_more_color_masonry\":\"#D7D7D7\",\"typhography_title_color\":\"#2B4D7B\",\"typhography_read_more_bg_color_masonry\":\"#FFFFFF\",\"read_more_title_hov_color\":\"#FFFFFF\",\"typhography_read_more_bg_hover_masonry\":\"#C7B4B4\",\"typography_post_read_more_typography\":\"custom\",\"_background_background\":\"classic\",\"_background_color\":\"#FEFEFE\"},\"elements\":[],\"widgetType\":\"gedung-post-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd675da\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"70618554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.68,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"700616c\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"419c7848\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1bc1cc0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"align_tablet\":\"center\",\"button_hover_border_color\":\"#ffffff\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2032,576,'_elementor_version','2.9.9'),(2033,576,'_elementor_template_type','wp-post'),(2034,576,'_elementor_edit_mode','builder'),(2035,576,'_thumbnail_id','338'),(2036,576,'_elementor_controls_usage','a:12:{s:17:\"gedung-head-title\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:4:{s:25:\"section_gedung_head_title\";a:25:{s:12:\"choose_style\";i:6;s:9:\"the_title\";i:6;s:27:\"typography_title_typography\";i:6;s:28:\"typography_title_font_family\";i:1;s:26:\"typography_title_font_size\";i:4;s:28:\"typography_title_font_weight\";i:2;s:31:\"typography_title_letter_spacing\";i:1;s:17:\"head_use_subtitle\";i:5;s:5:\"align\";i:2;s:33:\"typography_title_font_size_mobile\";i:6;s:35:\"typography_title_line_height_mobile\";i:4;s:38:\"typography_title_letter_spacing_mobile\";i:1;s:12:\"align_mobile\";i:3;s:10:\"title_size\";i:2;s:28:\"typography_title_line_height\";i:2;s:33:\"typography_title_font_size_tablet\";i:3;s:35:\"typography_title_line_height_tablet\";i:2;s:12:\"the_subtitle\";i:1;s:30:\"typography_subtitle_typography\";i:1;s:31:\"typography_subtitle_font_family\";i:1;s:29:\"typography_subtitle_font_size\";i:1;s:31:\"typography_subtitle_font_weight\";i:1;s:34:\"typography_subtitle_text_transform\";i:1;s:34:\"typography_subtitle_letter_spacing\";i:1;s:12:\"align_tablet\";i:1;}s:33:\"section_gedung_head_title_style_2\";a:1:{s:13:\"title_color_2\";i:4;}s:36:\"section_gedung_head_title_dimensions\";a:1:{s:19:\"title_margin_bottom\";i:1;}s:33:\"section_gedung_head_title_style_1\";a:1:{s:13:\"title_color_1\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:11:\"gedung-text\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"gedung_text_control\";a:9:{s:11:\"custom_text\";i:1;s:32:\"typography_text_block_typography\";i:2;s:31:\"typography_text_block_font_size\";i:1;s:33:\"typography_text_block_line_height\";i:1;s:16:\"color_text_block\";i:2;s:16:\"text_block_align\";i:1;s:23:\"text_block_align_mobile\";i:1;s:38:\"typography_text_block_font_size_mobile\";i:1;s:40:\"typography_text_block_line_height_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:1;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:10;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:6:{s:4:\"text\";i:4;s:5:\"align\";i:4;s:4:\"size\";i:4;s:4:\"link\";i:4;s:12:\"align_mobile\";i:4;s:12:\"align_tablet\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:17:{s:21:\"typography_typography\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_family\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:16:\"background_color\";i:4;s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:13:\"border_radius\";i:4;s:27:\"typography_font_size_mobile\";i:1;s:11:\"hover_color\";i:4;s:29:\"button_background_hover_color\";i:4;s:15:\"hover_animation\";i:4;s:17:\"button_text_color\";i:3;s:12:\"border_color\";i:3;s:25:\"button_hover_border_color\";i:3;s:28:\"text_shadow_text_shadow_type\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:15:\"_padding_mobile\";i:1;s:8:\"_padding\";i:2;s:15:\"_padding_tablet\";i:3;s:7:\"_margin\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:4;s:18:\"animation_duration\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:15;s:19:\"_inline_size_mobile\";i:3;s:19:\"_inline_size_tablet\";i:8;s:16:\"content_position\";i:2;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:14:\"padding_tablet\";i:4;s:7:\"padding\";i:8;s:14:\"padding_mobile\";i:6;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:3:\"gap\";i:7;s:13:\"custom_height\";i:1;s:6:\"height\";i:1;s:13:\"content_width\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:13:\"margin_tablet\";i:1;s:14:\"padding_tablet\";i:8;s:6:\"margin\";i:3;s:7:\"padding\";i:8;s:13:\"margin_mobile\";i:2;s:14:\"padding_mobile\";i:7;s:11:\"_element_id\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:2;s:19:\"background_position\";i:3;s:15:\"background_size\";i:3;s:25:\"background_video_fallback\";i:1;s:21:\"background_attachment\";i:3;s:16:\"background_color\";i:5;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_color\";i:2;s:26:\"background_overlay_opacity\";i:2;s:26:\"background_overlay_color_b\";i:1;s:29:\"background_overlay_color_stop\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;s:5:\"image\";i:3;s:8:\"position\";i:3;}}s:5:\"style\";a:2:{s:21:\"section_style_content\";a:14:{s:10:\"text_align\";i:3;s:18:\"title_bottom_space\";i:3;s:11:\"title_color\";i:3;s:27:\"title_typography_typography\";i:3;s:26:\"title_typography_font_size\";i:3;s:17:\"description_color\";i:3;s:17:\"text_align_tablet\";i:2;s:17:\"text_align_mobile\";i:3;s:33:\"title_typography_font_size_tablet\";i:3;s:35:\"title_typography_line_height_tablet\";i:3;s:33:\"description_typography_typography\";i:3;s:39:\"description_typography_font_size_tablet\";i:3;s:41:\"description_typography_line_height_tablet\";i:3;s:32:\"description_typography_font_size\";i:3;}s:19:\"section_style_image\";a:3:{s:11:\"image_space\";i:3;s:10:\"image_size\";i:3;s:18:\"image_space_tablet\";i:3;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:2:{s:15:\"_padding_mobile\";i:1;s:8:\"_padding\";i:3;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:3;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:1;s:17:\"_background_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:5:\"align\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:6:\"weight\";i:3;s:3:\"gap\";i:3;s:5:\"color\";i:3;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:3;s:5:\"align\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:3;}}}}s:22:\"gedung-portfolio-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:12;s:8:\"controls\";a:3:{s:7:\"content\";a:6:{s:43:\"section_gedung_portfolio_block_post_setting\";a:2:{s:14:\"posts_per_page\";i:1;s:7:\"orderby\";i:1;}s:44:\"section_gedung_portfolio_block_image_setting\";a:2:{s:5:\"width\";i:1;s:6:\"height\";i:1;}s:43:\"section_gedung_portfolio_block_item_setting\";a:3:{s:16:\"caption_vertical\";i:1;s:18:\"caption_horizontal\";i:1;s:10:\"text_align\";i:1;}s:44:\"section_gedung_portfolio_block_hover_setting\";a:3:{s:12:\"hover_effect\";i:1;s:12:\"grid_item_bg\";i:1;s:13:\"grid_item_bg2\";i:1;}s:39:\"section_gedung_portfolio_layout_control\";a:4:{s:13:\"margin_bottom\";i:1;s:11:\"use_padding\";i:1;s:12:\"padding_size\";i:1;s:19:\"padding_size_mobile\";i:1;}s:39:\"section_gedung_portfolio_filter_control\";a:14:{s:10:\"use_filter\";i:1;s:19:\"filter_style1_color\";i:1;s:23:\"filter_style1_hov_color\";i:1;s:28:\"filter_style1_bord_hov_color\";i:1;s:25:\"filter_margin_bottom_size\";i:1;s:32:\"filter_margin_bottom_size_mobile\";i:1;s:27:\"filter_mobile_bord_bg_color\";i:1;s:28:\"filter_mobile_bord_hov_color\";i:1;s:19:\"filter_padding_size\";i:1;s:12:\"filter_align\";i:1;s:12:\"filter_style\";i:1;s:19:\"filter_style2_color\";i:1;s:23:\"filter_style2_hov_color\";i:1;s:30:\"filter_style2_border_hov_color\";i:1;}}s:5:\"style\";a:2:{s:44:\"section_gedung_portfolio_block_title_setting\";a:7:{s:23:\"typhography_title_color\";i:1;s:37:\"typography_portfolio_title_typography\";i:1;s:18:\"title_hover_effect\";i:1;s:19:\"title_margin_bottom\";i:1;s:43:\"typography_portfolio_title_font_size_mobile\";i:1;s:45:\"typography_portfolio_title_line_height_mobile\";i:1;s:26:\"title_margin_bottom_mobile\";i:1;}s:47:\"section_gedung_portfolio_block_category_setting\";a:9:{s:26:\"typhography_category_color\";i:1;s:40:\"typography_portfolio_category_typography\";i:1;s:41:\"typography_portfolio_category_font_family\";i:1;s:39:\"typography_portfolio_category_font_size\";i:1;s:41:\"typography_portfolio_category_font_weight\";i:1;s:40:\"typography_portfolio_category_font_style\";i:1;s:21:\"category_hover_effect\";i:1;s:46:\"typography_portfolio_category_font_size_mobile\";i:1;s:20:\"category_hover_delay\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;}}}}s:24:\"gedung-testimonial-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:52:\"section_gedung_testimonial_block_testimonial_setting\";a:1:{s:10:\"testi_item\";i:1;}s:46:\"section_gedung_testimonial_block_image_setting\";a:1:{s:17:\"text_align_tablet\";i:1;}s:31:\"section_gedung_carousel_options\";a:5:{s:13:\"choose_column\";i:1;s:21:\"navigation_dots_color\";i:1;s:8:\"autoplay\";i:1;s:11:\"autoplay_ms\";i:1;s:9:\"auto_loop\";i:1;}}s:5:\"style\";a:3:{s:51:\"section_gedung_testimonial_block_blockquote_setting\";a:5:{s:21:\"vertical_testi_detail\";i:1;s:44:\"typhography_blockquote_typography_typography\";i:1;s:43:\"typhography_blockquote_typography_font_size\";i:1;s:45:\"typhography_blockquote_typography_line_height\";i:1;s:28:\"typhography_blockquote_color\";i:1;}s:47:\"section_gedung_testimonial_block_author_setting\";a:5:{s:24:\"typhography_author_color\";i:1;s:16:\"author_img_color\";i:1;s:40:\"typhography_author_typography_typography\";i:1;s:39:\"typhography_author_typography_font_size\";i:1;s:41:\"typhography_author_typography_line_height\";i:1;}s:51:\"section_gedung_testimonial_block_author_job_setting\";a:1:{s:22:\"typhography_cite_color\";i:1;}}}}s:19:\"gedung-client-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:27:\"section_gedung_client_block\";a:2:{s:11:\"choose_type\";i:1;s:11:\"client_item\";i:1;}s:28:\"section_gedung_column_client\";a:5:{s:20:\"mobile_choose_column\";i:1;s:17:\"item_padding_size\";i:1;s:24:\"item_padding_size_tablet\";i:1;s:18:\"item_margin_bottom\";i:1;s:24:\"item_padding_size_mobile\";i:1;}s:31:\"section_gedung_carousel_options\";a:1:{s:10:\"column_gap\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:17:\"gedung-post-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:38:\"section_gedung_post_block_post_setting\";a:1:{s:14:\"posts_per_page\";i:1;}s:40:\"section_gedung_post_block_layout_setting\";a:1:{s:26:\"horizontal_col_select_col2\";i:1;}}s:5:\"style\";a:6:{s:48:\"section_gedung_post_block_category_style_setting\";a:1:{s:12:\"use_category\";i:1;}s:46:\"section_gedung_post_block_author_style_setting\";a:1:{s:10:\"use_author\";i:1;}s:44:\"section_gedung_post_block_date_style_setting\";a:1:{s:8:\"use_date\";i:1;}s:47:\"section_gedung_post_block_excerpt_style_setting\";a:1:{s:11:\"use_excerpt\";i:1;}s:45:\"section_gedung_post_block_title_style_setting\";a:3:{s:32:\"typography_post_title_typography\";i:1;s:31:\"typography_post_title_font_size\";i:1;s:23:\"typhography_title_color\";i:1;}s:48:\"section_gedung_post_block_readmore_style_setting\";a:5:{s:35:\"typhography_read_more_color_masonry\";i:1;s:38:\"typhography_read_more_bg_color_masonry\";i:1;s:25:\"read_more_title_hov_color\";i:1;s:38:\"typhography_read_more_bg_hover_masonry\";i:1;s:36:\"typography_post_read_more_typography\";i:1;}}s:8:\"advanced\";a:1:{s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:1;s:17:\"_background_color\";i:1;}}}}}'),(2037,576,'_elementor_css','a:5:{s:4:\"time\";i:1591186188;s:5:\"fonts\";a:3:{i:0;s:7:\"Raleway\";i:1;s:10:\"Montserrat\";i:2;s:4:\"Lato\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2038,576,'header_style_choice','alternative'),(2039,576,'_header_style_choice','field_58c7b9d20beeb'),(2040,577,'_wp_page_template','template/page-builder-template.php'),(2041,577,'_elementor_data','[{\"id\":\"787d5c6b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"20\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"id\":386,\"url\":\"https:\\/\\/uchi.myqnapcloud.com:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/IMG_0903-scaled.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color_b\":\"#2d2d2d\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":100},\"custom_height\":{\"unit\":\"px\",\"size\":\"663\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"height\":\"full\",\"background_video_fallback\":{\"id\":79,\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/bg-fallback.jpg\"},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"21feba2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5af5fe4\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"ARS CONTRACTING, INC.\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Raleway\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_title_font_weight\":\"500\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":12},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_2\":\"#FFFFFF\",\"title_margin_bottom\":-10,\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":10},\"align_mobile\":\"left\",\"title_size\":\"h1\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c2b71c4\",\"elType\":\"widget\",\"settings\":{\"the_title\":\"Certified Riggers & Machinery Movers\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":90},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":100},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_1\":\"#ffffff\",\"choose_style\":\"2\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":85},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":90},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"81cb3fc\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<h2 style=\\\"color: white;\\\"><b>Moving America\\u2019s Businesses<\\/b><\\/h2>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_block_line_height\":{\"unit\":\"px\",\"size\":28},\"color_text_block\":\"#FDF8F8\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"0\",\"left\":\"250\",\"isLinked\":false},\"text_block_align_mobile\":\"left\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"586b5444\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"hover_animation\":\"sink\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#projects\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeInUp\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e1426a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"9414b9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bad6cf\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Services\",\"description_text\":\"Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":482,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/crane-48591-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255, 255, 255, 0)\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"154f0f93\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c2e578e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Exceptional Safety Rating\",\"description_text\":\"We have one of the best safety ratings in the industry & we are certified riggers\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":379,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/Safety-Rev-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":19},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4a35cdf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bfab3bb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Industries\",\"description_text\":\"We offer outstanding service to most industries including, contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers\\/building owners and more\\n\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":378,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/gears.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3334b860\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#eaeaea\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fb97c40\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.042999999999999,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57bdcd45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":11,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image2-1.jpg\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"align\":\"left\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5b694d6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.957000000000001,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2161d8d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"For almost 30 years, ARS Contracting, Inc. has built a national reputation for rigging, machinery moving, hauling and lifting components that keep America\\u2019s businesses moving. We\\u2019re dedicated to solving problems for our clients by using innovation and technology to constantly move the industry forward. By doing so, this can result in lowering overall project costs for our customers.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":19},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":45},\"the_subtitle\":\"Since 1991\",\"typography_subtitle_typography\":\"custom\",\"typography_subtitle_font_family\":\"Lato\",\"typography_subtitle_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_subtitle_font_weight\":\"300\",\"typography_subtitle_text_transform\":\"uppercase\",\"typography_subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":34},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":30},\"title_size\":\"h6\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"23901ed0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60cf4773\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1800},\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"_element_id\":\"projects\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7352b447\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"97cfb80\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"333b722f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d4210f\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Services\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"4c49f11d\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"43ef6c3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"7d11f6a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL SERVICES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=347\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d246d91\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"9\",\"width\":\"585\",\"height\":\"390\",\"caption_vertical\":{\"unit\":\"%\",\"size\":50},\"caption_horizontal\":{\"unit\":\"%\",\"size\":50},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":15,\"use_padding\":\"use\",\"padding_size\":{\"unit\":\"px\",\"size\":15},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"title_hover_effect\":\"ih-fade-down\",\"title_margin_bottom\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_family\":\"Raleway\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"category_hover_effect\":\"ih-fade-up\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"filter_style1_color\":\"#ffffff\",\"filter_style1_hov_color\":\"#ffffff\",\"filter_style1_bord_hov_color\":\"#3315C6\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_portfolio_title_line_height_mobile\":{\"unit\":\"px\",\"size\":24},\"title_margin_bottom_mobile\":5,\"typography_portfolio_category_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"filter_mobile_bord_bg_color\":\"#2b2b2b\",\"filter_mobile_bord_hov_color\":\"#2b2b2b\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"filter_padding_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"filter_align\":\"center\",\"filter_style\":\"style-2\",\"filter_style2_color\":\"#FFFFFF\",\"filter_style2_hov_color\":\"#8AABCA\",\"filter_style2_border_hov_color\":\"#8AABCA\",\"category_hover_delay\":\"ih-delay-xs\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"orderby\":\"menu_order\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f3e067f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/image-port-7.jpg\",\"id\":22},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#7A7A7A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ef29580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"788dae8b\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"30\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#ffffff\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#ffffff\",\"choose_column\":\"1\",\"typhography_blockquote_color\":\"#ffffff\",\"navigation_dots_color\":\"#ffffff\",\"autoplay\":\"use\",\"autoplay_ms\":2000,\"auto_loop\":\"use\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"50e8eeb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"4169d630\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/1693-logo.jpg\",\"id\":570},\"_id\":\"373378a\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT.jpg\",\"id\":571},\"_id\":\"5b20e48\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IMPACTLogo.jpg\",\"id\":572},\"_id\":\"0da84d8\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra.jpg\",\"id\":573},\"_id\":\"cc18593\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574},\"_id\":\"306ecd3\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/Riggers.jpg\",\"id\":569},\"_id\":\"ab6cc54\"}],\"mobile_choose_column\":\"mobile-column-3\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":20,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":9},\"_css_classes\":\"client-logos\"},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46b4cfee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190},\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"763dcf8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"60111074\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6daf8247\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1f8fca5\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Industries\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"5e67d616\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ddd3ef5\",\"elType\":\"widget\",\"settings\":{\"color_text_block\":\"#555555\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":26}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":true},{\"id\":\"24b615c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1dd27b4a\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL INDUSTRIES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"rgba(243, 235, 235, 0.3)\",\"border_color\":\"#000000\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=348\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd640fa\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"8\",\"post_margin_bottom\":\"30\",\"horizontal_col_select_col2\":\"column-3\",\"width\":\"535\",\"height\":\"355\",\"height_grid2\":\"400\",\"use_category\":\"\",\"use_author\":\"\",\"use_date\":\"\",\"use_excerpt\":\"\",\"read_more_text\":\"Read More\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"typography_post_title_typography\":\"custom\",\"typography_post_title_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typhography_read_more_color_masonry\":\"#D7D7D7\",\"typhography_title_color\":\"#2B4D7B\",\"typhography_read_more_bg_color_masonry\":\"#FFFFFF\",\"read_more_title_hov_color\":\"#FFFFFF\",\"typhography_read_more_bg_hover_masonry\":\"#C7B4B4\",\"typography_post_read_more_typography\":\"custom\",\"_background_background\":\"classic\",\"_background_color\":\"#FEFEFE\"},\"elements\":[],\"widgetType\":\"gedung-post-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd675da\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"70618554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.68,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"700616c\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"419c7848\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1bc1cc0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"align_tablet\":\"center\",\"button_hover_border_color\":\"#ffffff\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2042,577,'_elementor_version','2.9.9'),(2043,577,'_elementor_template_type','wp-post'),(2044,577,'_elementor_edit_mode','builder'),(2045,577,'_thumbnail_id','338'),(2046,577,'_elementor_css','a:5:{s:4:\"time\";i:1591186188;s:5:\"fonts\";a:3:{i:0;s:7:\"Raleway\";i:1;s:10:\"Montserrat\";i:2;s:4:\"Lato\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2049,578,'_wp_page_template','template/page-builder-template.php'),(2050,578,'_elementor_data','[{\"id\":\"787d5c6b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"20\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"id\":386,\"url\":\"https:\\/\\/uchi.myqnapcloud.com:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/IMG_0903-scaled.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color_b\":\"#2d2d2d\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":100},\"custom_height\":{\"unit\":\"px\",\"size\":\"663\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"height\":\"full\",\"background_video_fallback\":{\"id\":79,\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/bg-fallback.jpg\"},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"21feba2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5af5fe4\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"ARS CONTRACTING, INC.\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Raleway\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_title_font_weight\":\"500\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":12},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_2\":\"#FFFFFF\",\"title_margin_bottom\":-10,\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":10},\"align_mobile\":\"left\",\"title_size\":\"h1\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c2b71c4\",\"elType\":\"widget\",\"settings\":{\"the_title\":\"Certified Riggers & Machinery Movers\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":90},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":100},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_1\":\"#ffffff\",\"choose_style\":\"2\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":85},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":90},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"81cb3fc\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<h2 style=\\\"color: white;\\\"><b>Moving America\\u2019s Businesses<\\/b><\\/h2>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_block_line_height\":{\"unit\":\"px\",\"size\":28},\"color_text_block\":\"#FDF8F8\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"0\",\"left\":\"250\",\"isLinked\":false},\"text_block_align_mobile\":\"left\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"586b5444\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"hover_animation\":\"sink\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#projects\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeInUp\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e1426a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"9414b9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bad6cf\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Services\",\"description_text\":\"Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":482,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/crane-48591-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255, 255, 255, 0)\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"154f0f93\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c2e578e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Exceptional Safety Rating\",\"description_text\":\"We have one of the best safety ratings in the industry & we are certified riggers\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":379,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/Safety-Rev-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":19},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4a35cdf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bfab3bb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Industries\",\"description_text\":\"We offer outstanding service to most industries including, contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers\\/building owners and more\\n\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":378,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/gears.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3334b860\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#eaeaea\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fb97c40\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.042999999999999,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57bdcd45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":11,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image2-1.jpg\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"align\":\"left\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5b694d6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.957000000000001,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2161d8d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"For almost 30 years, ARS Contracting, Inc. has built a national reputation for rigging, machinery moving, hauling and lifting components that keep America\\u2019s businesses moving. We\\u2019re dedicated to solving problems for our clients by using innovation and technology to constantly move the industry forward. By doing so, this can result in lowering overall project costs for our customers.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":19},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":45},\"the_subtitle\":\"Since 1991\",\"typography_subtitle_typography\":\"custom\",\"typography_subtitle_font_family\":\"Lato\",\"typography_subtitle_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_subtitle_font_weight\":\"300\",\"typography_subtitle_text_transform\":\"uppercase\",\"typography_subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":34},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":30},\"title_size\":\"h6\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"23901ed0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60cf4773\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1800},\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"_element_id\":\"projects\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7352b447\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"97cfb80\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"333b722f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d4210f\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Services\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"4c49f11d\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"43ef6c3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"7d11f6a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL SERVICES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=347\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d246d91\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"9\",\"width\":\"585\",\"height\":\"390\",\"caption_vertical\":{\"unit\":\"%\",\"size\":50},\"caption_horizontal\":{\"unit\":\"%\",\"size\":50},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":15,\"use_padding\":\"use\",\"padding_size\":{\"unit\":\"px\",\"size\":15},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"title_hover_effect\":\"ih-fade-down\",\"title_margin_bottom\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_family\":\"Raleway\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"category_hover_effect\":\"ih-fade-up\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"filter_style1_color\":\"#ffffff\",\"filter_style1_hov_color\":\"#ffffff\",\"filter_style1_bord_hov_color\":\"#3315C6\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_portfolio_title_line_height_mobile\":{\"unit\":\"px\",\"size\":24},\"title_margin_bottom_mobile\":5,\"typography_portfolio_category_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"filter_mobile_bord_bg_color\":\"#2b2b2b\",\"filter_mobile_bord_hov_color\":\"#2b2b2b\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"filter_padding_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"filter_align\":\"center\",\"filter_style\":\"style-2\",\"filter_style2_color\":\"#FFFFFF\",\"filter_style2_hov_color\":\"#8AABCA\",\"filter_style2_border_hov_color\":\"#8AABCA\",\"category_hover_delay\":\"ih-delay-xs\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"orderby\":\"menu_order\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f3e067f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/image-port-7.jpg\",\"id\":22},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#7A7A7A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ef29580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"788dae8b\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"30\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#ffffff\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#ffffff\",\"choose_column\":\"1\",\"typhography_blockquote_color\":\"#ffffff\",\"navigation_dots_color\":\"#ffffff\",\"autoplay\":\"use\",\"autoplay_ms\":2000,\"auto_loop\":\"use\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"50e8eeb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"4169d630\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/1693-logo.jpg\",\"id\":570},\"_id\":\"373378a\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT.jpg\",\"id\":571},\"_id\":\"5b20e48\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IMPACTLogo.jpg\",\"id\":572},\"_id\":\"0da84d8\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra.jpg\",\"id\":573},\"_id\":\"cc18593\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574},\"_id\":\"306ecd3\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/Riggers.jpg\",\"id\":569},\"_id\":\"ab6cc54\"}],\"mobile_choose_column\":\"mobile-column-2\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":20,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":9},\"_css_classes\":\"client-logos\"},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46b4cfee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190},\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"763dcf8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"60111074\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6daf8247\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1f8fca5\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Industries\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"5e67d616\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ddd3ef5\",\"elType\":\"widget\",\"settings\":{\"color_text_block\":\"#555555\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":26}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":true},{\"id\":\"24b615c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1dd27b4a\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL INDUSTRIES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"rgba(243, 235, 235, 0.3)\",\"border_color\":\"#000000\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=348\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd640fa\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"8\",\"post_margin_bottom\":\"30\",\"horizontal_col_select_col2\":\"column-3\",\"width\":\"535\",\"height\":\"355\",\"height_grid2\":\"400\",\"use_category\":\"\",\"use_author\":\"\",\"use_date\":\"\",\"use_excerpt\":\"\",\"read_more_text\":\"Read More\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"typography_post_title_typography\":\"custom\",\"typography_post_title_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typhography_read_more_color_masonry\":\"#D7D7D7\",\"typhography_title_color\":\"#2B4D7B\",\"typhography_read_more_bg_color_masonry\":\"#FFFFFF\",\"read_more_title_hov_color\":\"#FFFFFF\",\"typhography_read_more_bg_hover_masonry\":\"#C7B4B4\",\"typography_post_read_more_typography\":\"custom\",\"_background_background\":\"classic\",\"_background_color\":\"#FEFEFE\"},\"elements\":[],\"widgetType\":\"gedung-post-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd675da\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"70618554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.68,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"700616c\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"419c7848\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1bc1cc0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"align_tablet\":\"center\",\"button_hover_border_color\":\"#ffffff\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2051,578,'_elementor_version','2.9.9'),(2052,578,'_elementor_template_type','wp-post'),(2053,578,'_elementor_edit_mode','builder'),(2054,578,'_thumbnail_id','338'),(2055,578,'_elementor_css','a:5:{s:4:\"time\";i:1591186312;s:5:\"fonts\";a:3:{i:0;s:7:\"Raleway\";i:1;s:10:\"Montserrat\";i:2;s:4:\"Lato\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2058,579,'_wp_attached_file','2020/06/footer-logo-ars.png'),(2059,579,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:790;s:6:\"height\";i:225;s:4:\"file\";s:27:\"2020/06/footer-logo-ars.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"footer-logo-ars-300x85.png\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"footer-logo-ars-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"footer-logo-ars-768x219.png\";s:5:\"width\";i:768;s:6:\"height\";i:219;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:26:\"footer-logo-ars-100x80.png\";s:5:\"width\";i:100;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:{}}}'),(2060,580,'_wp_attached_file','2020/06/transparent-logo-ars.png'),(2061,580,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:790;s:6:\"height\";i:225;s:4:\"file\";s:32:\"2020/06/transparent-logo-ars.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"transparent-logo-ars-300x85.png\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"transparent-logo-ars-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"transparent-logo-ars-768x219.png\";s:5:\"width\";i:768;s:6:\"height\";i:219;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:31:\"transparent-logo-ars-100x80.png\";s:5:\"width\";i:100;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:{}}}'),(2062,581,'_wp_page_template','template/page-builder-template.php'),(2063,581,'_elementor_data','[{\"id\":\"787d5c6b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"20\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"id\":386,\"url\":\"https:\\/\\/uchi.myqnapcloud.com:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/IMG_0903-scaled.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color_b\":\"#2d2d2d\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":100},\"custom_height\":{\"unit\":\"px\",\"size\":\"663\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"height\":\"full\",\"background_video_fallback\":{\"id\":79,\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/bg-fallback.jpg\"},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"21feba2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5af5fe4\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"ARS CONTRACTING, INC.\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Raleway\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_title_font_weight\":\"500\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":12},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_2\":\"#FFFFFF\",\"title_margin_bottom\":-10,\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":10},\"align_mobile\":\"left\",\"title_size\":\"h1\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c2b71c4\",\"elType\":\"widget\",\"settings\":{\"the_title\":\"Certified Riggers & Machinery Movers\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":90},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":100},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_1\":\"#ffffff\",\"choose_style\":\"2\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":85},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":90},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"81cb3fc\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<h2 style=\\\"color: white;\\\"><b>Moving America\\u2019s Businesses<\\/b><\\/h2>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_block_line_height\":{\"unit\":\"px\",\"size\":28},\"color_text_block\":\"#FDF8F8\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"0\",\"left\":\"250\",\"isLinked\":false},\"text_block_align_mobile\":\"left\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"586b5444\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"hover_animation\":\"sink\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#projects\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeInUp\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e1426a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"9414b9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bad6cf\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Services\",\"description_text\":\"Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":482,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/crane-48591-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255, 255, 255, 0)\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"154f0f93\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c2e578e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Exceptional Safety Rating\",\"description_text\":\"We have one of the best safety ratings in the industry & we are certified riggers\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":379,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/Safety-Rev-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":19},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4a35cdf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bfab3bb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Industries\",\"description_text\":\"We offer outstanding service to most industries including, contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers\\/building owners and more\\n\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":378,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/gears.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3334b860\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#eaeaea\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fb97c40\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.042999999999999,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57bdcd45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":11,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image2-1.jpg\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"align\":\"left\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5b694d6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.957000000000001,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2161d8d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"For almost 30 years, ARS Contracting, Inc. has built a national reputation for rigging, machinery moving, hauling and lifting components that keep America\\u2019s businesses moving. We\\u2019re dedicated to solving problems for our clients by using innovation and technology to constantly move the industry forward. By doing so, this can result in lowering overall project costs for our customers.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":19},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":45},\"the_subtitle\":\"Since 1991\",\"typography_subtitle_typography\":\"custom\",\"typography_subtitle_font_family\":\"Lato\",\"typography_subtitle_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_subtitle_font_weight\":\"300\",\"typography_subtitle_text_transform\":\"uppercase\",\"typography_subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":34},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":30},\"title_size\":\"h6\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"23901ed0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60cf4773\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1800},\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"_element_id\":\"projects\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7352b447\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"97cfb80\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"333b722f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d4210f\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Services\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"4c49f11d\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"43ef6c3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"7d11f6a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL SERVICES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=347\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d246d91\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"9\",\"width\":\"585\",\"height\":\"390\",\"caption_vertical\":{\"unit\":\"%\",\"size\":50},\"caption_horizontal\":{\"unit\":\"%\",\"size\":50},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":15,\"use_padding\":\"use\",\"padding_size\":{\"unit\":\"px\",\"size\":15},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"title_hover_effect\":\"ih-fade-down\",\"title_margin_bottom\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_family\":\"Raleway\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"category_hover_effect\":\"ih-fade-up\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"filter_style1_color\":\"#ffffff\",\"filter_style1_hov_color\":\"#ffffff\",\"filter_style1_bord_hov_color\":\"#3315C6\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_portfolio_title_line_height_mobile\":{\"unit\":\"px\",\"size\":24},\"title_margin_bottom_mobile\":5,\"typography_portfolio_category_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"filter_mobile_bord_bg_color\":\"#2b2b2b\",\"filter_mobile_bord_hov_color\":\"#2b2b2b\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"filter_padding_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"filter_align\":\"center\",\"filter_style\":\"style-2\",\"filter_style2_color\":\"#FFFFFF\",\"filter_style2_hov_color\":\"#8AABCA\",\"filter_style2_border_hov_color\":\"#8AABCA\",\"category_hover_delay\":\"ih-delay-xs\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"orderby\":\"menu_order\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f3e067f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/image-port-7.jpg\",\"id\":22},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#7A7A7A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ef29580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"788dae8b\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"30\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#ffffff\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#ffffff\",\"choose_column\":\"1\",\"typhography_blockquote_color\":\"#ffffff\",\"navigation_dots_color\":\"#ffffff\",\"autoplay\":\"use\",\"autoplay_ms\":2000,\"auto_loop\":\"use\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"50e8eeb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"4169d630\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/1693-logo.jpg\",\"id\":570},\"_id\":\"373378a\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT.jpg\",\"id\":571},\"_id\":\"5b20e48\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IMPACTLogo.jpg\",\"id\":572},\"_id\":\"0da84d8\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra.jpg\",\"id\":573},\"_id\":\"cc18593\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574},\"_id\":\"306ecd3\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/Riggers.jpg\",\"id\":569},\"_id\":\"ab6cc54\"}],\"mobile_choose_column\":\"mobile-column-2\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":20,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":9},\"_css_classes\":\"client-logos\"},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46b4cfee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190},\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"763dcf8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"60111074\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6daf8247\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1f8fca5\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Industries\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"5e67d616\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ddd3ef5\",\"elType\":\"widget\",\"settings\":{\"color_text_block\":\"#555555\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":26}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":true},{\"id\":\"24b615c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1dd27b4a\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL INDUSTRIES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"rgba(243, 235, 235, 0.3)\",\"border_color\":\"#000000\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=348\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd640fa\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"8\",\"post_margin_bottom\":\"30\",\"horizontal_col_select_col2\":\"column-3\",\"width\":\"535\",\"height\":\"355\",\"height_grid2\":\"400\",\"use_category\":\"\",\"use_author\":\"\",\"use_date\":\"\",\"use_excerpt\":\"\",\"read_more_text\":\"Read More\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"typography_post_title_typography\":\"custom\",\"typography_post_title_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typhography_read_more_color_masonry\":\"#D7D7D7\",\"typhography_title_color\":\"#2B4D7B\",\"typhography_read_more_bg_color_masonry\":\"#FFFFFF\",\"read_more_title_hov_color\":\"#FFFFFF\",\"typhography_read_more_bg_hover_masonry\":\"#C7B4B4\",\"typography_post_read_more_typography\":\"custom\",\"_background_background\":\"classic\",\"_background_color\":\"#FEFEFE\"},\"elements\":[],\"widgetType\":\"gedung-post-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd675da\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"70618554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.68,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"700616c\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"419c7848\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1bc1cc0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"align_tablet\":\"center\",\"button_hover_border_color\":\"#ffffff\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2064,581,'_elementor_version','2.9.9'),(2065,581,'_elementor_template_type','wp-post'),(2066,581,'_elementor_edit_mode','builder'),(2067,581,'_thumbnail_id','338'); INSERT INTO `wp_postmeta` VALUES (2068,581,'_elementor_controls_usage','a:12:{s:17:\"gedung-head-title\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:4:{s:25:\"section_gedung_head_title\";a:25:{s:12:\"choose_style\";i:6;s:9:\"the_title\";i:6;s:27:\"typography_title_typography\";i:6;s:28:\"typography_title_font_family\";i:1;s:26:\"typography_title_font_size\";i:4;s:28:\"typography_title_font_weight\";i:2;s:31:\"typography_title_letter_spacing\";i:1;s:17:\"head_use_subtitle\";i:5;s:5:\"align\";i:2;s:33:\"typography_title_font_size_mobile\";i:6;s:35:\"typography_title_line_height_mobile\";i:4;s:38:\"typography_title_letter_spacing_mobile\";i:1;s:12:\"align_mobile\";i:3;s:10:\"title_size\";i:2;s:28:\"typography_title_line_height\";i:2;s:33:\"typography_title_font_size_tablet\";i:3;s:35:\"typography_title_line_height_tablet\";i:2;s:12:\"the_subtitle\";i:1;s:30:\"typography_subtitle_typography\";i:1;s:31:\"typography_subtitle_font_family\";i:1;s:29:\"typography_subtitle_font_size\";i:1;s:31:\"typography_subtitle_font_weight\";i:1;s:34:\"typography_subtitle_text_transform\";i:1;s:34:\"typography_subtitle_letter_spacing\";i:1;s:12:\"align_tablet\";i:1;}s:33:\"section_gedung_head_title_style_2\";a:1:{s:13:\"title_color_2\";i:4;}s:36:\"section_gedung_head_title_dimensions\";a:1:{s:19:\"title_margin_bottom\";i:1;}s:33:\"section_gedung_head_title_style_1\";a:1:{s:13:\"title_color_1\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:11:\"gedung-text\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"gedung_text_control\";a:9:{s:11:\"custom_text\";i:1;s:32:\"typography_text_block_typography\";i:2;s:31:\"typography_text_block_font_size\";i:1;s:33:\"typography_text_block_line_height\";i:1;s:16:\"color_text_block\";i:2;s:16:\"text_block_align\";i:1;s:23:\"text_block_align_mobile\";i:1;s:38:\"typography_text_block_font_size_mobile\";i:1;s:40:\"typography_text_block_line_height_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:1;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:10;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:6:{s:4:\"text\";i:4;s:5:\"align\";i:4;s:4:\"size\";i:4;s:4:\"link\";i:4;s:12:\"align_mobile\";i:4;s:12:\"align_tablet\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:17:{s:21:\"typography_typography\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_family\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:16:\"background_color\";i:4;s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:13:\"border_radius\";i:4;s:27:\"typography_font_size_mobile\";i:1;s:11:\"hover_color\";i:4;s:29:\"button_background_hover_color\";i:4;s:15:\"hover_animation\";i:4;s:17:\"button_text_color\";i:3;s:12:\"border_color\";i:3;s:25:\"button_hover_border_color\";i:3;s:28:\"text_shadow_text_shadow_type\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:15:\"_padding_mobile\";i:1;s:8:\"_padding\";i:2;s:15:\"_padding_tablet\";i:3;s:7:\"_margin\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:4;s:18:\"animation_duration\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:15;s:19:\"_inline_size_mobile\";i:3;s:19:\"_inline_size_tablet\";i:8;s:16:\"content_position\";i:2;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:14:\"padding_tablet\";i:4;s:7:\"padding\";i:8;s:14:\"padding_mobile\";i:6;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:3:\"gap\";i:7;s:13:\"custom_height\";i:1;s:6:\"height\";i:1;s:13:\"content_width\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:13:\"margin_tablet\";i:1;s:14:\"padding_tablet\";i:8;s:6:\"margin\";i:3;s:7:\"padding\";i:8;s:13:\"margin_mobile\";i:2;s:14:\"padding_mobile\";i:7;s:11:\"_element_id\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:2;s:19:\"background_position\";i:3;s:15:\"background_size\";i:3;s:25:\"background_video_fallback\";i:1;s:21:\"background_attachment\";i:3;s:16:\"background_color\";i:5;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_color\";i:2;s:26:\"background_overlay_opacity\";i:2;s:26:\"background_overlay_color_b\";i:1;s:29:\"background_overlay_color_stop\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;s:5:\"image\";i:3;s:8:\"position\";i:3;}}s:5:\"style\";a:2:{s:21:\"section_style_content\";a:14:{s:10:\"text_align\";i:3;s:18:\"title_bottom_space\";i:3;s:11:\"title_color\";i:3;s:27:\"title_typography_typography\";i:3;s:26:\"title_typography_font_size\";i:3;s:17:\"description_color\";i:3;s:17:\"text_align_tablet\";i:2;s:17:\"text_align_mobile\";i:3;s:33:\"title_typography_font_size_tablet\";i:3;s:35:\"title_typography_line_height_tablet\";i:3;s:33:\"description_typography_typography\";i:3;s:39:\"description_typography_font_size_tablet\";i:3;s:41:\"description_typography_line_height_tablet\";i:3;s:32:\"description_typography_font_size\";i:3;}s:19:\"section_style_image\";a:3:{s:11:\"image_space\";i:3;s:10:\"image_size\";i:3;s:18:\"image_space_tablet\";i:3;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:2:{s:15:\"_padding_mobile\";i:1;s:8:\"_padding\";i:3;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:3;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:1;s:17:\"_background_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:5:\"align\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:6:\"weight\";i:3;s:3:\"gap\";i:3;s:5:\"color\";i:3;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:3;s:5:\"align\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:3;}}}}s:22:\"gedung-portfolio-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:12;s:8:\"controls\";a:3:{s:7:\"content\";a:6:{s:43:\"section_gedung_portfolio_block_post_setting\";a:2:{s:14:\"posts_per_page\";i:1;s:7:\"orderby\";i:1;}s:44:\"section_gedung_portfolio_block_image_setting\";a:2:{s:5:\"width\";i:1;s:6:\"height\";i:1;}s:43:\"section_gedung_portfolio_block_item_setting\";a:3:{s:16:\"caption_vertical\";i:1;s:18:\"caption_horizontal\";i:1;s:10:\"text_align\";i:1;}s:44:\"section_gedung_portfolio_block_hover_setting\";a:3:{s:12:\"hover_effect\";i:1;s:12:\"grid_item_bg\";i:1;s:13:\"grid_item_bg2\";i:1;}s:39:\"section_gedung_portfolio_layout_control\";a:4:{s:13:\"margin_bottom\";i:1;s:11:\"use_padding\";i:1;s:12:\"padding_size\";i:1;s:19:\"padding_size_mobile\";i:1;}s:39:\"section_gedung_portfolio_filter_control\";a:14:{s:10:\"use_filter\";i:1;s:19:\"filter_style1_color\";i:1;s:23:\"filter_style1_hov_color\";i:1;s:28:\"filter_style1_bord_hov_color\";i:1;s:25:\"filter_margin_bottom_size\";i:1;s:32:\"filter_margin_bottom_size_mobile\";i:1;s:27:\"filter_mobile_bord_bg_color\";i:1;s:28:\"filter_mobile_bord_hov_color\";i:1;s:19:\"filter_padding_size\";i:1;s:12:\"filter_align\";i:1;s:12:\"filter_style\";i:1;s:19:\"filter_style2_color\";i:1;s:23:\"filter_style2_hov_color\";i:1;s:30:\"filter_style2_border_hov_color\";i:1;}}s:5:\"style\";a:2:{s:44:\"section_gedung_portfolio_block_title_setting\";a:7:{s:23:\"typhography_title_color\";i:1;s:37:\"typography_portfolio_title_typography\";i:1;s:18:\"title_hover_effect\";i:1;s:19:\"title_margin_bottom\";i:1;s:43:\"typography_portfolio_title_font_size_mobile\";i:1;s:45:\"typography_portfolio_title_line_height_mobile\";i:1;s:26:\"title_margin_bottom_mobile\";i:1;}s:47:\"section_gedung_portfolio_block_category_setting\";a:9:{s:26:\"typhography_category_color\";i:1;s:40:\"typography_portfolio_category_typography\";i:1;s:41:\"typography_portfolio_category_font_family\";i:1;s:39:\"typography_portfolio_category_font_size\";i:1;s:41:\"typography_portfolio_category_font_weight\";i:1;s:40:\"typography_portfolio_category_font_style\";i:1;s:21:\"category_hover_effect\";i:1;s:46:\"typography_portfolio_category_font_size_mobile\";i:1;s:20:\"category_hover_delay\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;}}}}s:24:\"gedung-testimonial-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:52:\"section_gedung_testimonial_block_testimonial_setting\";a:1:{s:10:\"testi_item\";i:1;}s:46:\"section_gedung_testimonial_block_image_setting\";a:1:{s:17:\"text_align_tablet\";i:1;}s:31:\"section_gedung_carousel_options\";a:5:{s:13:\"choose_column\";i:1;s:21:\"navigation_dots_color\";i:1;s:8:\"autoplay\";i:1;s:11:\"autoplay_ms\";i:1;s:9:\"auto_loop\";i:1;}}s:5:\"style\";a:3:{s:51:\"section_gedung_testimonial_block_blockquote_setting\";a:5:{s:21:\"vertical_testi_detail\";i:1;s:44:\"typhography_blockquote_typography_typography\";i:1;s:43:\"typhography_blockquote_typography_font_size\";i:1;s:45:\"typhography_blockquote_typography_line_height\";i:1;s:28:\"typhography_blockquote_color\";i:1;}s:47:\"section_gedung_testimonial_block_author_setting\";a:5:{s:24:\"typhography_author_color\";i:1;s:16:\"author_img_color\";i:1;s:40:\"typhography_author_typography_typography\";i:1;s:39:\"typhography_author_typography_font_size\";i:1;s:41:\"typhography_author_typography_line_height\";i:1;}s:51:\"section_gedung_testimonial_block_author_job_setting\";a:1:{s:22:\"typhography_cite_color\";i:1;}}}}s:19:\"gedung-client-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:27:\"section_gedung_client_block\";a:2:{s:11:\"choose_type\";i:1;s:11:\"client_item\";i:1;}s:28:\"section_gedung_column_client\";a:5:{s:20:\"mobile_choose_column\";i:1;s:17:\"item_padding_size\";i:1;s:24:\"item_padding_size_tablet\";i:1;s:18:\"item_margin_bottom\";i:1;s:24:\"item_padding_size_mobile\";i:1;}s:31:\"section_gedung_carousel_options\";a:1:{s:10:\"column_gap\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:17:\"gedung-post-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:38:\"section_gedung_post_block_post_setting\";a:1:{s:14:\"posts_per_page\";i:1;}s:40:\"section_gedung_post_block_layout_setting\";a:1:{s:26:\"horizontal_col_select_col2\";i:1;}}s:5:\"style\";a:6:{s:48:\"section_gedung_post_block_category_style_setting\";a:1:{s:12:\"use_category\";i:1;}s:46:\"section_gedung_post_block_author_style_setting\";a:1:{s:10:\"use_author\";i:1;}s:44:\"section_gedung_post_block_date_style_setting\";a:1:{s:8:\"use_date\";i:1;}s:47:\"section_gedung_post_block_excerpt_style_setting\";a:1:{s:11:\"use_excerpt\";i:1;}s:45:\"section_gedung_post_block_title_style_setting\";a:3:{s:32:\"typography_post_title_typography\";i:1;s:31:\"typography_post_title_font_size\";i:1;s:23:\"typhography_title_color\";i:1;}s:48:\"section_gedung_post_block_readmore_style_setting\";a:5:{s:35:\"typhography_read_more_color_masonry\";i:1;s:38:\"typhography_read_more_bg_color_masonry\";i:1;s:25:\"read_more_title_hov_color\";i:1;s:38:\"typhography_read_more_bg_hover_masonry\";i:1;s:36:\"typography_post_read_more_typography\";i:1;}}s:8:\"advanced\";a:1:{s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:1;s:17:\"_background_color\";i:1;}}}}}'),(2069,581,'_elementor_css','a:5:{s:4:\"time\";i:1591186372;s:5:\"fonts\";a:3:{i:0;s:7:\"Raleway\";i:1;s:10:\"Montserrat\";i:2;s:4:\"Lato\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2070,581,'header_style_choice','alternative'),(2071,581,'_header_style_choice','field_58c7b9d20beeb'),(2072,582,'_elementor_edit_mode','builder'),(2073,582,'_elementor_template_type','kit'),(2074,582,'_elementor_version','2.9.9'),(2075,582,'_elementor_css','a:6:{s:4:\"time\";i:1590570849;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(2076,582,'_wp_page_template','default'),(2077,582,'_elementor_page_settings','a:5:{s:26:\"body_typography_typography\";s:6:\"custom\";s:33:\"link_normal_typography_typography\";s:6:\"custom\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:24:\"h2_typography_typography\";s:6:\"custom\";s:24:\"h3_typography_typography\";s:6:\"custom\";}'),(2078,582,'_elementor_data','[]'),(2079,336,'_elementor_css','a:6:{s:4:\"time\";i:1591190028;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(2089,584,'_wp_page_template','template/page-builder-template.php'),(2090,584,'_elementor_data','[{\"id\":\"787d5c6b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"20\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"id\":386,\"url\":\"https:\\/\\/uchi.myqnapcloud.com:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/IMG_0903-scaled.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color_b\":\"#2d2d2d\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":100},\"custom_height\":{\"unit\":\"px\",\"size\":\"663\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"height\":\"full\",\"background_video_fallback\":{\"id\":79,\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/bg-fallback.jpg\"},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"21feba2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5af5fe4\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"ARS CONTRACTING, INC.\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Raleway\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_title_font_weight\":\"500\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":12},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_2\":\"#FFFFFF\",\"title_margin_bottom\":-10,\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":10},\"align_mobile\":\"left\",\"title_size\":\"h1\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c2b71c4\",\"elType\":\"widget\",\"settings\":{\"the_title\":\"Certified Riggers & Machinery Movers\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":80},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_1\":\"#ffffff\",\"choose_style\":\"2\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":65},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":70},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"81cb3fc\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<h2 style=\\\"color: white;\\\"><b>Moving America\\u2019s Businesses<\\/b><\\/h2>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_text_block_line_height\":{\"unit\":\"px\",\"size\":28},\"color_text_block\":\"#FDF8F8\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"0\",\"left\":\"250\",\"isLinked\":false},\"text_block_align_mobile\":\"left\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"586b5444\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"hover_animation\":\"sink\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#projects\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeInUp\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e1426a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"9414b9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bad6cf\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Services\",\"description_text\":\"Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":482,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/crane-48591-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255, 255, 255, 0)\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"154f0f93\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c2e578e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Exceptional Safety Rating\",\"description_text\":\"We have one of the best safety ratings in the industry & we are certified riggers\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":379,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/Safety-Rev-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":19},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4a35cdf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bfab3bb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Industries\",\"description_text\":\"We offer outstanding service to most industries including, contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers\\/building owners and more\\n\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":378,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/gears.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3334b860\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#eaeaea\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fb97c40\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.042999999999999,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57bdcd45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":11,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image2-1.jpg\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"align\":\"left\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5b694d6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.957000000000001,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2161d8d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"For almost 30 years, ARS Contracting, Inc. has built a national reputation for rigging, machinery moving, hauling and lifting components that keep America\\u2019s businesses moving. We\\u2019re dedicated to solving problems for our clients by using innovation and technology to constantly move the industry forward. By doing so, this can result in lowering overall project costs for our customers.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":19},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":45},\"the_subtitle\":\"Since 1991\",\"typography_subtitle_typography\":\"custom\",\"typography_subtitle_font_family\":\"Lato\",\"typography_subtitle_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_subtitle_font_weight\":\"300\",\"typography_subtitle_text_transform\":\"uppercase\",\"typography_subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":34},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":30},\"title_size\":\"h6\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"23901ed0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60cf4773\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1800},\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"_element_id\":\"projects\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7352b447\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"97cfb80\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"333b722f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d4210f\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Services\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"4c49f11d\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"43ef6c3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"7d11f6a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL SERVICES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=347\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d246d91\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"9\",\"width\":\"585\",\"height\":\"390\",\"caption_vertical\":{\"unit\":\"%\",\"size\":50},\"caption_horizontal\":{\"unit\":\"%\",\"size\":50},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":15,\"use_padding\":\"use\",\"padding_size\":{\"unit\":\"px\",\"size\":15},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"title_hover_effect\":\"ih-fade-down\",\"title_margin_bottom\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_family\":\"Raleway\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"category_hover_effect\":\"ih-fade-up\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"filter_style1_color\":\"#ffffff\",\"filter_style1_hov_color\":\"#ffffff\",\"filter_style1_bord_hov_color\":\"#3315C6\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_portfolio_title_line_height_mobile\":{\"unit\":\"px\",\"size\":24},\"title_margin_bottom_mobile\":5,\"typography_portfolio_category_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"filter_mobile_bord_bg_color\":\"#2b2b2b\",\"filter_mobile_bord_hov_color\":\"#2b2b2b\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"filter_padding_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"filter_align\":\"center\",\"filter_style\":\"style-2\",\"filter_style2_color\":\"#FFFFFF\",\"filter_style2_hov_color\":\"#8AABCA\",\"filter_style2_border_hov_color\":\"#8AABCA\",\"category_hover_delay\":\"ih-delay-xs\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"orderby\":\"menu_order\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f3e067f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/image-port-7.jpg\",\"id\":22},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#7A7A7A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ef29580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"788dae8b\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"30\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#ffffff\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#ffffff\",\"choose_column\":\"1\",\"typhography_blockquote_color\":\"#ffffff\",\"navigation_dots_color\":\"#ffffff\",\"autoplay\":\"use\",\"autoplay_ms\":2000,\"auto_loop\":\"use\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"50e8eeb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"4169d630\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/1693-logo.jpg\",\"id\":570},\"_id\":\"373378a\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT.jpg\",\"id\":571},\"_id\":\"5b20e48\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IMPACTLogo.jpg\",\"id\":572},\"_id\":\"0da84d8\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra.jpg\",\"id\":573},\"_id\":\"cc18593\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574},\"_id\":\"306ecd3\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/Riggers.jpg\",\"id\":569},\"_id\":\"ab6cc54\"}],\"mobile_choose_column\":\"mobile-column-2\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":20,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":9},\"_css_classes\":\"client-logos\"},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46b4cfee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190},\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"763dcf8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"60111074\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6daf8247\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1f8fca5\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Industries\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"5e67d616\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ddd3ef5\",\"elType\":\"widget\",\"settings\":{\"color_text_block\":\"#555555\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":26}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":true},{\"id\":\"24b615c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1dd27b4a\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL INDUSTRIES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"rgba(243, 235, 235, 0.3)\",\"border_color\":\"#000000\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=348\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd640fa\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"8\",\"post_margin_bottom\":\"30\",\"horizontal_col_select_col2\":\"column-3\",\"width\":\"535\",\"height\":\"355\",\"height_grid2\":\"400\",\"use_category\":\"\",\"use_author\":\"\",\"use_date\":\"\",\"use_excerpt\":\"\",\"read_more_text\":\"Read More\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"typography_post_title_typography\":\"custom\",\"typography_post_title_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typhography_read_more_color_masonry\":\"#D7D7D7\",\"typhography_title_color\":\"#2B4D7B\",\"typhography_read_more_bg_color_masonry\":\"#FFFFFF\",\"read_more_title_hov_color\":\"#FFFFFF\",\"typhography_read_more_bg_hover_masonry\":\"#C7B4B4\",\"typography_post_read_more_typography\":\"custom\",\"_background_background\":\"classic\",\"_background_color\":\"#FEFEFE\"},\"elements\":[],\"widgetType\":\"gedung-post-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd675da\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"70618554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.68,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"700616c\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"419c7848\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1bc1cc0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"align_tablet\":\"center\",\"button_hover_border_color\":\"#ffffff\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2091,584,'_elementor_version','2.9.9'),(2092,584,'_elementor_template_type','wp-post'),(2093,584,'_elementor_edit_mode','builder'),(2094,584,'_thumbnail_id','338'),(2095,584,'_elementor_css','a:5:{s:4:\"time\";i:1591190882;s:5:\"fonts\";a:3:{i:0;s:7:\"Raleway\";i:1;s:10:\"Montserrat\";i:2;s:4:\"Lato\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2099,585,'_wp_page_template','template/page-builder-template.php'),(2100,585,'_elementor_data','[{\"id\":\"787d5c6b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"20\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"id\":386,\"url\":\"https:\\/\\/uchi.myqnapcloud.com:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/IMG_0903-scaled.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color_b\":\"#2d2d2d\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":100},\"custom_height\":{\"unit\":\"px\",\"size\":\"663\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"height\":\"full\",\"background_video_fallback\":{\"id\":79,\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/bg-fallback.jpg\"},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"21feba2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5af5fe4\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"ARS CONTRACTING, INC.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_title_font_weight\":\"500\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":12},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_2\":\"#FFFFFF\",\"title_margin_bottom\":-10,\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":10},\"align_mobile\":\"left\",\"title_size\":\"h1\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c2b71c4\",\"elType\":\"widget\",\"settings\":{\"the_title\":\"Certified Riggers & Machinery Movers\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":80},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_1\":\"#ffffff\",\"choose_style\":\"2\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":65},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":70},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"81cb3fc\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<h2 style=\\\"color: white;\\\"><b>Moving America\\u2019s Businesses<\\/b><\\/h2>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_text_block_line_height\":{\"unit\":\"px\",\"size\":28},\"color_text_block\":\"#FDF8F8\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"0\",\"left\":\"250\",\"isLinked\":false},\"text_block_align_mobile\":\"left\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_text_block_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"586b5444\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"hover_animation\":\"sink\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#projects\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeInUp\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e1426a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"9414b9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bad6cf\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Services\",\"description_text\":\"Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":482,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/crane-48591-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255, 255, 255, 0)\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"154f0f93\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c2e578e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Exceptional Safety Rating\",\"description_text\":\"We have one of the best safety ratings in the industry & we are certified riggers\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":379,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/Safety-Rev-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":19},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4a35cdf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bfab3bb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Industries\",\"description_text\":\"We offer outstanding service to most industries including, contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers\\/building owners and more\\n\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":378,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/gears.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3334b860\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#eaeaea\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fb97c40\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.042999999999999,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57bdcd45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":11,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image2-1.jpg\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"align\":\"left\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5b694d6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.957000000000001,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2161d8d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"For almost 30 years, ARS Contracting, Inc. has built a national reputation for rigging, machinery moving, hauling and lifting components that keep America\\u2019s businesses moving. We\\u2019re dedicated to solving problems for our clients by using innovation and technology to constantly move the industry forward. By doing so, this can result in lowering overall project costs for our customers.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":19},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":45},\"the_subtitle\":\"Since 1991\",\"typography_subtitle_typography\":\"custom\",\"typography_subtitle_font_family\":\"Lato\",\"typography_subtitle_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_subtitle_font_weight\":\"300\",\"typography_subtitle_text_transform\":\"uppercase\",\"typography_subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":34},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":30},\"title_size\":\"h6\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"23901ed0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60cf4773\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1800},\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"_element_id\":\"projects\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7352b447\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"97cfb80\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"333b722f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d4210f\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Services\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"4c49f11d\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"43ef6c3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"7d11f6a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL SERVICES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=347\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d246d91\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"9\",\"width\":\"585\",\"height\":\"390\",\"caption_vertical\":{\"unit\":\"%\",\"size\":50},\"caption_horizontal\":{\"unit\":\"%\",\"size\":50},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":15,\"use_padding\":\"use\",\"padding_size\":{\"unit\":\"px\",\"size\":15},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"title_hover_effect\":\"ih-fade-down\",\"title_margin_bottom\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_family\":\"Raleway\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"category_hover_effect\":\"ih-fade-up\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"filter_style1_color\":\"#ffffff\",\"filter_style1_hov_color\":\"#ffffff\",\"filter_style1_bord_hov_color\":\"#3315C6\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_portfolio_title_line_height_mobile\":{\"unit\":\"px\",\"size\":24},\"title_margin_bottom_mobile\":5,\"typography_portfolio_category_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"filter_mobile_bord_bg_color\":\"#2b2b2b\",\"filter_mobile_bord_hov_color\":\"#2b2b2b\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"filter_padding_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"filter_align\":\"center\",\"filter_style\":\"style-2\",\"filter_style2_color\":\"#FFFFFF\",\"filter_style2_hov_color\":\"#8AABCA\",\"filter_style2_border_hov_color\":\"#8AABCA\",\"category_hover_delay\":\"ih-delay-xs\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"orderby\":\"menu_order\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f3e067f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/image-port-7.jpg\",\"id\":22},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#7A7A7A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ef29580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"788dae8b\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"30\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#ffffff\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#ffffff\",\"choose_column\":\"1\",\"typhography_blockquote_color\":\"#ffffff\",\"navigation_dots_color\":\"#ffffff\",\"autoplay\":\"use\",\"autoplay_ms\":2000,\"auto_loop\":\"use\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"50e8eeb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"4169d630\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/1693-logo.jpg\",\"id\":570},\"_id\":\"373378a\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT.jpg\",\"id\":571},\"_id\":\"5b20e48\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IMPACTLogo.jpg\",\"id\":572},\"_id\":\"0da84d8\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra.jpg\",\"id\":573},\"_id\":\"cc18593\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574},\"_id\":\"306ecd3\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/Riggers.jpg\",\"id\":569},\"_id\":\"ab6cc54\"}],\"mobile_choose_column\":\"mobile-column-2\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":20,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":9},\"_css_classes\":\"client-logos\"},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46b4cfee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190},\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"763dcf8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"60111074\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6daf8247\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1f8fca5\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Industries\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"5e67d616\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ddd3ef5\",\"elType\":\"widget\",\"settings\":{\"color_text_block\":\"#555555\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":26}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":true},{\"id\":\"24b615c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1dd27b4a\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL INDUSTRIES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"rgba(243, 235, 235, 0.3)\",\"border_color\":\"#000000\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=348\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd640fa\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"8\",\"post_margin_bottom\":\"30\",\"horizontal_col_select_col2\":\"column-3\",\"width\":\"535\",\"height\":\"355\",\"height_grid2\":\"400\",\"use_category\":\"\",\"use_author\":\"\",\"use_date\":\"\",\"use_excerpt\":\"\",\"read_more_text\":\"Read More\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"typography_post_title_typography\":\"custom\",\"typography_post_title_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typhography_read_more_color_masonry\":\"#D7D7D7\",\"typhography_title_color\":\"#2B4D7B\",\"typhography_read_more_bg_color_masonry\":\"#FFFFFF\",\"read_more_title_hov_color\":\"#FFFFFF\",\"typhography_read_more_bg_hover_masonry\":\"#C7B4B4\",\"typography_post_read_more_typography\":\"custom\",\"_background_background\":\"classic\",\"_background_color\":\"#FEFEFE\"},\"elements\":[],\"widgetType\":\"gedung-post-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd675da\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"70618554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.68,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"700616c\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"419c7848\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1bc1cc0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"align_tablet\":\"center\",\"button_hover_border_color\":\"#ffffff\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2101,585,'_elementor_version','2.9.9'),(2102,585,'_elementor_template_type','wp-post'),(2103,585,'_elementor_edit_mode','builder'),(2104,585,'_thumbnail_id','338'),(2113,587,'_wp_page_template','template/page-builder-template.php'),(2114,587,'_elementor_data','[{\"id\":\"787d5c6b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"20\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"id\":386,\"url\":\"https:\\/\\/uchi.myqnapcloud.com:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/IMG_0903-scaled.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color_b\":\"#2d2d2d\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":100},\"custom_height\":{\"unit\":\"px\",\"size\":\"663\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"height\":\"full\",\"background_video_fallback\":{\"id\":79,\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/bg-fallback.jpg\"},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"21feba2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"home-banner-text\"},\"elements\":[{\"id\":\"5af5fe4\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"ARS CONTRACTING, INC.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_title_font_weight\":\"500\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":12},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_2\":\"#FFFFFF\",\"title_margin_bottom\":-10,\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":10},\"align_mobile\":\"left\",\"title_size\":\"h1\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c2b71c4\",\"elType\":\"widget\",\"settings\":{\"the_title\":\"Certified Riggers & Machinery Movers\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":80},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_1\":\"#ffffff\",\"choose_style\":\"2\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":65},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":70},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"81cb3fc\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<h2 style=\\\"color: white;\\\"><b>Moving America\\u2019s Businesses<\\/b><\\/h2>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_text_block_line_height\":{\"unit\":\"px\",\"size\":28},\"color_text_block\":\"#FDF8F8\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"0\",\"left\":\"250\",\"isLinked\":false},\"text_block_align_mobile\":\"left\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_text_block_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"586b5444\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"hover_animation\":\"sink\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#projects\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeInUp\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e1426a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"9414b9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bad6cf\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Services\",\"description_text\":\"Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":482,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/crane-48591-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255, 255, 255, 0)\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"154f0f93\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c2e578e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Exceptional Safety Rating\",\"description_text\":\"We have one of the best safety ratings in the industry & we are certified riggers\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":379,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/Safety-Rev-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":19},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4a35cdf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bfab3bb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Industries\",\"description_text\":\"We offer outstanding service to most industries including, contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers\\/building owners and more\\n\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":378,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/gears.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3334b860\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#eaeaea\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fb97c40\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.042999999999999,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57bdcd45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":11,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image2-1.jpg\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"align\":\"left\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5b694d6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.957000000000001,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2161d8d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"For almost 30 years, ARS Contracting, Inc. has built a national reputation for rigging, machinery moving, hauling and lifting components that keep America\\u2019s businesses moving. We\\u2019re dedicated to solving problems for our clients by using innovation and technology to constantly move the industry forward. By doing so, this can result in lowering overall project costs for our customers.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":19},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":45},\"the_subtitle\":\"Since 1991\",\"typography_subtitle_typography\":\"custom\",\"typography_subtitle_font_family\":\"Lato\",\"typography_subtitle_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_subtitle_font_weight\":\"300\",\"typography_subtitle_text_transform\":\"uppercase\",\"typography_subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":34},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":30},\"title_size\":\"h6\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"23901ed0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60cf4773\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1800},\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"_element_id\":\"projects\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7352b447\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"97cfb80\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"333b722f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d4210f\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Services\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"4c49f11d\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"43ef6c3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"7d11f6a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL SERVICES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=347\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d246d91\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"9\",\"width\":\"585\",\"height\":\"390\",\"caption_vertical\":{\"unit\":\"%\",\"size\":50},\"caption_horizontal\":{\"unit\":\"%\",\"size\":50},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":15,\"use_padding\":\"use\",\"padding_size\":{\"unit\":\"px\",\"size\":15},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"title_hover_effect\":\"ih-fade-down\",\"title_margin_bottom\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_family\":\"Raleway\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"category_hover_effect\":\"ih-fade-up\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"filter_style1_color\":\"#ffffff\",\"filter_style1_hov_color\":\"#ffffff\",\"filter_style1_bord_hov_color\":\"#3315C6\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_portfolio_title_line_height_mobile\":{\"unit\":\"px\",\"size\":24},\"title_margin_bottom_mobile\":5,\"typography_portfolio_category_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"filter_mobile_bord_bg_color\":\"#2b2b2b\",\"filter_mobile_bord_hov_color\":\"#2b2b2b\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"filter_padding_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"filter_align\":\"center\",\"filter_style\":\"style-2\",\"filter_style2_color\":\"#FFFFFF\",\"filter_style2_hov_color\":\"#8AABCA\",\"filter_style2_border_hov_color\":\"#8AABCA\",\"category_hover_delay\":\"ih-delay-xs\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"orderby\":\"menu_order\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f3e067f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/image-port-7.jpg\",\"id\":22},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#7A7A7A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ef29580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"788dae8b\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"30\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#ffffff\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#ffffff\",\"choose_column\":\"1\",\"typhography_blockquote_color\":\"#ffffff\",\"navigation_dots_color\":\"#ffffff\",\"autoplay\":\"use\",\"autoplay_ms\":2000,\"auto_loop\":\"use\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"50e8eeb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"4169d630\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/1693-logo.jpg\",\"id\":570},\"_id\":\"373378a\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT.jpg\",\"id\":571},\"_id\":\"5b20e48\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IMPACTLogo.jpg\",\"id\":572},\"_id\":\"0da84d8\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra.jpg\",\"id\":573},\"_id\":\"cc18593\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574},\"_id\":\"306ecd3\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/Riggers.jpg\",\"id\":569},\"_id\":\"ab6cc54\"}],\"mobile_choose_column\":\"mobile-column-2\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":20,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":9},\"_css_classes\":\"client-logos\"},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46b4cfee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190},\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"763dcf8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"60111074\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6daf8247\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1f8fca5\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Industries\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"5e67d616\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ddd3ef5\",\"elType\":\"widget\",\"settings\":{\"color_text_block\":\"#555555\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":26}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":true},{\"id\":\"24b615c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1dd27b4a\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL INDUSTRIES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"rgba(243, 235, 235, 0.3)\",\"border_color\":\"#000000\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=348\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd640fa\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"8\",\"post_margin_bottom\":\"30\",\"horizontal_col_select_col2\":\"column-3\",\"width\":\"535\",\"height\":\"355\",\"height_grid2\":\"400\",\"use_category\":\"\",\"use_author\":\"\",\"use_date\":\"\",\"use_excerpt\":\"\",\"read_more_text\":\"Read More\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"typography_post_title_typography\":\"custom\",\"typography_post_title_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typhography_read_more_color_masonry\":\"#D7D7D7\",\"typhography_title_color\":\"#2B4D7B\",\"typhography_read_more_bg_color_masonry\":\"#FFFFFF\",\"read_more_title_hov_color\":\"#FFFFFF\",\"typhography_read_more_bg_hover_masonry\":\"#C7B4B4\",\"typography_post_read_more_typography\":\"custom\",\"_background_background\":\"classic\",\"_background_color\":\"#FEFEFE\"},\"elements\":[],\"widgetType\":\"gedung-post-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd675da\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"70618554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.68,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"700616c\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"419c7848\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1bc1cc0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"align_tablet\":\"center\",\"button_hover_border_color\":\"#ffffff\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2115,587,'_elementor_version','2.9.9'),(2116,587,'_elementor_template_type','wp-post'),(2117,587,'_elementor_edit_mode','builder'),(2118,587,'_thumbnail_id','338'),(2121,588,'_wp_page_template','template/page-builder-template.php'),(2122,588,'_elementor_data','[{\"id\":\"787d5c6b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"20\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"id\":386,\"url\":\"https:\\/\\/uchi.myqnapcloud.com:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/IMG_0903-scaled.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color_b\":\"#2d2d2d\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":100},\"custom_height\":{\"unit\":\"px\",\"size\":\"663\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"height\":\"full\",\"background_video_fallback\":{\"id\":79,\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/bg-fallback.jpg\"},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"21feba2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"home-banner-text\"},\"elements\":[{\"id\":\"5af5fe4\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"ARS CONTRACTING, INC.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_title_font_weight\":\"500\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":12},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_2\":\"#FFFFFF\",\"title_margin_bottom\":-10,\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":10},\"align_mobile\":\"left\",\"title_size\":\"h1\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c2b71c4\",\"elType\":\"widget\",\"settings\":{\"the_title\":\"Certified Riggers & Machinery Movers\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":80},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_1\":\"#ffffff\",\"choose_style\":\"2\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":65},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":70},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"81cb3fc\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<h2 style=\\\"color: white;\\\"><b>Moving America\\u2019s Businesses<\\/b><\\/h2>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_text_block_line_height\":{\"unit\":\"px\",\"size\":28},\"color_text_block\":\"#FDF8F8\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false},\"text_block_align_mobile\":\"left\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_text_block_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"586b5444\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"hover_animation\":\"sink\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#projects\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeInUp\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e1426a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"9414b9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bad6cf\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Services\",\"description_text\":\"Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":482,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/crane-48591-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255, 255, 255, 0)\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"154f0f93\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c2e578e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Exceptional Safety Rating\",\"description_text\":\"We have one of the best safety ratings in the industry & we are certified riggers\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":379,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/Safety-Rev-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":19},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4a35cdf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bfab3bb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Industries\",\"description_text\":\"We offer outstanding service to most industries including, contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers\\/building owners and more\\n\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":378,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/gears.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3334b860\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#eaeaea\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fb97c40\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.042999999999999,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57bdcd45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":11,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image2-1.jpg\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"align\":\"left\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5b694d6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.957000000000001,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2161d8d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"For almost 30 years, ARS Contracting, Inc. has built a national reputation for rigging, machinery moving, hauling and lifting components that keep America\\u2019s businesses moving. We\\u2019re dedicated to solving problems for our clients by using innovation and technology to constantly move the industry forward. By doing so, this can result in lowering overall project costs for our customers.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":19},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":45},\"the_subtitle\":\"Since 1991\",\"typography_subtitle_typography\":\"custom\",\"typography_subtitle_font_family\":\"Lato\",\"typography_subtitle_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_subtitle_font_weight\":\"300\",\"typography_subtitle_text_transform\":\"uppercase\",\"typography_subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":34},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":30},\"title_size\":\"h6\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"23901ed0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60cf4773\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1800},\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"_element_id\":\"projects\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7352b447\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"97cfb80\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"333b722f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d4210f\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Services\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"4c49f11d\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"43ef6c3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"7d11f6a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL SERVICES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=347\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d246d91\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"9\",\"width\":\"585\",\"height\":\"390\",\"caption_vertical\":{\"unit\":\"%\",\"size\":50},\"caption_horizontal\":{\"unit\":\"%\",\"size\":50},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":15,\"use_padding\":\"use\",\"padding_size\":{\"unit\":\"px\",\"size\":15},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"title_hover_effect\":\"ih-fade-down\",\"title_margin_bottom\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_family\":\"Raleway\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"category_hover_effect\":\"ih-fade-up\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"filter_style1_color\":\"#ffffff\",\"filter_style1_hov_color\":\"#ffffff\",\"filter_style1_bord_hov_color\":\"#3315C6\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_portfolio_title_line_height_mobile\":{\"unit\":\"px\",\"size\":24},\"title_margin_bottom_mobile\":5,\"typography_portfolio_category_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"filter_mobile_bord_bg_color\":\"#2b2b2b\",\"filter_mobile_bord_hov_color\":\"#2b2b2b\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"filter_padding_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"filter_align\":\"center\",\"filter_style\":\"style-2\",\"filter_style2_color\":\"#FFFFFF\",\"filter_style2_hov_color\":\"#8AABCA\",\"filter_style2_border_hov_color\":\"#8AABCA\",\"category_hover_delay\":\"ih-delay-xs\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"orderby\":\"menu_order\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f3e067f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/image-port-7.jpg\",\"id\":22},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#7A7A7A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ef29580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"788dae8b\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"30\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#ffffff\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#ffffff\",\"choose_column\":\"1\",\"typhography_blockquote_color\":\"#ffffff\",\"navigation_dots_color\":\"#ffffff\",\"autoplay\":\"use\",\"autoplay_ms\":2000,\"auto_loop\":\"use\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"50e8eeb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"4169d630\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/1693-logo.jpg\",\"id\":570},\"_id\":\"373378a\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT.jpg\",\"id\":571},\"_id\":\"5b20e48\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IMPACTLogo.jpg\",\"id\":572},\"_id\":\"0da84d8\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra.jpg\",\"id\":573},\"_id\":\"cc18593\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574},\"_id\":\"306ecd3\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/Riggers.jpg\",\"id\":569},\"_id\":\"ab6cc54\"}],\"mobile_choose_column\":\"mobile-column-2\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":20,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":9},\"_css_classes\":\"client-logos\"},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46b4cfee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190},\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"763dcf8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"60111074\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6daf8247\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1f8fca5\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Industries\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"5e67d616\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ddd3ef5\",\"elType\":\"widget\",\"settings\":{\"color_text_block\":\"#555555\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":26}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":true},{\"id\":\"24b615c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1dd27b4a\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL INDUSTRIES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"rgba(243, 235, 235, 0.3)\",\"border_color\":\"#000000\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=348\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd640fa\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"8\",\"post_margin_bottom\":\"30\",\"horizontal_col_select_col2\":\"column-3\",\"width\":\"535\",\"height\":\"355\",\"height_grid2\":\"400\",\"use_category\":\"\",\"use_author\":\"\",\"use_date\":\"\",\"use_excerpt\":\"\",\"read_more_text\":\"Read More\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"typography_post_title_typography\":\"custom\",\"typography_post_title_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typhography_read_more_color_masonry\":\"#D7D7D7\",\"typhography_title_color\":\"#2B4D7B\",\"typhography_read_more_bg_color_masonry\":\"#FFFFFF\",\"read_more_title_hov_color\":\"#FFFFFF\",\"typhography_read_more_bg_hover_masonry\":\"#C7B4B4\",\"typography_post_read_more_typography\":\"custom\",\"_background_background\":\"classic\",\"_background_color\":\"#FEFEFE\"},\"elements\":[],\"widgetType\":\"gedung-post-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd675da\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"70618554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.68,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"700616c\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"419c7848\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1bc1cc0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"align_tablet\":\"center\",\"button_hover_border_color\":\"#ffffff\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2123,588,'_elementor_version','2.9.9'),(2124,588,'_elementor_template_type','wp-post'),(2125,588,'_elementor_edit_mode','builder'),(2126,588,'_thumbnail_id','338'),(2127,588,'_elementor_css','a:5:{s:4:\"time\";i:1591191407;s:5:\"fonts\";a:3:{i:0;s:10:\"Montserrat\";i:1;s:4:\"Lato\";i:3;s:7:\"Raleway\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2130,589,'_wp_page_template','template/page-builder-template.php'),(2131,589,'_elementor_data','[{\"id\":\"787d5c6b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"20\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"id\":386,\"url\":\"https:\\/\\/uchi.myqnapcloud.com:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/IMG_0903-scaled.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color_b\":\"#2d2d2d\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":100},\"custom_height\":{\"unit\":\"px\",\"size\":\"663\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"height\":\"full\",\"background_video_fallback\":{\"id\":79,\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/bg-fallback.jpg\"},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"21feba2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"home-banner-text\"},\"elements\":[{\"id\":\"5af5fe4\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"ARS CONTRACTING, INC.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_title_font_weight\":\"500\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":12},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_2\":\"#FFFFFF\",\"title_margin_bottom\":-10,\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":10},\"align_mobile\":\"left\",\"title_size\":\"h1\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c2b71c4\",\"elType\":\"widget\",\"settings\":{\"the_title\":\"Certified Riggers & Machinery Movers\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":80},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_1\":\"#ffffff\",\"choose_style\":\"2\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":65},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":70},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"81cb3fc\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<h2 style=\\\"color: white;\\\"><b>Moving America\\u2019s Businesses<\\/b><\\/h2>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_text_block_line_height\":{\"unit\":\"px\",\"size\":28},\"color_text_block\":\"#FDF8F8\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"text_block_align_mobile\":\"left\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_text_block_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"586b5444\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"hover_animation\":\"sink\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#projects\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeInUp\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e1426a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"9414b9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bad6cf\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Services\",\"description_text\":\"Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":482,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/crane-48591-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255, 255, 255, 0)\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"154f0f93\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c2e578e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Exceptional Safety Rating\",\"description_text\":\"We have one of the best safety ratings in the industry & we are certified riggers\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":379,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/Safety-Rev-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":19},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4a35cdf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bfab3bb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Industries\",\"description_text\":\"We offer outstanding service to most industries including, contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers\\/building owners and more\\n\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":378,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/gears.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3334b860\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#eaeaea\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fb97c40\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.042999999999999,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57bdcd45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":11,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image2-1.jpg\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"align\":\"left\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5b694d6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.957000000000001,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2161d8d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"For almost 30 years, ARS Contracting, Inc. has built a national reputation for rigging, machinery moving, hauling and lifting components that keep America\\u2019s businesses moving. We\\u2019re dedicated to solving problems for our clients by using innovation and technology to constantly move the industry forward. By doing so, this can result in lowering overall project costs for our customers.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":19},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":45},\"the_subtitle\":\"Since 1991\",\"typography_subtitle_typography\":\"custom\",\"typography_subtitle_font_family\":\"Lato\",\"typography_subtitle_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_subtitle_font_weight\":\"300\",\"typography_subtitle_text_transform\":\"uppercase\",\"typography_subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":34},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":30},\"title_size\":\"h6\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"23901ed0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60cf4773\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1800},\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"_element_id\":\"projects\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7352b447\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"97cfb80\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"333b722f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d4210f\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Services We Offer\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"4c49f11d\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"43ef6c3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"7d11f6a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL SERVICES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=347\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d246d91\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"9\",\"width\":\"585\",\"height\":\"390\",\"caption_vertical\":{\"unit\":\"%\",\"size\":50},\"caption_horizontal\":{\"unit\":\"%\",\"size\":50},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":15,\"use_padding\":\"use\",\"padding_size\":{\"unit\":\"px\",\"size\":15},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"title_hover_effect\":\"ih-fade-down\",\"title_margin_bottom\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_family\":\"Raleway\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"category_hover_effect\":\"ih-fade-up\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"filter_style1_color\":\"#ffffff\",\"filter_style1_hov_color\":\"#ffffff\",\"filter_style1_bord_hov_color\":\"#3315C6\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_portfolio_title_line_height_mobile\":{\"unit\":\"px\",\"size\":24},\"title_margin_bottom_mobile\":5,\"typography_portfolio_category_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"filter_mobile_bord_bg_color\":\"#2b2b2b\",\"filter_mobile_bord_hov_color\":\"#2b2b2b\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"filter_padding_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"filter_align\":\"center\",\"filter_style\":\"style-2\",\"filter_style2_color\":\"#FFFFFF\",\"filter_style2_hov_color\":\"#8AABCA\",\"filter_style2_border_hov_color\":\"#8AABCA\",\"category_hover_delay\":\"ih-delay-xs\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"orderby\":\"menu_order\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f3e067f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/image-port-7.jpg\",\"id\":22},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#7A7A7A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ef29580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"788dae8b\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"30\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#ffffff\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#ffffff\",\"choose_column\":\"1\",\"typhography_blockquote_color\":\"#ffffff\",\"navigation_dots_color\":\"#ffffff\",\"autoplay\":\"use\",\"autoplay_ms\":2000,\"auto_loop\":\"use\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"50e8eeb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"4169d630\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/1693-logo.jpg\",\"id\":570},\"_id\":\"373378a\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT.jpg\",\"id\":571},\"_id\":\"5b20e48\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IMPACTLogo.jpg\",\"id\":572},\"_id\":\"0da84d8\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra.jpg\",\"id\":573},\"_id\":\"cc18593\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574},\"_id\":\"306ecd3\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/Riggers.jpg\",\"id\":569},\"_id\":\"ab6cc54\"}],\"mobile_choose_column\":\"mobile-column-2\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":20,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":9},\"_css_classes\":\"client-logos\"},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46b4cfee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190},\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"763dcf8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"60111074\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6daf8247\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1f8fca5\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Industries We Serve\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"5e67d616\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ddd3ef5\",\"elType\":\"widget\",\"settings\":{\"color_text_block\":\"#555555\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":26}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":true},{\"id\":\"24b615c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1dd27b4a\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL INDUSTRIES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"rgba(243, 235, 235, 0.3)\",\"border_color\":\"#000000\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=348\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd640fa\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"8\",\"post_margin_bottom\":\"30\",\"horizontal_col_select_col2\":\"column-3\",\"width\":\"535\",\"height\":\"355\",\"height_grid2\":\"400\",\"use_category\":\"\",\"use_author\":\"\",\"use_date\":\"\",\"use_excerpt\":\"\",\"read_more_text\":\"Read More\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"typography_post_title_typography\":\"custom\",\"typography_post_title_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typhography_read_more_color_masonry\":\"#D7D7D7\",\"typhography_title_color\":\"#2B4D7B\",\"typhography_read_more_bg_color_masonry\":\"#FFFFFF\",\"read_more_title_hov_color\":\"#FFFFFF\",\"typhography_read_more_bg_hover_masonry\":\"#C7B4B4\",\"typography_post_read_more_typography\":\"custom\",\"_background_background\":\"classic\",\"_background_color\":\"#FEFEFE\"},\"elements\":[],\"widgetType\":\"gedung-post-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd675da\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"70618554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.68,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"700616c\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"419c7848\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1bc1cc0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"align_tablet\":\"center\",\"button_hover_border_color\":\"#ffffff\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2132,589,'_elementor_version','2.9.9'),(2133,589,'_elementor_template_type','wp-post'),(2134,589,'_elementor_edit_mode','builder'),(2135,589,'_thumbnail_id','338'),(2136,589,'_elementor_css','a:5:{s:4:\"time\";i:1591191568;s:5:\"fonts\";a:3:{i:0;s:10:\"Montserrat\";i:1;s:4:\"Lato\";i:3;s:7:\"Raleway\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2139,590,'_wp_page_template','template/page-builder-template.php'),(2140,590,'_elementor_data','[{\"id\":\"787d5c6b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"20\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"id\":386,\"url\":\"https:\\/\\/uchi.myqnapcloud.com:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/IMG_0903-scaled.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color_b\":\"#2d2d2d\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":100},\"custom_height\":{\"unit\":\"px\",\"size\":\"663\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"height\":\"full\",\"background_video_fallback\":{\"id\":79,\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/bg-fallback.jpg\"},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"21feba2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"home-banner-text\"},\"elements\":[{\"id\":\"5af5fe4\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"ARS CONTRACTING, INC.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_title_font_weight\":\"500\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":12},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_2\":\"#FFFFFF\",\"title_margin_bottom\":-10,\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":10},\"align_mobile\":\"left\",\"title_size\":\"h1\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c2b71c4\",\"elType\":\"widget\",\"settings\":{\"the_title\":\"Certified Riggers & Machinery Movers\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":80},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_1\":\"#ffffff\",\"choose_style\":\"2\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":65},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":70},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"81cb3fc\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<h2 style=\\\"color: white;\\\"><b>Moving America\\u2019s Businesses<\\/b><\\/h2>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_text_block_line_height\":{\"unit\":\"px\",\"size\":28},\"color_text_block\":\"#FDF8F8\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"text_block_align_mobile\":\"left\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_text_block_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"586b5444\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"hover_animation\":\"sink\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeInUp\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e1426a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"9414b9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bad6cf\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Services\",\"description_text\":\"Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":482,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/crane-48591-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255, 255, 255, 0)\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"154f0f93\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c2e578e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Exceptional Safety Rating\",\"description_text\":\"We have one of the best safety ratings in the industry & we are certified riggers\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":379,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/Safety-Rev-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":19},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4a35cdf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bfab3bb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Industries\",\"description_text\":\"We offer outstanding service to most industries including, contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers\\/building owners and more\\n\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":378,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/gears.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3334b860\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#eaeaea\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fb97c40\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.042999999999999,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57bdcd45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":11,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image2-1.jpg\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"align\":\"left\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5b694d6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.957000000000001,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2161d8d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"For almost 30 years, ARS Contracting, Inc. has built a national reputation for rigging, machinery moving, hauling and lifting components that keep America\\u2019s businesses moving. We\\u2019re dedicated to solving problems for our clients by using innovation and technology to constantly move the industry forward. By doing so, this can result in lowering overall project costs for our customers.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":19},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":45},\"the_subtitle\":\"Since 1991\",\"typography_subtitle_typography\":\"custom\",\"typography_subtitle_font_family\":\"Lato\",\"typography_subtitle_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_subtitle_font_weight\":\"300\",\"typography_subtitle_text_transform\":\"uppercase\",\"typography_subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":34},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":30},\"title_size\":\"h6\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"23901ed0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60cf4773\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1800},\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"_element_id\":\"projects\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7352b447\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"97cfb80\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"333b722f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d4210f\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Services We Offer\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"4c49f11d\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"43ef6c3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"7d11f6a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL SERVICES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=347\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d246d91\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"9\",\"width\":\"585\",\"height\":\"390\",\"caption_vertical\":{\"unit\":\"%\",\"size\":50},\"caption_horizontal\":{\"unit\":\"%\",\"size\":50},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":15,\"use_padding\":\"use\",\"padding_size\":{\"unit\":\"px\",\"size\":15},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"title_hover_effect\":\"ih-fade-down\",\"title_margin_bottom\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_family\":\"Raleway\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"category_hover_effect\":\"ih-fade-up\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"filter_style1_color\":\"#ffffff\",\"filter_style1_hov_color\":\"#ffffff\",\"filter_style1_bord_hov_color\":\"#3315C6\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_portfolio_title_line_height_mobile\":{\"unit\":\"px\",\"size\":24},\"title_margin_bottom_mobile\":5,\"typography_portfolio_category_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"filter_mobile_bord_bg_color\":\"#2b2b2b\",\"filter_mobile_bord_hov_color\":\"#2b2b2b\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"filter_padding_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"filter_align\":\"center\",\"filter_style\":\"style-2\",\"filter_style2_color\":\"#FFFFFF\",\"filter_style2_hov_color\":\"#8AABCA\",\"filter_style2_border_hov_color\":\"#8AABCA\",\"category_hover_delay\":\"ih-delay-xs\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"orderby\":\"menu_order\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f3e067f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/image-port-7.jpg\",\"id\":22},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#7A7A7A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ef29580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"788dae8b\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"30\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#ffffff\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#ffffff\",\"choose_column\":\"1\",\"typhography_blockquote_color\":\"#ffffff\",\"navigation_dots_color\":\"#ffffff\",\"autoplay\":\"use\",\"autoplay_ms\":2000,\"auto_loop\":\"use\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"50e8eeb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"4169d630\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/1693-logo.jpg\",\"id\":570},\"_id\":\"373378a\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT.jpg\",\"id\":571},\"_id\":\"5b20e48\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IMPACTLogo.jpg\",\"id\":572},\"_id\":\"0da84d8\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra.jpg\",\"id\":573},\"_id\":\"cc18593\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574},\"_id\":\"306ecd3\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/Riggers.jpg\",\"id\":569},\"_id\":\"ab6cc54\"}],\"mobile_choose_column\":\"mobile-column-2\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":20,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":9},\"_css_classes\":\"client-logos\"},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46b4cfee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190},\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"763dcf8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"60111074\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6daf8247\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1f8fca5\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Industries We Serve\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"5e67d616\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ddd3ef5\",\"elType\":\"widget\",\"settings\":{\"color_text_block\":\"#555555\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":26}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":true},{\"id\":\"24b615c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1dd27b4a\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL INDUSTRIES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"rgba(243, 235, 235, 0.3)\",\"border_color\":\"#000000\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=348\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd640fa\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"8\",\"post_margin_bottom\":\"30\",\"horizontal_col_select_col2\":\"column-3\",\"width\":\"535\",\"height\":\"355\",\"height_grid2\":\"400\",\"use_category\":\"\",\"use_author\":\"\",\"use_date\":\"\",\"use_excerpt\":\"\",\"read_more_text\":\"Read More\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"typography_post_title_typography\":\"custom\",\"typography_post_title_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typhography_read_more_color_masonry\":\"#D7D7D7\",\"typhography_title_color\":\"#2B4D7B\",\"typhography_read_more_bg_color_masonry\":\"#FFFFFF\",\"read_more_title_hov_color\":\"#FFFFFF\",\"typhography_read_more_bg_hover_masonry\":\"#C7B4B4\",\"typography_post_read_more_typography\":\"custom\",\"_background_background\":\"classic\",\"_background_color\":\"#FEFEFE\"},\"elements\":[],\"widgetType\":\"gedung-post-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd675da\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"70618554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.68,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"700616c\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"419c7848\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1bc1cc0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"align_tablet\":\"center\",\"button_hover_border_color\":\"#ffffff\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2141,590,'_elementor_version','2.9.9'),(2142,590,'_elementor_template_type','wp-post'),(2143,590,'_elementor_edit_mode','builder'),(2144,590,'_thumbnail_id','338'),(2145,590,'_elementor_css','a:5:{s:4:\"time\";i:1591191760;s:5:\"fonts\";a:3:{i:0;s:10:\"Montserrat\";i:1;s:4:\"Lato\";i:3;s:7:\"Raleway\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2148,591,'_wp_page_template','template/page-builder-template.php'),(2149,591,'_elementor_data','[{\"id\":\"787d5c6b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"20\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"id\":386,\"url\":\"https:\\/\\/uchi.myqnapcloud.com:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/IMG_0903-scaled.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color_b\":\"#2d2d2d\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":100},\"custom_height\":{\"unit\":\"px\",\"size\":\"663\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"height\":\"full\",\"background_video_fallback\":{\"id\":79,\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/bg-fallback.jpg\"},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"21feba2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"home-banner-text\"},\"elements\":[{\"id\":\"5af5fe4\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"ARS CONTRACTING, INC.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_title_font_weight\":\"500\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":12},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_2\":\"#FFFFFF\",\"title_margin_bottom\":-10,\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":10},\"align_mobile\":\"left\",\"title_size\":\"h1\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c2b71c4\",\"elType\":\"widget\",\"settings\":{\"the_title\":\"Certified Riggers & Machinery Movers\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":80},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_1\":\"#ffffff\",\"choose_style\":\"2\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":65},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":70},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"81cb3fc\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<h2 style=\\\"color: white;\\\"><b>Moving America\\u2019s Businesses<\\/b><\\/h2>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_text_block_line_height\":{\"unit\":\"px\",\"size\":28},\"color_text_block\":\"#FDF8F8\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"text_block_align_mobile\":\"left\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_text_block_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"586b5444\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"hover_animation\":\"sink\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeInUp\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e1426a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"9414b9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bad6cf\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Services\",\"description_text\":\"Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":482,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/crane-48591-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255, 255, 255, 0)\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"154f0f93\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c2e578e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Exceptional Safety Rating\",\"description_text\":\"We have one of the best safety ratings in the industry & we are certified riggers\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":379,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/Safety-Rev-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":19},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4a35cdf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bfab3bb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Industries\",\"description_text\":\"We offer outstanding service to most industries including, contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers\\/building owners and more\\n\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":378,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/gears.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3334b860\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#eaeaea\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fb97c40\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.042999999999999,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57bdcd45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":11,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image2-1.jpg\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"align\":\"left\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5b694d6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.957000000000001,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2161d8d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"For almost 30 years, ARS Contracting, Inc. has built a national reputation for rigging, machinery moving, hauling and lifting components that keep America\\u2019s businesses moving. We\\u2019re dedicated to solving problems for our clients by using innovation and technology to constantly move the industry forward. By doing so, this can result in lowering overall project costs for our customers.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":19},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":45},\"the_subtitle\":\"Since 1991\",\"typography_subtitle_typography\":\"custom\",\"typography_subtitle_font_family\":\"Lato\",\"typography_subtitle_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_subtitle_font_weight\":\"300\",\"typography_subtitle_text_transform\":\"uppercase\",\"typography_subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":34},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":30},\"title_size\":\"h6\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"23901ed0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60cf4773\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1800},\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"_element_id\":\"projects\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7352b447\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"97cfb80\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"333b722f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d4210f\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Services We Offer\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"4c49f11d\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"43ef6c3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"7d11f6a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL SERVICES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=347\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d246d91\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"9\",\"width\":\"585\",\"height\":\"390\",\"caption_vertical\":{\"unit\":\"%\",\"size\":50},\"caption_horizontal\":{\"unit\":\"%\",\"size\":50},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":15,\"use_padding\":\"use\",\"padding_size\":{\"unit\":\"px\",\"size\":15},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"title_hover_effect\":\"ih-fade-down\",\"title_margin_bottom\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_family\":\"Raleway\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"category_hover_effect\":\"ih-fade-up\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"filter_style1_color\":\"#ffffff\",\"filter_style1_hov_color\":\"#ffffff\",\"filter_style1_bord_hov_color\":\"#3315C6\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_portfolio_title_line_height_mobile\":{\"unit\":\"px\",\"size\":24},\"title_margin_bottom_mobile\":5,\"typography_portfolio_category_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"filter_mobile_bord_bg_color\":\"#2b2b2b\",\"filter_mobile_bord_hov_color\":\"#2b2b2b\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"filter_padding_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"filter_align\":\"center\",\"filter_style\":\"style-2\",\"filter_style2_color\":\"#FFFFFF\",\"filter_style2_hov_color\":\"#8AABCA\",\"filter_style2_border_hov_color\":\"#8AABCA\",\"category_hover_delay\":\"ih-delay-xs\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"orderby\":\"menu_order\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f3e067f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/image-port-7.jpg\",\"id\":22},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#7A7A7A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ef29580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"788dae8b\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"30\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#ffffff\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#ffffff\",\"choose_column\":\"1\",\"typhography_blockquote_color\":\"#ffffff\",\"navigation_dots_color\":\"#ffffff\",\"autoplay\":\"use\",\"autoplay_ms\":2000,\"auto_loop\":\"use\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"50e8eeb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"4169d630\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/1693-logo.jpg\",\"id\":570},\"_id\":\"373378a\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT.jpg\",\"id\":571},\"_id\":\"5b20e48\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IMPACTLogo.jpg\",\"id\":572},\"_id\":\"0da84d8\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra.jpg\",\"id\":573},\"_id\":\"cc18593\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574},\"_id\":\"306ecd3\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/Riggers.jpg\",\"id\":569},\"_id\":\"ab6cc54\"}],\"mobile_choose_column\":\"mobile-column-2\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":20,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":9},\"_css_classes\":\"client-logos\"},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46b4cfee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190},\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"763dcf8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"60111074\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6daf8247\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1f8fca5\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Industries We Serve\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"5e67d616\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ddd3ef5\",\"elType\":\"widget\",\"settings\":{\"color_text_block\":\"#555555\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":26}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":true},{\"id\":\"24b615c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1dd27b4a\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL INDUSTRIES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"rgba(243, 235, 235, 0.3)\",\"border_color\":\"#000000\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=348\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd640fa\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"8\",\"post_margin_bottom\":\"30\",\"horizontal_col_select_col2\":\"column-3\",\"width\":\"535\",\"height\":\"355\",\"height_grid2\":\"400\",\"use_category\":\"\",\"use_author\":\"\",\"use_date\":\"\",\"use_excerpt\":\"\",\"read_more_text\":\"Read More\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"typography_post_title_typography\":\"custom\",\"typography_post_title_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typhography_read_more_color_masonry\":\"#D7D7D7\",\"typhography_title_color\":\"#2B4D7B\",\"typhography_read_more_bg_color_masonry\":\"#FFFFFF\",\"read_more_title_hov_color\":\"#FFFFFF\",\"typhography_read_more_bg_hover_masonry\":\"#C7B4B4\",\"typography_post_read_more_typography\":\"custom\",\"_background_background\":\"classic\",\"_background_color\":\"#FEFEFE\"},\"elements\":[],\"widgetType\":\"gedung-post-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd675da\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"70618554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.68,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"700616c\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"419c7848\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1bc1cc0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"align_tablet\":\"center\",\"button_hover_border_color\":\"#ffffff\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2150,591,'_elementor_version','2.9.9'),(2151,591,'_elementor_template_type','wp-post'),(2152,591,'_elementor_edit_mode','builder'),(2153,591,'_thumbnail_id','338'),(2154,591,'_elementor_controls_usage','a:12:{s:17:\"gedung-head-title\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:4:{s:25:\"section_gedung_head_title\";a:24:{s:12:\"choose_style\";i:6;s:9:\"the_title\";i:6;s:27:\"typography_title_typography\";i:6;s:26:\"typography_title_font_size\";i:4;s:28:\"typography_title_font_weight\";i:2;s:31:\"typography_title_letter_spacing\";i:1;s:17:\"head_use_subtitle\";i:5;s:5:\"align\";i:2;s:33:\"typography_title_font_size_mobile\";i:6;s:35:\"typography_title_line_height_mobile\";i:4;s:38:\"typography_title_letter_spacing_mobile\";i:1;s:12:\"align_mobile\";i:3;s:10:\"title_size\";i:2;s:28:\"typography_title_line_height\";i:2;s:33:\"typography_title_font_size_tablet\";i:3;s:35:\"typography_title_line_height_tablet\";i:2;s:12:\"the_subtitle\";i:1;s:30:\"typography_subtitle_typography\";i:1;s:31:\"typography_subtitle_font_family\";i:1;s:29:\"typography_subtitle_font_size\";i:1;s:31:\"typography_subtitle_font_weight\";i:1;s:34:\"typography_subtitle_text_transform\";i:1;s:34:\"typography_subtitle_letter_spacing\";i:1;s:12:\"align_tablet\";i:1;}s:33:\"section_gedung_head_title_style_2\";a:1:{s:13:\"title_color_2\";i:4;}s:36:\"section_gedung_head_title_dimensions\";a:1:{s:19:\"title_margin_bottom\";i:1;}s:33:\"section_gedung_head_title_style_1\";a:1:{s:13:\"title_color_1\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:11:\"gedung-text\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"gedung_text_control\";a:11:{s:11:\"custom_text\";i:1;s:32:\"typography_text_block_typography\";i:2;s:31:\"typography_text_block_font_size\";i:1;s:33:\"typography_text_block_line_height\";i:1;s:16:\"color_text_block\";i:2;s:16:\"text_block_align\";i:1;s:23:\"text_block_align_mobile\";i:1;s:38:\"typography_text_block_font_size_tablet\";i:1;s:38:\"typography_text_block_font_size_mobile\";i:2;s:33:\"typography_text_block_font_weight\";i:1;s:40:\"typography_text_block_line_height_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:1;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:10;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:6:{s:4:\"text\";i:4;s:5:\"align\";i:4;s:4:\"size\";i:4;s:4:\"link\";i:4;s:12:\"align_mobile\";i:4;s:12:\"align_tablet\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:17:{s:21:\"typography_typography\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_family\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:16:\"background_color\";i:4;s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:13:\"border_radius\";i:4;s:27:\"typography_font_size_mobile\";i:1;s:11:\"hover_color\";i:4;s:29:\"button_background_hover_color\";i:4;s:15:\"hover_animation\";i:4;s:17:\"button_text_color\";i:3;s:12:\"border_color\";i:3;s:25:\"button_hover_border_color\";i:3;s:28:\"text_shadow_text_shadow_type\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:15:\"_padding_mobile\";i:1;s:8:\"_padding\";i:2;s:15:\"_padding_tablet\";i:3;s:7:\"_margin\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:4;s:18:\"animation_duration\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:15;s:19:\"_inline_size_mobile\";i:3;s:19:\"_inline_size_tablet\";i:8;s:16:\"content_position\";i:2;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:14:\"padding_tablet\";i:4;s:11:\"css_classes\";i:1;s:7:\"padding\";i:8;s:14:\"padding_mobile\";i:6;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:3:\"gap\";i:7;s:13:\"custom_height\";i:1;s:6:\"height\";i:1;s:13:\"content_width\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:13:\"margin_tablet\";i:1;s:14:\"padding_tablet\";i:8;s:6:\"margin\";i:3;s:7:\"padding\";i:8;s:13:\"margin_mobile\";i:2;s:14:\"padding_mobile\";i:7;s:11:\"_element_id\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:2;s:19:\"background_position\";i:3;s:15:\"background_size\";i:3;s:25:\"background_video_fallback\";i:1;s:21:\"background_attachment\";i:3;s:16:\"background_color\";i:5;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_color\";i:2;s:26:\"background_overlay_opacity\";i:2;s:26:\"background_overlay_color_b\";i:1;s:29:\"background_overlay_color_stop\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;s:5:\"image\";i:3;s:8:\"position\";i:3;}}s:5:\"style\";a:2:{s:21:\"section_style_content\";a:14:{s:10:\"text_align\";i:3;s:18:\"title_bottom_space\";i:3;s:11:\"title_color\";i:3;s:27:\"title_typography_typography\";i:3;s:26:\"title_typography_font_size\";i:3;s:17:\"description_color\";i:3;s:17:\"text_align_tablet\";i:2;s:17:\"text_align_mobile\";i:3;s:33:\"title_typography_font_size_tablet\";i:3;s:35:\"title_typography_line_height_tablet\";i:3;s:33:\"description_typography_typography\";i:3;s:39:\"description_typography_font_size_tablet\";i:3;s:41:\"description_typography_line_height_tablet\";i:3;s:32:\"description_typography_font_size\";i:3;}s:19:\"section_style_image\";a:3:{s:11:\"image_space\";i:3;s:10:\"image_size\";i:3;s:18:\"image_space_tablet\";i:3;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:2:{s:15:\"_padding_mobile\";i:1;s:8:\"_padding\";i:3;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:3;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:1;s:17:\"_background_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:5:\"align\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:6:\"weight\";i:3;s:3:\"gap\";i:3;s:5:\"color\";i:3;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:3;s:5:\"align\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:3;}}}}s:22:\"gedung-portfolio-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:12;s:8:\"controls\";a:3:{s:7:\"content\";a:6:{s:43:\"section_gedung_portfolio_block_post_setting\";a:2:{s:14:\"posts_per_page\";i:1;s:7:\"orderby\";i:1;}s:44:\"section_gedung_portfolio_block_image_setting\";a:2:{s:5:\"width\";i:1;s:6:\"height\";i:1;}s:43:\"section_gedung_portfolio_block_item_setting\";a:3:{s:16:\"caption_vertical\";i:1;s:18:\"caption_horizontal\";i:1;s:10:\"text_align\";i:1;}s:44:\"section_gedung_portfolio_block_hover_setting\";a:3:{s:12:\"hover_effect\";i:1;s:12:\"grid_item_bg\";i:1;s:13:\"grid_item_bg2\";i:1;}s:39:\"section_gedung_portfolio_layout_control\";a:4:{s:13:\"margin_bottom\";i:1;s:11:\"use_padding\";i:1;s:12:\"padding_size\";i:1;s:19:\"padding_size_mobile\";i:1;}s:39:\"section_gedung_portfolio_filter_control\";a:14:{s:10:\"use_filter\";i:1;s:19:\"filter_style1_color\";i:1;s:23:\"filter_style1_hov_color\";i:1;s:28:\"filter_style1_bord_hov_color\";i:1;s:25:\"filter_margin_bottom_size\";i:1;s:32:\"filter_margin_bottom_size_mobile\";i:1;s:27:\"filter_mobile_bord_bg_color\";i:1;s:28:\"filter_mobile_bord_hov_color\";i:1;s:19:\"filter_padding_size\";i:1;s:12:\"filter_align\";i:1;s:12:\"filter_style\";i:1;s:19:\"filter_style2_color\";i:1;s:23:\"filter_style2_hov_color\";i:1;s:30:\"filter_style2_border_hov_color\";i:1;}}s:5:\"style\";a:2:{s:44:\"section_gedung_portfolio_block_title_setting\";a:7:{s:23:\"typhography_title_color\";i:1;s:37:\"typography_portfolio_title_typography\";i:1;s:18:\"title_hover_effect\";i:1;s:19:\"title_margin_bottom\";i:1;s:43:\"typography_portfolio_title_font_size_mobile\";i:1;s:45:\"typography_portfolio_title_line_height_mobile\";i:1;s:26:\"title_margin_bottom_mobile\";i:1;}s:47:\"section_gedung_portfolio_block_category_setting\";a:9:{s:26:\"typhography_category_color\";i:1;s:40:\"typography_portfolio_category_typography\";i:1;s:41:\"typography_portfolio_category_font_family\";i:1;s:39:\"typography_portfolio_category_font_size\";i:1;s:41:\"typography_portfolio_category_font_weight\";i:1;s:40:\"typography_portfolio_category_font_style\";i:1;s:21:\"category_hover_effect\";i:1;s:46:\"typography_portfolio_category_font_size_mobile\";i:1;s:20:\"category_hover_delay\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;}}}}s:24:\"gedung-testimonial-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:52:\"section_gedung_testimonial_block_testimonial_setting\";a:1:{s:10:\"testi_item\";i:1;}s:46:\"section_gedung_testimonial_block_image_setting\";a:1:{s:17:\"text_align_tablet\";i:1;}s:31:\"section_gedung_carousel_options\";a:5:{s:13:\"choose_column\";i:1;s:21:\"navigation_dots_color\";i:1;s:8:\"autoplay\";i:1;s:11:\"autoplay_ms\";i:1;s:9:\"auto_loop\";i:1;}}s:5:\"style\";a:3:{s:51:\"section_gedung_testimonial_block_blockquote_setting\";a:5:{s:21:\"vertical_testi_detail\";i:1;s:44:\"typhography_blockquote_typography_typography\";i:1;s:43:\"typhography_blockquote_typography_font_size\";i:1;s:45:\"typhography_blockquote_typography_line_height\";i:1;s:28:\"typhography_blockquote_color\";i:1;}s:47:\"section_gedung_testimonial_block_author_setting\";a:5:{s:24:\"typhography_author_color\";i:1;s:16:\"author_img_color\";i:1;s:40:\"typhography_author_typography_typography\";i:1;s:39:\"typhography_author_typography_font_size\";i:1;s:41:\"typhography_author_typography_line_height\";i:1;}s:51:\"section_gedung_testimonial_block_author_job_setting\";a:1:{s:22:\"typhography_cite_color\";i:1;}}}}s:19:\"gedung-client-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:27:\"section_gedung_client_block\";a:2:{s:11:\"choose_type\";i:1;s:11:\"client_item\";i:1;}s:28:\"section_gedung_column_client\";a:5:{s:20:\"mobile_choose_column\";i:1;s:17:\"item_padding_size\";i:1;s:24:\"item_padding_size_tablet\";i:1;s:18:\"item_margin_bottom\";i:1;s:24:\"item_padding_size_mobile\";i:1;}s:31:\"section_gedung_carousel_options\";a:1:{s:10:\"column_gap\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:17:\"gedung-post-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:38:\"section_gedung_post_block_post_setting\";a:1:{s:14:\"posts_per_page\";i:1;}s:40:\"section_gedung_post_block_layout_setting\";a:1:{s:26:\"horizontal_col_select_col2\";i:1;}}s:5:\"style\";a:6:{s:48:\"section_gedung_post_block_category_style_setting\";a:1:{s:12:\"use_category\";i:1;}s:46:\"section_gedung_post_block_author_style_setting\";a:1:{s:10:\"use_author\";i:1;}s:44:\"section_gedung_post_block_date_style_setting\";a:1:{s:8:\"use_date\";i:1;}s:47:\"section_gedung_post_block_excerpt_style_setting\";a:1:{s:11:\"use_excerpt\";i:1;}s:45:\"section_gedung_post_block_title_style_setting\";a:3:{s:32:\"typography_post_title_typography\";i:1;s:31:\"typography_post_title_font_size\";i:1;s:23:\"typhography_title_color\";i:1;}s:48:\"section_gedung_post_block_readmore_style_setting\";a:5:{s:35:\"typhography_read_more_color_masonry\";i:1;s:38:\"typhography_read_more_bg_color_masonry\";i:1;s:25:\"read_more_title_hov_color\";i:1;s:38:\"typhography_read_more_bg_hover_masonry\";i:1;s:36:\"typography_post_read_more_typography\";i:1;}}s:8:\"advanced\";a:1:{s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:1;s:17:\"_background_color\";i:1;}}}}}'),(2155,591,'_elementor_css','a:5:{s:4:\"time\";i:1591191844;s:5:\"fonts\";a:3:{i:0;s:10:\"Montserrat\";i:1;s:4:\"Lato\";i:3;s:7:\"Raleway\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2156,591,'header_style_choice','alternative'),(2157,591,'_header_style_choice','field_58c7b9d20beeb'),(2159,592,'_wp_page_template','template/page-builder-template.php'),(2160,592,'_elementor_edit_mode','builder'),(2161,592,'_elementor_data','[{\"id\":\"67f2cbaf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d5629c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7154645\",\"elType\":\"widget\",\"settings\":{\"address\":\"Jl. Maleer Indah II, Maleer, Batununggal, Kota Bandung, Jawa Barat 40274.\",\"height\":{\"unit\":\"px\",\"size\":480},\"zoom\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14ac8cfb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1100},\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"34b0aca4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"29\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ca165c\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Contact Us\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1280863b\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":8},\"gap\":{\"unit\":\"px\",\"size\":2},\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"206c533e\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>Lorem ipsum gravida nibh vel velit auctor aliqunean sollicitudinlor quisbibendum auci elit consequat ipsutis sem nibh id elitsed vulputate.<\\/p>\",\"color_text_block\":\"#666666\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"3956ca8\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"8581e54\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-twitter\",\"_id\":\"9fb26f6\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-google-plus\",\"_id\":\"4b29e29\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":15},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"cacf3f5\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-phone\",\"title_text\":\"Phone\",\"description_text\":\"+62 828 256 96 75\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"2917819\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-envelope\",\"title_text\":\"Email\",\"description_text\":\"yourmail@example.com\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"e4ea813\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-map-marker\",\"title_text\":\"Address\",\"description_text\":\"Jl. Maleer Indah II, Maleer, Batununggal, Kota Bandung, Jawa Barat 40274.\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"43858dc5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#aaaaaa\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0,0,0,0.5)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2648983c\",\"elType\":\"widget\",\"settings\":{\"form_select\":\"261\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-contact-form\"}],\"isInner\":false}],\"isInner\":false}]'),(2162,592,'_elementor_version','2.9.8'),(2163,592,'_elementor_template_type','wp-post'),(2164,592,'_elementor_controls_usage','a:9:{s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:11:\"section_map\";a:3:{s:7:\"address\";i:1;s:6:\"height\";i:1;s:4:\"zoom\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:2;s:19:\"_inline_size_tablet\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:13:\"margin_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}s:14:\"section_border\";a:5:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:26:\"box_shadow_box_shadow_type\";i:1;s:21:\"box_shadow_box_shadow\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:2;s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:1;s:14:\"padding_tablet\";i:1;}}}}s:17:\"gedung-head-title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:25:\"section_gedung_head_title\";a:5:{s:12:\"choose_style\";i:1;s:9:\"the_title\";i:1;s:27:\"typography_title_typography\";i:1;s:33:\"typography_title_font_size_mobile\";i:1;s:17:\"head_use_subtitle\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:6:\"weight\";i:1;s:5:\"color\";i:1;s:3:\"gap\";i:1;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:1;s:12:\"width_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_mobile\";i:1;}}}}s:11:\"gedung-text\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:19:\"gedung_text_control\";a:2:{s:11:\"custom_text\";i:1;s:16:\"color_text_block\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:20:\"section_social_style\";a:1:{s:9:\"icon_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:3:{s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;s:8:\"position\";i:3;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:3:{s:13:\"primary_color\";i:3;s:17:\"icon_space_mobile\";i:3;s:9:\"icon_size\";i:3;}s:21:\"section_style_content\";a:6:{s:17:\"text_align_mobile\";i:3;s:18:\"title_bottom_space\";i:3;s:25:\"title_bottom_space_mobile\";i:1;s:27:\"title_typography_typography\";i:3;s:26:\"title_typography_font_size\";i:3;s:33:\"description_typography_typography\";i:3;}}}}s:19:\"gedung-contact-form\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:43:\"section_gedung_contact_form_general_control\";a:1:{s:11:\"form_select\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}}}}}'),(2165,592,'_elementor_css','a:5:{s:4:\"time\";i:1590571203;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:9:\"fa-brands\";i:3;s:8:\"fa-solid\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2166,69,'_edit_last','5'),(2167,592,'header_style_choice','default'),(2168,592,'_header_style_choice','field_58c7b9d20beeb'),(2177,594,'_wp_page_template','template/page-builder-template.php'),(2178,594,'_elementor_edit_mode','builder'),(2179,594,'_elementor_data','[{\"id\":\"67f2cbaf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d5629c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7154645\",\"elType\":\"widget\",\"settings\":{\"address\":\"Jl. Maleer Indah II, Maleer, Batununggal, Kota Bandung, Jawa Barat 40274.\",\"height\":{\"unit\":\"px\",\"size\":480},\"zoom\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14ac8cfb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1100},\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"34b0aca4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"29\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ca165c\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Contact Us\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1280863b\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":8},\"gap\":{\"unit\":\"px\",\"size\":2},\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"206c533e\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>\\\"For more information about ARS Contracting, Inc. or any other inquiry, please call us at the number below or complete our form and we will get back to you quickly.\\\"<\\/p>\",\"color_text_block\":\"#666666\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"3956ca8\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"8581e54\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-twitter\",\"_id\":\"9fb26f6\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-google-plus\",\"_id\":\"4b29e29\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":15},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"cacf3f5\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-phone\",\"title_text\":\"Phone\",\"description_text\":\"1-800-358-8444\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"2917819\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-envelope\",\"title_text\":\"Email\",\"description_text\":\"sales@arscontracting.com\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"e4ea813\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-map-marker\",\"title_text\":\"Address\",\"description_text\":\"WAREHOUSE: 3333 Mt Prospect Rd, Franklin Park IL 60131\\nOFFICE: 2015A US Route 34, Suite 3, Oswego IL 60543\\nMAILING ADDRESS: 9540 S Carls Dr, Plainfield IL 60585\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"43858dc5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#aaaaaa\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0,0,0,0.5)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2648983c\",\"elType\":\"widget\",\"settings\":{\"form_select\":\"261\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-contact-form\"}],\"isInner\":false}],\"isInner\":false}]'),(2180,594,'_elementor_version','2.9.8'),(2181,594,'_elementor_template_type','wp-post'),(2182,594,'_elementor_css','a:5:{s:4:\"time\";i:1591267105;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:9:\"fa-brands\";i:3;s:8:\"fa-solid\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2185,595,'_wp_page_template','template/page-builder-template.php'),(2186,595,'_elementor_edit_mode','builder'),(2187,595,'_elementor_data','[{\"id\":\"67f2cbaf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d5629c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7154645\",\"elType\":\"widget\",\"settings\":{\"address\":\"Jl. Maleer Indah II, Maleer, Batununggal, Kota Bandung, Jawa Barat 40274.\",\"height\":{\"unit\":\"px\",\"size\":480},\"zoom\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14ac8cfb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1100},\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"34b0aca4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"29\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ca165c\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Contact Us\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1280863b\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":8},\"gap\":{\"unit\":\"px\",\"size\":2},\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"206c533e\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>\\\"For more information about ARS Contracting, Inc. or any other inquiry, please call us at the number below or complete our form and we will get back to you quickly.\\\"<\\/p>\",\"color_text_block\":\"#666666\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"3956ca8\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"8581e54\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-twitter\",\"_id\":\"9fb26f6\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-google-plus\",\"_id\":\"4b29e29\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":15},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"cacf3f5\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-phone\",\"title_text\":\"Phone\",\"description_text\":\"1-800-358-8444\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"2917819\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-envelope\",\"title_text\":\"Email\",\"description_text\":\"sales@arscontracting.com\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"e4ea813\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-map-marker\",\"title_text\":\"Address\",\"description_text\":\"<ul>\\n<li>WAREHOUSE: 3333 Mt Prospect Rd, Franklin Park IL 60131<\\/li>\\n<li>OFFICE: 2015A US Route 34, Suite 3, Oswego IL 60543<\\/li>\\n<li>MAILING ADDRESS: 9540 S Carls Dr, Plainfield IL 60585<\\/li>\\n<\\/ul>\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"43858dc5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#aaaaaa\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0,0,0,0.5)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2648983c\",\"elType\":\"widget\",\"settings\":{\"form_select\":\"261\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-contact-form\"}],\"isInner\":false}],\"isInner\":false}]'),(2188,595,'_elementor_version','2.9.9'),(2189,595,'_elementor_template_type','wp-post'),(2190,595,'_elementor_css','a:5:{s:4:\"time\";i:1591267123;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:9:\"fa-brands\";i:3;s:8:\"fa-solid\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2193,596,'_wp_page_template','template/page-builder-template.php'),(2194,596,'_elementor_edit_mode','builder'),(2195,596,'_elementor_data','[{\"id\":\"67f2cbaf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d5629c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7154645\",\"elType\":\"widget\",\"settings\":{\"address\":\"Jl. Maleer Indah II, Maleer, Batununggal, Kota Bandung, Jawa Barat 40274.\",\"height\":{\"unit\":\"px\",\"size\":480},\"zoom\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14ac8cfb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1100},\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"34b0aca4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"29\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ca165c\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Contact Us\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1280863b\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":8},\"gap\":{\"unit\":\"px\",\"size\":2},\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"206c533e\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>\\\"For more information about ARS Contracting, Inc. or any other inquiry, please call us at the number below or complete our form and we will get back to you quickly.\\\"<\\/p>\",\"color_text_block\":\"#666666\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"3956ca8\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"8581e54\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-twitter\",\"_id\":\"9fb26f6\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-google-plus\",\"_id\":\"4b29e29\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\"},\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":15},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"cacf3f5\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-phone\",\"title_text\":\"Phone\",\"description_text\":\"1-800-358-8444\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_css_classes\":\"icon-hide\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"2917819\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-envelope\",\"title_text\":\"Email\",\"description_text\":\"sales@arscontracting.com\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_css_classes\":\"icon-hide\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"e4ea813\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-map-marker\",\"title_text\":\"Address\",\"description_text\":\"<ul>\\n<li>WAREHOUSE: 3333 Mt Prospect Rd, Franklin Park IL 60131<\\/li>\\n<li>OFFICE: 2015A US Route 34, Suite 3, Oswego IL 60543<\\/li>\\n<li>MAILING ADDRESS: 9540 S Carls Dr, Plainfield IL 60585<\\/li>\\n<\\/ul>\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_css_classes\":\"icon-hide\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"43858dc5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#aaaaaa\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0,0,0,0.5)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2648983c\",\"elType\":\"widget\",\"settings\":{\"form_select\":\"261\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-contact-form\"}],\"isInner\":false}],\"isInner\":false}]'),(2196,596,'_elementor_version','2.9.9'),(2197,596,'_elementor_template_type','wp-post'),(2198,596,'_elementor_css','a:5:{s:4:\"time\";i:1591267310;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:9:\"fa-brands\";i:3;s:8:\"fa-solid\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2208,598,'_wp_page_template','template/page-builder-template.php'),(2209,598,'_elementor_edit_mode','builder'),(2210,598,'_elementor_data','[{\"id\":\"67f2cbaf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d5629c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7154645\",\"elType\":\"widget\",\"settings\":{\"address\":\"Jl. Maleer Indah II, Maleer, Batununggal, Kota Bandung, Jawa Barat 40274.\",\"height\":{\"unit\":\"px\",\"size\":480},\"zoom\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14ac8cfb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1100},\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"34b0aca4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"29\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ca165c\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Contact Us\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1280863b\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":8},\"gap\":{\"unit\":\"px\",\"size\":2},\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"206c533e\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>\\\"For more information about ARS Contracting, Inc. or any other inquiry, please call us at the number below or complete our form and we will get back to you quickly.\\\"<\\/p>\",\"color_text_block\":\"#666666\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"cacf3f5\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-phone\",\"title_text\":\"Phone\",\"description_text\":\"1-800-358-8444\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_css_classes\":\"icon-hide\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"2917819\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-envelope\",\"title_text\":\"Email\",\"description_text\":\"sales@arscontracting.com\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_css_classes\":\"icon-hide\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"e4ea813\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-map-marker\",\"title_text\":\"Address\",\"description_text\":\"<ul>\\n<li>WAREHOUSE: 3333 Mt Prospect Rd, Franklin Park IL 60131<\\/li>\\n<li>OFFICE: 2015A US Route 34, Suite 3, Oswego IL 60543<\\/li>\\n<li>MAILING ADDRESS: 9540 S Carls Dr, Plainfield IL 60585<\\/li>\\n<\\/ul>\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_css_classes\":\"icon-hide\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"3bbbfba\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-envelope\",\"title_text\":\"Fax\",\"description_text\":\"630-364-5778\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_css_classes\":\"icon-hide\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"217fc52\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-map-marker\",\"title_text\":\"Hours\",\"description_text\":\"<ul>\\n<li>OFFICE: 8:00 AM to 4:30 PM US Central Time<\\/li>\\n<li>SERVICE: 24 hours a day\\/7 days per week<\\/li>\\n<\\/ul>\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_css_classes\":\"icon-hide\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"43858dc5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#aaaaaa\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0,0,0,0.5)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2648983c\",\"elType\":\"widget\",\"settings\":{\"form_select\":\"261\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-contact-form\"}],\"isInner\":false}],\"isInner\":false}]'),(2211,598,'_elementor_version','2.9.9'),(2212,598,'_elementor_template_type','wp-post'),(2215,599,'_wp_page_template','template/page-builder-template.php'),(2216,599,'_elementor_edit_mode','builder'),(2217,599,'_elementor_data','[{\"id\":\"67f2cbaf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d5629c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7154645\",\"elType\":\"widget\",\"settings\":{\"address\":\"Jl. Maleer Indah II, Maleer, Batununggal, Kota Bandung, Jawa Barat 40274.\",\"height\":{\"unit\":\"px\",\"size\":480},\"zoom\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14ac8cfb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1100},\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"34b0aca4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"29\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ca165c\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Contact Us\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1280863b\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"%\",\"size\":8},\"gap\":{\"unit\":\"px\",\"size\":2},\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"206c533e\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>\\\"For more information about ARS Contracting, Inc. or any other inquiry, please call us at the number below or complete our form and we will get back to you quickly.\\\"<\\/p>\",\"color_text_block\":\"#666666\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"cacf3f5\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-phone\",\"title_text\":\"Phone\",\"description_text\":\"1-800-358-8444\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_css_classes\":\"icon-hide\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"2917819\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-envelope\",\"title_text\":\"Email\",\"description_text\":\"sales@arscontracting.com\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_css_classes\":\"icon-hide\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"e4ea813\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-map-marker\",\"title_text\":\"Address\",\"description_text\":\"<ul>\\n<li>WAREHOUSE: 3333 Mt Prospect Rd, Franklin Park IL 60131<\\/li>\\n<li>OFFICE: 2015A US Route 34, Suite 3, Oswego IL 60543<\\/li>\\n<li>MAILING ADDRESS: 9540 S Carls Dr, Plainfield IL 60585<\\/li>\\n<\\/ul>\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_css_classes\":\"icon-hide\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"3bbbfba\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-envelope\",\"title_text\":\"Fax\",\"description_text\":\"630-364-5778\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_css_classes\":\"icon-hide\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"217fc52\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-map-marker\",\"title_text\":\"Hours\",\"description_text\":\"<ul>\\n<li>OFFICE: 8:00 AM to 4:30 PM US Central Time<\\/li>\\n<li>SERVICE: 24 hours a day\\/7 days per week<\\/li>\\n<\\/ul>\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_css_classes\":\"icon-hide\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"43858dc5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#aaaaaa\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0,0,0,0.5)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2648983c\",\"elType\":\"widget\",\"settings\":{\"form_select\":\"261\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-contact-form\"}],\"isInner\":false}],\"isInner\":false}]'),(2218,599,'_elementor_version','2.9.9'),(2219,599,'_elementor_template_type','wp-post'),(2220,599,'_elementor_css','a:5:{s:4:\"time\";i:1591268116;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2223,67,'_elementor_css','a:6:{s:4:\"time\";i:1591268354;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(2224,348,'_wp_page_template','default'),(2225,348,'_elementor_data','[{\"id\":\"0cda685\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"industries-contain\"},\"elements\":[{\"id\":\"47d80a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b18ea7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Architects & Engineers\",\"align\":\"left\",\"title_color\":\"#050000\",\"typography_typography\":\"custom\",\"_css_classes\":\"industries-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ed41e1\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2ede786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our team of professionals can work directly with architects and engineers to understand project details and plan each step of the process to ensure a smooth delivery and set up of equipment in any facility space.<\\/p>\",\"_css_classes\":\"industries-text\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6826e58\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"industries-contain\"},\"elements\":[{\"id\":\"dd15f88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5d3711d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contractors \\u2013 General, Electrical and Mechanical\",\"align\":\"left\",\"title_color\":\"#050000\",\"typography_typography\":\"custom\",\"_css_classes\":\"industries-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bb84be7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cb1afe5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our expertise and up-to-date training enables our <\\/span><span style=\\\"font-weight: 400;\\\">team <\\/span><span style=\\\"font-weight: 400;\\\">to work with a range of contractors. We work with general contractors to assess the overall project and provide detailed plans to implement moves and set up equipment.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Electrical \\u2013 our team collaborates with electrical contractors on a variety of equipment moves including generators, switchgears, transformers and more.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Mechanical \\u2013 Our experience with mechanical contractors extends to moves and set up of a variety of equipment ranging from boilers and chillers to cooling towers and more.\\u00a0<\\/span><\\/p>\",\"_css_classes\":\"industries-text\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1d86327\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"industries-contain\"},\"elements\":[{\"id\":\"90c0993\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fcfbd6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Medical\\n\",\"align\":\"left\",\"title_color\":\"#050000\",\"typography_typography\":\"custom\",\"_css_classes\":\"industries-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0ca614c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"40eb6d6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our team has successfully moved equipment for small and large medical facilities across the country. Moves have included MRIs, CAT\\/PET, generators, chillers and boilers.<\\/span><\\/p>\",\"_css_classes\":\"industries-text\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a132bdd\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"industries-contain\"},\"elements\":[{\"id\":\"d9ac616\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd8fb76\",\"elType\":\"widget\",\"settings\":{\"title\":\"Municipalities\",\"align\":\"left\",\"title_color\":\"#050000\",\"typography_typography\":\"custom\",\"_css_classes\":\"industries-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dcbfd19\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"a84b9b7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Municipalities rely on our expertise for moves for schools, universities and government buildings<\\/span><\\/p>\",\"_css_classes\":\"industries-text\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4603dbb\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"industries-contain\"},\"elements\":[{\"id\":\"a5f31ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f8bd283\",\"elType\":\"widget\",\"settings\":{\"title\":\"Building Owners & Facility Managers\\n\",\"align\":\"left\",\"title_color\":\"#050000\",\"typography_typography\":\"custom\",\"_css_classes\":\"industries-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01ba5cb\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"800598f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. <\\/span><span style=\\\"font-weight: 400;\\\">coordinates facility relocations and equipment installations for properties across the country. We work with building owners and facility managers to plan every detail and execute each step within timelines and established budgets.<\\/span><\\/p>\",\"_css_classes\":\"industries-text\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"54ef949\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"industries-contain\"},\"elements\":[{\"id\":\"ca43393\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1be1070\",\"elType\":\"widget\",\"settings\":{\"title\":\"Manufacturers\",\"align\":\"left\",\"title_color\":\"#050000\",\"typography_typography\":\"custom\",\"_css_classes\":\"industries-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0ae8b1b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1189240\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Manufacturers in every industry category have relied on our team for plant relocations and industry moves across the U.S.<\\/span><\\/p>\",\"_css_classes\":\"industries-text\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e51e751\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"industries-contain\"},\"elements\":[{\"id\":\"c22be48\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f986a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Laundry Facilities\\n\",\"align\":\"left\",\"title_color\":\"#050000\",\"typography_typography\":\"custom\",\"_css_classes\":\"industries-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1d9b61\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1e43eda\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our <\\/span><span style=\\\"font-weight: 400;\\\">professionals have moved commercial equipment ranging from washers, dryers and irons to water and chemical tanks.\\u00a0<\\/span><\\/p>\",\"_css_classes\":\"industries-text\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"021e45c\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"industries-contain\"},\"elements\":[{\"id\":\"f5868ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"651e852\",\"elType\":\"widget\",\"settings\":{\"title\":\"Museums & Zoos\\n\",\"align\":\"left\",\"title_color\":\"#050000\",\"typography_typography\":\"custom\",\"_css_classes\":\"industries-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c796a6a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"0e93095\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We completed moves of high value works of art and museum installations, plus zoo exhibits for organizations across the country.<\\/span><\\/p>\",\"_css_classes\":\"industries-text\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c03c97\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"18a443c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2226,600,'_elementor_edit_mode','builder'),(2227,600,'_elementor_template_type','wp-page'),(2228,600,'_elementor_version','2.9.9'),(2229,600,'_wp_page_template','default'),(2230,600,'_elementor_data','[{\"id\":\"0cda685\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"47d80a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b18ea7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Architects & Engineers\",\"align\":\"left\",\"title_color\":\"#050000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c03c97\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"18a443c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ed41e1\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false}]'),(2240,602,'_elementor_edit_mode','builder'),(2241,602,'_elementor_template_type','wp-page'),(2242,602,'_elementor_version','2.9.9'),(2243,602,'_wp_page_template','default'),(2244,602,'_elementor_data','[{\"id\":\"0cda685\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"47d80a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b18ea7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Architects & Engineers\",\"align\":\"left\",\"title_color\":\"#050000\",\"typography_typography\":\"custom\",\"_css_classes\":\"industries-head\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c03c97\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"18a443c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ed41e1\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f391de5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"eb87ddb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ede786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Our team of professionals can work directly with architects and engineers to understand project details and plan each step of the process to ensure a smooth delivery and set up of equipment in any facility space.<\\/li><\\/ul>\",\"_css_classes\":\"industries-list\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2245,602,'_elementor_css','a:5:{s:4:\"time\";i:1591268807;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2255,604,'_elementor_edit_mode','builder'),(2256,604,'_elementor_template_type','wp-page'),(2257,604,'_elementor_version','2.9.9'),(2258,604,'_wp_page_template','default'),(2259,604,'_elementor_data','[{\"id\":\"0cda685\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"47d80a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b18ea7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Architects & Engineers\",\"align\":\"left\",\"title_color\":\"#050000\",\"typography_typography\":\"custom\",\"_css_classes\":\"industries-head\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c03c97\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"18a443c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ed41e1\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f391de5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"eb87ddb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ede786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li>Our team of professionals can work directly with architects and engineers to understand project details and plan each step of the process to ensure a smooth delivery and set up of equipment in any facility space.<\\/li><\\/ul>\",\"_css_classes\":\"industries-list\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2262,605,'_elementor_edit_mode','builder'),(2263,605,'_elementor_template_type','wp-page'),(2264,605,'_elementor_version','2.9.9'),(2265,605,'_wp_page_template','default'),(2266,605,'_elementor_data','[{\"id\":\"0cda685\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"47d80a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b18ea7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Architects & Engineers\",\"align\":\"left\",\"title_color\":\"#050000\",\"typography_typography\":\"custom\",\"_css_classes\":\"industries-head\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c03c97\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"18a443c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5ed41e1\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f391de5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"eb87ddb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ede786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our team of professionals can work directly with architects and engineers to understand project details and plan each step of the process to ensure a smooth delivery and set up of equipment in any facility space.<\\/p>\",\"_css_classes\":\"industries-text\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2267,605,'_elementor_css','a:5:{s:4:\"time\";i:1591269326;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2269,606,'_elementor_edit_mode','builder'),(2270,606,'_elementor_template_type','wp-page'),(2271,606,'_elementor_version','2.9.9'),(2272,606,'_wp_page_template','default'),(2273,606,'_elementor_data','[{\"id\":\"0cda685\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"47d80a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b18ea7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Architects & Engineers\",\"align\":\"left\",\"title_color\":\"#050000\",\"typography_typography\":\"custom\",\"_css_classes\":\"industries-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ed41e1\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f391de5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"eb87ddb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ede786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our team of professionals can work directly with architects and engineers to understand project details and plan each step of the process to ensure a smooth delivery and set up of equipment in any facility space.<\\/p>\",\"_css_classes\":\"industries-text\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c03c97\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"18a443c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2276,607,'_elementor_edit_mode','builder'),(2277,607,'_elementor_template_type','wp-page'),(2278,607,'_elementor_version','2.9.9'),(2279,607,'_wp_page_template','default'),(2280,607,'_elementor_data','[{\"id\":\"0cda685\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"industries-contain\"},\"elements\":[{\"id\":\"47d80a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b18ea7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Architects & Engineers\",\"align\":\"left\",\"title_color\":\"#050000\",\"typography_typography\":\"custom\",\"_css_classes\":\"industries-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ed41e1\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2ede786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our team of professionals can work directly with architects and engineers to understand project details and plan each step of the process to ensure a smooth delivery and set up of equipment in any facility space.<\\/p>\",\"_css_classes\":\"industries-text\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c03c97\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"18a443c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2281,607,'_elementor_css','a:5:{s:4:\"time\";i:1591269793;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2291,609,'_elementor_edit_mode','builder'),(2292,609,'_elementor_template_type','wp-page'),(2293,609,'_elementor_version','2.9.9'),(2294,609,'_wp_page_template','default'),(2295,609,'_elementor_data','[{\"id\":\"0cda685\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"industries-contain\"},\"elements\":[{\"id\":\"47d80a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b18ea7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Architects & Engineers\",\"align\":\"left\",\"title_color\":\"#050000\",\"typography_typography\":\"custom\",\"_css_classes\":\"industries-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ed41e1\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2ede786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our team of professionals can work directly with architects and engineers to understand project details and plan each step of the process to ensure a smooth delivery and set up of equipment in any facility space.<\\/p>\",\"_css_classes\":\"industries-text\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6826e58\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"industries-contain\"},\"elements\":[{\"id\":\"dd15f88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5d3711d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Architects & Engineers\",\"align\":\"left\",\"title_color\":\"#050000\",\"typography_typography\":\"custom\",\"_css_classes\":\"industries-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bb84be7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cb1afe5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our team of professionals can work directly with architects and engineers to understand project details and plan each step of the process to ensure a smooth delivery and set up of equipment in any facility space.<\\/p>\",\"_css_classes\":\"industries-text\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1d86327\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"industries-contain\"},\"elements\":[{\"id\":\"90c0993\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fcfbd6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Architects & Engineers\",\"align\":\"left\",\"title_color\":\"#050000\",\"typography_typography\":\"custom\",\"_css_classes\":\"industries-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0ca614c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"40eb6d6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our team of professionals can work directly with architects and engineers to understand project details and plan each step of the process to ensure a smooth delivery and set up of equipment in any facility space.<\\/p>\",\"_css_classes\":\"industries-text\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a132bdd\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"industries-contain\"},\"elements\":[{\"id\":\"d9ac616\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd8fb76\",\"elType\":\"widget\",\"settings\":{\"title\":\"Architects & Engineers\",\"align\":\"left\",\"title_color\":\"#050000\",\"typography_typography\":\"custom\",\"_css_classes\":\"industries-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dcbfd19\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"a84b9b7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our team of professionals can work directly with architects and engineers to understand project details and plan each step of the process to ensure a smooth delivery and set up of equipment in any facility space.<\\/p>\",\"_css_classes\":\"industries-text\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4603dbb\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"industries-contain\"},\"elements\":[{\"id\":\"a5f31ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f8bd283\",\"elType\":\"widget\",\"settings\":{\"title\":\"Architects & Engineers\",\"align\":\"left\",\"title_color\":\"#050000\",\"typography_typography\":\"custom\",\"_css_classes\":\"industries-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01ba5cb\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"800598f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our team of professionals can work directly with architects and engineers to understand project details and plan each step of the process to ensure a smooth delivery and set up of equipment in any facility space.<\\/p>\",\"_css_classes\":\"industries-text\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"54ef949\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"industries-contain\"},\"elements\":[{\"id\":\"ca43393\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1be1070\",\"elType\":\"widget\",\"settings\":{\"title\":\"Architects & Engineers\",\"align\":\"left\",\"title_color\":\"#050000\",\"typography_typography\":\"custom\",\"_css_classes\":\"industries-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0ae8b1b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1189240\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our team of professionals can work directly with architects and engineers to understand project details and plan each step of the process to ensure a smooth delivery and set up of equipment in any facility space.<\\/p>\",\"_css_classes\":\"industries-text\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e51e751\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"industries-contain\"},\"elements\":[{\"id\":\"c22be48\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f986a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Architects & Engineers\",\"align\":\"left\",\"title_color\":\"#050000\",\"typography_typography\":\"custom\",\"_css_classes\":\"industries-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1d9b61\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1e43eda\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our team of professionals can work directly with architects and engineers to understand project details and plan each step of the process to ensure a smooth delivery and set up of equipment in any facility space.<\\/p>\",\"_css_classes\":\"industries-text\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"021e45c\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"industries-contain\"},\"elements\":[{\"id\":\"f5868ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"651e852\",\"elType\":\"widget\",\"settings\":{\"title\":\"Architects & Engineers\",\"align\":\"left\",\"title_color\":\"#050000\",\"typography_typography\":\"custom\",\"_css_classes\":\"industries-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c796a6a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"0e93095\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our team of professionals can work directly with architects and engineers to understand project details and plan each step of the process to ensure a smooth delivery and set up of equipment in any facility space.<\\/p>\",\"_css_classes\":\"industries-text\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c03c97\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"18a443c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2298,610,'_elementor_edit_mode','builder'),(2299,610,'_elementor_template_type','wp-page'),(2300,610,'_elementor_version','2.9.9'),(2301,610,'_wp_page_template','default'),(2302,610,'_elementor_data','[{\"id\":\"0cda685\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"industries-contain\"},\"elements\":[{\"id\":\"47d80a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b18ea7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Architects & Engineers\",\"align\":\"left\",\"title_color\":\"#050000\",\"typography_typography\":\"custom\",\"_css_classes\":\"industries-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ed41e1\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2ede786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our team of professionals can work directly with architects and engineers to understand project details and plan each step of the process to ensure a smooth delivery and set up of equipment in any facility space.<\\/p>\",\"_css_classes\":\"industries-text\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6826e58\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"industries-contain\"},\"elements\":[{\"id\":\"dd15f88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5d3711d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contractors \\u2013 General, Electrical and Mechanical\",\"align\":\"left\",\"title_color\":\"#050000\",\"typography_typography\":\"custom\",\"_css_classes\":\"industries-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bb84be7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cb1afe5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our expertise and up-to-date training enables our <\\/span><span style=\\\"font-weight: 400;\\\">team <\\/span><span style=\\\"font-weight: 400;\\\">to work with a range of contractors. We work with general contractors to assess the overall project and provide detailed plans to implement moves and set up equipment.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Electrical \\u2013 our team collaborates with electrical contractors on a variety of equipment moves including generators, switchgears, transformers and more.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Mechanical \\u2013 Our experience with mechanical contractors extends to moves and set up of a variety of equipment ranging from boilers and chillers to cooling towers and more.\\u00a0<\\/span><\\/p>\",\"_css_classes\":\"industries-text\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1d86327\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"industries-contain\"},\"elements\":[{\"id\":\"90c0993\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fcfbd6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Medical\\n\",\"align\":\"left\",\"title_color\":\"#050000\",\"typography_typography\":\"custom\",\"_css_classes\":\"industries-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0ca614c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"40eb6d6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our team has successfully moved equipment for small and large medical facilities across the country. Moves have included MRIs, CAT\\/PET, generators, chillers and boilers.<\\/span><\\/p>\",\"_css_classes\":\"industries-text\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a132bdd\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"industries-contain\"},\"elements\":[{\"id\":\"d9ac616\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd8fb76\",\"elType\":\"widget\",\"settings\":{\"title\":\"Municipalities\",\"align\":\"left\",\"title_color\":\"#050000\",\"typography_typography\":\"custom\",\"_css_classes\":\"industries-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dcbfd19\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"a84b9b7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Municipalities rely on our expertise for moves for schools, universities and government buildings<\\/span><\\/p>\",\"_css_classes\":\"industries-text\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4603dbb\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"industries-contain\"},\"elements\":[{\"id\":\"a5f31ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f8bd283\",\"elType\":\"widget\",\"settings\":{\"title\":\"Building Owners & Facility Managers\\n\",\"align\":\"left\",\"title_color\":\"#050000\",\"typography_typography\":\"custom\",\"_css_classes\":\"industries-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01ba5cb\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"800598f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. <\\/span><span style=\\\"font-weight: 400;\\\">coordinates facility relocations and equipment installations for properties across the country. We work with building owners and facility managers to plan every detail and execute each step within timelines and established budgets.<\\/span><\\/p>\",\"_css_classes\":\"industries-text\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"54ef949\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"industries-contain\"},\"elements\":[{\"id\":\"ca43393\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1be1070\",\"elType\":\"widget\",\"settings\":{\"title\":\"Manufacturers\",\"align\":\"left\",\"title_color\":\"#050000\",\"typography_typography\":\"custom\",\"_css_classes\":\"industries-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0ae8b1b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1189240\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Manufacturers in every industry category have relied on our team for plant relocations and industry moves across the U.S.<\\/span><\\/p>\",\"_css_classes\":\"industries-text\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e51e751\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"industries-contain\"},\"elements\":[{\"id\":\"c22be48\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f986a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Laundry Facilities\\n\",\"align\":\"left\",\"title_color\":\"#050000\",\"typography_typography\":\"custom\",\"_css_classes\":\"industries-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1d9b61\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1e43eda\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our <\\/span><span style=\\\"font-weight: 400;\\\">professionals have moved commercial equipment ranging from washers, dryers and irons to water and chemical tanks.\\u00a0<\\/span><\\/p>\",\"_css_classes\":\"industries-text\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"021e45c\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"industries-contain\"},\"elements\":[{\"id\":\"f5868ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"651e852\",\"elType\":\"widget\",\"settings\":{\"title\":\"Museums & Zoos\\n\",\"align\":\"left\",\"title_color\":\"#050000\",\"typography_typography\":\"custom\",\"_css_classes\":\"industries-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c796a6a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"0e93095\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We completed moves of high value works of art and museum installations, plus zoo exhibits for organizations across the country.<\\/span><\\/p>\",\"_css_classes\":\"industries-text\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c03c97\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"18a443c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2303,610,'_elementor_css','a:5:{s:4:\"time\";i:1591270476;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2304,348,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:8;s:5:\"align\";i:8;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:2:{s:11:\"title_color\";i:8;s:21:\"typography_typography\";i:8;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:8;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:1:{s:5:\"width\";i:8;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:5:\"color\";i:8;s:6:\"weight\";i:8;s:3:\"gap\";i:8;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:8;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:8;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:9;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:11:\"css_classes\";i:8;}}}}}'),(2307,611,'_elementor_edit_mode','builder'),(2308,611,'_elementor_template_type','wp-page'),(2309,611,'_elementor_version','2.9.9'),(2310,611,'_wp_page_template','default'),(2311,611,'_elementor_data','[{\"id\":\"0cda685\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"industries-contain\"},\"elements\":[{\"id\":\"47d80a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b18ea7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Architects & Engineers\",\"align\":\"left\",\"title_color\":\"#050000\",\"typography_typography\":\"custom\",\"_css_classes\":\"industries-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ed41e1\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2ede786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our team of professionals can work directly with architects and engineers to understand project details and plan each step of the process to ensure a smooth delivery and set up of equipment in any facility space.<\\/p>\",\"_css_classes\":\"industries-text\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6826e58\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"industries-contain\"},\"elements\":[{\"id\":\"dd15f88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5d3711d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contractors \\u2013 General, Electrical and Mechanical\",\"align\":\"left\",\"title_color\":\"#050000\",\"typography_typography\":\"custom\",\"_css_classes\":\"industries-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bb84be7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cb1afe5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our expertise and up-to-date training enables our <\\/span><span style=\\\"font-weight: 400;\\\">team <\\/span><span style=\\\"font-weight: 400;\\\">to work with a range of contractors. We work with general contractors to assess the overall project and provide detailed plans to implement moves and set up equipment.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Electrical \\u2013 our team collaborates with electrical contractors on a variety of equipment moves including generators, switchgears, transformers and more.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Mechanical \\u2013 Our experience with mechanical contractors extends to moves and set up of a variety of equipment ranging from boilers and chillers to cooling towers and more.\\u00a0<\\/span><\\/p>\",\"_css_classes\":\"industries-text\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1d86327\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"industries-contain\"},\"elements\":[{\"id\":\"90c0993\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fcfbd6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Medical\\n\",\"align\":\"left\",\"title_color\":\"#050000\",\"typography_typography\":\"custom\",\"_css_classes\":\"industries-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0ca614c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"40eb6d6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our team has successfully moved equipment for small and large medical facilities across the country. Moves have included MRIs, CAT\\/PET, generators, chillers and boilers.<\\/span><\\/p>\",\"_css_classes\":\"industries-text\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a132bdd\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"industries-contain\"},\"elements\":[{\"id\":\"d9ac616\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd8fb76\",\"elType\":\"widget\",\"settings\":{\"title\":\"Municipalities\",\"align\":\"left\",\"title_color\":\"#050000\",\"typography_typography\":\"custom\",\"_css_classes\":\"industries-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dcbfd19\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"a84b9b7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Municipalities rely on our expertise for moves for schools, universities and government buildings<\\/span><\\/p>\",\"_css_classes\":\"industries-text\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4603dbb\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"industries-contain\"},\"elements\":[{\"id\":\"a5f31ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f8bd283\",\"elType\":\"widget\",\"settings\":{\"title\":\"Building Owners & Facility Managers\\n\",\"align\":\"left\",\"title_color\":\"#050000\",\"typography_typography\":\"custom\",\"_css_classes\":\"industries-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01ba5cb\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"800598f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. <\\/span><span style=\\\"font-weight: 400;\\\">coordinates facility relocations and equipment installations for properties across the country. We work with building owners and facility managers to plan every detail and execute each step within timelines and established budgets.<\\/span><\\/p>\",\"_css_classes\":\"industries-text\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"54ef949\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"industries-contain\"},\"elements\":[{\"id\":\"ca43393\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1be1070\",\"elType\":\"widget\",\"settings\":{\"title\":\"Manufacturers\",\"align\":\"left\",\"title_color\":\"#050000\",\"typography_typography\":\"custom\",\"_css_classes\":\"industries-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0ae8b1b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1189240\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Manufacturers in every industry category have relied on our team for plant relocations and industry moves across the U.S.<\\/span><\\/p>\",\"_css_classes\":\"industries-text\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e51e751\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"industries-contain\"},\"elements\":[{\"id\":\"c22be48\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f986a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Laundry Facilities\\n\",\"align\":\"left\",\"title_color\":\"#050000\",\"typography_typography\":\"custom\",\"_css_classes\":\"industries-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1d9b61\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1e43eda\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our <\\/span><span style=\\\"font-weight: 400;\\\">professionals have moved commercial equipment ranging from washers, dryers and irons to water and chemical tanks.\\u00a0<\\/span><\\/p>\",\"_css_classes\":\"industries-text\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"021e45c\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"industries-contain\"},\"elements\":[{\"id\":\"f5868ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"651e852\",\"elType\":\"widget\",\"settings\":{\"title\":\"Museums & Zoos\\n\",\"align\":\"left\",\"title_color\":\"#050000\",\"typography_typography\":\"custom\",\"_css_classes\":\"industries-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c796a6a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"0e93095\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We completed moves of high value works of art and museum installations, plus zoo exhibits for organizations across the country.<\\/span><\\/p>\",\"_css_classes\":\"industries-text\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c03c97\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"18a443c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2312,611,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:8;s:5:\"align\";i:8;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:2:{s:11:\"title_color\";i:8;s:21:\"typography_typography\";i:8;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:8;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:1:{s:5:\"width\";i:8;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:5:\"color\";i:8;s:6:\"weight\";i:8;s:3:\"gap\";i:8;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:8;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:8;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:9;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:11:\"css_classes\";i:8;}}}}}'),(2313,611,'_elementor_css','a:5:{s:4:\"time\";i:1591270916;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2314,612,'_wp_page_template','template/page-builder-template.php'),(2315,612,'_elementor_edit_mode','builder'),(2316,612,'_elementor_version','2.9.8'),(2317,612,'_elementor_data','[{\"id\":\"a585672\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c266d44\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c11fa77\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Qualifications\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_margin_bottom\":\"\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"2b4508f\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":8},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":15},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"af38339\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.<\\/p>\",\"color_text_block\":\"#666666\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":22},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"3ff7e63\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"width\":\"1200\",\"height\":\"800\",\"caption_horizontal\":{\"unit\":\"%\",\"size\":52},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":10,\"use_padding\":\"use\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"choose_column\":\"3\",\"filter_align\":\"center\",\"margin_bottom_tablet\":10,\"padding_size_tablet\":{\"unit\":\"px\",\"size\":10},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"typography_portfolio_title_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_portfolio_title_line_height\":{\"unit\":\"px\",\"size\":30},\"title_margin_bottom\":10,\"title_margin_bottom_tablet\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"typography_portfolio_category_line_height\":{\"unit\":\"px\",\"size\":22},\"filter_padding_size_mobile\":{\"unit\":\"px\",\"size\":20},\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"portfolio_pagination_type\":\"portfolio_pagination_infinite\",\"load_style\":\"style-3\",\"load_style2_bg_hov_color\":\"#f7c51e\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3f0a453c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#2B4D7B\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6900af55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.711,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2433e0fb\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Do you looking for interior design expertise?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":35},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":31},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"4ef8c81b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.289,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6296e83\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"right\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2318,612,'_elementor_template_type','wp-post'),(2319,612,'_elementor_css','a:5:{s:4:\"time\";i:1590571200;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2320,613,'_wp_page_template','template/page-builder-template.php'),(2321,613,'_elementor_edit_mode','builder'),(2322,613,'_elementor_version','2.9.8'),(2323,613,'_elementor_data','[{\"id\":\"a585672\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c266d44\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c11fa77\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Qualifications\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_margin_bottom\":\"\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"2b4508f\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":8},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":15},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"af38339\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.<\\/p>\",\"color_text_block\":\"#666666\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":22},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"3ff7e63\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"width\":\"1200\",\"height\":\"800\",\"caption_horizontal\":{\"unit\":\"%\",\"size\":52},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":10,\"use_padding\":\"use\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"choose_column\":\"3\",\"filter_align\":\"center\",\"margin_bottom_tablet\":10,\"padding_size_tablet\":{\"unit\":\"px\",\"size\":10},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"typography_portfolio_title_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_portfolio_title_line_height\":{\"unit\":\"px\",\"size\":30},\"title_margin_bottom\":10,\"title_margin_bottom_tablet\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"typography_portfolio_category_line_height\":{\"unit\":\"px\",\"size\":22},\"filter_padding_size_mobile\":{\"unit\":\"px\",\"size\":20},\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"portfolio_pagination_type\":\"portfolio_pagination_infinite\",\"load_style\":\"style-3\",\"load_style2_bg_hov_color\":\"#f7c51e\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fcdad8d\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"f0b7eda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c4c8843\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rigging, Machinery Moving & Installation \\u2013 \\n\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1551c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7608e48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Rigging and m<\\/span><span style=\\\"font-weight: 400;\\\">oving machinery <\\/span><span style=\\\"font-weight: 400;\\\">requires a unique set of skills. And this is exactly what we focus on. We\\u2019ll develop a plan, timeline and engage<\\/span>\\u00a0<span style=\\\"font-weight: 400;\\\">a <\\/span><span style=\\\"font-weight: 400;\\\">skilled team and essential equipment to get the job done smoothly. When large equipment must fit into tight spaces, we have the expertise and foresight to identify potential challenges and we develop a process to ensure success with minimal complications. From data centers, to healthcare facilities, public buildings, manufacturing facilities and beyond, we have the innovative solutions, equipment and certified talent to get the job done.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cfa5bf9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"10b935a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"89aca30\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0873ffb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3f0a453c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#2B4D7B\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6900af55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.710999999999999,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2433e0fb\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Do you looking for interior design expertise?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":35},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":31},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"4ef8c81b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.289000000000001,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6296e83\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"right\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2324,613,'_elementor_template_type','wp-post'),(2325,613,'_elementor_css','a:5:{s:4:\"time\";i:1590571200;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2328,614,'_wp_page_template','template/page-builder-template.php'),(2329,614,'_elementor_edit_mode','builder'),(2330,614,'_elementor_version','2.9.9'),(2331,614,'_elementor_data','[{\"id\":\"a585672\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c266d44\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c11fa77\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Qualifications\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_margin_bottom\":\"\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"2b4508f\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":8},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":15},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"af38339\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.<\\/p>\",\"color_text_block\":\"#666666\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":22},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"3ff7e63\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"width\":\"1200\",\"height\":\"800\",\"caption_horizontal\":{\"unit\":\"%\",\"size\":52},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":10,\"use_padding\":\"use\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"choose_column\":\"3\",\"filter_align\":\"center\",\"margin_bottom_tablet\":10,\"padding_size_tablet\":{\"unit\":\"px\",\"size\":10},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"typography_portfolio_title_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_portfolio_title_line_height\":{\"unit\":\"px\",\"size\":30},\"title_margin_bottom\":10,\"title_margin_bottom_tablet\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"typography_portfolio_category_line_height\":{\"unit\":\"px\",\"size\":22},\"filter_padding_size_mobile\":{\"unit\":\"px\",\"size\":20},\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"portfolio_pagination_type\":\"portfolio_pagination_infinite\",\"load_style\":\"style-3\",\"load_style2_bg_hov_color\":\"#f7c51e\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fcdad8d\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"f0b7eda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c4c8843\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rigging, Machinery Moving & Installation \\u2013 \\n\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1551c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7608e48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Rigging and m<\\/span><span style=\\\"font-weight: 400;\\\">oving machinery <\\/span><span style=\\\"font-weight: 400;\\\">requires a unique set of skills. And this is exactly what we focus on. We\\u2019ll develop a plan, timeline and engage<\\/span>\\u00a0<span style=\\\"font-weight: 400;\\\">a <\\/span><span style=\\\"font-weight: 400;\\\">skilled team and essential equipment to get the job done smoothly. When large equipment must fit into tight spaces, we have the expertise and foresight to identify potential challenges and we develop a process to ensure success with minimal complications. From data centers, to healthcare facilities, public buildings, manufacturing facilities and beyond, we have the innovative solutions, equipment and certified talent to get the job done.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4534fa0\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"e36a2d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40207fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rigging\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f1501b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"72fb049\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">When you have machinery that needs to be relocated, lifted or installed, call on the company with<\\/span>\\u00a0<span style=\\\"font-weight: 400;\\\">rigging and <\\/span><span style=\\\"font-weight: 400;\\\">machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">expertise. ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. <\\/span><span style=\\\"font-weight: 400;\\\">professionals have the experience and innovative solutions to solve the most complex problems. Plus, we\\u2019ll <\\/span><span style=\\\"font-weight: 400;\\\">keep our focus on safety, timelines and budget. We rig, move and set equipment every day \\u2013 it\\u2019s the only work we do! Contact us and learn why some of the biggest companies in the U.S. rely on us for all of their moves.\\u00a0\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce883c7\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"ab27ddb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb5b411\",\"elType\":\"widget\",\"settings\":{\"title\":\"Heavy Lifting & Erecting\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65359a4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5e1345a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">A thorough analysis and detailed plan of action are a \\u201cmust\\u201d when lifting and erecting large equipment. Our <\\/span><span style=\\\"font-weight: 400;\\\">team <\\/span><span style=\\\"font-weight: 400;\\\">develop<\\/span><span style=\\\"font-weight: 400;\\\">s<\\/span><span style=\\\"font-weight: 400;\\\"> the solutions to overcome space and time challenges. Then, <\\/span><span style=\\\"font-weight: 400;\\\">planning turns into action, and our <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers <\\/span><span style=\\\"font-weight: 400;\\\">team executes every detail in a professional manner to ensure the project is done right the first time, safely and efficiently.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a0aef0b\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"dba8281\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"05f84cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Millwright Services\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"98d9428\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4927f9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our Millwrights are highly skilled at executing <\\/span><span style=\\\"font-weight: 400;\\\">another <\\/span><span style=\\\"font-weight: 400;\\\">type of <\\/span><span style=\\\"font-weight: 400;\\\">operation <\\/span><span style=\\\"font-weight: 400;\\\">from layout, dismantling, <\\/span><span style=\\\"font-weight: 400;\\\">installing, assembling, leveling, anchoring, grouting and fabricating<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span> <span style=\\\"font-weight: 400;\\\">Our team will help your business avoid downtime and keep all aspects of your operation running smoothly.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0ff355\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"a2be008\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"18ea389\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hauling & Jobsite Delivery\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3cc63b0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"42160cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our team engages the right vehicles to deliver your equipment safely to your destination across the U.S.\\u00a0<\\/span><\\/p><ul><li><span style=\\\"font-weight: 400;\\\">VEHICLES:<\\/span><ul><li><span style=\\\"font-weight: 400;\\\">Flatbeds<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Step Decks<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Double Drops \\u2013 Expandable & RGNs<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Tilt Beds - Trailers<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Straight Trucks \\u2013 12\\u2019 to 24\\u2019<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Vans \\u2013 48-53 Logistics<\\/span><\\/li><\\/ul><\\/li><\\/ul><p>\\u00a0<\\/p><ul><li>OTHER SERVICES WE PROVIDE:<ul><li><span style=\\\"font-weight: 400;\\\">Over Dimensional Loads<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Heavy Hauling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">LTL (Less than truckload)<\\/span><\\/li><\\/ul><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"82ab355\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"0d8dd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"30e6f57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Storage & Preservation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a04d14\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4fc24fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our <\\/span><span style=\\\"font-weight: 400;\\\">warehouse provides great value for customers because it allows us to receive equipment from across the country to be assembled in one location, then moved to the final destination. Our facility is centrally located and provides indoor and outdoor storage space. The warehouse is heated, under video surveillance and is equipped with fire alarms, docks, <\\/span><span style=\\\"font-weight: 400;\\\">and ground doors. The outside storage area is fenced, locked and under video surveillance. Allowing quick, easy access to Chicago and the suburbs, we\\u2019re located near O\\u2019Hare Airport<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddf392d\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"2178868\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6893612\",\"elType\":\"widget\",\"settings\":{\"title\":\"Plant Relocation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bd8124\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"372fde6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Moving a plant involves precision planning, access to the best equipment and talent and flexibility to quickly adjust to any changes. We start with a consultation to fully understand the customer\\u2019s goals, along with the current and future facilities. Then, we develop a detailed plan of action to ensure every aspect of the move is thoroughly outlined and then implemented in the most efficient and cost-effective manner. From small to large size plants, we have the experience to implement the move quickly and safely.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">\\u00a0Unlike other moving contractors, our comprehensive proposals include costs for rigging, moving, electrical, piping, mechanical, millwright work, transportation and storage.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our moving services include:<\\/span><\\/p><ul><li><span style=\\\"font-weight: 400;\\\">Lay out floors of new location<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Dismantling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Moving of common stock inventory<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Hauling\\/transportation<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Assembling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Alignment<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Leveling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Anchoring<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Grouting<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Fabrication\\/modification as requested<\\/span><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"412bebc\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"ead261f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"06edbd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consultation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f22ef8\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"093c704\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our team of <\\/span><span style=\\\"font-weight: 400;\\\">professionals <\\/span><span style=\\\"font-weight: 400;\\\">provides us with the talent necessary to analyze and advise on any potential lifting or rigging challenge that you have. It takes years of experience with large and small projects, plus a dedication to continually learning the industry trends and new technologies to enable an individual to comprehend and plan for the many details involved in complex projects. These are the people we hire at ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc<\\/span><span style=\\\"font-weight: 400;\\\">. <\\/span><span style=\\\"font-weight: 400;\\\">T<\\/span><span style=\\\"font-weight: 400;\\\">hese are the people you can depend on for complete project management<\\/span><span style=\\\"font-weight: 400;\\\">, <\\/span><span style=\\\"font-weight: 400;\\\">or consultation on the best process and resources for the job.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cfa5bf9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"10b935a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"89aca30\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0873ffb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3f0a453c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#2B4D7B\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6900af55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.710999999999999,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2433e0fb\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Do you looking for interior design expertise?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":35},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":31},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"4ef8c81b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.289000000000001,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6296e83\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"right\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2332,614,'_elementor_template_type','wp-post'),(2333,614,'_elementor_css','a:5:{s:4:\"time\";i:1591271605;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2336,615,'_wp_page_template','template/page-builder-template.php'),(2337,615,'_elementor_edit_mode','builder'),(2338,615,'_elementor_version','2.9.8'),(2339,615,'_elementor_data','[{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"3ee2b42\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6b4a10\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/contractor-hero-image3.jpg\",\"id\":10}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d32eeb6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Always Strive For Better Work. Never Stop Learning.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"abb4b14\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"678b311\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>Duis vel erat quis justo vehicula vulputate sit amet nec nisi. Fusce a venenatis arcu, vel varius mi. Donec elit lacus, fringilla placerat aliquet sed, eleifend ac tortor. Morbi lectus mi, imperdiet a metus vel, consectetur blandit est.\\u00a0<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06c6c6b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"a0f11d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"95b7286\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"We Love Great Building And Awesome Interior.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"e9c41fe\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6ca4af8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>Duis vel erat quis justo vehicula vulputate sit amet nec nisi. Fusce a venenatis arcu, vel varius mi. Donec elit lacus, fringilla placerat aliquet sed, eleifend ac tortor. Morbi lectus mi, imperdiet a metus vel, consectetur blandit est.\\u00a0<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"633c948\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"3a62b97\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/blog-2.jpg\",\"id\":40},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Our Experts\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1dba5fa\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>Duis vel erat quis justo vehicula vulputate sit amet nec nisi. Fusce a venenatis arcu.<\\/p>\",\"text_block_align\":\"center\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"e3f2eb8\",\"elType\":\"widget\",\"settings\":{\"team_grid_style\":\"team_grid_style2\",\"team_item\":[{\"text\":\"Team Item #1\",\"_id\":\"e748d87\",\"team_name\":\"Valgus Anderson\",\"team_job\":\"Architect\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-3.jpg\",\"id\":37},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Team Item #2\",\"_id\":\"25c06dc\",\"team_name\":\"David Duncan\",\"team_job\":\"Project Engineer\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-4s.jpg\",\"id\":38},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Team Item #3\",\"_id\":\"522fa65\",\"team_name\":\"Russel Santos\",\"team_job\":\"Building Surveyor\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-1.jpg\",\"id\":35},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"team_name\":\"Edward Sanders\",\"team_job\":\"Project Engineer\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-2s.jpg\",\"id\":36},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"41b6739\"}],\"choose_column\":\"4\",\"team_inner_bg\":\"rgba(0,0,0,0.78)\",\"team_name_typography_typography\":\"custom\",\"team_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"team_job_typography_typography\":\"custom\",\"team_job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"team_job_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"gedung-team-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"What our Customer says?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"67cdb5f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p class=\\\"subtitle\\\">Don\'t take just our words. Hear what our Customers say.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"text_block_align\":\"center\",\"color_text_block\":\"#666666\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Once you\\u2019ve worked with them, when the next project comes around you just pick up the phone and call them without a second thought.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"We would have no hesitation recommending you to any further customers that you have that may require a reference to the quality of your workmanship.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"989fdd5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5cb631a\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"text\":\"Client Item #2\",\"_id\":\"dcc834e\",\"client_author\":\"Masator\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-02.png\",\"id\":30},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Narosha\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-03.png\",\"id\":31},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ce9a13f\"},{\"text\":\"Client Item #1\",\"_id\":\"bd866ad\",\"client_author\":\"Quare\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-01.png\",\"id\":29},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Electrend.\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-07.png\",\"id\":33},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d47a8ba\"},{\"client_author\":\"Qoloform\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-10.png\",\"id\":34},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d05e2ee\"},{\"client_author\":\"BataStock\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-05.png\",\"id\":32},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"fbd34bb\"}],\"mobile_choose_column\":\"mobile-column-3\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":50,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":8}},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f7c51e\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.711,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Do you looking for Architecture design expertise?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.289,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"right\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2340,615,'_elementor_template_type','wp-post'),(2341,615,'_elementor_controls_usage','a:10:{s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:2;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:8;s:16:\"content_position\";i:2;s:19:\"_inline_size_tablet\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:5;s:14:\"padding_tablet\";i:4;s:14:\"padding_mobile\";i:2;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}}}s:17:\"gedung-head-title\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:25:\"section_gedung_head_title\";a:13:{s:12:\"choose_style\";i:5;s:9:\"the_title\";i:5;s:27:\"typography_title_typography\";i:5;s:33:\"typography_title_font_size_tablet\";i:3;s:35:\"typography_title_line_height_tablet\";i:2;s:17:\"head_use_subtitle\";i:5;s:5:\"align\";i:2;s:33:\"typography_title_font_size_mobile\";i:3;s:12:\"align_mobile\";i:3;s:26:\"typography_title_font_size\";i:2;s:35:\"typography_title_line_height_mobile\";i:2;s:28:\"typography_title_font_weight\";i:1;s:12:\"align_tablet\";i:1;}s:33:\"section_gedung_head_title_style_2\";a:1:{s:13:\"title_color_2\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:2;}s:14:\"_section_style\";a:2:{s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:6:\"weight\";i:4;s:5:\"color\";i:4;s:3:\"gap\";i:4;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:4:{s:5:\"width\";i:4;s:5:\"align\";i:2;s:12:\"width_mobile\";i:2;s:12:\"align_mobile\";i:2;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:4;}}}}s:11:\"gedung-text\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"gedung_text_control\";a:7:{s:11:\"custom_text\";i:4;s:32:\"typography_text_block_typography\";i:3;s:38:\"typography_text_block_font_size_tablet\";i:3;s:40:\"typography_text_block_line_height_tablet\";i:2;s:16:\"text_block_align\";i:2;s:23:\"text_block_align_mobile\";i:2;s:16:\"color_text_block\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:14:\"_margin_tablet\";i:1;s:15:\"_padding_tablet\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:1:{s:3:\"gap\";i:6;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:2;s:14:\"padding_tablet\";i:6;s:13:\"margin_mobile\";i:2;s:14:\"padding_mobile\";i:1;s:7:\"padding\";i:3;}s:19:\"_section_responsive\";a:1:{s:20:\"reverse_order_mobile\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:2;}}}}s:17:\"gedung-team-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:4:{s:41:\"section_gedung_team_block_element_setting\";a:1:{s:15:\"team_grid_style\";i:1;}s:38:\"section_gedung_team_block_team_setting\";a:1:{s:9:\"team_item\";i:1;}s:40:\"section_gedung_team_block_layout_setting\";a:1:{s:13:\"choose_column\";i:1;}s:38:\"section_gedung_team_block_item_setting\";a:1:{s:13:\"team_inner_bg\";i:1;}}s:5:\"style\";a:2:{s:39:\"section_gedung_team_block_title_setting\";a:2:{s:31:\"team_name_typography_typography\";i:1;s:30:\"team_name_typography_font_size\";i:1;}s:37:\"section_gedung_team_block_job_setting\";a:3:{s:30:\"team_job_typography_typography\";i:1;s:29:\"team_job_typography_font_size\";i:1;s:31:\"team_job_typography_font_weight\";i:1;}}}}s:24:\"gedung-testimonial-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:52:\"section_gedung_testimonial_block_testimonial_setting\";a:1:{s:10:\"testi_item\";i:1;}s:46:\"section_gedung_testimonial_block_image_setting\";a:2:{s:17:\"text_align_tablet\";i:1;s:17:\"text_align_mobile\";i:1;}s:31:\"section_gedung_carousel_options\";a:1:{s:13:\"choose_column\";i:1;}}s:5:\"style\";a:3:{s:51:\"section_gedung_testimonial_block_blockquote_setting\";a:5:{s:21:\"vertical_testi_detail\";i:1;s:44:\"typhography_blockquote_typography_typography\";i:1;s:43:\"typhography_blockquote_typography_font_size\";i:1;s:45:\"typhography_blockquote_typography_line_height\";i:1;s:28:\"typhography_blockquote_color\";i:1;}s:47:\"section_gedung_testimonial_block_author_setting\";a:5:{s:24:\"typhography_author_color\";i:1;s:16:\"author_img_color\";i:1;s:40:\"typhography_author_typography_typography\";i:1;s:39:\"typhography_author_typography_font_size\";i:1;s:41:\"typhography_author_typography_line_height\";i:1;}s:51:\"section_gedung_testimonial_block_author_job_setting\";a:1:{s:22:\"typhography_cite_color\";i:1;}}}}s:19:\"gedung-client-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:27:\"section_gedung_client_block\";a:2:{s:11:\"choose_type\";i:1;s:11:\"client_item\";i:1;}s:28:\"section_gedung_column_client\";a:5:{s:20:\"mobile_choose_column\";i:1;s:17:\"item_padding_size\";i:1;s:24:\"item_padding_size_tablet\";i:1;s:18:\"item_margin_bottom\";i:1;s:24:\"item_padding_size_mobile\";i:1;}s:31:\"section_gedung_carousel_options\";a:1:{s:10:\"column_gap\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;s:4:\"size\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:25:\"button_hover_border_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;}}}}}'),(2342,615,'_elementor_css','a:5:{s:4:\"time\";i:1591271198;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2343,615,'header_style_choice','default'),(2344,615,'_header_style_choice','field_58c7b9d20beeb'),(2345,616,'_wp_page_template','template/page-builder-template.php'),(2346,616,'_elementor_edit_mode','builder'),(2347,616,'_elementor_version','2.9.8'),(2348,616,'_elementor_data','[{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d32eeb6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"abb4b14\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"%\",\"size\":10},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"678b311\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ul><li style=\\\"list-style-type: none;\\\"><ul><li style=\\\"font-weight: 400;\\\"><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/li><\\/ul><\\/li><\\/ul><p>\\u00a0<\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise <\\/span><span style=\\\"font-weight: 400;\\\">directs <\\/span><span style=\\\"font-weight: 400;\\\">every situation <\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0<\\/span><span style=\\\"font-weight: 400;\\\">we can quickly understand and unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06c6c6b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"a0f11d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"95b7286\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"We Love Great Building And Awesome Interior.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"e9c41fe\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6ca4af8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>Duis vel erat quis justo vehicula vulputate sit amet nec nisi. Fusce a venenatis arcu, vel varius mi. Donec elit lacus, fringilla placerat aliquet sed, eleifend ac tortor. Morbi lectus mi, imperdiet a metus vel, consectetur blandit est.\\u00a0<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"633c948\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"3a62b97\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/blog-2.jpg\",\"id\":40},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Our Experts\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1dba5fa\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>Duis vel erat quis justo vehicula vulputate sit amet nec nisi. Fusce a venenatis arcu.<\\/p>\",\"text_block_align\":\"center\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"e3f2eb8\",\"elType\":\"widget\",\"settings\":{\"team_grid_style\":\"team_grid_style2\",\"team_item\":[{\"text\":\"Team Item #1\",\"_id\":\"e748d87\",\"team_name\":\"Valgus Anderson\",\"team_job\":\"Architect\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-3.jpg\",\"id\":37},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Team Item #2\",\"_id\":\"25c06dc\",\"team_name\":\"David Duncan\",\"team_job\":\"Project Engineer\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-4s.jpg\",\"id\":38},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Team Item #3\",\"_id\":\"522fa65\",\"team_name\":\"Russel Santos\",\"team_job\":\"Building Surveyor\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-1.jpg\",\"id\":35},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"team_name\":\"Edward Sanders\",\"team_job\":\"Project Engineer\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-2s.jpg\",\"id\":36},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"41b6739\"}],\"choose_column\":\"4\",\"team_inner_bg\":\"rgba(0,0,0,0.78)\",\"team_name_typography_typography\":\"custom\",\"team_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"team_job_typography_typography\":\"custom\",\"team_job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"team_job_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"gedung-team-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"What our Customer says?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"67cdb5f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p class=\\\"subtitle\\\">Don\'t take just our words. Hear what our Customers say.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"text_block_align\":\"center\",\"color_text_block\":\"#666666\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Once you\\u2019ve worked with them, when the next project comes around you just pick up the phone and call them without a second thought.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"We would have no hesitation recommending you to any further customers that you have that may require a reference to the quality of your workmanship.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"989fdd5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5cb631a\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"text\":\"Client Item #2\",\"_id\":\"dcc834e\",\"client_author\":\"Masator\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-02.png\",\"id\":30},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Narosha\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-03.png\",\"id\":31},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ce9a13f\"},{\"text\":\"Client Item #1\",\"_id\":\"bd866ad\",\"client_author\":\"Quare\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-01.png\",\"id\":29},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Electrend.\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-07.png\",\"id\":33},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d47a8ba\"},{\"client_author\":\"Qoloform\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-10.png\",\"id\":34},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d05e2ee\"},{\"client_author\":\"BataStock\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-05.png\",\"id\":32},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"fbd34bb\"}],\"mobile_choose_column\":\"mobile-column-3\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":50,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":8}},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f7c51e\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.710999999999999,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Do you looking for Architecture design expertise?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.289000000000001,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"right\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2349,616,'_elementor_template_type','wp-post'),(2350,616,'_elementor_css','a:5:{s:4:\"time\";i:1591271198;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2358,618,'_wp_attached_file','2020/06/ASAClogo_PRINT-1.jpg'),(2359,618,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:332;s:6:\"height\";i:210;s:4:\"file\";s:28:\"2020/06/ASAClogo_PRINT-1.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"ASAClogo_PRINT-1-300x190.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"ASAClogo_PRINT-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:27:\"ASAClogo_PRINT-1-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(2360,619,'_wp_attached_file','2020/06/ips_scra-1.jpg'),(2361,619,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:297;s:6:\"height\";i:191;s:4:\"file\";s:22:\"2020/06/ips_scra-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"ips_scra-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:21:\"ips_scra-1-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(2362,620,'_wp_page_template','template/page-builder-template.php'),(2363,620,'_elementor_edit_mode','builder'),(2364,620,'_elementor_version','2.9.9'),(2365,620,'_elementor_data','[{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d32eeb6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"abb4b14\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"%\",\"size\":10},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"678b311\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ul><li style=\\\"list-style-type: none;\\\"><ul><li style=\\\"font-weight: 400;\\\"><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/li><\\/ul><\\/li><\\/ul><p>\\u00a0<\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise <\\/span><span style=\\\"font-weight: 400;\\\">directs <\\/span><span style=\\\"font-weight: 400;\\\">every situation <\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0<\\/span><span style=\\\"font-weight: 400;\\\">we can quickly understand and unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"125d632\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"16a3ea3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"557682a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety \\u2013 \",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"58da883\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"%\",\"size\":10},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4bfd808\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d486a89\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"89e5c68\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"74a2e65\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations \\u2013 \",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"2e97bfa\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"%\",\"size\":10},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ff6e3d4\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"422c0c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"d806c09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6a680d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance \\u2013\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1df7366\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"%\",\"size\":10},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"503b817\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef81faf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"3973e79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f7691\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders \\u2013 \",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c952bb5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"%\",\"size\":10},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d06c5c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43f5b98\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"6a71908\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0476005\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team (we will supply you with their bios soon)\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f5e9bd3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"%\",\"size\":10},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8e9772f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ul><li><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Ted Bianchi <\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Jeremy <\\/span><span style=\\\"font-weight: 400;\\\">Bianchi<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Sean Gibbons <\\/span><\\/li><\\/ul>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7005acd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"b0822e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17fc8fa\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"06d5df4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"%\",\"size\":10},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17a24f6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"14cbafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0b17af3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f0c181e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"24b7249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"66fd030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2d587c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06c6c6b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"a0f11d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"95b7286\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"We Love Great Building And Awesome Interior.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"e9c41fe\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6ca4af8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>Duis vel erat quis justo vehicula vulputate sit amet nec nisi. Fusce a venenatis arcu, vel varius mi. Donec elit lacus, fringilla placerat aliquet sed, eleifend ac tortor. Morbi lectus mi, imperdiet a metus vel, consectetur blandit est.\\u00a0<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"633c948\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"3a62b97\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/blog-2.jpg\",\"id\":40},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Our Experts\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1dba5fa\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>Duis vel erat quis justo vehicula vulputate sit amet nec nisi. Fusce a venenatis arcu.<\\/p>\",\"text_block_align\":\"center\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"e3f2eb8\",\"elType\":\"widget\",\"settings\":{\"team_grid_style\":\"team_grid_style2\",\"team_item\":[{\"text\":\"Team Item #1\",\"_id\":\"e748d87\",\"team_name\":\"Valgus Anderson\",\"team_job\":\"Architect\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-3.jpg\",\"id\":37},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Team Item #2\",\"_id\":\"25c06dc\",\"team_name\":\"David Duncan\",\"team_job\":\"Project Engineer\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-4s.jpg\",\"id\":38},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Team Item #3\",\"_id\":\"522fa65\",\"team_name\":\"Russel Santos\",\"team_job\":\"Building Surveyor\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-1.jpg\",\"id\":35},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"team_name\":\"Edward Sanders\",\"team_job\":\"Project Engineer\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-2s.jpg\",\"id\":36},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"41b6739\"}],\"choose_column\":\"4\",\"team_inner_bg\":\"rgba(0,0,0,0.78)\",\"team_name_typography_typography\":\"custom\",\"team_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"team_job_typography_typography\":\"custom\",\"team_job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"team_job_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"gedung-team-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"What our Customer says?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"67cdb5f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p class=\\\"subtitle\\\">Don\'t take just our words. Hear what our Customers say.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"text_block_align\":\"center\",\"color_text_block\":\"#666666\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Once you\\u2019ve worked with them, when the next project comes around you just pick up the phone and call them without a second thought.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"We would have no hesitation recommending you to any further customers that you have that may require a reference to the quality of your workmanship.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"989fdd5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5cb631a\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"text\":\"Client Item #2\",\"_id\":\"dcc834e\",\"client_author\":\"Masator\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-02.png\",\"id\":30},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Narosha\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-03.png\",\"id\":31},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ce9a13f\"},{\"text\":\"Client Item #1\",\"_id\":\"bd866ad\",\"client_author\":\"Quare\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-01.png\",\"id\":29},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Electrend.\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-07.png\",\"id\":33},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d47a8ba\"},{\"client_author\":\"Qoloform\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-10.png\",\"id\":34},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d05e2ee\"},{\"client_author\":\"BataStock\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-05.png\",\"id\":32},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"fbd34bb\"}],\"mobile_choose_column\":\"mobile-column-3\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":50,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":8}},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f7c51e\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.710999999999999,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Do you looking for Architecture design expertise?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.289000000000001,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"right\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2366,620,'_elementor_template_type','wp-post'),(2369,621,'_wp_page_template','template/page-builder-template.php'),(2370,621,'_elementor_edit_mode','builder'),(2371,621,'_elementor_version','2.9.9'),(2372,621,'_elementor_data','[{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d32eeb6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"abb4b14\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"678b311\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ul><li style=\\\"list-style-type: none;\\\"><ul><li style=\\\"font-weight: 400;\\\"><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/li><\\/ul><\\/li><\\/ul><p>\\u00a0<\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise <\\/span><span style=\\\"font-weight: 400;\\\">directs <\\/span><span style=\\\"font-weight: 400;\\\">every situation <\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0<\\/span><span style=\\\"font-weight: 400;\\\">we can quickly understand and unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"125d632\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"16a3ea3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"557682a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety \\u2013 \",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"58da883\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4bfd808\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d486a89\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"89e5c68\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"74a2e65\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations \\u2013 \",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"2e97bfa\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ff6e3d4\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"422c0c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"d806c09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6a680d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance \\u2013\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1df7366\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"503b817\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef81faf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"3973e79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f7691\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders \\u2013 \",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c952bb5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d06c5c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43f5b98\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"6a71908\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0476005\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team (we will supply you with their bios soon)\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f5e9bd3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8e9772f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ul><li><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Ted Bianchi <\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Jeremy <\\/span><span style=\\\"font-weight: 400;\\\">Bianchi<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Sean Gibbons <\\/span><\\/li><\\/ul>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7005acd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"b0822e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17fc8fa\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"06d5df4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17a24f6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"14cbafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0b17af3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f0c181e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"24b7249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"66fd030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2d587c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06c6c6b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"a0f11d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"95b7286\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"We Love Great Building And Awesome Interior.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"e9c41fe\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6ca4af8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>Duis vel erat quis justo vehicula vulputate sit amet nec nisi. Fusce a venenatis arcu, vel varius mi. Donec elit lacus, fringilla placerat aliquet sed, eleifend ac tortor. Morbi lectus mi, imperdiet a metus vel, consectetur blandit est.\\u00a0<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"633c948\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"3a62b97\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/blog-2.jpg\",\"id\":40},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Our Experts\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1dba5fa\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>Duis vel erat quis justo vehicula vulputate sit amet nec nisi. Fusce a venenatis arcu.<\\/p>\",\"text_block_align\":\"center\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"e3f2eb8\",\"elType\":\"widget\",\"settings\":{\"team_grid_style\":\"team_grid_style2\",\"team_item\":[{\"text\":\"Team Item #1\",\"_id\":\"e748d87\",\"team_name\":\"Valgus Anderson\",\"team_job\":\"Architect\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-3.jpg\",\"id\":37},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Team Item #2\",\"_id\":\"25c06dc\",\"team_name\":\"David Duncan\",\"team_job\":\"Project Engineer\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-4s.jpg\",\"id\":38},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Team Item #3\",\"_id\":\"522fa65\",\"team_name\":\"Russel Santos\",\"team_job\":\"Building Surveyor\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-1.jpg\",\"id\":35},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"team_name\":\"Edward Sanders\",\"team_job\":\"Project Engineer\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-2s.jpg\",\"id\":36},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"41b6739\"}],\"choose_column\":\"4\",\"team_inner_bg\":\"rgba(0,0,0,0.78)\",\"team_name_typography_typography\":\"custom\",\"team_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"team_job_typography_typography\":\"custom\",\"team_job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"team_job_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"gedung-team-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"What our Customer says?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"67cdb5f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p class=\\\"subtitle\\\">Don\'t take just our words. Hear what our Customers say.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"text_block_align\":\"center\",\"color_text_block\":\"#666666\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Once you\\u2019ve worked with them, when the next project comes around you just pick up the phone and call them without a second thought.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"We would have no hesitation recommending you to any further customers that you have that may require a reference to the quality of your workmanship.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"989fdd5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5cb631a\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"text\":\"Client Item #2\",\"_id\":\"dcc834e\",\"client_author\":\"Masator\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-02.png\",\"id\":30},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Narosha\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-03.png\",\"id\":31},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ce9a13f\"},{\"text\":\"Client Item #1\",\"_id\":\"bd866ad\",\"client_author\":\"Quare\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-01.png\",\"id\":29},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Electrend.\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-07.png\",\"id\":33},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d47a8ba\"},{\"client_author\":\"Qoloform\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-10.png\",\"id\":34},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d05e2ee\"},{\"client_author\":\"BataStock\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-05.png\",\"id\":32},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"fbd34bb\"}],\"mobile_choose_column\":\"mobile-column-3\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":50,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":8}},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f7c51e\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.710999999999999,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Do you looking for Architecture design expertise?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.289000000000001,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"right\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2373,621,'_elementor_template_type','wp-post'),(2374,621,'_elementor_css','a:5:{s:4:\"time\";i:1591274084;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2377,622,'_wp_page_template','template/page-builder-template.php'),(2378,622,'_elementor_edit_mode','builder'),(2379,622,'_elementor_version','2.9.9'),(2380,622,'_elementor_data','[{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d32eeb6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"abb4b14\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"678b311\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ul><li style=\\\"list-style-type: none;\\\"><ul><li style=\\\"font-weight: 400;\\\"><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/li><\\/ul><\\/li><\\/ul><p>\\u00a0<\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise <\\/span><span style=\\\"font-weight: 400;\\\">directs <\\/span><span style=\\\"font-weight: 400;\\\">every situation <\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0<\\/span><span style=\\\"font-weight: 400;\\\">we can quickly understand and unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"125d632\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"16a3ea3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"557682a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety \\u2013 \",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"58da883\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4bfd808\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d486a89\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"89e5c68\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"74a2e65\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations \\u2013 \",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"2e97bfa\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ff6e3d4\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"422c0c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"d806c09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6a680d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance \\u2013\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1df7366\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"503b817\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef81faf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"3973e79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f7691\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders \\u2013 \",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c952bb5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d06c5c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43f5b98\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"6a71908\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0476005\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f5e9bd3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8e9772f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ul><li><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Ted Bianchi <\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Jeremy <\\/span><span style=\\\"font-weight: 400;\\\">Bianchi<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Sean Gibbons <\\/span><\\/li><\\/ul>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7005acd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"b0822e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17fc8fa\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"06d5df4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17a24f6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"14cbafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0b17af3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f0c181e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"24b7249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"66fd030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2d587c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06c6c6b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"a0f11d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"95b7286\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"We Love Great Building And Awesome Interior.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"e9c41fe\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6ca4af8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>Duis vel erat quis justo vehicula vulputate sit amet nec nisi. Fusce a venenatis arcu, vel varius mi. Donec elit lacus, fringilla placerat aliquet sed, eleifend ac tortor. Morbi lectus mi, imperdiet a metus vel, consectetur blandit est.\\u00a0<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"633c948\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"3a62b97\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/blog-2.jpg\",\"id\":40},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Our Experts\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1dba5fa\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>Duis vel erat quis justo vehicula vulputate sit amet nec nisi. Fusce a venenatis arcu.<\\/p>\",\"text_block_align\":\"center\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"e3f2eb8\",\"elType\":\"widget\",\"settings\":{\"team_grid_style\":\"team_grid_style2\",\"team_item\":[{\"text\":\"Team Item #1\",\"_id\":\"e748d87\",\"team_name\":\"Valgus Anderson\",\"team_job\":\"Architect\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-3.jpg\",\"id\":37},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Team Item #2\",\"_id\":\"25c06dc\",\"team_name\":\"David Duncan\",\"team_job\":\"Project Engineer\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-4s.jpg\",\"id\":38},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Team Item #3\",\"_id\":\"522fa65\",\"team_name\":\"Russel Santos\",\"team_job\":\"Building Surveyor\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-1.jpg\",\"id\":35},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"team_name\":\"Edward Sanders\",\"team_job\":\"Project Engineer\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-2s.jpg\",\"id\":36},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"41b6739\"}],\"choose_column\":\"4\",\"team_inner_bg\":\"rgba(0,0,0,0.78)\",\"team_name_typography_typography\":\"custom\",\"team_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"team_job_typography_typography\":\"custom\",\"team_job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"team_job_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"gedung-team-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"What our Customer says?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"67cdb5f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p class=\\\"subtitle\\\">Don\'t take just our words. Hear what our Customers say.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"text_block_align\":\"center\",\"color_text_block\":\"#666666\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Once you\\u2019ve worked with them, when the next project comes around you just pick up the phone and call them without a second thought.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"We would have no hesitation recommending you to any further customers that you have that may require a reference to the quality of your workmanship.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"989fdd5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5cb631a\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"text\":\"Client Item #2\",\"_id\":\"dcc834e\",\"client_author\":\"Masator\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-02.png\",\"id\":30},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Narosha\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-03.png\",\"id\":31},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ce9a13f\"},{\"text\":\"Client Item #1\",\"_id\":\"bd866ad\",\"client_author\":\"Quare\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-01.png\",\"id\":29},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Electrend.\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-07.png\",\"id\":33},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d47a8ba\"},{\"client_author\":\"Qoloform\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-10.png\",\"id\":34},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d05e2ee\"},{\"client_author\":\"BataStock\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-05.png\",\"id\":32},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"fbd34bb\"}],\"mobile_choose_column\":\"mobile-column-3\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":50,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":8}},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f7c51e\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.710999999999999,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Do you looking for Architecture design expertise?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.289000000000001,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"right\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2381,622,'_elementor_template_type','wp-post'),(2382,622,'_elementor_css','a:5:{s:4:\"time\";i:1591274227;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2384,623,'_wp_page_template','template/page-builder-template.php'),(2385,623,'_elementor_edit_mode','builder'),(2386,623,'_elementor_version','2.9.9'),(2387,623,'_elementor_data','[{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d32eeb6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"abb4b14\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"678b311\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ul><li style=\\\"list-style-type: none;\\\"><ul><li style=\\\"font-weight: 400;\\\"><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/li><\\/ul><\\/li><\\/ul><p>\\u00a0<\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise <\\/span><span style=\\\"font-weight: 400;\\\">directs <\\/span><span style=\\\"font-weight: 400;\\\">every situation <\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0<\\/span><span style=\\\"font-weight: 400;\\\">we can quickly understand and unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"125d632\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"16a3ea3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"557682a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety \\u2013 \",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"58da883\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4bfd808\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d486a89\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"89e5c68\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"74a2e65\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations \\u2013 \",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"2e97bfa\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ff6e3d4\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"422c0c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"d806c09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6a680d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance \\u2013\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1df7366\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"503b817\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef81faf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"3973e79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f7691\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders \\u2013 \",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c952bb5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d06c5c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43f5b98\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"6a71908\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0476005\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f5e9bd3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8e9772f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ul><li><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Ted Bianchi <\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Jeremy <\\/span><span style=\\\"font-weight: 400;\\\">Bianchi<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Sean Gibbons <\\/span><\\/li><\\/ul>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7005acd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"b0822e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17fc8fa\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"06d5df4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17a24f6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"14cbafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0b17af3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f0c181e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"24b7249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"66fd030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2d587c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Our Experts\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1dba5fa\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>Duis vel erat quis justo vehicula vulputate sit amet nec nisi. Fusce a venenatis arcu.<\\/p>\",\"text_block_align\":\"center\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"e3f2eb8\",\"elType\":\"widget\",\"settings\":{\"team_grid_style\":\"team_grid_style2\",\"team_item\":[{\"text\":\"Team Item #1\",\"_id\":\"e748d87\",\"team_name\":\"Valgus Anderson\",\"team_job\":\"Architect\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-3.jpg\",\"id\":37},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Team Item #2\",\"_id\":\"25c06dc\",\"team_name\":\"David Duncan\",\"team_job\":\"Project Engineer\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-4s.jpg\",\"id\":38},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Team Item #3\",\"_id\":\"522fa65\",\"team_name\":\"Russel Santos\",\"team_job\":\"Building Surveyor\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-1.jpg\",\"id\":35},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"team_name\":\"Edward Sanders\",\"team_job\":\"Project Engineer\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-2s.jpg\",\"id\":36},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"41b6739\"}],\"choose_column\":\"4\",\"team_inner_bg\":\"rgba(0,0,0,0.78)\",\"team_name_typography_typography\":\"custom\",\"team_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"team_job_typography_typography\":\"custom\",\"team_job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"team_job_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"gedung-team-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"What our Customer says?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"67cdb5f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p class=\\\"subtitle\\\">Don\'t take just our words. Hear what our Customers say.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"text_block_align\":\"center\",\"color_text_block\":\"#666666\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Once you\\u2019ve worked with them, when the next project comes around you just pick up the phone and call them without a second thought.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"We would have no hesitation recommending you to any further customers that you have that may require a reference to the quality of your workmanship.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"989fdd5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5cb631a\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"text\":\"Client Item #2\",\"_id\":\"dcc834e\",\"client_author\":\"Masator\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-02.png\",\"id\":30},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Narosha\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-03.png\",\"id\":31},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ce9a13f\"},{\"text\":\"Client Item #1\",\"_id\":\"bd866ad\",\"client_author\":\"Quare\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-01.png\",\"id\":29},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Electrend.\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-07.png\",\"id\":33},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d47a8ba\"},{\"client_author\":\"Qoloform\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-10.png\",\"id\":34},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d05e2ee\"},{\"client_author\":\"BataStock\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-05.png\",\"id\":32},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"fbd34bb\"}],\"mobile_choose_column\":\"mobile-column-3\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":50,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":8}},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f7c51e\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.710999999999999,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Do you looking for Architecture design expertise?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.289000000000001,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"right\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2388,623,'_elementor_template_type','wp-post'),(2391,624,'_wp_page_template','template/page-builder-template.php'),(2392,624,'_elementor_edit_mode','builder'),(2393,624,'_elementor_data','[{\"id\":\"67f2cbaf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d5629c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7154645\",\"elType\":\"widget\",\"settings\":{\"address\":\"Jl. Maleer Indah II, Maleer, Batununggal, Kota Bandung, Jawa Barat 40274.\",\"height\":{\"unit\":\"px\",\"size\":480},\"zoom\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14ac8cfb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1100},\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"34b0aca4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"29\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ca165c\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Contact Us\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1280863b\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"%\",\"size\":8},\"gap\":{\"unit\":\"px\",\"size\":2},\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"206c533e\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>\\\"For more information about ARS Contracting, Inc. or any other inquiry, please call us at the number below or complete our form and we will get back to you quickly.\\\"<\\/p>\",\"color_text_block\":\"#666666\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"cacf3f5\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-phone\",\"title_text\":\"Phone\",\"description_text\":\"<a href=\\\"tel:1-800-358-8444\\\">1-800-358-8444<\\/a>\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_css_classes\":\"icon-hide\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"2917819\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-envelope\",\"title_text\":\"Email\",\"description_text\":\"<a href=\\\"mailto:sales@arscontracting.com\\\">sales@arscontracting.com<\\/a>\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_css_classes\":\"icon-hide\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"e4ea813\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-map-marker\",\"title_text\":\"Address\",\"description_text\":\"<ul>\\n<li>WAREHOUSE: 3333 Mt Prospect Rd, Franklin Park IL 60131<\\/li>\\n<li>OFFICE: 2015A US Route 34, Suite 3, Oswego IL 60543<\\/li>\\n<li>MAILING ADDRESS: 9540 S Carls Dr, Plainfield IL 60585<\\/li>\\n<\\/ul>\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_css_classes\":\"icon-hide\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"3bbbfba\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-envelope\",\"title_text\":\"Fax\",\"description_text\":\"630-364-5778\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_css_classes\":\"icon-hide\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"217fc52\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-map-marker\",\"title_text\":\"Hours\",\"description_text\":\"<ul>\\n<li>OFFICE: 8:00 AM to 4:30 PM US Central Time<\\/li>\\n<li>SERVICE: 24 hours a day\\/7 days per week<\\/li>\\n<\\/ul>\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_css_classes\":\"icon-hide\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"43858dc5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#aaaaaa\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0,0,0,0.5)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2648983c\",\"elType\":\"widget\",\"settings\":{\"form_select\":\"261\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-contact-form\"}],\"isInner\":false}],\"isInner\":false}]'),(2394,624,'_elementor_version','2.9.9'),(2395,624,'_elementor_template_type','wp-post'),(2396,624,'_elementor_css','a:5:{s:4:\"time\";i:1591268297;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2399,625,'_wp_page_template','template/page-builder-template.php'),(2400,625,'_elementor_edit_mode','builder'),(2401,625,'_elementor_version','2.9.9'),(2402,625,'_elementor_data','[{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d32eeb6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"abb4b14\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"678b311\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise <\\/span><span style=\\\"font-weight: 400;\\\">directs <\\/span><span style=\\\"font-weight: 400;\\\">every situation <\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0<\\/span><span style=\\\"font-weight: 400;\\\">we can quickly understand and unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"125d632\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"16a3ea3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"557682a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"58da883\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4bfd808\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d486a89\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"89e5c68\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"74a2e65\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"2e97bfa\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ff6e3d4\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"422c0c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"d806c09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6a680d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1df7366\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"503b817\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef81faf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"3973e79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f7691\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c952bb5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d06c5c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43f5b98\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"6a71908\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0476005\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f5e9bd3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8e9772f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ul><li><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Ted Bianchi <\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Jeremy <\\/span><span style=\\\"font-weight: 400;\\\">Bianchi<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Sean Gibbons <\\/span><\\/li><\\/ul>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7005acd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"b0822e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17fc8fa\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"06d5df4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17a24f6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"14cbafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0b17af3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f0c181e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"24b7249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"66fd030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2d587c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Our Experts\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1dba5fa\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>Duis vel erat quis justo vehicula vulputate sit amet nec nisi. Fusce a venenatis arcu.<\\/p>\",\"text_block_align\":\"center\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"e3f2eb8\",\"elType\":\"widget\",\"settings\":{\"team_grid_style\":\"team_grid_style2\",\"team_item\":[{\"text\":\"Team Item #1\",\"_id\":\"e748d87\",\"team_name\":\"Valgus Anderson\",\"team_job\":\"Architect\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-3.jpg\",\"id\":37},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Team Item #2\",\"_id\":\"25c06dc\",\"team_name\":\"David Duncan\",\"team_job\":\"Project Engineer\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-4s.jpg\",\"id\":38},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Team Item #3\",\"_id\":\"522fa65\",\"team_name\":\"Russel Santos\",\"team_job\":\"Building Surveyor\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-1.jpg\",\"id\":35},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"team_name\":\"Edward Sanders\",\"team_job\":\"Project Engineer\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-2s.jpg\",\"id\":36},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"41b6739\"}],\"choose_column\":\"4\",\"team_inner_bg\":\"rgba(0,0,0,0.78)\",\"team_name_typography_typography\":\"custom\",\"team_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"team_job_typography_typography\":\"custom\",\"team_job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"team_job_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"gedung-team-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"What our Customer says?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"67cdb5f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p class=\\\"subtitle\\\">Don\'t take just our words. Hear what our Customers say.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"text_block_align\":\"center\",\"color_text_block\":\"#666666\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Once you\\u2019ve worked with them, when the next project comes around you just pick up the phone and call them without a second thought.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"We would have no hesitation recommending you to any further customers that you have that may require a reference to the quality of your workmanship.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"989fdd5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5cb631a\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"text\":\"Client Item #2\",\"_id\":\"dcc834e\",\"client_author\":\"Masator\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-02.png\",\"id\":30},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Narosha\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-03.png\",\"id\":31},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ce9a13f\"},{\"text\":\"Client Item #1\",\"_id\":\"bd866ad\",\"client_author\":\"Quare\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-01.png\",\"id\":29},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Electrend.\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-07.png\",\"id\":33},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d47a8ba\"},{\"client_author\":\"Qoloform\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-10.png\",\"id\":34},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d05e2ee\"},{\"client_author\":\"BataStock\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-05.png\",\"id\":32},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"fbd34bb\"}],\"mobile_choose_column\":\"mobile-column-3\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":50,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":8}},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f7c51e\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.710999999999999,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Do you looking for Architecture design expertise?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.289000000000001,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"right\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2403,625,'_elementor_template_type','wp-post'),(2404,625,'_elementor_css','a:5:{s:4:\"time\";i:1591274555;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2407,348,'_elementor_css','a:5:{s:4:\"time\";i:1591275427;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2408,626,'_wp_page_template','template/page-builder-template.php'),(2409,626,'_elementor_edit_mode','builder'),(2410,626,'_elementor_version','2.9.9'),(2411,626,'_elementor_data','[{\"id\":\"a585672\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c266d44\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c11fa77\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Qualifications\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_margin_bottom\":\"\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"2b4508f\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":8},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":15},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"af38339\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.<\\/p>\",\"color_text_block\":\"#666666\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":22},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"3ff7e63\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"width\":\"1200\",\"height\":\"800\",\"caption_horizontal\":{\"unit\":\"%\",\"size\":52},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":10,\"use_padding\":\"use\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"choose_column\":\"3\",\"filter_align\":\"center\",\"margin_bottom_tablet\":10,\"padding_size_tablet\":{\"unit\":\"px\",\"size\":10},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"typography_portfolio_title_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_portfolio_title_line_height\":{\"unit\":\"px\",\"size\":30},\"title_margin_bottom\":10,\"title_margin_bottom_tablet\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"typography_portfolio_category_line_height\":{\"unit\":\"px\",\"size\":22},\"filter_padding_size_mobile\":{\"unit\":\"px\",\"size\":20},\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"portfolio_pagination_type\":\"portfolio_pagination_infinite\",\"load_style\":\"style-3\",\"load_style2_bg_hov_color\":\"#f7c51e\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fcdad8d\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"f0b7eda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c4c8843\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rigging, Machinery Moving & Installation\\n\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1551c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7608e48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Rigging and m<\\/span><span style=\\\"font-weight: 400;\\\">oving machinery <\\/span><span style=\\\"font-weight: 400;\\\">requires a unique set of skills. And this is exactly what we focus on. We\\u2019ll develop a plan, timeline and engage<\\/span>\\u00a0<span style=\\\"font-weight: 400;\\\">a <\\/span><span style=\\\"font-weight: 400;\\\">skilled team and essential equipment to get the job done smoothly. When large equipment must fit into tight spaces, we have the expertise and foresight to identify potential challenges and we develop a process to ensure success with minimal complications. From data centers, to healthcare facilities, public buildings, manufacturing facilities and beyond, we have the innovative solutions, equipment and certified talent to get the job done.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4534fa0\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"e36a2d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40207fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rigging\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f1501b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"72fb049\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">When you have machinery that needs to be relocated, lifted or installed, call on the company with<\\/span>\\u00a0<span style=\\\"font-weight: 400;\\\">rigging and <\\/span><span style=\\\"font-weight: 400;\\\">machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">expertise. ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. <\\/span><span style=\\\"font-weight: 400;\\\">professionals have the experience and innovative solutions to solve the most complex problems. Plus, we\\u2019ll <\\/span><span style=\\\"font-weight: 400;\\\">keep our focus on safety, timelines and budget. We rig, move and set equipment every day \\u2013 it\\u2019s the only work we do! Contact us and learn why some of the biggest companies in the U.S. rely on us for all of their moves.\\u00a0\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce883c7\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"ab27ddb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb5b411\",\"elType\":\"widget\",\"settings\":{\"title\":\"Heavy Lifting & Erecting\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65359a4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5e1345a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">A thorough analysis and detailed plan of action are a \\u201cmust\\u201d when lifting and erecting large equipment. Our <\\/span><span style=\\\"font-weight: 400;\\\">team <\\/span><span style=\\\"font-weight: 400;\\\">develop<\\/span><span style=\\\"font-weight: 400;\\\">s<\\/span><span style=\\\"font-weight: 400;\\\"> the solutions to overcome space and time challenges. Then, <\\/span><span style=\\\"font-weight: 400;\\\">planning turns into action, and our <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers <\\/span><span style=\\\"font-weight: 400;\\\">team executes every detail in a professional manner to ensure the project is done right the first time, safely and efficiently.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a0aef0b\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"dba8281\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"05f84cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Millwright Services\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"98d9428\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4927f9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our Millwrights are highly skilled at executing <\\/span><span style=\\\"font-weight: 400;\\\">another <\\/span><span style=\\\"font-weight: 400;\\\">type of <\\/span><span style=\\\"font-weight: 400;\\\">operation <\\/span><span style=\\\"font-weight: 400;\\\">from layout, dismantling, <\\/span><span style=\\\"font-weight: 400;\\\">installing, assembling, leveling, anchoring, grouting and fabricating<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span> <span style=\\\"font-weight: 400;\\\">Our team will help your business avoid downtime and keep all aspects of your operation running smoothly.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0ff355\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"a2be008\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"18ea389\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hauling & Jobsite Delivery\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3cc63b0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"42160cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our team engages the right vehicles to deliver your equipment safely to your destination across the U.S.\\u00a0<\\/span><\\/p><ul><li><span style=\\\"font-weight: 400;\\\">VEHICLES:<\\/span><ul><li><span style=\\\"font-weight: 400;\\\">Flatbeds<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Step Decks<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Double Drops \\u2013 Expandable & RGNs<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Tilt Beds - Trailers<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Straight Trucks \\u2013 12\\u2019 to 24\\u2019<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Vans \\u2013 48-53 Logistics<\\/span><\\/li><\\/ul><\\/li><\\/ul><p>\\u00a0<\\/p><ul><li>OTHER SERVICES WE PROVIDE:<ul><li><span style=\\\"font-weight: 400;\\\">Over Dimensional Loads<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Heavy Hauling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">LTL (Less than truckload)<\\/span><\\/li><\\/ul><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"82ab355\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"0d8dd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"30e6f57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Storage & Preservation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a04d14\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4fc24fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our <\\/span><span style=\\\"font-weight: 400;\\\">warehouse provides great value for customers because it allows us to receive equipment from across the country to be assembled in one location, then moved to the final destination. Our facility is centrally located and provides indoor and outdoor storage space. The warehouse is heated, under video surveillance and is equipped with fire alarms, docks, <\\/span><span style=\\\"font-weight: 400;\\\">and ground doors. The outside storage area is fenced, locked and under video surveillance. Allowing quick, easy access to Chicago and the suburbs, we\\u2019re located near O\\u2019Hare Airport<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddf392d\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"2178868\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6893612\",\"elType\":\"widget\",\"settings\":{\"title\":\"Plant Relocation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bd8124\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"372fde6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Moving a plant involves precision planning, access to the best equipment and talent and flexibility to quickly adjust to any changes. We start with a consultation to fully understand the customer\\u2019s goals, along with the current and future facilities. Then, we develop a detailed plan of action to ensure every aspect of the move is thoroughly outlined and then implemented in the most efficient and cost-effective manner. From small to large size plants, we have the experience to implement the move quickly and safely.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">\\u00a0Unlike other moving contractors, our comprehensive proposals include costs for rigging, moving, electrical, piping, mechanical, millwright work, transportation and storage.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our moving services include:<\\/span><\\/p><ul><li><span style=\\\"font-weight: 400;\\\">Lay out floors of new location<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Dismantling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Moving of common stock inventory<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Hauling\\/transportation<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Assembling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Alignment<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Leveling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Anchoring<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Grouting<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Fabrication\\/modification as requested<\\/span><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"412bebc\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"ead261f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"06edbd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consultation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f22ef8\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"093c704\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our team of <\\/span><span style=\\\"font-weight: 400;\\\">professionals <\\/span><span style=\\\"font-weight: 400;\\\">provides us with the talent necessary to analyze and advise on any potential lifting or rigging challenge that you have. It takes years of experience with large and small projects, plus a dedication to continually learning the industry trends and new technologies to enable an individual to comprehend and plan for the many details involved in complex projects. These are the people we hire at ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc<\\/span><span style=\\\"font-weight: 400;\\\">. <\\/span><span style=\\\"font-weight: 400;\\\">T<\\/span><span style=\\\"font-weight: 400;\\\">hese are the people you can depend on for complete project management<\\/span><span style=\\\"font-weight: 400;\\\">, <\\/span><span style=\\\"font-weight: 400;\\\">or consultation on the best process and resources for the job.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cfa5bf9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"10b935a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"89aca30\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0873ffb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3f0a453c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#2B4D7B\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6900af55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.710999999999999,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2433e0fb\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Do you looking for interior design expertise?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":35},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":31},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"4ef8c81b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.289000000000001,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6296e83\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"right\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2412,626,'_elementor_template_type','wp-post'),(2413,626,'_elementor_css','a:5:{s:4:\"time\";i:1591272507;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2415,325,'_elementor_css','a:5:{s:4:\"time\";i:1591275849;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2416,286,'_elementor_css','a:5:{s:4:\"time\";i:1591275864;s:5:\"fonts\";a:3:{i:0;s:7:\"Raleway\";i:1;s:10:\"Montserrat\";i:2;s:4:\"Lato\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2417,293,'_elementor_css','a:5:{s:4:\"time\";i:1591275954;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2418,328,'_elementor_css','a:5:{s:4:\"time\";i:1591276048;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:9:\"fa-brands\";i:3;s:8:\"fa-solid\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2427,628,'_wp_page_template','template/page-builder-template.php'),(2428,628,'_elementor_edit_mode','builder'),(2429,628,'_elementor_version','2.9.9'),(2430,628,'_elementor_data','[{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d32eeb6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"abb4b14\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"678b311\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise <\\/span><span style=\\\"font-weight: 400;\\\">directs <\\/span><span style=\\\"font-weight: 400;\\\">every situation <\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0<\\/span><span style=\\\"font-weight: 400;\\\">we can quickly understand and unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"125d632\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"16a3ea3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"557682a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"58da883\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4bfd808\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d486a89\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"89e5c68\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"74a2e65\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"2e97bfa\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ff6e3d4\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"422c0c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"d806c09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6a680d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1df7366\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"503b817\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef81faf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"3973e79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f7691\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c952bb5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d06c5c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43f5b98\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"6a71908\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0476005\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f5e9bd3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8e9772f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ul><li><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Ted Bianchi <\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Jeremy <\\/span><span style=\\\"font-weight: 400;\\\">Bianchi<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Sean Gibbons <\\/span><\\/li><\\/ul>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7005acd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"b0822e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17fc8fa\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"06d5df4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17a24f6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"14cbafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0b17af3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f0c181e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"24b7249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"66fd030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2d587c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Our Experts\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1dba5fa\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>Duis vel erat quis justo vehicula vulputate sit amet nec nisi. Fusce a venenatis arcu.<\\/p>\",\"text_block_align\":\"center\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"e3f2eb8\",\"elType\":\"widget\",\"settings\":{\"team_grid_style\":\"team_grid_style2\",\"team_item\":[{\"text\":\"Team Item #1\",\"_id\":\"e748d87\",\"team_name\":\"Valgus Anderson\",\"team_job\":\"Architect\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-3.jpg\",\"id\":37},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Team Item #2\",\"_id\":\"25c06dc\",\"team_name\":\"David Duncan\",\"team_job\":\"Project Engineer\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-4s.jpg\",\"id\":38},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Team Item #3\",\"_id\":\"522fa65\",\"team_name\":\"Russel Santos\",\"team_job\":\"Building Surveyor\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-1.jpg\",\"id\":35},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"team_name\":\"Edward Sanders\",\"team_job\":\"Project Engineer\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-2s.jpg\",\"id\":36},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"41b6739\"}],\"choose_column\":\"4\",\"team_inner_bg\":\"rgba(0,0,0,0.78)\",\"team_name_typography_typography\":\"custom\",\"team_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"team_job_typography_typography\":\"custom\",\"team_job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"team_job_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"gedung-team-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"What our Customer says?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"67cdb5f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p class=\\\"subtitle\\\">Don\'t take just our words. Hear what our Customers say.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"text_block_align\":\"center\",\"color_text_block\":\"#666666\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Once you\\u2019ve worked with them, when the next project comes around you just pick up the phone and call them without a second thought.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"We would have no hesitation recommending you to any further customers that you have that may require a reference to the quality of your workmanship.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"989fdd5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5cb631a\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"text\":\"Client Item #2\",\"_id\":\"dcc834e\",\"client_author\":\"Masator\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-02.png\",\"id\":30},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Narosha\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-03.png\",\"id\":31},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ce9a13f\"},{\"text\":\"Client Item #1\",\"_id\":\"bd866ad\",\"client_author\":\"Quare\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-01.png\",\"id\":29},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Electrend.\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-07.png\",\"id\":33},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d47a8ba\"},{\"client_author\":\"Qoloform\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-10.png\",\"id\":34},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d05e2ee\"},{\"client_author\":\"BataStock\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-05.png\",\"id\":32},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"fbd34bb\"}],\"mobile_choose_column\":\"mobile-column-3\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":50,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":8}},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.403000000000006,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34.597000000000001,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2431,628,'_elementor_template_type','wp-post'),(2432,628,'_elementor_css','a:5:{s:4:\"time\";i:1591275326;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2436,629,'_wp_page_template','template/page-builder-template.php'),(2437,629,'_elementor_edit_mode','builder'),(2438,629,'_elementor_version','2.9.9'),(2439,629,'_elementor_data','[{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d32eeb6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"abb4b14\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"678b311\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise <\\/span><span style=\\\"font-weight: 400;\\\">directs <\\/span><span style=\\\"font-weight: 400;\\\">every situation <\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0<\\/span><span style=\\\"font-weight: 400;\\\">we can quickly understand and unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"125d632\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"16a3ea3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"557682a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"58da883\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4bfd808\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d486a89\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"89e5c68\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"74a2e65\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"2e97bfa\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ff6e3d4\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"422c0c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"d806c09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6a680d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1df7366\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"503b817\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef81faf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"3973e79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f7691\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c952bb5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d06c5c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43f5b98\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"6a71908\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0476005\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f5e9bd3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8e9772f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ul><li><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Ted Bianchi <\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Jeremy <\\/span><span style=\\\"font-weight: 400;\\\">Bianchi<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Sean Gibbons <\\/span><\\/li><\\/ul>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7005acd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"b0822e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17fc8fa\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"06d5df4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17a24f6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"14cbafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0b17af3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f0c181e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"24b7249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"66fd030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2d587c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Our Experts\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1dba5fa\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>Duis vel erat quis justo vehicula vulputate sit amet nec nisi. Fusce a venenatis arcu.<\\/p>\",\"text_block_align\":\"center\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"e3f2eb8\",\"elType\":\"widget\",\"settings\":{\"team_grid_style\":\"team_grid_style2\",\"team_item\":[{\"text\":\"Team Item #1\",\"_id\":\"e748d87\",\"team_name\":\"Valgus Anderson\",\"team_job\":\"Architect\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-3.jpg\",\"id\":37},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Team Item #2\",\"_id\":\"25c06dc\",\"team_name\":\"David Duncan\",\"team_job\":\"Project Engineer\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-4s.jpg\",\"id\":38},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Team Item #3\",\"_id\":\"522fa65\",\"team_name\":\"Russel Santos\",\"team_job\":\"Building Surveyor\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-1.jpg\",\"id\":35},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"team_name\":\"Edward Sanders\",\"team_job\":\"Project Engineer\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-2s.jpg\",\"id\":36},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"41b6739\"}],\"choose_column\":\"4\",\"team_inner_bg\":\"rgba(0,0,0,0.78)\",\"team_name_typography_typography\":\"custom\",\"team_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"team_job_typography_typography\":\"custom\",\"team_job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"team_job_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"gedung-team-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"What our Customer says?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"67cdb5f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p class=\\\"subtitle\\\">Don\'t take just our words. Hear what our Customers say.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"text_block_align\":\"center\",\"color_text_block\":\"#666666\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Once you\\u2019ve worked with them, when the next project comes around you just pick up the phone and call them without a second thought.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"We would have no hesitation recommending you to any further customers that you have that may require a reference to the quality of your workmanship.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"989fdd5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5cb631a\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"text\":\"Client Item #2\",\"_id\":\"dcc834e\",\"client_author\":\"Masator\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-02.png\",\"id\":30},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Narosha\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-03.png\",\"id\":31},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ce9a13f\"},{\"text\":\"Client Item #1\",\"_id\":\"bd866ad\",\"client_author\":\"Quare\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-01.png\",\"id\":29},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Electrend.\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-07.png\",\"id\":33},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d47a8ba\"},{\"client_author\":\"Qoloform\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-10.png\",\"id\":34},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d05e2ee\"},{\"client_author\":\"BataStock\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-05.png\",\"id\":32},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"fbd34bb\"}],\"mobile_choose_column\":\"mobile-column-3\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":50,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":8}},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.403000000000006,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34.597000000000001,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2440,629,'_elementor_template_type','wp-post'),(2441,629,'_elementor_css','a:5:{s:4:\"time\";i:1591276356;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2443,630,'_wp_page_template','template/page-builder-template.php'),(2444,630,'_elementor_edit_mode','builder'),(2445,630,'_elementor_version','2.9.9'),(2446,630,'_elementor_data','[{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d32eeb6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"abb4b14\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"678b311\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise <\\/span><span style=\\\"font-weight: 400;\\\">directs <\\/span><span style=\\\"font-weight: 400;\\\">every situation <\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0<\\/span><span style=\\\"font-weight: 400;\\\">we can quickly understand and unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"125d632\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"16a3ea3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"557682a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"58da883\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4bfd808\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d486a89\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"89e5c68\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"74a2e65\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"2e97bfa\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ff6e3d4\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"422c0c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"d806c09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6a680d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1df7366\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"503b817\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef81faf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"3973e79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f7691\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c952bb5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d06c5c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43f5b98\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"6a71908\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0476005\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f5e9bd3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8e9772f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ul><li><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Ted Bianchi <\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Jeremy <\\/span><span style=\\\"font-weight: 400;\\\">Bianchi<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Sean Gibbons <\\/span><\\/li><\\/ul>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7005acd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"b0822e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17fc8fa\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"06d5df4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17a24f6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"14cbafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0b17af3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f0c181e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"24b7249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"66fd030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2d587c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Our Experts\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1dba5fa\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>Duis vel erat quis justo vehicula vulputate sit amet nec nisi. Fusce a venenatis arcu.<\\/p>\",\"text_block_align\":\"center\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"e3f2eb8\",\"elType\":\"widget\",\"settings\":{\"team_grid_style\":\"team_grid_style2\",\"team_item\":[{\"text\":\"Team Item #1\",\"_id\":\"e748d87\",\"team_name\":\"Valgus Anderson\",\"team_job\":\"Architect\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-3.jpg\",\"id\":37},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Team Item #2\",\"_id\":\"25c06dc\",\"team_name\":\"David Duncan\",\"team_job\":\"Project Engineer\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-4s.jpg\",\"id\":38},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Team Item #3\",\"_id\":\"522fa65\",\"team_name\":\"Russel Santos\",\"team_job\":\"Building Surveyor\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-1.jpg\",\"id\":35},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"team_name\":\"Edward Sanders\",\"team_job\":\"Project Engineer\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-2s.jpg\",\"id\":36},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"41b6739\"}],\"choose_column\":\"4\",\"team_inner_bg\":\"rgba(0,0,0,0.78)\",\"team_name_typography_typography\":\"custom\",\"team_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"team_job_typography_typography\":\"custom\",\"team_job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"team_job_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"gedung-team-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"What our Customer says?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"67cdb5f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p class=\\\"subtitle\\\">Don\'t take just our words. Hear what our Customers say.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"text_block_align\":\"center\",\"color_text_block\":\"#666666\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Once you\\u2019ve worked with them, when the next project comes around you just pick up the phone and call them without a second thought.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"We would have no hesitation recommending you to any further customers that you have that may require a reference to the quality of your workmanship.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"989fdd5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5cb631a\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"text\":\"Client Item #2\",\"_id\":\"dcc834e\",\"client_author\":\"Masator\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-02.png\",\"id\":30},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Narosha\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-03.png\",\"id\":31},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ce9a13f\"},{\"text\":\"Client Item #1\",\"_id\":\"bd866ad\",\"client_author\":\"Quare\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-01.png\",\"id\":29},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Electrend.\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-07.png\",\"id\":33},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d47a8ba\"},{\"client_author\":\"Qoloform\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-10.png\",\"id\":34},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d05e2ee\"},{\"client_author\":\"BataStock\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-05.png\",\"id\":32},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"fbd34bb\"}],\"mobile_choose_column\":\"mobile-column-3\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":50,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":8}},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.403000000000006,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34.597000000000001,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2447,630,'_elementor_template_type','wp-post'),(2450,631,'_wp_page_template','template/page-builder-template.php'),(2451,631,'_elementor_edit_mode','builder'),(2452,631,'_elementor_version','2.9.9'),(2453,631,'_elementor_data','[{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d32eeb6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"abb4b14\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"678b311\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise <\\/span><span style=\\\"font-weight: 400;\\\">directs <\\/span><span style=\\\"font-weight: 400;\\\">every situation <\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0<\\/span><span style=\\\"font-weight: 400;\\\">we can quickly understand and unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"125d632\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"16a3ea3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"557682a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"58da883\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4bfd808\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d486a89\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"89e5c68\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"74a2e65\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"2e97bfa\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ff6e3d4\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"422c0c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"d806c09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6a680d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1df7366\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"503b817\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef81faf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"3973e79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f7691\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c952bb5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d06c5c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43f5b98\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"6a71908\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0476005\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f5e9bd3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8e9772f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ul><li><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Ted Bianchi <\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Jeremy <\\/span><span style=\\\"font-weight: 400;\\\">Bianchi<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Sean Gibbons <\\/span><\\/li><\\/ul>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7005acd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"b0822e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17fc8fa\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"06d5df4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17a24f6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"14cbafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0b17af3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f0c181e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"24b7249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"66fd030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2d587c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Our Experts\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1dba5fa\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>Duis vel erat quis justo vehicula vulputate sit amet nec nisi. Fusce a venenatis arcu.<\\/p>\",\"text_block_align\":\"center\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"e3f2eb8\",\"elType\":\"widget\",\"settings\":{\"team_grid_style\":\"team_grid_style2\",\"team_item\":[{\"text\":\"Team Item #1\",\"_id\":\"e748d87\",\"team_name\":\"Valgus Anderson\",\"team_job\":\"Architect\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-3.jpg\",\"id\":37},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Team Item #2\",\"_id\":\"25c06dc\",\"team_name\":\"David Duncan\",\"team_job\":\"Project Engineer\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-4s.jpg\",\"id\":38},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Team Item #3\",\"_id\":\"522fa65\",\"team_name\":\"Russel Santos\",\"team_job\":\"Building Surveyor\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-1.jpg\",\"id\":35},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"team_name\":\"Edward Sanders\",\"team_job\":\"Project Engineer\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-2s.jpg\",\"id\":36},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"41b6739\"}],\"choose_column\":\"4\",\"team_inner_bg\":\"rgba(0,0,0,0.78)\",\"team_name_typography_typography\":\"custom\",\"team_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"team_job_typography_typography\":\"custom\",\"team_job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"team_job_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"gedung-team-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"What our Customer says?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"67cdb5f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p class=\\\"subtitle\\\">Don\'t take just our words. Hear what our Customers say.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"text_block_align\":\"center\",\"color_text_block\":\"#666666\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Once you\\u2019ve worked with them, when the next project comes around you just pick up the phone and call them without a second thought.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"We would have no hesitation recommending you to any further customers that you have that may require a reference to the quality of your workmanship.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"989fdd5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5cb631a\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"text\":\"Client Item #2\",\"_id\":\"dcc834e\",\"client_author\":\"Masator\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-02.png\",\"id\":30},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Narosha\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-03.png\",\"id\":31},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ce9a13f\"},{\"text\":\"Client Item #1\",\"_id\":\"bd866ad\",\"client_author\":\"Quare\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-01.png\",\"id\":29},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Electrend.\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-07.png\",\"id\":33},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d47a8ba\"},{\"client_author\":\"Qoloform\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-10.png\",\"id\":34},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d05e2ee\"},{\"client_author\":\"BataStock\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-05.png\",\"id\":32},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"fbd34bb\"}],\"mobile_choose_column\":\"mobile-column-3\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":50,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":8}},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2454,631,'_elementor_template_type','wp-post'),(2455,631,'_elementor_css','a:5:{s:4:\"time\";i:1591276711;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2457,632,'_wp_page_template','template/page-builder-template.php'),(2458,632,'_elementor_edit_mode','builder'),(2459,632,'_elementor_version','2.9.9'),(2460,632,'_elementor_data','[{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d32eeb6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"abb4b14\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"678b311\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise <\\/span><span style=\\\"font-weight: 400;\\\">directs <\\/span><span style=\\\"font-weight: 400;\\\">every situation <\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0<\\/span><span style=\\\"font-weight: 400;\\\">we can quickly understand and unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"125d632\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"16a3ea3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"557682a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"58da883\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4bfd808\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d486a89\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"89e5c68\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"74a2e65\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"2e97bfa\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ff6e3d4\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"422c0c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"d806c09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6a680d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1df7366\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"503b817\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef81faf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"3973e79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f7691\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c952bb5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d06c5c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43f5b98\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"6a71908\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0476005\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f5e9bd3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8e9772f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ul><li><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Ted Bianchi <\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Jeremy <\\/span><span style=\\\"font-weight: 400;\\\">Bianchi<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Sean Gibbons <\\/span><\\/li><\\/ul>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7005acd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"b0822e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17fc8fa\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"06d5df4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17a24f6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"14cbafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0b17af3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f0c181e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"24b7249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"66fd030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2d587c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Our Experts\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1dba5fa\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>Duis vel erat quis justo vehicula vulputate sit amet nec nisi. Fusce a venenatis arcu.<\\/p>\",\"text_block_align\":\"center\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"e3f2eb8\",\"elType\":\"widget\",\"settings\":{\"team_grid_style\":\"team_grid_style2\",\"team_item\":[{\"text\":\"Team Item #1\",\"_id\":\"e748d87\",\"team_name\":\"Valgus Anderson\",\"team_job\":\"Architect\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-3.jpg\",\"id\":37},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Team Item #2\",\"_id\":\"25c06dc\",\"team_name\":\"David Duncan\",\"team_job\":\"Project Engineer\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-4s.jpg\",\"id\":38},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Team Item #3\",\"_id\":\"522fa65\",\"team_name\":\"Russel Santos\",\"team_job\":\"Building Surveyor\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-1.jpg\",\"id\":35},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"team_name\":\"Edward Sanders\",\"team_job\":\"Project Engineer\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-2s.jpg\",\"id\":36},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"41b6739\"}],\"choose_column\":\"4\",\"team_inner_bg\":\"rgba(0,0,0,0.78)\",\"team_name_typography_typography\":\"custom\",\"team_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"team_job_typography_typography\":\"custom\",\"team_job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"team_job_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"gedung-team-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"What our Customer says?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"67cdb5f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p class=\\\"subtitle\\\">Don\'t take just our words. Hear what our Customers say.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"text_block_align\":\"center\",\"color_text_block\":\"#666666\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Once you\\u2019ve worked with them, when the next project comes around you just pick up the phone and call them without a second thought.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"We would have no hesitation recommending you to any further customers that you have that may require a reference to the quality of your workmanship.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"989fdd5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5cb631a\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"text\":\"Client Item #2\",\"_id\":\"dcc834e\",\"client_author\":\"Masator\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-02.png\",\"id\":30},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Narosha\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-03.png\",\"id\":31},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ce9a13f\"},{\"text\":\"Client Item #1\",\"_id\":\"bd866ad\",\"client_author\":\"Quare\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-01.png\",\"id\":29},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Electrend.\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-07.png\",\"id\":33},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d47a8ba\"},{\"client_author\":\"Qoloform\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-10.png\",\"id\":34},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d05e2ee\"},{\"client_author\":\"BataStock\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-05.png\",\"id\":32},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"fbd34bb\"}],\"mobile_choose_column\":\"mobile-column-3\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":50,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":8}},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"left\",\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2461,632,'_elementor_template_type','wp-post'),(2464,633,'_wp_page_template','template/page-builder-template.php'),(2465,633,'_elementor_edit_mode','builder'),(2466,633,'_elementor_version','2.9.9'),(2467,633,'_elementor_data','[{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d32eeb6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"abb4b14\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"678b311\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise <\\/span><span style=\\\"font-weight: 400;\\\">directs <\\/span><span style=\\\"font-weight: 400;\\\">every situation <\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0<\\/span><span style=\\\"font-weight: 400;\\\">we can quickly understand and unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"125d632\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"16a3ea3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"557682a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"58da883\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4bfd808\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d486a89\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"89e5c68\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"74a2e65\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"2e97bfa\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ff6e3d4\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"422c0c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"d806c09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6a680d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1df7366\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"503b817\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef81faf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"3973e79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f7691\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c952bb5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d06c5c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43f5b98\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"6a71908\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0476005\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f5e9bd3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8e9772f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ul><li><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Ted Bianchi <\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Jeremy <\\/span><span style=\\\"font-weight: 400;\\\">Bianchi<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Sean Gibbons <\\/span><\\/li><\\/ul>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7005acd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"b0822e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17fc8fa\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"06d5df4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17a24f6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"14cbafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0b17af3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f0c181e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"24b7249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"66fd030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2d587c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Our Experts\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1dba5fa\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>Duis vel erat quis justo vehicula vulputate sit amet nec nisi. Fusce a venenatis arcu.<\\/p>\",\"text_block_align\":\"center\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"e3f2eb8\",\"elType\":\"widget\",\"settings\":{\"team_grid_style\":\"team_grid_style2\",\"team_item\":[{\"text\":\"Team Item #1\",\"_id\":\"e748d87\",\"team_name\":\"Valgus Anderson\",\"team_job\":\"Architect\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-3.jpg\",\"id\":37},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Team Item #2\",\"_id\":\"25c06dc\",\"team_name\":\"David Duncan\",\"team_job\":\"Project Engineer\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-4s.jpg\",\"id\":38},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Team Item #3\",\"_id\":\"522fa65\",\"team_name\":\"Russel Santos\",\"team_job\":\"Building Surveyor\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-1.jpg\",\"id\":35},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"team_name\":\"Edward Sanders\",\"team_job\":\"Project Engineer\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-2s.jpg\",\"id\":36},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"41b6739\"}],\"choose_column\":\"4\",\"team_inner_bg\":\"rgba(0,0,0,0.78)\",\"team_name_typography_typography\":\"custom\",\"team_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"team_job_typography_typography\":\"custom\",\"team_job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"team_job_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"gedung-team-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"What our Customer says?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"67cdb5f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p class=\\\"subtitle\\\">Don\'t take just our words. Hear what our Customers say.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"text_block_align\":\"center\",\"color_text_block\":\"#666666\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Once you\\u2019ve worked with them, when the next project comes around you just pick up the phone and call them without a second thought.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"We would have no hesitation recommending you to any further customers that you have that may require a reference to the quality of your workmanship.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"989fdd5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5cb631a\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"text\":\"Client Item #2\",\"_id\":\"dcc834e\",\"client_author\":\"Masator\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-02.png\",\"id\":30},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Narosha\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-03.png\",\"id\":31},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ce9a13f\"},{\"text\":\"Client Item #1\",\"_id\":\"bd866ad\",\"client_author\":\"Quare\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-01.png\",\"id\":29},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Electrend.\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-07.png\",\"id\":33},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d47a8ba\"},{\"client_author\":\"Qoloform\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-10.png\",\"id\":34},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d05e2ee\"},{\"client_author\":\"BataStock\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-05.png\",\"id\":32},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"fbd34bb\"}],\"mobile_choose_column\":\"mobile-column-3\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":50,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":8}},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2468,633,'_elementor_template_type','wp-post'),(2469,633,'_elementor_css','a:5:{s:4:\"time\";i:1591276935;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2472,634,'_edit_lock','1591281482:5'),(2484,636,'_menu_item_type','post_type'),(2485,636,'_menu_item_menu_item_parent','0'),(2486,636,'_menu_item_object_id','443'),(2487,636,'_menu_item_object','page'),(2488,636,'_menu_item_target',''),(2489,636,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2490,636,'_menu_item_xfn',''),(2491,636,'_menu_item_url',''),(2493,637,'_elementor_edit_mode','builder'),(2494,637,'_elementor_template_type','wp-page'),(2495,637,'_elementor_version','2.9.9'),(2496,637,'_wp_page_template','template/page-builder-template.php'),(2497,637,'_elementor_data','[]'),(2498,637,'_elementor_css','a:6:{s:4:\"time\";i:1591277823;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(2499,637,'header_style_choice','default'),(2500,637,'_header_style_choice','field_58c7b9d20beeb'),(2501,638,'_elementor_edit_mode','builder'),(2502,638,'_elementor_template_type','wp-page'),(2503,638,'_elementor_version','2.9.9'),(2504,638,'_wp_page_template','template/page-builder-template.php'),(2505,638,'_elementor_data','[{\"id\":\"d13e718\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"qualification-contain\"},\"elements\":[{\"id\":\"1bd7842\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f969fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Qualifications \"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a65c6f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d0d0d0b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Qualified Riggers vs. Certified Riggers: What is the Difference?<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">The terms \\u201cqualified\\u201d and \\u201ccertified\\u201d are often used interchangeably in the rigging industry, but OSHA standards and qualifications for each role are very different. OSHA standards require that qualified riggers must be used during hoisting activities for assembly and disassembly work, or when workers are within the fall zone and hooking, unhooking, or guiding a load, or connecting a load to a component or structure.\\u00a0 However, OSHA does not require that riggers be \\u201ccertified,\\u201d which is another level of achievement in the rigging industry.<\\/span><\\/p><p><span style=\\\"text-decoration: underline;\\\"><strong>Qualified Rigger:<\\/strong><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><span style=\\\"font-weight: 400;\\\">OSHA only loosely specifies who meets the criteria of a qualified rigger, leaving the final determination up to the employer.\\u00a0 A qualified rigger \\u201cpossesses a recognized degree, certificate, or professional standing, OR who by extensive knowledge, training and experience, can successfully demonstrate the ability to solve problems related to rigging loads. Qualified riggers do not, however have to be certified by an accredited organization or third party.\\u00a0 Under these criteria, a rigger with extensive hands-on experience, but no formal training or certifications, may be considered a qualified rigger.\\u00a0To become a Qualified Rigger, a 2-hour exam is required with 100 questions.<\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><span style=\\\"text-decoration: underline;\\\"><strong>Certified Rigger:<\\/strong><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><span style=\\\"font-weight: 400;\\\">A certified rigger is a person who has passed stringent written and practical exams related to rigging and can be certified at a Level 1 or 2. \\u00a0 Accredited organizations such as NCCCO (National Commission for the Certification of Crane Operators) and many training programs offer rigger certification testing <\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0for various levels.\\u00a0\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2520,641,'_elementor_edit_mode','builder'),(2521,641,'_elementor_template_type','wp-page'),(2522,641,'_elementor_version','2.9.9'),(2523,641,'_wp_page_template','template/page-builder-template.php'),(2524,641,'_elementor_data','[{\"id\":\"d13e718\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"qualification-contain\"},\"elements\":[{\"id\":\"1bd7842\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f969fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Qualifications \",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a65c6f2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d0d0d0b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Qualified Riggers vs. Certified Riggers: What is the Difference?<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">The terms \\u201cqualified\\u201d and \\u201ccertified\\u201d are often used interchangeably in the rigging industry, but OSHA standards and qualifications for each role are very different. OSHA standards require that qualified riggers must be used during hoisting activities for assembly and disassembly work, or when workers are within the fall zone and hooking, unhooking, or guiding a load, or connecting a load to a component or structure.\\u00a0 However, OSHA does not require that riggers be \\u201ccertified,\\u201d which is another level of achievement in the rigging industry.<\\/span><\\/p><p>Qualified Rigger:<span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><span style=\\\"font-weight: 400;\\\">OSHA only loosely specifies who meets the criteria of a qualified rigger, leaving the final determination up to the employer.\\u00a0 A qualified rigger \\u201cpossesses a recognized degree, certificate, or professional standing, OR who by extensive knowledge, training and experience, can successfully demonstrate the ability to solve problems related to rigging loads. Qualified riggers do not, however have to be certified by an accredited organization or third party.\\u00a0 Under these criteria, a rigger with extensive hands-on experience, but no formal training or certifications, may be considered a qualified rigger.\\u00a0To become a Qualified Rigger, a 2-hour exam is required with 100 questions.<\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span>Certified Rigger:<span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><span style=\\\"font-weight: 400;\\\">A certified rigger is a person who has passed stringent written and practical exams related to rigging and can be certified at a Level 1 or 2. \\u00a0 Accredited organizations such as NCCCO (National Commission for the Certification of Crane Operators) and many training programs offer rigger certification testing <\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0for various levels.\\u00a0\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">NCCCO Certified Rigger Level I:<br \\/><\\/span><span style=\\\"font-weight: 400;\\\">The Certified Rigger Level I Written Examination consists of 60 multiple-choice questions. Candidates are allowed 60 minutes to complete the test. The successful completion demonstrates a candidate\\u2019s basic rigging competency.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">NCCCO Certified Rigger Level II:<br \\/><\\/span><span style=\\\"font-weight: 400;\\\">The Certified Rigger Level II Written Examination consists of 40 multiple-choice questions, completed in 60 minutes.\\u00a0 The successful completion demonstrates a candidate\\u2019s competency in rigging a load for a level lift and for rotating a load.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Professionally Certified Rigger:<br \\/><\\/span><span style=\\\"font-weight: 400;\\\">The strictest requirements are in place to be designated as a Professionally Certified Rigger, including:<\\/span><\\/p><ul><li><span style=\\\"font-weight: 400;\\\">A total of <\\/span><span style=\\\"font-weight: 400;\\\">6,000 <\\/span><span style=\\\"font-weight: 400;\\\">hours to become a journeyman.<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Individuals complete an Accredited Apprentice and re-training Journeyman School (<\\/span><span style=\\\"font-weight: 400;\\\">the o<\\/span><span style=\\\"font-weight: 400;\\\">nly school in the nation certified by the Department of Labor (D.O.L.) for <\\/span><span style=\\\"font-weight: 400;\\\">rigging, machinery moving, and machinery erecting.<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">OSHA<\\/span>\\u00a0<span style=\\\"font-weight: 400;\\\">- 30 hour<\\/span><span style=\\\"font-weight: 400;\\\">s<\\/span><span style=\\\"font-weight: 400;\\\"> is required<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">IMPACT (Ironworker International Program) Drug and Alcohol random testing with 3rd party medical screening<\\/span><\\/li><\\/ul><p>\\u00a0<\\/p><p><span style=\\\"font-weight: 400;\\\">OSHA Forklift Operation<br \\/><\\/span><span style=\\\"font-weight: 400;\\\">OSHA Ariel Lift Operation<br \\/><\\/span><span style=\\\"font-weight: 400;\\\">OSHA First Aid and CAD<br \\/><\\/span><span style=\\\"font-weight: 400;\\\">OSHA Crane Signal and Hoisting Person<br \\/><\\/span><span style=\\\"font-weight: 400;\\\">Lift Director (Foreman training)<br \\/><\\/span><span style=\\\"font-weight: 400;\\\">Certified Welding in Stick, Tig, and Mig.<\\/span><\\/p><p>\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1219934\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"qualification-contain\"},\"elements\":[{\"id\":\"7d2a4dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0cf214c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OSHA Regulations\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"780d3c1\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4481386\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adcd458\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"qualification-contain\"},\"elements\":[{\"id\":\"8b4a8c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"119b606\",\"elType\":\"widget\",\"settings\":{\"title\":\"Insurance\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb12a6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3c746fa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2527,642,'_elementor_edit_mode','builder'),(2528,642,'_elementor_template_type','wp-page'),(2529,642,'_elementor_version','2.9.9'),(2530,642,'_wp_page_template','template/page-builder-template.php'),(2531,642,'_elementor_data','[{\"id\":\"d13e718\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"qualification-contain\"},\"elements\":[{\"id\":\"1bd7842\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f969fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Qualifications \",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a65c6f2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d0d0d0b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Qualified Riggers vs. Certified Riggers: What is the Difference?<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">The terms \\u201cqualified\\u201d and \\u201ccertified\\u201d are often used interchangeably in the rigging industry, but OSHA standards and qualifications for each role are very different. OSHA standards require that qualified riggers must be used during hoisting activities for assembly and disassembly work, or when workers are within the fall zone and hooking, unhooking, or guiding a load, or connecting a load to a component or structure.\\u00a0 However, OSHA does not require that riggers be \\u201ccertified,\\u201d which is another level of achievement in the rigging industry.<\\/span><\\/p><p>Qualified Rigger:<span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><span style=\\\"font-weight: 400;\\\">OSHA only loosely specifies who meets the criteria of a qualified rigger, leaving the final determination up to the employer.\\u00a0 A qualified rigger \\u201cpossesses a recognized degree, certificate, or professional standing, OR who by extensive knowledge, training and experience, can successfully demonstrate the ability to solve problems related to rigging loads. Qualified riggers do not, however have to be certified by an accredited organization or third party.\\u00a0 Under these criteria, a rigger with extensive hands-on experience, but no formal training or certifications, may be considered a qualified rigger.\\u00a0To become a Qualified Rigger, a 2-hour exam is required with 100 questions.<\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span>Certified Rigger:<span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><span style=\\\"font-weight: 400;\\\">A certified rigger is a person who has passed stringent written and practical exams related to rigging and can be certified at a Level 1 or 2. \\u00a0 Accredited organizations such as NCCCO (National Commission for the Certification of Crane Operators) and many training programs offer rigger certification testing <\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0for various levels.\\u00a0\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">NCCCO Certified Rigger Level I:<br \\/><\\/span><span style=\\\"font-weight: 400;\\\">The Certified Rigger Level I Written Examination consists of 60 multiple-choice questions. Candidates are allowed 60 minutes to complete the test. The successful completion demonstrates a candidate\\u2019s basic rigging competency.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">NCCCO Certified Rigger Level II:<br \\/><\\/span><span style=\\\"font-weight: 400;\\\">The Certified Rigger Level II Written Examination consists of 40 multiple-choice questions, completed in 60 minutes.\\u00a0 The successful completion demonstrates a candidate\\u2019s competency in rigging a load for a level lift and for rotating a load.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Professionally Certified Rigger:<br \\/><\\/span><span style=\\\"font-weight: 400;\\\">The strictest requirements are in place to be designated as a Professionally Certified Rigger, including:<\\/span><\\/p><ul><li><span style=\\\"font-weight: 400;\\\">A total of <\\/span><span style=\\\"font-weight: 400;\\\">6,000 <\\/span><span style=\\\"font-weight: 400;\\\">hours to become a journeyman.<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Individuals complete an Accredited Apprentice and re-training Journeyman School (<\\/span><span style=\\\"font-weight: 400;\\\">the o<\\/span><span style=\\\"font-weight: 400;\\\">nly school in the nation certified by the Department of Labor (D.O.L.) for <\\/span><span style=\\\"font-weight: 400;\\\">rigging, machinery moving, and machinery erecting.<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">OSHA<\\/span>\\u00a0<span style=\\\"font-weight: 400;\\\">- 30 hour<\\/span><span style=\\\"font-weight: 400;\\\">s<\\/span><span style=\\\"font-weight: 400;\\\"> is required<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">IMPACT (Ironworker International Program) Drug and Alcohol random testing with 3rd party medical screening<\\/span><\\/li><\\/ul><p>\\u00a0<\\/p><p><span style=\\\"font-weight: 400;\\\">OSHA Forklift Operation<br \\/><\\/span><span style=\\\"font-weight: 400;\\\">OSHA Ariel Lift Operation<br \\/><\\/span><span style=\\\"font-weight: 400;\\\">OSHA First Aid and CAD<br \\/><\\/span><span style=\\\"font-weight: 400;\\\">OSHA Crane Signal and Hoisting Person<br \\/><\\/span><span style=\\\"font-weight: 400;\\\">Lift Director (Foreman training)<br \\/><\\/span><span style=\\\"font-weight: 400;\\\">Certified Welding in Stick, Tig, and Mig.<\\/span><\\/p><p>\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1219934\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"qualification-contain\"},\"elements\":[{\"id\":\"7d2a4dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0cf214c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OSHA Regulations\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"780d3c1\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4481386\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adcd458\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"qualification-contain\"},\"elements\":[{\"id\":\"8b4a8c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"119b606\",\"elType\":\"widget\",\"settings\":{\"title\":\"Insurance\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb12a6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3c746fa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2532,642,'_elementor_css','a:5:{s:4:\"time\";i:1591279838;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2536,643,'_wp_page_template','template/page-builder-template.php'),(2537,643,'_elementor_edit_mode','builder'),(2538,643,'_elementor_version','2.9.9'),(2539,643,'_elementor_data','[{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d32eeb6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"abb4b14\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"678b311\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise <\\/span><span style=\\\"font-weight: 400;\\\">directs <\\/span><span style=\\\"font-weight: 400;\\\">every situation <\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0<\\/span><span style=\\\"font-weight: 400;\\\">we can quickly understand and unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"125d632\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"16a3ea3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"557682a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"58da883\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4bfd808\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d486a89\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"89e5c68\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"74a2e65\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"2e97bfa\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ff6e3d4\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"422c0c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"d806c09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6a680d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1df7366\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"503b817\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef81faf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"3973e79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f7691\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c952bb5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d06c5c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43f5b98\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"6a71908\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0476005\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f5e9bd3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8e9772f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ul><li><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Ted Bianchi <\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Jeremy <\\/span><span style=\\\"font-weight: 400;\\\">Bianchi<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Sean Gibbons <\\/span><\\/li><\\/ul>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7005acd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"b0822e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17fc8fa\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"06d5df4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17a24f6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"14cbafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0b17af3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f0c181e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"24b7249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"66fd030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2d587c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Our Experts\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1dba5fa\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>Duis vel erat quis justo vehicula vulputate sit amet nec nisi. Fusce a venenatis arcu.<\\/p>\",\"text_block_align\":\"center\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"e3f2eb8\",\"elType\":\"widget\",\"settings\":{\"team_grid_style\":\"team_grid_style2\",\"team_item\":[{\"text\":\"Team Item #1\",\"_id\":\"e748d87\",\"team_name\":\"Valgus Anderson\",\"team_job\":\"Architect\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-3.jpg\",\"id\":37},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Team Item #2\",\"_id\":\"25c06dc\",\"team_name\":\"David Duncan\",\"team_job\":\"Project Engineer\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-4s.jpg\",\"id\":38},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Team Item #3\",\"_id\":\"522fa65\",\"team_name\":\"Russel Santos\",\"team_job\":\"Building Surveyor\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-1.jpg\",\"id\":35},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"team_name\":\"Edward Sanders\",\"team_job\":\"Project Engineer\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-2s.jpg\",\"id\":36},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"41b6739\"}],\"choose_column\":\"4\",\"team_inner_bg\":\"rgba(0,0,0,0.78)\",\"team_name_typography_typography\":\"custom\",\"team_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"team_job_typography_typography\":\"custom\",\"team_job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"team_job_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"gedung-team-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"What our Customer says?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"67cdb5f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p class=\\\"subtitle\\\">Don\'t take just our words. Hear what our Customers say.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"text_block_align\":\"center\",\"color_text_block\":\"#666666\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Once you\\u2019ve worked with them, when the next project comes around you just pick up the phone and call them without a second thought.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"We would have no hesitation recommending you to any further customers that you have that may require a reference to the quality of your workmanship.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"989fdd5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5cb631a\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"text\":\"Client Item #2\",\"_id\":\"dcc834e\",\"client_author\":\"Masator\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-02.png\",\"id\":30},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Narosha\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-03.png\",\"id\":31},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ce9a13f\"},{\"text\":\"Client Item #1\",\"_id\":\"bd866ad\",\"client_author\":\"Quare\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-01.png\",\"id\":29},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Electrend.\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-07.png\",\"id\":33},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d47a8ba\"},{\"client_author\":\"Qoloform\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-10.png\",\"id\":34},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d05e2ee\"},{\"client_author\":\"BataStock\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-05.png\",\"id\":32},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"fbd34bb\"}],\"mobile_choose_column\":\"mobile-column-3\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":50,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":8}},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2540,643,'_elementor_template_type','wp-post'),(2541,643,'_elementor_css','a:5:{s:4:\"time\";i:1591280085;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2543,644,'_elementor_edit_mode','builder'),(2544,644,'_elementor_template_type','wp-page'),(2545,644,'_elementor_version','2.9.9'),(2546,644,'_wp_page_template','template/page-builder-template.php'),(2547,644,'_elementor_data','[{\"id\":\"d13e718\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"qualification-contain\"},\"elements\":[{\"id\":\"1bd7842\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f969fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Qualifications \",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a65c6f2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d0d0d0b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Qualified Riggers vs. Certified Riggers: What is the Difference?<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">The terms \\u201cqualified\\u201d and \\u201ccertified\\u201d are often used interchangeably in the rigging industry, but OSHA standards and qualifications for each role are very different. OSHA standards require that qualified riggers must be used during hoisting activities for assembly and disassembly work, or when workers are within the fall zone and hooking, unhooking, or guiding a load, or connecting a load to a component or structure.\\u00a0 However, OSHA does not require that riggers be \\u201ccertified,\\u201d which is another level of achievement in the rigging industry.<\\/span><\\/p><p>Qualified Rigger:<span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><span style=\\\"font-weight: 400;\\\">OSHA only loosely specifies who meets the criteria of a qualified rigger, leaving the final determination up to the employer.\\u00a0 A qualified rigger \\u201cpossesses a recognized degree, certificate, or professional standing, OR who by extensive knowledge, training and experience, can successfully demonstrate the ability to solve problems related to rigging loads. Qualified riggers do not, however have to be certified by an accredited organization or third party.\\u00a0 Under these criteria, a rigger with extensive hands-on experience, but no formal training or certifications, may be considered a qualified rigger.\\u00a0To become a Qualified Rigger, a 2-hour exam is required with 100 questions.<\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span>Certified Rigger:<span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><span style=\\\"font-weight: 400;\\\">A certified rigger is a person who has passed stringent written and practical exams related to rigging and can be certified at a Level 1 or 2. \\u00a0 Accredited organizations such as NCCCO (National Commission for the Certification of Crane Operators) and many training programs offer rigger certification testing <\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0for various levels.\\u00a0\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">NCCCO Certified Rigger Level I:<br \\/><\\/span><span style=\\\"font-weight: 400;\\\">The Certified Rigger Level I Written Examination consists of 60 multiple-choice questions. Candidates are allowed 60 minutes to complete the test. The successful completion demonstrates a candidate\\u2019s basic rigging competency.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">NCCCO Certified Rigger Level II:<br \\/><\\/span><span style=\\\"font-weight: 400;\\\">The Certified Rigger Level II Written Examination consists of 40 multiple-choice questions, completed in 60 minutes.\\u00a0 The successful completion demonstrates a candidate\\u2019s competency in rigging a load for a level lift and for rotating a load.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Professionally Certified Rigger:<br \\/><\\/span><span style=\\\"font-weight: 400;\\\">The strictest requirements are in place to be designated as a Professionally Certified Rigger, including:<\\/span><\\/p><ul><li><span style=\\\"font-weight: 400;\\\">A total of <\\/span><span style=\\\"font-weight: 400;\\\">6,000 <\\/span><span style=\\\"font-weight: 400;\\\">hours to become a journeyman.<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Individuals complete an Accredited Apprentice and re-training Journeyman School (<\\/span><span style=\\\"font-weight: 400;\\\">the o<\\/span><span style=\\\"font-weight: 400;\\\">nly school in the nation certified by the Department of Labor (D.O.L.) for <\\/span><span style=\\\"font-weight: 400;\\\">rigging, machinery moving, and machinery erecting.<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">OSHA<\\/span>\\u00a0<span style=\\\"font-weight: 400;\\\">- 30 hour<\\/span><span style=\\\"font-weight: 400;\\\">s<\\/span><span style=\\\"font-weight: 400;\\\"> is required<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">IMPACT (Ironworker International Program) Drug and Alcohol random testing with 3rd party medical screening<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">OSHA Forklift Operation<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">OSHA Ariel Lift Operation<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">OSHA First Aid and CAD<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">OSHA Crane Signal and Hoisting Person<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Lift Director (Foreman training)<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Certified Welding in Stick, Tig, and Mig.<\\/span><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1219934\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"qualification-contain\"},\"elements\":[{\"id\":\"7d2a4dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0cf214c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OSHA Regulations\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"780d3c1\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4481386\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adcd458\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"qualification-contain\"},\"elements\":[{\"id\":\"8b4a8c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"119b606\",\"elType\":\"widget\",\"settings\":{\"title\":\"Insurance\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb12a6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3c746fa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2548,644,'_elementor_css','a:5:{s:4:\"time\";i:1591279907;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2552,645,'_wp_page_template','template/page-builder-template.php'),(2553,645,'_elementor_edit_mode','builder'),(2554,645,'_elementor_data','[{\"id\":\"67f2cbaf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d5629c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7154645\",\"elType\":\"widget\",\"settings\":{\"address\":\"Jl. Maleer Indah II, Maleer, Batununggal, Kota Bandung, Jawa Barat 40274.\",\"height\":{\"unit\":\"px\",\"size\":480},\"zoom\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14ac8cfb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1100},\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"34b0aca4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"29\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ca165c\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Contact Us\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1280863b\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"%\",\"size\":8},\"gap\":{\"unit\":\"px\",\"size\":2},\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"206c533e\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>\\\"For more information about ARS Contracting, Inc. or any other inquiry, please call us at the number below or complete our form and we will get back to you quickly.\\\"<\\/p>\",\"color_text_block\":\"#666666\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"cacf3f5\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-phone\",\"title_text\":\"Phone\",\"description_text\":\"<a href=\\\"tel:1-800-358-8444\\\">1-800-358-8444<\\/a>\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_css_classes\":\"icon-hide\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"2917819\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-envelope\",\"title_text\":\"Email\",\"description_text\":\"<a href=\\\"mailto:sales@arscontracting.com\\\">sales@arscontracting.com<\\/a>\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_css_classes\":\"icon-hide\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"e4ea813\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-map-marker\",\"title_text\":\"Address\",\"description_text\":\"<ul>\\n<li>WAREHOUSE: 3333 Mt Prospect Rd, Franklin Park IL 60131<\\/li>\\n<li>OFFICE: 2015A US Route 34, Suite 3, Oswego IL 60543<\\/li>\\n<li>MAILING ADDRESS: 9540 S Carls Dr, Plainfield IL 60585<\\/li>\\n<\\/ul>\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_css_classes\":\"icon-hide\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"3bbbfba\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-envelope\",\"title_text\":\"Fax\",\"description_text\":\"630-364-5778\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_css_classes\":\"icon-hide\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"217fc52\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-map-marker\",\"title_text\":\"Hours\",\"description_text\":\"<ul>\\n<li>OFFICE: 8:00 AM to 4:30 PM US Central Time<\\/li>\\n<li>SERVICE: 24 hours a day\\/7 days per week<\\/li>\\n<\\/ul>\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_css_classes\":\"icon-hide\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"43858dc5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#aaaaaa\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0,0,0,0.5)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2648983c\",\"elType\":\"widget\",\"settings\":{\"form_select\":\"261\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-contact-form\"}],\"isInner\":false}],\"isInner\":false}]'),(2555,645,'_elementor_version','2.9.9'),(2556,645,'_elementor_template_type','wp-post'),(2557,645,'_elementor_controls_usage','a:8:{s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:11:\"section_map\";a:3:{s:7:\"address\";i:1;s:6:\"height\";i:1;s:4:\"zoom\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:2;s:19:\"_inline_size_tablet\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:13:\"margin_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}s:14:\"section_border\";a:5:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:26:\"box_shadow_box_shadow_type\";i:1;s:21:\"box_shadow_box_shadow\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:2;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:2;s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:1;s:14:\"padding_tablet\";i:1;}}}}s:17:\"gedung-head-title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:25:\"section_gedung_head_title\";a:5:{s:12:\"choose_style\";i:1;s:9:\"the_title\";i:1;s:27:\"typography_title_typography\";i:1;s:33:\"typography_title_font_size_mobile\";i:1;s:17:\"head_use_subtitle\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:6:\"weight\";i:1;s:5:\"color\";i:1;s:3:\"gap\";i:1;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:1;s:12:\"width_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_mobile\";i:1;}}}}s:11:\"gedung-text\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:19:\"gedung_text_control\";a:2:{s:11:\"custom_text\";i:1;s:16:\"color_text_block\";i:1;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:4:{s:10:\"title_text\";i:5;s:16:\"description_text\";i:5;s:8:\"position\";i:5;s:13:\"selected_icon\";i:5;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:3:{s:13:\"primary_color\";i:5;s:17:\"icon_space_mobile\";i:5;s:9:\"icon_size\";i:5;}s:21:\"section_style_content\";a:6:{s:17:\"text_align_mobile\";i:5;s:18:\"title_bottom_space\";i:5;s:25:\"title_bottom_space_mobile\";i:1;s:27:\"title_typography_typography\";i:5;s:26:\"title_typography_font_size\";i:5;s:33:\"description_typography_typography\";i:5;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}}}}s:19:\"gedung-contact-form\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:43:\"section_gedung_contact_form_general_control\";a:1:{s:11:\"form_select\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}}}}}'),(2558,645,'_elementor_css','a:5:{s:4:\"time\";i:1591274974;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2559,645,'header_style_choice','default'),(2560,645,'_header_style_choice','field_58c7b9d20beeb'),(2561,646,'_wp_page_template','template/page-builder-template.php'),(2562,646,'_elementor_edit_mode','builder'),(2563,646,'_elementor_version','2.9.9'),(2564,646,'_elementor_data','[{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d32eeb6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"abb4b14\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"678b311\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise <\\/span><span style=\\\"font-weight: 400;\\\">directs <\\/span><span style=\\\"font-weight: 400;\\\">every situation <\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0<\\/span><span style=\\\"font-weight: 400;\\\">we can quickly understand and unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"125d632\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"16a3ea3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"557682a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"58da883\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4bfd808\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d486a89\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"89e5c68\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"74a2e65\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"2e97bfa\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ff6e3d4\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"422c0c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"d806c09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6a680d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1df7366\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"503b817\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef81faf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"3973e79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f7691\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c952bb5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d06c5c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43f5b98\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"6a71908\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0476005\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f5e9bd3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8e9772f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ul><li><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Ted Bianchi <\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Jeremy <\\/span><span style=\\\"font-weight: 400;\\\">Bianchi<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Sean Gibbons <\\/span><\\/li><\\/ul>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7005acd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"b0822e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17fc8fa\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"06d5df4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17a24f6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"14cbafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0b17af3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f0c181e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"24b7249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"66fd030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2d587c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Our Experts\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1dba5fa\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>Duis vel erat quis justo vehicula vulputate sit amet nec nisi. Fusce a venenatis arcu.<\\/p>\",\"text_block_align\":\"center\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"e3f2eb8\",\"elType\":\"widget\",\"settings\":{\"team_grid_style\":\"team_grid_style2\",\"team_item\":[{\"text\":\"Team Item #1\",\"_id\":\"e748d87\",\"team_name\":\"Valgus Anderson\",\"team_job\":\"Architect\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-3.jpg\",\"id\":37},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Team Item #2\",\"_id\":\"25c06dc\",\"team_name\":\"David Duncan\",\"team_job\":\"Project Engineer\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-4s.jpg\",\"id\":38},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Team Item #3\",\"_id\":\"522fa65\",\"team_name\":\"Russel Santos\",\"team_job\":\"Building Surveyor\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-1.jpg\",\"id\":35},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"team_name\":\"Edward Sanders\",\"team_job\":\"Project Engineer\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-2s.jpg\",\"id\":36},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"41b6739\"}],\"choose_column\":\"4\",\"team_inner_bg\":\"rgba(0,0,0,0.78)\",\"team_name_typography_typography\":\"custom\",\"team_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"team_job_typography_typography\":\"custom\",\"team_job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"team_job_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"gedung-team-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"What our Customer says?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"67cdb5f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p class=\\\"subtitle\\\">Don\'t take just our words. Hear what our Customers say.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"text_block_align\":\"center\",\"color_text_block\":\"#666666\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Once you\\u2019ve worked with them, when the next project comes around you just pick up the phone and call them without a second thought.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"We would have no hesitation recommending you to any further customers that you have that may require a reference to the quality of your workmanship.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"989fdd5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5cb631a\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"text\":\"Client Item #2\",\"_id\":\"dcc834e\",\"client_author\":\"Masator\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-02.png\",\"id\":30},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Narosha\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-03.png\",\"id\":31},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ce9a13f\"},{\"text\":\"Client Item #1\",\"_id\":\"bd866ad\",\"client_author\":\"Quare\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-01.png\",\"id\":29},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Electrend.\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-07.png\",\"id\":33},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d47a8ba\"},{\"client_author\":\"Qoloform\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-10.png\",\"id\":34},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d05e2ee\"},{\"client_author\":\"BataStock\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-05.png\",\"id\":32},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"fbd34bb\"}],\"mobile_choose_column\":\"mobile-column-3\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":50,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":8}},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2565,646,'_elementor_template_type','wp-post'),(2566,646,'_elementor_controls_usage','a:10:{s:17:\"gedung-head-title\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:25:\"section_gedung_head_title\";a:13:{s:12:\"choose_style\";i:10;s:9:\"the_title\";i:10;s:27:\"typography_title_typography\";i:10;s:33:\"typography_title_font_size_tablet\";i:8;s:35:\"typography_title_line_height_tablet\";i:7;s:17:\"head_use_subtitle\";i:10;s:5:\"align\";i:2;s:33:\"typography_title_font_size_mobile\";i:3;s:12:\"align_mobile\";i:3;s:26:\"typography_title_font_size\";i:2;s:35:\"typography_title_line_height_mobile\";i:2;s:28:\"typography_title_font_weight\";i:1;s:12:\"align_tablet\";i:1;}s:33:\"section_gedung_head_title_style_2\";a:1:{s:13:\"title_color_2\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:7;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:6:\"weight\";i:9;s:5:\"color\";i:9;s:3:\"gap\";i:9;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:4:{s:5:\"width\";i:9;s:5:\"align\";i:2;s:12:\"width_mobile\";i:2;s:12:\"align_mobile\";i:2;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:9;}}}}s:11:\"gedung-text\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:19:\"gedung_text_control\";a:7:{s:11:\"custom_text\";i:8;s:32:\"typography_text_block_typography\";i:7;s:38:\"typography_text_block_font_size_tablet\";i:7;s:40:\"typography_text_block_line_height_tablet\";i:6;s:16:\"text_block_align\";i:2;s:23:\"text_block_align_mobile\";i:2;s:16:\"color_text_block\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:14;s:16:\"content_position\";i:7;s:19:\"_inline_size_tablet\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:10;s:14:\"padding_tablet\";i:9;s:14:\"padding_mobile\";i:7;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:1:{s:3:\"gap\";i:11;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:7;s:14:\"padding_tablet\";i:11;s:13:\"margin_mobile\";i:7;s:11:\"css_classes\";i:9;s:7:\"padding\";i:3;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:3;}}}}s:17:\"gedung-team-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:4:{s:41:\"section_gedung_team_block_element_setting\";a:1:{s:15:\"team_grid_style\";i:1;}s:38:\"section_gedung_team_block_team_setting\";a:1:{s:9:\"team_item\";i:1;}s:40:\"section_gedung_team_block_layout_setting\";a:1:{s:13:\"choose_column\";i:1;}s:38:\"section_gedung_team_block_item_setting\";a:1:{s:13:\"team_inner_bg\";i:1;}}s:5:\"style\";a:2:{s:39:\"section_gedung_team_block_title_setting\";a:2:{s:31:\"team_name_typography_typography\";i:1;s:30:\"team_name_typography_font_size\";i:1;}s:37:\"section_gedung_team_block_job_setting\";a:3:{s:30:\"team_job_typography_typography\";i:1;s:29:\"team_job_typography_font_size\";i:1;s:31:\"team_job_typography_font_weight\";i:1;}}}}s:24:\"gedung-testimonial-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:52:\"section_gedung_testimonial_block_testimonial_setting\";a:1:{s:10:\"testi_item\";i:1;}s:46:\"section_gedung_testimonial_block_image_setting\";a:2:{s:17:\"text_align_tablet\";i:1;s:17:\"text_align_mobile\";i:1;}s:31:\"section_gedung_carousel_options\";a:1:{s:13:\"choose_column\";i:1;}}s:5:\"style\";a:3:{s:51:\"section_gedung_testimonial_block_blockquote_setting\";a:5:{s:21:\"vertical_testi_detail\";i:1;s:44:\"typhography_blockquote_typography_typography\";i:1;s:43:\"typhography_blockquote_typography_font_size\";i:1;s:45:\"typhography_blockquote_typography_line_height\";i:1;s:28:\"typhography_blockquote_color\";i:1;}s:47:\"section_gedung_testimonial_block_author_setting\";a:5:{s:24:\"typhography_author_color\";i:1;s:16:\"author_img_color\";i:1;s:40:\"typhography_author_typography_typography\";i:1;s:39:\"typhography_author_typography_font_size\";i:1;s:41:\"typhography_author_typography_line_height\";i:1;}s:51:\"section_gedung_testimonial_block_author_job_setting\";a:1:{s:22:\"typhography_cite_color\";i:1;}}}}s:19:\"gedung-client-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:27:\"section_gedung_client_block\";a:2:{s:11:\"choose_type\";i:1;s:11:\"client_item\";i:1;}s:28:\"section_gedung_column_client\";a:5:{s:20:\"mobile_choose_column\";i:1;s:17:\"item_padding_size\";i:1;s:24:\"item_padding_size_tablet\";i:1;s:18:\"item_margin_bottom\";i:1;s:24:\"item_padding_size_mobile\";i:1;}s:31:\"section_gedung_carousel_options\";a:1:{s:10:\"column_gap\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:6:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;s:4:\"size\";i:1;s:12:\"align_mobile\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:25:\"button_hover_border_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;}}}}}'),(2567,646,'_elementor_css','a:5:{s:4:\"time\";i:1591280586;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2568,647,'_wp_page_template','template/page-builder-template.php'),(2569,647,'_elementor_edit_mode','builder'),(2570,647,'_elementor_version','2.9.9'); INSERT INTO `wp_postmeta` VALUES (2571,647,'_elementor_data','[{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d32eeb6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"abb4b14\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"678b311\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise <\\/span><span style=\\\"font-weight: 400;\\\">directs <\\/span><span style=\\\"font-weight: 400;\\\">every situation <\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0<\\/span><span style=\\\"font-weight: 400;\\\">we can quickly understand and unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"125d632\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"16a3ea3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"557682a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"58da883\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4bfd808\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d486a89\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"89e5c68\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"74a2e65\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"2e97bfa\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ff6e3d4\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"422c0c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"d806c09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6a680d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1df7366\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"503b817\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef81faf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"3973e79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f7691\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c952bb5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d06c5c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43f5b98\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"6a71908\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0476005\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f5e9bd3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8e9772f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ul><li><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Ted Bianchi <\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Jeremy <\\/span><span style=\\\"font-weight: 400;\\\">Bianchi<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Sean Gibbons <\\/span><\\/li><\\/ul>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7005acd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"b0822e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17fc8fa\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"06d5df4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17a24f6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"14cbafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0b17af3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f0c181e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"24b7249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"66fd030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2d587c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Our Experts\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1dba5fa\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>Duis vel erat quis justo vehicula vulputate sit amet nec nisi. Fusce a venenatis arcu.<\\/p>\",\"text_block_align\":\"center\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"e3f2eb8\",\"elType\":\"widget\",\"settings\":{\"team_grid_style\":\"team_grid_style2\",\"team_item\":[{\"text\":\"Team Item #1\",\"_id\":\"e748d87\",\"team_name\":\"Valgus Anderson\",\"team_job\":\"Architect\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-3.jpg\",\"id\":37},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Team Item #2\",\"_id\":\"25c06dc\",\"team_name\":\"David Duncan\",\"team_job\":\"Project Engineer\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-4s.jpg\",\"id\":38},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Team Item #3\",\"_id\":\"522fa65\",\"team_name\":\"Russel Santos\",\"team_job\":\"Building Surveyor\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-1.jpg\",\"id\":35},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"team_name\":\"Edward Sanders\",\"team_job\":\"Project Engineer\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-2s.jpg\",\"id\":36},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"41b6739\"}],\"choose_column\":\"4\",\"team_inner_bg\":\"rgba(0,0,0,0.78)\",\"team_name_typography_typography\":\"custom\",\"team_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"team_job_typography_typography\":\"custom\",\"team_job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"team_job_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"gedung-team-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"What our Customer says?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"67cdb5f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p class=\\\"subtitle\\\">Don\'t take just our words. Hear what our Customers say.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"text_block_align\":\"center\",\"color_text_block\":\"#666666\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Once you\\u2019ve worked with them, when the next project comes around you just pick up the phone and call them without a second thought.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"We would have no hesitation recommending you to any further customers that you have that may require a reference to the quality of your workmanship.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"989fdd5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5cb631a\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"text\":\"Client Item #2\",\"_id\":\"dcc834e\",\"client_author\":\"Masator\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-02.png\",\"id\":30},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Narosha\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-03.png\",\"id\":31},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ce9a13f\"},{\"text\":\"Client Item #1\",\"_id\":\"bd866ad\",\"client_author\":\"Quare\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-01.png\",\"id\":29},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Electrend.\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-07.png\",\"id\":33},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d47a8ba\"},{\"client_author\":\"Qoloform\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-10.png\",\"id\":34},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d05e2ee\"},{\"client_author\":\"BataStock\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-05.png\",\"id\":32},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"fbd34bb\"}],\"mobile_choose_column\":\"mobile-column-3\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":50,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":8}},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2572,647,'_elementor_template_type','wp-post'),(2573,647,'_elementor_controls_usage','a:10:{s:17:\"gedung-head-title\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:25:\"section_gedung_head_title\";a:13:{s:12:\"choose_style\";i:10;s:9:\"the_title\";i:10;s:27:\"typography_title_typography\";i:10;s:33:\"typography_title_font_size_tablet\";i:8;s:35:\"typography_title_line_height_tablet\";i:7;s:17:\"head_use_subtitle\";i:10;s:5:\"align\";i:2;s:33:\"typography_title_font_size_mobile\";i:3;s:12:\"align_mobile\";i:3;s:26:\"typography_title_font_size\";i:2;s:35:\"typography_title_line_height_mobile\";i:2;s:28:\"typography_title_font_weight\";i:1;s:12:\"align_tablet\";i:1;}s:33:\"section_gedung_head_title_style_2\";a:1:{s:13:\"title_color_2\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:7;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:6:\"weight\";i:9;s:5:\"color\";i:9;s:3:\"gap\";i:9;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:4:{s:5:\"width\";i:9;s:5:\"align\";i:2;s:12:\"width_mobile\";i:2;s:12:\"align_mobile\";i:2;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:9;}}}}s:11:\"gedung-text\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:19:\"gedung_text_control\";a:7:{s:11:\"custom_text\";i:8;s:32:\"typography_text_block_typography\";i:7;s:38:\"typography_text_block_font_size_tablet\";i:7;s:40:\"typography_text_block_line_height_tablet\";i:6;s:16:\"text_block_align\";i:2;s:23:\"text_block_align_mobile\";i:2;s:16:\"color_text_block\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:14;s:16:\"content_position\";i:7;s:19:\"_inline_size_tablet\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:10;s:14:\"padding_tablet\";i:9;s:14:\"padding_mobile\";i:7;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:1:{s:3:\"gap\";i:11;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:7;s:14:\"padding_tablet\";i:11;s:13:\"margin_mobile\";i:7;s:11:\"css_classes\";i:9;s:7:\"padding\";i:3;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:3;}}}}s:17:\"gedung-team-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:4:{s:41:\"section_gedung_team_block_element_setting\";a:1:{s:15:\"team_grid_style\";i:1;}s:38:\"section_gedung_team_block_team_setting\";a:1:{s:9:\"team_item\";i:1;}s:40:\"section_gedung_team_block_layout_setting\";a:1:{s:13:\"choose_column\";i:1;}s:38:\"section_gedung_team_block_item_setting\";a:1:{s:13:\"team_inner_bg\";i:1;}}s:5:\"style\";a:2:{s:39:\"section_gedung_team_block_title_setting\";a:2:{s:31:\"team_name_typography_typography\";i:1;s:30:\"team_name_typography_font_size\";i:1;}s:37:\"section_gedung_team_block_job_setting\";a:3:{s:30:\"team_job_typography_typography\";i:1;s:29:\"team_job_typography_font_size\";i:1;s:31:\"team_job_typography_font_weight\";i:1;}}}}s:24:\"gedung-testimonial-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:52:\"section_gedung_testimonial_block_testimonial_setting\";a:1:{s:10:\"testi_item\";i:1;}s:46:\"section_gedung_testimonial_block_image_setting\";a:2:{s:17:\"text_align_tablet\";i:1;s:17:\"text_align_mobile\";i:1;}s:31:\"section_gedung_carousel_options\";a:1:{s:13:\"choose_column\";i:1;}}s:5:\"style\";a:3:{s:51:\"section_gedung_testimonial_block_blockquote_setting\";a:5:{s:21:\"vertical_testi_detail\";i:1;s:44:\"typhography_blockquote_typography_typography\";i:1;s:43:\"typhography_blockquote_typography_font_size\";i:1;s:45:\"typhography_blockquote_typography_line_height\";i:1;s:28:\"typhography_blockquote_color\";i:1;}s:47:\"section_gedung_testimonial_block_author_setting\";a:5:{s:24:\"typhography_author_color\";i:1;s:16:\"author_img_color\";i:1;s:40:\"typhography_author_typography_typography\";i:1;s:39:\"typhography_author_typography_font_size\";i:1;s:41:\"typhography_author_typography_line_height\";i:1;}s:51:\"section_gedung_testimonial_block_author_job_setting\";a:1:{s:22:\"typhography_cite_color\";i:1;}}}}s:19:\"gedung-client-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:27:\"section_gedung_client_block\";a:2:{s:11:\"choose_type\";i:1;s:11:\"client_item\";i:1;}s:28:\"section_gedung_column_client\";a:5:{s:20:\"mobile_choose_column\";i:1;s:17:\"item_padding_size\";i:1;s:24:\"item_padding_size_tablet\";i:1;s:18:\"item_margin_bottom\";i:1;s:24:\"item_padding_size_mobile\";i:1;}s:31:\"section_gedung_carousel_options\";a:1:{s:10:\"column_gap\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:6:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;s:4:\"size\";i:1;s:12:\"align_mobile\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:25:\"button_hover_border_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;}}}}}'),(2574,647,'_elementor_css','a:5:{s:4:\"time\";i:1591280586;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2575,647,'header_style_choice','alternative'),(2576,647,'_header_style_choice','field_58c7b9d20beeb'),(2577,648,'_wp_page_template','template/page-builder-template.php'),(2578,648,'_elementor_edit_mode','builder'),(2579,648,'_elementor_data','[{\"id\":\"67f2cbaf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d5629c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7154645\",\"elType\":\"widget\",\"settings\":{\"address\":\"WAREHOUSE: 3333 Mt Prospect Rd, Franklin Park IL 60131\",\"height\":{\"unit\":\"px\",\"size\":480},\"zoom\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14ac8cfb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1100},\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"34b0aca4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"29\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ca165c\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Contact Us\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1280863b\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"%\",\"size\":8},\"gap\":{\"unit\":\"px\",\"size\":2},\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"206c533e\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>\\\"For more information about ARS Contracting, Inc. or any other inquiry, please call us at the number below or complete our form and we will get back to you quickly.\\\"<\\/p>\",\"color_text_block\":\"#666666\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"cacf3f5\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-phone\",\"title_text\":\"Phone\",\"description_text\":\"<a href=\\\"tel:1-800-358-8444\\\">1-800-358-8444<\\/a>\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_css_classes\":\"icon-hide\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"2917819\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-envelope\",\"title_text\":\"Email\",\"description_text\":\"<a href=\\\"mailto:sales@arscontracting.com\\\">sales@arscontracting.com<\\/a>\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_css_classes\":\"icon-hide\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"e4ea813\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-map-marker\",\"title_text\":\"Address\",\"description_text\":\"<ul>\\n<li>WAREHOUSE: 3333 Mt Prospect Rd, Franklin Park IL 60131<\\/li>\\n<li>OFFICE: 2015A US Route 34, Suite 3, Oswego IL 60543<\\/li>\\n<li>MAILING ADDRESS: 9540 S Carls Dr, Plainfield IL 60585<\\/li>\\n<\\/ul>\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_css_classes\":\"icon-hide\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"3bbbfba\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-envelope\",\"title_text\":\"Fax\",\"description_text\":\"630-364-5778\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_css_classes\":\"icon-hide\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"217fc52\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-map-marker\",\"title_text\":\"Hours\",\"description_text\":\"<ul>\\n<li>OFFICE: 8:00 AM to 4:30 PM US Central Time<\\/li>\\n<li>SERVICE: 24 hours a day\\/7 days per week<\\/li>\\n<\\/ul>\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_css_classes\":\"icon-hide\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"43858dc5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#aaaaaa\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0,0,0,0.5)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2648983c\",\"elType\":\"widget\",\"settings\":{\"form_select\":\"261\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-contact-form\"}],\"isInner\":false}],\"isInner\":false}]'),(2580,648,'_elementor_version','2.9.9'),(2581,648,'_elementor_template_type','wp-post'),(2582,648,'_elementor_css','a:5:{s:4:\"time\";i:1591274974;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2585,649,'_wp_page_template','template/page-builder-template.php'),(2586,649,'_elementor_edit_mode','builder'),(2587,649,'_elementor_version','2.9.9'),(2588,649,'_elementor_data','[{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d32eeb6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"abb4b14\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"678b311\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise <\\/span><span style=\\\"font-weight: 400;\\\">directs <\\/span><span style=\\\"font-weight: 400;\\\">every situation <\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0<\\/span><span style=\\\"font-weight: 400;\\\">we can quickly understand and unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"125d632\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"16a3ea3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"557682a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"58da883\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4bfd808\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d486a89\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"89e5c68\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"74a2e65\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"2e97bfa\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ff6e3d4\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"422c0c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"d806c09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6a680d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1df7366\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"503b817\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef81faf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"3973e79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f7691\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c952bb5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d06c5c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43f5b98\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"6a71908\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0476005\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f5e9bd3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8e9772f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ul><li><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Ted Bianchi <\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Jeremy <\\/span><span style=\\\"font-weight: 400;\\\">Bianchi<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Sean Gibbons <\\/span><\\/li><\\/ul>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7005acd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"b0822e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17fc8fa\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"06d5df4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17a24f6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"14cbafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0b17af3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f0c181e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"24b7249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"66fd030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2d587c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Our Experts\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1dba5fa\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>Duis vel erat quis justo vehicula vulputate sit amet nec nisi. Fusce a venenatis arcu.<\\/p>\",\"text_block_align\":\"center\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"e3f2eb8\",\"elType\":\"widget\",\"settings\":{\"team_grid_style\":\"team_grid_style2\",\"team_item\":[{\"text\":\"Team Item #1\",\"_id\":\"e748d87\",\"team_name\":\"Valgus Anderson\",\"team_job\":\"Architect\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-3.jpg\",\"id\":37},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Team Item #2\",\"_id\":\"25c06dc\",\"team_name\":\"David Duncan\",\"team_job\":\"Project Engineer\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-4s.jpg\",\"id\":38},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Team Item #3\",\"_id\":\"522fa65\",\"team_name\":\"Russel Santos\",\"team_job\":\"Building Surveyor\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-1.jpg\",\"id\":35},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"team_name\":\"Edward Sanders\",\"team_job\":\"Project Engineer\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-2s.jpg\",\"id\":36},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"41b6739\"}],\"choose_column\":\"4\",\"team_inner_bg\":\"rgba(0,0,0,0.78)\",\"team_name_typography_typography\":\"custom\",\"team_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"team_job_typography_typography\":\"custom\",\"team_job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"team_job_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"gedung-team-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"What our Customer says?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"67cdb5f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p class=\\\"subtitle\\\">Don\'t take just our words. Hear what our Customers say.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"text_block_align\":\"center\",\"color_text_block\":\"#666666\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Once you\\u2019ve worked with them, when the next project comes around you just pick up the phone and call them without a second thought.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"We would have no hesitation recommending you to any further customers that you have that may require a reference to the quality of your workmanship.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"989fdd5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5cb631a\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"text\":\"Client Item #2\",\"_id\":\"dcc834e\",\"client_author\":\"Masator\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-02.png\",\"id\":30},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Narosha\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-03.png\",\"id\":31},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ce9a13f\"},{\"text\":\"Client Item #1\",\"_id\":\"bd866ad\",\"client_author\":\"Quare\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-01.png\",\"id\":29},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Electrend.\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-07.png\",\"id\":33},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d47a8ba\"},{\"client_author\":\"Qoloform\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-10.png\",\"id\":34},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d05e2ee\"},{\"client_author\":\"BataStock\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-05.png\",\"id\":32},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"fbd34bb\"}],\"mobile_choose_column\":\"mobile-column-3\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":50,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":8}},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2589,649,'_elementor_template_type','wp-post'),(2590,649,'_elementor_controls_usage','a:10:{s:17:\"gedung-head-title\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:25:\"section_gedung_head_title\";a:13:{s:12:\"choose_style\";i:10;s:9:\"the_title\";i:10;s:27:\"typography_title_typography\";i:10;s:33:\"typography_title_font_size_tablet\";i:8;s:35:\"typography_title_line_height_tablet\";i:7;s:17:\"head_use_subtitle\";i:10;s:5:\"align\";i:2;s:33:\"typography_title_font_size_mobile\";i:3;s:12:\"align_mobile\";i:3;s:26:\"typography_title_font_size\";i:2;s:35:\"typography_title_line_height_mobile\";i:2;s:28:\"typography_title_font_weight\";i:1;s:12:\"align_tablet\";i:1;}s:33:\"section_gedung_head_title_style_2\";a:1:{s:13:\"title_color_2\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:7;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:6:\"weight\";i:9;s:5:\"color\";i:9;s:3:\"gap\";i:9;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:4:{s:5:\"width\";i:9;s:5:\"align\";i:2;s:12:\"width_mobile\";i:2;s:12:\"align_mobile\";i:2;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:9;}}}}s:11:\"gedung-text\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:19:\"gedung_text_control\";a:7:{s:11:\"custom_text\";i:8;s:32:\"typography_text_block_typography\";i:7;s:38:\"typography_text_block_font_size_tablet\";i:7;s:40:\"typography_text_block_line_height_tablet\";i:6;s:16:\"text_block_align\";i:2;s:23:\"text_block_align_mobile\";i:2;s:16:\"color_text_block\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:14;s:16:\"content_position\";i:7;s:19:\"_inline_size_tablet\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:10;s:14:\"padding_tablet\";i:9;s:14:\"padding_mobile\";i:7;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:1:{s:3:\"gap\";i:11;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:7;s:14:\"padding_tablet\";i:11;s:13:\"margin_mobile\";i:7;s:11:\"css_classes\";i:9;s:7:\"padding\";i:3;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:3;}}}}s:17:\"gedung-team-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:4:{s:41:\"section_gedung_team_block_element_setting\";a:1:{s:15:\"team_grid_style\";i:1;}s:38:\"section_gedung_team_block_team_setting\";a:1:{s:9:\"team_item\";i:1;}s:40:\"section_gedung_team_block_layout_setting\";a:1:{s:13:\"choose_column\";i:1;}s:38:\"section_gedung_team_block_item_setting\";a:1:{s:13:\"team_inner_bg\";i:1;}}s:5:\"style\";a:2:{s:39:\"section_gedung_team_block_title_setting\";a:2:{s:31:\"team_name_typography_typography\";i:1;s:30:\"team_name_typography_font_size\";i:1;}s:37:\"section_gedung_team_block_job_setting\";a:3:{s:30:\"team_job_typography_typography\";i:1;s:29:\"team_job_typography_font_size\";i:1;s:31:\"team_job_typography_font_weight\";i:1;}}}}s:24:\"gedung-testimonial-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:52:\"section_gedung_testimonial_block_testimonial_setting\";a:1:{s:10:\"testi_item\";i:1;}s:46:\"section_gedung_testimonial_block_image_setting\";a:2:{s:17:\"text_align_tablet\";i:1;s:17:\"text_align_mobile\";i:1;}s:31:\"section_gedung_carousel_options\";a:1:{s:13:\"choose_column\";i:1;}}s:5:\"style\";a:3:{s:51:\"section_gedung_testimonial_block_blockquote_setting\";a:5:{s:21:\"vertical_testi_detail\";i:1;s:44:\"typhography_blockquote_typography_typography\";i:1;s:43:\"typhography_blockquote_typography_font_size\";i:1;s:45:\"typhography_blockquote_typography_line_height\";i:1;s:28:\"typhography_blockquote_color\";i:1;}s:47:\"section_gedung_testimonial_block_author_setting\";a:5:{s:24:\"typhography_author_color\";i:1;s:16:\"author_img_color\";i:1;s:40:\"typhography_author_typography_typography\";i:1;s:39:\"typhography_author_typography_font_size\";i:1;s:41:\"typhography_author_typography_line_height\";i:1;}s:51:\"section_gedung_testimonial_block_author_job_setting\";a:1:{s:22:\"typhography_cite_color\";i:1;}}}}s:19:\"gedung-client-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:27:\"section_gedung_client_block\";a:2:{s:11:\"choose_type\";i:1;s:11:\"client_item\";i:1;}s:28:\"section_gedung_column_client\";a:5:{s:20:\"mobile_choose_column\";i:1;s:17:\"item_padding_size\";i:1;s:24:\"item_padding_size_tablet\";i:1;s:18:\"item_margin_bottom\";i:1;s:24:\"item_padding_size_mobile\";i:1;}s:31:\"section_gedung_carousel_options\";a:1:{s:10:\"column_gap\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:6:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;s:4:\"size\";i:1;s:12:\"align_mobile\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:25:\"button_hover_border_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;}}}}}'),(2591,649,'_elementor_css','a:5:{s:4:\"time\";i:1591280586;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2592,649,'header_style_choice','default'),(2593,649,'_header_style_choice','field_58c7b9d20beeb'),(2594,650,'_wp_page_template','template/page-builder-template.php'),(2595,650,'_elementor_edit_mode','builder'),(2596,650,'_elementor_version','2.9.9'),(2597,650,'_elementor_data','[{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d32eeb6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"abb4b14\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"678b311\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise <\\/span><span style=\\\"font-weight: 400;\\\">directs <\\/span><span style=\\\"font-weight: 400;\\\">every situation <\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0<\\/span><span style=\\\"font-weight: 400;\\\">we can quickly understand and unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"125d632\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"16a3ea3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"557682a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"58da883\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4bfd808\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d486a89\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"89e5c68\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"74a2e65\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"2e97bfa\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ff6e3d4\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"422c0c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"d806c09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6a680d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1df7366\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"503b817\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef81faf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"3973e79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f7691\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c952bb5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d06c5c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43f5b98\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"6a71908\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0476005\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f5e9bd3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8e9772f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ul><li><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Ted Bianchi <\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Jeremy <\\/span><span style=\\\"font-weight: 400;\\\">Bianchi<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Sean Gibbons <\\/span><\\/li><\\/ul>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7005acd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"b0822e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17fc8fa\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"06d5df4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17a24f6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"14cbafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0b17af3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f0c181e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"24b7249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"66fd030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2d587c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Our Experts\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1dba5fa\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>Duis vel erat quis justo vehicula vulputate sit amet nec nisi. Fusce a venenatis arcu.<\\/p>\",\"text_block_align\":\"center\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"e3f2eb8\",\"elType\":\"widget\",\"settings\":{\"team_grid_style\":\"team_grid_style2\",\"team_item\":[{\"text\":\"Team Item #1\",\"_id\":\"e748d87\",\"team_name\":\"Valgus Anderson\",\"team_job\":\"Architect\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-3.jpg\",\"id\":37},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Team Item #2\",\"_id\":\"25c06dc\",\"team_name\":\"David Duncan\",\"team_job\":\"Project Engineer\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-4s.jpg\",\"id\":38},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Team Item #3\",\"_id\":\"522fa65\",\"team_name\":\"Russel Santos\",\"team_job\":\"Building Surveyor\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-1.jpg\",\"id\":35},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"team_name\":\"Edward Sanders\",\"team_job\":\"Project Engineer\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-2s.jpg\",\"id\":36},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"41b6739\"}],\"choose_column\":\"4\",\"team_inner_bg\":\"rgba(0,0,0,0.78)\",\"team_name_typography_typography\":\"custom\",\"team_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"team_job_typography_typography\":\"custom\",\"team_job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"team_job_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"gedung-team-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"What our Customer says?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"67cdb5f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p class=\\\"subtitle\\\">Don\'t take just our words. Hear what our Customers say.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"text_block_align\":\"center\",\"color_text_block\":\"#666666\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Once you\\u2019ve worked with them, when the next project comes around you just pick up the phone and call them without a second thought.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"We would have no hesitation recommending you to any further customers that you have that may require a reference to the quality of your workmanship.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"989fdd5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5cb631a\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"text\":\"Client Item #2\",\"_id\":\"dcc834e\",\"client_author\":\"Masator\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-02.png\",\"id\":30},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Narosha\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-03.png\",\"id\":31},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ce9a13f\"},{\"text\":\"Client Item #1\",\"_id\":\"bd866ad\",\"client_author\":\"Quare\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-01.png\",\"id\":29},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Electrend.\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-07.png\",\"id\":33},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d47a8ba\"},{\"client_author\":\"Qoloform\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-10.png\",\"id\":34},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d05e2ee\"},{\"client_author\":\"BataStock\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-05.png\",\"id\":32},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"fbd34bb\"}],\"mobile_choose_column\":\"mobile-column-3\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":50,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":8}},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2598,650,'_elementor_template_type','wp-post'),(2599,650,'_elementor_controls_usage','a:10:{s:17:\"gedung-head-title\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:25:\"section_gedung_head_title\";a:13:{s:12:\"choose_style\";i:10;s:9:\"the_title\";i:10;s:27:\"typography_title_typography\";i:10;s:33:\"typography_title_font_size_tablet\";i:8;s:35:\"typography_title_line_height_tablet\";i:7;s:17:\"head_use_subtitle\";i:10;s:5:\"align\";i:2;s:33:\"typography_title_font_size_mobile\";i:3;s:12:\"align_mobile\";i:3;s:26:\"typography_title_font_size\";i:2;s:35:\"typography_title_line_height_mobile\";i:2;s:28:\"typography_title_font_weight\";i:1;s:12:\"align_tablet\";i:1;}s:33:\"section_gedung_head_title_style_2\";a:1:{s:13:\"title_color_2\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:7;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:6:\"weight\";i:9;s:5:\"color\";i:9;s:3:\"gap\";i:9;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:4:{s:5:\"width\";i:9;s:5:\"align\";i:2;s:12:\"width_mobile\";i:2;s:12:\"align_mobile\";i:2;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:9;}}}}s:11:\"gedung-text\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:19:\"gedung_text_control\";a:7:{s:11:\"custom_text\";i:8;s:32:\"typography_text_block_typography\";i:7;s:38:\"typography_text_block_font_size_tablet\";i:7;s:40:\"typography_text_block_line_height_tablet\";i:6;s:16:\"text_block_align\";i:2;s:23:\"text_block_align_mobile\";i:2;s:16:\"color_text_block\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:14;s:16:\"content_position\";i:7;s:19:\"_inline_size_tablet\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:10;s:14:\"padding_tablet\";i:9;s:14:\"padding_mobile\";i:7;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:1:{s:3:\"gap\";i:11;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:7;s:14:\"padding_tablet\";i:11;s:13:\"margin_mobile\";i:7;s:11:\"css_classes\";i:9;s:7:\"padding\";i:3;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:3;}}}}s:17:\"gedung-team-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:4:{s:41:\"section_gedung_team_block_element_setting\";a:1:{s:15:\"team_grid_style\";i:1;}s:38:\"section_gedung_team_block_team_setting\";a:1:{s:9:\"team_item\";i:1;}s:40:\"section_gedung_team_block_layout_setting\";a:1:{s:13:\"choose_column\";i:1;}s:38:\"section_gedung_team_block_item_setting\";a:1:{s:13:\"team_inner_bg\";i:1;}}s:5:\"style\";a:2:{s:39:\"section_gedung_team_block_title_setting\";a:2:{s:31:\"team_name_typography_typography\";i:1;s:30:\"team_name_typography_font_size\";i:1;}s:37:\"section_gedung_team_block_job_setting\";a:3:{s:30:\"team_job_typography_typography\";i:1;s:29:\"team_job_typography_font_size\";i:1;s:31:\"team_job_typography_font_weight\";i:1;}}}}s:24:\"gedung-testimonial-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:52:\"section_gedung_testimonial_block_testimonial_setting\";a:1:{s:10:\"testi_item\";i:1;}s:46:\"section_gedung_testimonial_block_image_setting\";a:2:{s:17:\"text_align_tablet\";i:1;s:17:\"text_align_mobile\";i:1;}s:31:\"section_gedung_carousel_options\";a:1:{s:13:\"choose_column\";i:1;}}s:5:\"style\";a:3:{s:51:\"section_gedung_testimonial_block_blockquote_setting\";a:5:{s:21:\"vertical_testi_detail\";i:1;s:44:\"typhography_blockquote_typography_typography\";i:1;s:43:\"typhography_blockquote_typography_font_size\";i:1;s:45:\"typhography_blockquote_typography_line_height\";i:1;s:28:\"typhography_blockquote_color\";i:1;}s:47:\"section_gedung_testimonial_block_author_setting\";a:5:{s:24:\"typhography_author_color\";i:1;s:16:\"author_img_color\";i:1;s:40:\"typhography_author_typography_typography\";i:1;s:39:\"typhography_author_typography_font_size\";i:1;s:41:\"typhography_author_typography_line_height\";i:1;}s:51:\"section_gedung_testimonial_block_author_job_setting\";a:1:{s:22:\"typhography_cite_color\";i:1;}}}}s:19:\"gedung-client-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:27:\"section_gedung_client_block\";a:2:{s:11:\"choose_type\";i:1;s:11:\"client_item\";i:1;}s:28:\"section_gedung_column_client\";a:5:{s:20:\"mobile_choose_column\";i:1;s:17:\"item_padding_size\";i:1;s:24:\"item_padding_size_tablet\";i:1;s:18:\"item_margin_bottom\";i:1;s:24:\"item_padding_size_mobile\";i:1;}s:31:\"section_gedung_carousel_options\";a:1:{s:10:\"column_gap\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:6:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;s:4:\"size\";i:1;s:12:\"align_mobile\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:25:\"button_hover_border_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;}}}}}'),(2600,650,'_elementor_css','a:5:{s:4:\"time\";i:1591280586;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2601,650,'header_style_choice','default'),(2602,650,'_header_style_choice','field_58c7b9d20beeb'),(2605,651,'_wp_page_template','template/page-builder-template.php'),(2606,651,'_elementor_data','[{\"id\":\"787d5c6b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"20\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"id\":10,\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image-1.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color_b\":\"#2d2d2d\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":100},\"custom_height\":{\"unit\":\"px\",\"size\":\"663\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"height\":\"full\",\"background_video_fallback\":{\"id\":79,\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/bg-fallback.jpg\"},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"21feba2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"home-banner-text\"},\"elements\":[{\"id\":\"5af5fe4\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"ARS CONTRACTING, INC.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_title_font_weight\":\"500\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":12},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_2\":\"#FFFFFF\",\"title_margin_bottom\":-10,\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":10},\"align_mobile\":\"left\",\"title_size\":\"h1\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c2b71c4\",\"elType\":\"widget\",\"settings\":{\"the_title\":\"Certified Riggers & Machinery Movers\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":80},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_1\":\"#ffffff\",\"choose_style\":\"2\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":65},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":70},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"81cb3fc\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<h2 style=\\\"color: white;\\\"><b>Moving America\\u2019s Businesses<\\/b><\\/h2>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_text_block_line_height\":{\"unit\":\"px\",\"size\":28},\"color_text_block\":\"#FDF8F8\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"text_block_align_mobile\":\"left\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_text_block_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"586b5444\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"hover_animation\":\"sink\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeInUp\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e1426a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"9414b9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bad6cf\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Services\",\"description_text\":\"Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":482,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/crane-48591-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255, 255, 255, 0)\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"154f0f93\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c2e578e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Exceptional Safety Rating\",\"description_text\":\"We have one of the best safety ratings in the industry & we are certified riggers\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":379,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/Safety-Rev-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":19},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4a35cdf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bfab3bb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Industries\",\"description_text\":\"We offer outstanding service to most industries including, contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers\\/building owners and more\\n\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":378,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/gears.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3334b860\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#eaeaea\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fb97c40\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.042999999999999,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57bdcd45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":11,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image2-1.jpg\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"align\":\"left\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5b694d6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.957000000000001,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2161d8d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"For almost 30 years, ARS Contracting, Inc. has built a national reputation for rigging, machinery moving, hauling and lifting components that keep America\\u2019s businesses moving. We\\u2019re dedicated to solving problems for our clients by using innovation and technology to constantly move the industry forward. By doing so, this can result in lowering overall project costs for our customers.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":19},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":45},\"the_subtitle\":\"Since 1991\",\"typography_subtitle_typography\":\"custom\",\"typography_subtitle_font_family\":\"Lato\",\"typography_subtitle_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_subtitle_font_weight\":\"300\",\"typography_subtitle_text_transform\":\"uppercase\",\"typography_subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":34},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":30},\"title_size\":\"h6\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"23901ed0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60cf4773\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1800},\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"_element_id\":\"projects\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7352b447\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"97cfb80\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"333b722f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d4210f\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Services We Offer\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"4c49f11d\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"43ef6c3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"7d11f6a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL SERVICES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=347\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d246d91\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"9\",\"width\":\"585\",\"height\":\"390\",\"caption_vertical\":{\"unit\":\"%\",\"size\":50},\"caption_horizontal\":{\"unit\":\"%\",\"size\":50},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":15,\"use_padding\":\"use\",\"padding_size\":{\"unit\":\"px\",\"size\":15},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"title_hover_effect\":\"ih-fade-down\",\"title_margin_bottom\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_family\":\"Raleway\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"category_hover_effect\":\"ih-fade-up\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"filter_style1_color\":\"#ffffff\",\"filter_style1_hov_color\":\"#ffffff\",\"filter_style1_bord_hov_color\":\"#3315C6\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_portfolio_title_line_height_mobile\":{\"unit\":\"px\",\"size\":24},\"title_margin_bottom_mobile\":5,\"typography_portfolio_category_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"filter_mobile_bord_bg_color\":\"#2b2b2b\",\"filter_mobile_bord_hov_color\":\"#2b2b2b\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"filter_padding_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"filter_align\":\"center\",\"filter_style\":\"style-2\",\"filter_style2_color\":\"#FFFFFF\",\"filter_style2_hov_color\":\"#8AABCA\",\"filter_style2_border_hov_color\":\"#8AABCA\",\"category_hover_delay\":\"ih-delay-xs\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"orderby\":\"menu_order\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f3e067f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/image-port-7.jpg\",\"id\":22},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#7A7A7A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ef29580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"788dae8b\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"30\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#ffffff\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#ffffff\",\"choose_column\":\"1\",\"typhography_blockquote_color\":\"#ffffff\",\"navigation_dots_color\":\"#ffffff\",\"autoplay\":\"use\",\"autoplay_ms\":2000,\"auto_loop\":\"use\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"50e8eeb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"4169d630\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/1693-logo.jpg\",\"id\":570},\"_id\":\"373378a\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT.jpg\",\"id\":571},\"_id\":\"5b20e48\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IMPACTLogo.jpg\",\"id\":572},\"_id\":\"0da84d8\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra.jpg\",\"id\":573},\"_id\":\"cc18593\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574},\"_id\":\"306ecd3\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/Riggers.jpg\",\"id\":569},\"_id\":\"ab6cc54\"}],\"mobile_choose_column\":\"mobile-column-2\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":20,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":9},\"_css_classes\":\"client-logos\"},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46b4cfee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190},\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"763dcf8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"60111074\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6daf8247\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1f8fca5\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Industries We Serve\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"5e67d616\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ddd3ef5\",\"elType\":\"widget\",\"settings\":{\"color_text_block\":\"#555555\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":26}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":true},{\"id\":\"24b615c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1dd27b4a\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL INDUSTRIES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"rgba(243, 235, 235, 0.3)\",\"border_color\":\"#000000\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=348\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd640fa\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"8\",\"post_margin_bottom\":\"30\",\"horizontal_col_select_col2\":\"column-3\",\"width\":\"535\",\"height\":\"355\",\"height_grid2\":\"400\",\"use_category\":\"\",\"use_author\":\"\",\"use_date\":\"\",\"use_excerpt\":\"\",\"read_more_text\":\"Read More\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"typography_post_title_typography\":\"custom\",\"typography_post_title_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typhography_read_more_color_masonry\":\"#D7D7D7\",\"typhography_title_color\":\"#2B4D7B\",\"typhography_read_more_bg_color_masonry\":\"#FFFFFF\",\"read_more_title_hov_color\":\"#FFFFFF\",\"typhography_read_more_bg_hover_masonry\":\"#C7B4B4\",\"typography_post_read_more_typography\":\"custom\",\"_background_background\":\"classic\",\"_background_color\":\"#FEFEFE\"},\"elements\":[],\"widgetType\":\"gedung-post-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd675da\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"70618554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.68,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"700616c\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"419c7848\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1bc1cc0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"align_tablet\":\"center\",\"button_hover_border_color\":\"#ffffff\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2607,651,'_elementor_version','2.9.9'),(2608,651,'_elementor_template_type','wp-post'),(2609,651,'_elementor_edit_mode','builder'),(2610,651,'_thumbnail_id','338'),(2611,651,'_elementor_css','a:5:{s:4:\"time\";i:1591276352;s:5:\"fonts\";a:3:{i:0;s:10:\"Montserrat\";i:1;s:4:\"Lato\";i:3;s:7:\"Raleway\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2614,652,'_wp_page_template','template/page-builder-template.php'),(2615,652,'_elementor_data','[{\"id\":\"787d5c6b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"20\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"id\":338,\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/05\\/ARS-header-photo-rev-1.png\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color_b\":\"#2d2d2d\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":100},\"custom_height\":{\"unit\":\"px\",\"size\":\"663\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"height\":\"full\",\"background_video_fallback\":{\"id\":79,\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/bg-fallback.jpg\"},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"21feba2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"home-banner-text\"},\"elements\":[{\"id\":\"5af5fe4\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"ARS CONTRACTING, INC.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_title_font_weight\":\"500\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":12},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_2\":\"#FFFFFF\",\"title_margin_bottom\":-10,\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":10},\"align_mobile\":\"left\",\"title_size\":\"h1\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c2b71c4\",\"elType\":\"widget\",\"settings\":{\"the_title\":\"Certified Riggers & Machinery Movers\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":80},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_1\":\"#ffffff\",\"choose_style\":\"2\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":65},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":70},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"81cb3fc\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<h2 style=\\\"color: white;\\\"><b>Moving America\\u2019s Businesses<\\/b><\\/h2>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_text_block_line_height\":{\"unit\":\"px\",\"size\":28},\"color_text_block\":\"#FDF8F8\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"text_block_align_mobile\":\"left\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_text_block_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"586b5444\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"hover_animation\":\"sink\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeInUp\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e1426a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"9414b9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bad6cf\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Services\",\"description_text\":\"Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":482,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/crane-48591-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255, 255, 255, 0)\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"154f0f93\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c2e578e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Exceptional Safety Rating\",\"description_text\":\"We have one of the best safety ratings in the industry & we are certified riggers\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":379,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/Safety-Rev-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":19},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4a35cdf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bfab3bb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Industries\",\"description_text\":\"We offer outstanding service to most industries including, contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers\\/building owners and more\\n\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":378,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/gears.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3334b860\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#eaeaea\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fb97c40\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.042999999999999,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57bdcd45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":11,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image2-1.jpg\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"align\":\"left\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5b694d6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.957000000000001,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2161d8d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"For almost 30 years, ARS Contracting, Inc. has built a national reputation for rigging, machinery moving, hauling and lifting components that keep America\\u2019s businesses moving. We\\u2019re dedicated to solving problems for our clients by using innovation and technology to constantly move the industry forward. By doing so, this can result in lowering overall project costs for our customers.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":19},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":45},\"the_subtitle\":\"Since 1991\",\"typography_subtitle_typography\":\"custom\",\"typography_subtitle_font_family\":\"Lato\",\"typography_subtitle_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_subtitle_font_weight\":\"300\",\"typography_subtitle_text_transform\":\"uppercase\",\"typography_subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":34},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":30},\"title_size\":\"h6\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"23901ed0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60cf4773\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1800},\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"_element_id\":\"projects\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7352b447\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"97cfb80\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"333b722f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d4210f\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Services We Offer\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"4c49f11d\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"43ef6c3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"7d11f6a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL SERVICES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=347\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d246d91\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"9\",\"width\":\"585\",\"height\":\"390\",\"caption_vertical\":{\"unit\":\"%\",\"size\":50},\"caption_horizontal\":{\"unit\":\"%\",\"size\":50},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":15,\"use_padding\":\"use\",\"padding_size\":{\"unit\":\"px\",\"size\":15},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"title_hover_effect\":\"ih-fade-down\",\"title_margin_bottom\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_family\":\"Raleway\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"category_hover_effect\":\"ih-fade-up\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"filter_style1_color\":\"#ffffff\",\"filter_style1_hov_color\":\"#ffffff\",\"filter_style1_bord_hov_color\":\"#3315C6\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_portfolio_title_line_height_mobile\":{\"unit\":\"px\",\"size\":24},\"title_margin_bottom_mobile\":5,\"typography_portfolio_category_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"filter_mobile_bord_bg_color\":\"#2b2b2b\",\"filter_mobile_bord_hov_color\":\"#2b2b2b\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"filter_padding_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"filter_align\":\"center\",\"filter_style\":\"style-2\",\"filter_style2_color\":\"#FFFFFF\",\"filter_style2_hov_color\":\"#8AABCA\",\"filter_style2_border_hov_color\":\"#8AABCA\",\"category_hover_delay\":\"ih-delay-xs\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"orderby\":\"menu_order\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f3e067f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/image-port-7.jpg\",\"id\":22},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#7A7A7A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ef29580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"788dae8b\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"30\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#ffffff\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#ffffff\",\"choose_column\":\"1\",\"typhography_blockquote_color\":\"#ffffff\",\"navigation_dots_color\":\"#ffffff\",\"autoplay\":\"use\",\"autoplay_ms\":2000,\"auto_loop\":\"use\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"50e8eeb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"4169d630\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/1693-logo.jpg\",\"id\":570},\"_id\":\"373378a\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT.jpg\",\"id\":571},\"_id\":\"5b20e48\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IMPACTLogo.jpg\",\"id\":572},\"_id\":\"0da84d8\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra.jpg\",\"id\":573},\"_id\":\"cc18593\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574},\"_id\":\"306ecd3\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/Riggers.jpg\",\"id\":569},\"_id\":\"ab6cc54\"}],\"mobile_choose_column\":\"mobile-column-2\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":20,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":9},\"_css_classes\":\"client-logos\"},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46b4cfee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190},\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"763dcf8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"60111074\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6daf8247\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1f8fca5\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Industries We Serve\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"5e67d616\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ddd3ef5\",\"elType\":\"widget\",\"settings\":{\"color_text_block\":\"#555555\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":26}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":true},{\"id\":\"24b615c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1dd27b4a\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL INDUSTRIES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"rgba(243, 235, 235, 0.3)\",\"border_color\":\"#000000\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=348\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd640fa\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"8\",\"post_margin_bottom\":\"30\",\"horizontal_col_select_col2\":\"column-3\",\"width\":\"535\",\"height\":\"355\",\"height_grid2\":\"400\",\"use_category\":\"\",\"use_author\":\"\",\"use_date\":\"\",\"use_excerpt\":\"\",\"read_more_text\":\"Read More\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"typography_post_title_typography\":\"custom\",\"typography_post_title_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typhography_read_more_color_masonry\":\"#D7D7D7\",\"typhography_title_color\":\"#2B4D7B\",\"typhography_read_more_bg_color_masonry\":\"#FFFFFF\",\"read_more_title_hov_color\":\"#FFFFFF\",\"typhography_read_more_bg_hover_masonry\":\"#C7B4B4\",\"typography_post_read_more_typography\":\"custom\",\"_background_background\":\"classic\",\"_background_color\":\"#FEFEFE\"},\"elements\":[],\"widgetType\":\"gedung-post-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd675da\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"70618554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.68,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"700616c\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"419c7848\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1bc1cc0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"align_tablet\":\"center\",\"button_hover_border_color\":\"#ffffff\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2616,652,'_elementor_version','2.9.9'),(2617,652,'_elementor_template_type','wp-post'),(2618,652,'_elementor_edit_mode','builder'),(2619,652,'_thumbnail_id','338'),(2620,652,'_elementor_css','a:5:{s:4:\"time\";i:1591283773;s:5:\"fonts\";a:3:{i:0;s:10:\"Montserrat\";i:1;s:4:\"Lato\";i:3;s:7:\"Raleway\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2625,654,'_wp_page_template','template/page-builder-template.php'),(2626,654,'_elementor_data','[{\"id\":\"787d5c6b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"20\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"id\":338,\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/05\\/ARS-header-photo-rev-1.png\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color_b\":\"#2d2d2d\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":100},\"custom_height\":{\"unit\":\"px\",\"size\":\"663\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"height\":\"full\",\"background_video_fallback\":{\"id\":79,\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/bg-fallback.jpg\"},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"21feba2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"home-banner-text\"},\"elements\":[{\"id\":\"5af5fe4\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"ARS CONTRACTING, INC.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_title_font_weight\":\"500\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":12},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_2\":\"#FFFFFF\",\"title_margin_bottom\":-10,\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":10},\"align_mobile\":\"left\",\"title_size\":\"h1\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c2b71c4\",\"elType\":\"widget\",\"settings\":{\"the_title\":\"Certified Riggers & Machinery Movers\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":80},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_1\":\"#ffffff\",\"choose_style\":\"2\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":65},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":70},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"81cb3fc\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<h2 style=\\\"color: white;\\\"><b>Moving America\\u2019s Businesses<\\/b><\\/h2>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_text_block_line_height\":{\"unit\":\"px\",\"size\":28},\"color_text_block\":\"#FDF8F8\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"text_block_align_mobile\":\"left\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_text_block_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"586b5444\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"hover_animation\":\"sink\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeInUp\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e1426a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"9414b9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bad6cf\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Services\",\"description_text\":\"Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":482,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/crane-48591-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255, 255, 255, 0)\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"154f0f93\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c2e578e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Exceptional Safety Rating\",\"description_text\":\"We have one of the best safety ratings in the industry & we are certified riggers\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":379,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/Safety-Rev-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":19},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4a35cdf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bfab3bb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Industries\",\"description_text\":\"We offer outstanding service to most industries including, contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers\\/building owners and more\\n\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":378,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/gears.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3334b860\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#eaeaea\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fb97c40\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.042999999999999,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57bdcd45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":11,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image2-1.jpg\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"align\":\"left\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5b694d6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.957000000000001,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2161d8d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"For almost 30 years, ARS Contracting, Inc. has built a national reputation for rigging, machinery moving, hauling and lifting components that keep America\\u2019s businesses moving. We\\u2019re dedicated to solving problems for our clients by using innovation and technology to constantly move the industry forward. By doing so, this can result in lowering overall project costs for our customers.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":19},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":45},\"the_subtitle\":\"Since 1991\",\"typography_subtitle_typography\":\"custom\",\"typography_subtitle_font_family\":\"Lato\",\"typography_subtitle_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_subtitle_font_weight\":\"300\",\"typography_subtitle_text_transform\":\"uppercase\",\"typography_subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":34},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":30},\"title_size\":\"h6\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"23901ed0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60cf4773\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1800},\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"_element_id\":\"projects\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7352b447\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"97cfb80\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"333b722f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d4210f\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Services We Offer\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"4c49f11d\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"43ef6c3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"7d11f6a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL SERVICES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=347\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d246d91\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"9\",\"width\":\"585\",\"height\":\"390\",\"caption_vertical\":{\"unit\":\"%\",\"size\":50},\"caption_horizontal\":{\"unit\":\"%\",\"size\":50},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":15,\"use_padding\":\"use\",\"padding_size\":{\"unit\":\"px\",\"size\":15},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"title_hover_effect\":\"ih-fade-down\",\"title_margin_bottom\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_family\":\"Raleway\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"category_hover_effect\":\"ih-fade-up\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"filter_style1_color\":\"#ffffff\",\"filter_style1_hov_color\":\"#ffffff\",\"filter_style1_bord_hov_color\":\"#3315C6\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_portfolio_title_line_height_mobile\":{\"unit\":\"px\",\"size\":24},\"title_margin_bottom_mobile\":5,\"typography_portfolio_category_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"filter_mobile_bord_bg_color\":\"#2b2b2b\",\"filter_mobile_bord_hov_color\":\"#2b2b2b\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"filter_padding_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"filter_align\":\"center\",\"filter_style\":\"style-2\",\"filter_style2_color\":\"#FFFFFF\",\"filter_style2_hov_color\":\"#8AABCA\",\"filter_style2_border_hov_color\":\"#8AABCA\",\"category_hover_delay\":\"ih-delay-xs\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"orderby\":\"menu_order\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f3e067f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/image-port-7.jpg\",\"id\":22},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#7A7A7A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ef29580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"788dae8b\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"30\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#ffffff\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#ffffff\",\"choose_column\":\"1\",\"typhography_blockquote_color\":\"#ffffff\",\"navigation_dots_color\":\"#ffffff\",\"autoplay\":\"use\",\"autoplay_ms\":2000,\"auto_loop\":\"use\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"50e8eeb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"4169d630\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/1693-logo.jpg\",\"id\":570},\"_id\":\"373378a\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT.jpg\",\"id\":571},\"_id\":\"5b20e48\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IMPACTLogo.jpg\",\"id\":572},\"_id\":\"0da84d8\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra.jpg\",\"id\":573},\"_id\":\"cc18593\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574},\"_id\":\"306ecd3\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/Riggers.jpg\",\"id\":569},\"_id\":\"ab6cc54\"}],\"mobile_choose_column\":\"mobile-column-2\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":20,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":9},\"_css_classes\":\"client-logos\"},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46b4cfee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190},\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"763dcf8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"60111074\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6daf8247\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1f8fca5\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Industries We Serve\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"5e67d616\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ddd3ef5\",\"elType\":\"widget\",\"settings\":{\"color_text_block\":\"#555555\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":26}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":true},{\"id\":\"24b615c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1dd27b4a\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL INDUSTRIES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"rgba(243, 235, 235, 0.3)\",\"border_color\":\"#000000\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=348\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd640fa\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"8\",\"post_margin_bottom\":\"30\",\"horizontal_col_select_col2\":\"column-3\",\"width\":\"535\",\"height\":\"355\",\"height_grid2\":\"400\",\"use_category\":\"\",\"use_author\":\"\",\"use_date\":\"\",\"use_excerpt\":\"\",\"read_more_text\":\"Read More\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"typography_post_title_typography\":\"custom\",\"typography_post_title_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typhography_read_more_color_masonry\":\"#D7D7D7\",\"typhography_title_color\":\"#2B4D7B\",\"typhography_read_more_bg_color_masonry\":\"#FFFFFF\",\"read_more_title_hov_color\":\"#FFFFFF\",\"typhography_read_more_bg_hover_masonry\":\"#C7B4B4\",\"typography_post_read_more_typography\":\"custom\",\"_background_background\":\"classic\",\"_background_color\":\"#FEFEFE\"},\"elements\":[],\"widgetType\":\"gedung-post-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd675da\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"70618554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.68,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"700616c\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"419c7848\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1bc1cc0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"align_tablet\":\"center\",\"button_hover_border_color\":\"#ffffff\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2627,654,'_elementor_version','2.9.9'),(2628,654,'_elementor_template_type','wp-post'),(2629,654,'_elementor_edit_mode','builder'),(2630,654,'_thumbnail_id','338'),(2631,654,'_elementor_controls_usage','a:12:{s:17:\"gedung-head-title\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:4:{s:25:\"section_gedung_head_title\";a:24:{s:12:\"choose_style\";i:6;s:9:\"the_title\";i:6;s:27:\"typography_title_typography\";i:6;s:26:\"typography_title_font_size\";i:4;s:28:\"typography_title_font_weight\";i:2;s:31:\"typography_title_letter_spacing\";i:1;s:17:\"head_use_subtitle\";i:5;s:5:\"align\";i:2;s:33:\"typography_title_font_size_mobile\";i:6;s:35:\"typography_title_line_height_mobile\";i:4;s:38:\"typography_title_letter_spacing_mobile\";i:1;s:12:\"align_mobile\";i:3;s:10:\"title_size\";i:2;s:28:\"typography_title_line_height\";i:2;s:33:\"typography_title_font_size_tablet\";i:3;s:35:\"typography_title_line_height_tablet\";i:2;s:12:\"the_subtitle\";i:1;s:30:\"typography_subtitle_typography\";i:1;s:31:\"typography_subtitle_font_family\";i:1;s:29:\"typography_subtitle_font_size\";i:1;s:31:\"typography_subtitle_font_weight\";i:1;s:34:\"typography_subtitle_text_transform\";i:1;s:34:\"typography_subtitle_letter_spacing\";i:1;s:12:\"align_tablet\";i:1;}s:33:\"section_gedung_head_title_style_2\";a:1:{s:13:\"title_color_2\";i:4;}s:36:\"section_gedung_head_title_dimensions\";a:1:{s:19:\"title_margin_bottom\";i:1;}s:33:\"section_gedung_head_title_style_1\";a:1:{s:13:\"title_color_1\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:11:\"gedung-text\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"gedung_text_control\";a:11:{s:11:\"custom_text\";i:1;s:32:\"typography_text_block_typography\";i:2;s:31:\"typography_text_block_font_size\";i:1;s:33:\"typography_text_block_line_height\";i:1;s:16:\"color_text_block\";i:2;s:16:\"text_block_align\";i:1;s:23:\"text_block_align_mobile\";i:1;s:38:\"typography_text_block_font_size_tablet\";i:1;s:38:\"typography_text_block_font_size_mobile\";i:2;s:33:\"typography_text_block_font_weight\";i:1;s:40:\"typography_text_block_line_height_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:1;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:10;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:6:{s:4:\"text\";i:4;s:5:\"align\";i:4;s:4:\"size\";i:4;s:4:\"link\";i:4;s:12:\"align_mobile\";i:4;s:12:\"align_tablet\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:17:{s:21:\"typography_typography\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_family\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:16:\"background_color\";i:4;s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:13:\"border_radius\";i:4;s:27:\"typography_font_size_mobile\";i:1;s:11:\"hover_color\";i:4;s:29:\"button_background_hover_color\";i:4;s:15:\"hover_animation\";i:4;s:17:\"button_text_color\";i:3;s:12:\"border_color\";i:3;s:25:\"button_hover_border_color\";i:3;s:28:\"text_shadow_text_shadow_type\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:15:\"_padding_mobile\";i:1;s:8:\"_padding\";i:2;s:15:\"_padding_tablet\";i:3;s:7:\"_margin\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:4;s:18:\"animation_duration\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:15;s:19:\"_inline_size_mobile\";i:3;s:19:\"_inline_size_tablet\";i:8;s:16:\"content_position\";i:2;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:14:\"padding_tablet\";i:4;s:11:\"css_classes\";i:1;s:7:\"padding\";i:8;s:14:\"padding_mobile\";i:6;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:3:\"gap\";i:7;s:13:\"custom_height\";i:1;s:6:\"height\";i:1;s:13:\"content_width\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:13:\"margin_tablet\";i:1;s:14:\"padding_tablet\";i:8;s:6:\"margin\";i:3;s:7:\"padding\";i:8;s:13:\"margin_mobile\";i:2;s:14:\"padding_mobile\";i:7;s:11:\"_element_id\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:2;s:19:\"background_position\";i:3;s:15:\"background_size\";i:3;s:25:\"background_video_fallback\";i:1;s:21:\"background_attachment\";i:3;s:16:\"background_color\";i:5;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_color\";i:2;s:26:\"background_overlay_opacity\";i:2;s:26:\"background_overlay_color_b\";i:1;s:29:\"background_overlay_color_stop\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;s:5:\"image\";i:3;s:8:\"position\";i:3;}}s:5:\"style\";a:2:{s:21:\"section_style_content\";a:14:{s:10:\"text_align\";i:3;s:18:\"title_bottom_space\";i:3;s:11:\"title_color\";i:3;s:27:\"title_typography_typography\";i:3;s:26:\"title_typography_font_size\";i:3;s:17:\"description_color\";i:3;s:17:\"text_align_tablet\";i:2;s:17:\"text_align_mobile\";i:3;s:33:\"title_typography_font_size_tablet\";i:3;s:35:\"title_typography_line_height_tablet\";i:3;s:33:\"description_typography_typography\";i:3;s:39:\"description_typography_font_size_tablet\";i:3;s:41:\"description_typography_line_height_tablet\";i:3;s:32:\"description_typography_font_size\";i:3;}s:19:\"section_style_image\";a:3:{s:11:\"image_space\";i:3;s:10:\"image_size\";i:3;s:18:\"image_space_tablet\";i:3;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:2:{s:15:\"_padding_mobile\";i:1;s:8:\"_padding\";i:3;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:3;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:1;s:17:\"_background_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:5:\"align\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:6:\"weight\";i:3;s:3:\"gap\";i:3;s:5:\"color\";i:3;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:3;s:5:\"align\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:3;}}}}s:22:\"gedung-portfolio-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:12;s:8:\"controls\";a:3:{s:7:\"content\";a:6:{s:43:\"section_gedung_portfolio_block_post_setting\";a:2:{s:14:\"posts_per_page\";i:1;s:7:\"orderby\";i:1;}s:44:\"section_gedung_portfolio_block_image_setting\";a:2:{s:5:\"width\";i:1;s:6:\"height\";i:1;}s:43:\"section_gedung_portfolio_block_item_setting\";a:3:{s:16:\"caption_vertical\";i:1;s:18:\"caption_horizontal\";i:1;s:10:\"text_align\";i:1;}s:44:\"section_gedung_portfolio_block_hover_setting\";a:3:{s:12:\"hover_effect\";i:1;s:12:\"grid_item_bg\";i:1;s:13:\"grid_item_bg2\";i:1;}s:39:\"section_gedung_portfolio_layout_control\";a:4:{s:13:\"margin_bottom\";i:1;s:11:\"use_padding\";i:1;s:12:\"padding_size\";i:1;s:19:\"padding_size_mobile\";i:1;}s:39:\"section_gedung_portfolio_filter_control\";a:14:{s:10:\"use_filter\";i:1;s:19:\"filter_style1_color\";i:1;s:23:\"filter_style1_hov_color\";i:1;s:28:\"filter_style1_bord_hov_color\";i:1;s:25:\"filter_margin_bottom_size\";i:1;s:32:\"filter_margin_bottom_size_mobile\";i:1;s:27:\"filter_mobile_bord_bg_color\";i:1;s:28:\"filter_mobile_bord_hov_color\";i:1;s:19:\"filter_padding_size\";i:1;s:12:\"filter_align\";i:1;s:12:\"filter_style\";i:1;s:19:\"filter_style2_color\";i:1;s:23:\"filter_style2_hov_color\";i:1;s:30:\"filter_style2_border_hov_color\";i:1;}}s:5:\"style\";a:2:{s:44:\"section_gedung_portfolio_block_title_setting\";a:7:{s:23:\"typhography_title_color\";i:1;s:37:\"typography_portfolio_title_typography\";i:1;s:18:\"title_hover_effect\";i:1;s:19:\"title_margin_bottom\";i:1;s:43:\"typography_portfolio_title_font_size_mobile\";i:1;s:45:\"typography_portfolio_title_line_height_mobile\";i:1;s:26:\"title_margin_bottom_mobile\";i:1;}s:47:\"section_gedung_portfolio_block_category_setting\";a:9:{s:26:\"typhography_category_color\";i:1;s:40:\"typography_portfolio_category_typography\";i:1;s:41:\"typography_portfolio_category_font_family\";i:1;s:39:\"typography_portfolio_category_font_size\";i:1;s:41:\"typography_portfolio_category_font_weight\";i:1;s:40:\"typography_portfolio_category_font_style\";i:1;s:21:\"category_hover_effect\";i:1;s:46:\"typography_portfolio_category_font_size_mobile\";i:1;s:20:\"category_hover_delay\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;}}}}s:24:\"gedung-testimonial-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:52:\"section_gedung_testimonial_block_testimonial_setting\";a:1:{s:10:\"testi_item\";i:1;}s:46:\"section_gedung_testimonial_block_image_setting\";a:1:{s:17:\"text_align_tablet\";i:1;}s:31:\"section_gedung_carousel_options\";a:5:{s:13:\"choose_column\";i:1;s:21:\"navigation_dots_color\";i:1;s:8:\"autoplay\";i:1;s:11:\"autoplay_ms\";i:1;s:9:\"auto_loop\";i:1;}}s:5:\"style\";a:3:{s:51:\"section_gedung_testimonial_block_blockquote_setting\";a:5:{s:21:\"vertical_testi_detail\";i:1;s:44:\"typhography_blockquote_typography_typography\";i:1;s:43:\"typhography_blockquote_typography_font_size\";i:1;s:45:\"typhography_blockquote_typography_line_height\";i:1;s:28:\"typhography_blockquote_color\";i:1;}s:47:\"section_gedung_testimonial_block_author_setting\";a:5:{s:24:\"typhography_author_color\";i:1;s:16:\"author_img_color\";i:1;s:40:\"typhography_author_typography_typography\";i:1;s:39:\"typhography_author_typography_font_size\";i:1;s:41:\"typhography_author_typography_line_height\";i:1;}s:51:\"section_gedung_testimonial_block_author_job_setting\";a:1:{s:22:\"typhography_cite_color\";i:1;}}}}s:19:\"gedung-client-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:27:\"section_gedung_client_block\";a:2:{s:11:\"choose_type\";i:1;s:11:\"client_item\";i:1;}s:28:\"section_gedung_column_client\";a:5:{s:20:\"mobile_choose_column\";i:1;s:17:\"item_padding_size\";i:1;s:24:\"item_padding_size_tablet\";i:1;s:18:\"item_margin_bottom\";i:1;s:24:\"item_padding_size_mobile\";i:1;}s:31:\"section_gedung_carousel_options\";a:1:{s:10:\"column_gap\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:17:\"gedung-post-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:38:\"section_gedung_post_block_post_setting\";a:1:{s:14:\"posts_per_page\";i:1;}s:40:\"section_gedung_post_block_layout_setting\";a:1:{s:26:\"horizontal_col_select_col2\";i:1;}}s:5:\"style\";a:6:{s:48:\"section_gedung_post_block_category_style_setting\";a:1:{s:12:\"use_category\";i:1;}s:46:\"section_gedung_post_block_author_style_setting\";a:1:{s:10:\"use_author\";i:1;}s:44:\"section_gedung_post_block_date_style_setting\";a:1:{s:8:\"use_date\";i:1;}s:47:\"section_gedung_post_block_excerpt_style_setting\";a:1:{s:11:\"use_excerpt\";i:1;}s:45:\"section_gedung_post_block_title_style_setting\";a:3:{s:32:\"typography_post_title_typography\";i:1;s:31:\"typography_post_title_font_size\";i:1;s:23:\"typhography_title_color\";i:1;}s:48:\"section_gedung_post_block_readmore_style_setting\";a:5:{s:35:\"typhography_read_more_color_masonry\";i:1;s:38:\"typhography_read_more_bg_color_masonry\";i:1;s:25:\"read_more_title_hov_color\";i:1;s:38:\"typhography_read_more_bg_hover_masonry\";i:1;s:36:\"typography_post_read_more_typography\";i:1;}}s:8:\"advanced\";a:1:{s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:1;s:17:\"_background_color\";i:1;}}}}}'),(2632,654,'_elementor_css','a:5:{s:4:\"time\";i:1591283855;s:5:\"fonts\";a:3:{i:0;s:10:\"Montserrat\";i:1;s:4:\"Lato\";i:3;s:7:\"Raleway\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2633,654,'header_style_choice','alternative'),(2634,654,'_header_style_choice','field_58c7b9d20beeb'),(2642,656,'_wp_page_template','template/page-builder-template.php'),(2643,656,'_elementor_edit_mode','builder'),(2644,656,'_elementor_version','2.9.9'),(2645,656,'_elementor_data','[{\"id\":\"a585672\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c266d44\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c11fa77\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Qualifications\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_margin_bottom\":\"\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"2b4508f\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":8},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":15},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"af38339\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.<\\/p>\",\"color_text_block\":\"#666666\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":22},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"3ff7e63\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"width\":\"1200\",\"height\":\"800\",\"caption_horizontal\":{\"unit\":\"%\",\"size\":52},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":10,\"use_padding\":\"use\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"choose_column\":\"3\",\"filter_align\":\"center\",\"margin_bottom_tablet\":10,\"padding_size_tablet\":{\"unit\":\"px\",\"size\":10},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"typography_portfolio_title_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_portfolio_title_line_height\":{\"unit\":\"px\",\"size\":30},\"title_margin_bottom\":10,\"title_margin_bottom_tablet\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"typography_portfolio_category_line_height\":{\"unit\":\"px\",\"size\":22},\"filter_padding_size_mobile\":{\"unit\":\"px\",\"size\":20},\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"portfolio_pagination_type\":\"portfolio_pagination_infinite\",\"load_style\":\"style-3\",\"load_style2_bg_hov_color\":\"#f7c51e\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4534fa0\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"e36a2d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40207fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rigging\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f1501b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"72fb049\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">When you have machinery that needs to be relocated, lifted or installed, call on the company with<\\/span>\\u00a0<span style=\\\"font-weight: 400;\\\">rigging and <\\/span><span style=\\\"font-weight: 400;\\\">machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">expertise. ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. <\\/span><span style=\\\"font-weight: 400;\\\">professionals have the experience and innovative solutions to solve the most complex problems. Plus, we\\u2019ll <\\/span><span style=\\\"font-weight: 400;\\\">keep our focus on safety, timelines and budget. We rig, move and set equipment every day \\u2013 it\\u2019s the only work we do! Contact us and learn why some of the biggest companies in the U.S. rely on us for all of their moves.\\u00a0\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fcdad8d\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"f0b7eda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c4c8843\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rigging, Machinery Moving & Installation\\n\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1551c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7608e48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Rigging and m<\\/span><span style=\\\"font-weight: 400;\\\">oving machinery <\\/span><span style=\\\"font-weight: 400;\\\">requires a unique set of skills. And this is exactly what we focus on. We\\u2019ll develop a plan, timeline and engage<\\/span>\\u00a0<span style=\\\"font-weight: 400;\\\">a <\\/span><span style=\\\"font-weight: 400;\\\">skilled team and essential equipment to get the job done smoothly. When large equipment must fit into tight spaces, we have the expertise and foresight to identify potential challenges and we develop a process to ensure success with minimal complications. From data centers, to healthcare facilities, public buildings, manufacturing facilities and beyond, we have the innovative solutions, equipment and certified talent to get the job done.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce883c7\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"ab27ddb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb5b411\",\"elType\":\"widget\",\"settings\":{\"title\":\"Heavy Lifting & Erecting\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65359a4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5e1345a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">A thorough analysis and detailed plan of action are a \\u201cmust\\u201d when lifting and erecting large equipment. Our <\\/span><span style=\\\"font-weight: 400;\\\">team <\\/span><span style=\\\"font-weight: 400;\\\">develop<\\/span><span style=\\\"font-weight: 400;\\\">s<\\/span><span style=\\\"font-weight: 400;\\\"> the solutions to overcome space and time challenges. Then, <\\/span><span style=\\\"font-weight: 400;\\\">planning turns into action, and our <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers <\\/span><span style=\\\"font-weight: 400;\\\">team executes every detail in a professional manner to ensure the project is done right the first time, safely and efficiently.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0ff355\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"a2be008\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"18ea389\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hauling & Jobsite Delivery\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3cc63b0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"42160cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our team engages the right vehicles to deliver your equipment safely to your destination across the U.S.\\u00a0<\\/span><\\/p><ul><li><span style=\\\"font-weight: 400;\\\">VEHICLES:<\\/span><ul><li><span style=\\\"font-weight: 400;\\\">Flatbeds<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Step Decks<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Double Drops \\u2013 Expandable & RGNs<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Tilt Beds - Trailers<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Straight Trucks \\u2013 12\\u2019 to 24\\u2019<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Vans \\u2013 48-53 Logistics<\\/span><\\/li><\\/ul><\\/li><\\/ul><p>\\u00a0<\\/p><ul><li>OTHER SERVICES WE PROVIDE:<ul><li><span style=\\\"font-weight: 400;\\\">Over Dimensional Loads<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Heavy Hauling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">LTL (Less than truckload)<\\/span><\\/li><\\/ul><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"82ab355\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"0d8dd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"30e6f57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Storage & Preservation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a04d14\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4fc24fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our <\\/span><span style=\\\"font-weight: 400;\\\">warehouse provides great value for customers because it allows us to receive equipment from across the country to be assembled in one location, then moved to the final destination. Our facility is centrally located and provides indoor and outdoor storage space. The warehouse is heated, under video surveillance and is equipped with fire alarms, docks, <\\/span><span style=\\\"font-weight: 400;\\\">and ground doors. The outside storage area is fenced, locked and under video surveillance. Allowing quick, easy access to Chicago and the suburbs, we\\u2019re located near O\\u2019Hare Airport<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddf392d\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"2178868\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6893612\",\"elType\":\"widget\",\"settings\":{\"title\":\"Plant Relocation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bd8124\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"372fde6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Moving a plant involves precision planning, access to the best equipment and talent and flexibility to quickly adjust to any changes. We start with a consultation to fully understand the customer\\u2019s goals, along with the current and future facilities. Then, we develop a detailed plan of action to ensure every aspect of the move is thoroughly outlined and then implemented in the most efficient and cost-effective manner. From small to large size plants, we have the experience to implement the move quickly and safely.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">\\u00a0Unlike other moving contractors, our comprehensive proposals include costs for rigging, moving, electrical, piping, mechanical, millwright work, transportation and storage.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our moving services include:<\\/span><\\/p><ul><li><span style=\\\"font-weight: 400;\\\">Lay out floors of new location<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Dismantling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Moving of common stock inventory<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Hauling\\/transportation<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Assembling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Alignment<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Leveling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Anchoring<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Grouting<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Fabrication\\/modification as requested<\\/span><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a0aef0b\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"dba8281\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"05f84cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Millwright Services\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"98d9428\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4927f9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our Millwrights are highly skilled at executing <\\/span><span style=\\\"font-weight: 400;\\\">another <\\/span><span style=\\\"font-weight: 400;\\\">type of <\\/span><span style=\\\"font-weight: 400;\\\">operation <\\/span><span style=\\\"font-weight: 400;\\\">from layout, dismantling, <\\/span><span style=\\\"font-weight: 400;\\\">installing, assembling, leveling, anchoring, grouting and fabricating<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span> <span style=\\\"font-weight: 400;\\\">Our team will help your business avoid downtime and keep all aspects of your operation running smoothly.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"412bebc\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"ead261f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"06edbd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consultation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f22ef8\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"093c704\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our team of <\\/span><span style=\\\"font-weight: 400;\\\">professionals <\\/span><span style=\\\"font-weight: 400;\\\">provides us with the talent necessary to analyze and advise on any potential lifting or rigging challenge that you have. It takes years of experience with large and small projects, plus a dedication to continually learning the industry trends and new technologies to enable an individual to comprehend and plan for the many details involved in complex projects. These are the people we hire at ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc<\\/span><span style=\\\"font-weight: 400;\\\">. <\\/span><span style=\\\"font-weight: 400;\\\">T<\\/span><span style=\\\"font-weight: 400;\\\">hese are the people you can depend on for complete project management<\\/span><span style=\\\"font-weight: 400;\\\">, <\\/span><span style=\\\"font-weight: 400;\\\">or consultation on the best process and resources for the job.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cfa5bf9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"10b935a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"89aca30\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0873ffb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3f0a453c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#2B4D7B\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6900af55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.710999999999999,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2433e0fb\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Do you looking for interior design expertise?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":35},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":31},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"4ef8c81b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.289000000000001,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6296e83\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"right\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2646,656,'_elementor_template_type','wp-post'),(2649,657,'_wp_page_template','template/page-builder-template.php'),(2650,657,'_elementor_edit_mode','builder'),(2651,657,'_elementor_version','2.9.9'),(2652,657,'_elementor_data','[{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d32eeb6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"abb4b14\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"678b311\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise directs every situation.\\u00a0 We can quickly understand and<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"125d632\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"16a3ea3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"557682a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"58da883\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4bfd808\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d486a89\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"89e5c68\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"74a2e65\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"2e97bfa\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ff6e3d4\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"422c0c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"d806c09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6a680d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1df7366\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"503b817\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef81faf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"3973e79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f7691\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c952bb5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d06c5c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43f5b98\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"6a71908\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0476005\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f5e9bd3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8e9772f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ul><li><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Ted Bianchi <\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Jeremy <\\/span><span style=\\\"font-weight: 400;\\\">Bianchi<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Sean Gibbons <\\/span><\\/li><\\/ul>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7005acd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"b0822e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17fc8fa\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"06d5df4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17a24f6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"14cbafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0b17af3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f0c181e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"24b7249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"66fd030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2d587c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Our Experts\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1dba5fa\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>Duis vel erat quis justo vehicula vulputate sit amet nec nisi. Fusce a venenatis arcu.<\\/p>\",\"text_block_align\":\"center\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"e3f2eb8\",\"elType\":\"widget\",\"settings\":{\"team_grid_style\":\"team_grid_style2\",\"team_item\":[{\"text\":\"Team Item #1\",\"_id\":\"e748d87\",\"team_name\":\"Valgus Anderson\",\"team_job\":\"Architect\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-3.jpg\",\"id\":37},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Team Item #2\",\"_id\":\"25c06dc\",\"team_name\":\"David Duncan\",\"team_job\":\"Project Engineer\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-4s.jpg\",\"id\":38},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Team Item #3\",\"_id\":\"522fa65\",\"team_name\":\"Russel Santos\",\"team_job\":\"Building Surveyor\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-1.jpg\",\"id\":35},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"team_name\":\"Edward Sanders\",\"team_job\":\"Project Engineer\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-2s.jpg\",\"id\":36},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"41b6739\"}],\"choose_column\":\"4\",\"team_inner_bg\":\"rgba(0,0,0,0.78)\",\"team_name_typography_typography\":\"custom\",\"team_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"team_job_typography_typography\":\"custom\",\"team_job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"team_job_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"gedung-team-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"What our Customer says?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"67cdb5f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p class=\\\"subtitle\\\">Don\'t take just our words. Hear what our Customers say.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"text_block_align\":\"center\",\"color_text_block\":\"#666666\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Once you\\u2019ve worked with them, when the next project comes around you just pick up the phone and call them without a second thought.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"We would have no hesitation recommending you to any further customers that you have that may require a reference to the quality of your workmanship.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"989fdd5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5cb631a\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"text\":\"Client Item #2\",\"_id\":\"dcc834e\",\"client_author\":\"Masator\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-02.png\",\"id\":30},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Narosha\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-03.png\",\"id\":31},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ce9a13f\"},{\"text\":\"Client Item #1\",\"_id\":\"bd866ad\",\"client_author\":\"Quare\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-01.png\",\"id\":29},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Electrend.\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-07.png\",\"id\":33},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d47a8ba\"},{\"client_author\":\"Qoloform\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-10.png\",\"id\":34},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d05e2ee\"},{\"client_author\":\"BataStock\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-05.png\",\"id\":32},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"fbd34bb\"}],\"mobile_choose_column\":\"mobile-column-3\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":50,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":8}},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2653,657,'_elementor_template_type','wp-post'),(2654,657,'_elementor_css','a:5:{s:4:\"time\";i:1591280586;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2657,658,'_wp_page_template','template/page-builder-template.php'),(2658,658,'_elementor_edit_mode','builder'),(2659,658,'_elementor_data','[{\"id\":\"14ac8cfb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1100},\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"34b0aca4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"29\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ca165c\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Contact Us\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1280863b\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"%\",\"size\":8},\"gap\":{\"unit\":\"px\",\"size\":2},\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"206c533e\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>\\\"For more information about ARS Contracting, Inc. or any other inquiry, please call us at the number below or complete our form and we will get back to you quickly.\\\"<\\/p>\",\"color_text_block\":\"#666666\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"cacf3f5\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-phone\",\"title_text\":\"Phone\",\"description_text\":\"<a href=\\\"tel:1-800-358-8444\\\">1-800-358-8444<\\/a>\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_css_classes\":\"icon-hide\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"2917819\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-envelope\",\"title_text\":\"Email\",\"description_text\":\"<a href=\\\"mailto:sales@arscontracting.com\\\">sales@arscontracting.com<\\/a>\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_css_classes\":\"icon-hide\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"e4ea813\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-map-marker\",\"title_text\":\"Address\",\"description_text\":\"<ul>\\n<li>WAREHOUSE: 3333 Mt Prospect Rd, Franklin Park IL 60131<\\/li>\\n<li>OFFICE: 2015A US Route 34, Suite 3, Oswego IL 60543<\\/li>\\n<li>MAILING ADDRESS: 9540 S Carls Dr, Plainfield IL 60585<\\/li>\\n<\\/ul>\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_css_classes\":\"icon-hide\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"3bbbfba\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-envelope\",\"title_text\":\"Fax\",\"description_text\":\"630-364-5778\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_css_classes\":\"icon-hide\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"217fc52\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-map-marker\",\"title_text\":\"Hours\",\"description_text\":\"<ul>\\n<li>OFFICE: 8:00 AM to 4:30 PM US Central Time<\\/li>\\n<li>SERVICE: 24 hours a day\\/7 days per week<\\/li>\\n<\\/ul>\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_css_classes\":\"icon-hide\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"43858dc5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#aaaaaa\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0,0,0,0.5)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2648983c\",\"elType\":\"widget\",\"settings\":{\"form_select\":\"261\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-contact-form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67f2cbaf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d5629c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7154645\",\"elType\":\"widget\",\"settings\":{\"address\":\"WAREHOUSE: 3333 Mt Prospect Rd, Franklin Park IL 60131\",\"height\":{\"unit\":\"px\",\"size\":480},\"zoom\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(2660,658,'_elementor_version','2.9.9'),(2661,658,'_elementor_template_type','wp-post'),(2662,658,'_elementor_css','a:5:{s:4:\"time\";i:1591282727;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2665,659,'_wp_page_template','template/page-builder-template.php'),(2666,659,'_elementor_edit_mode','builder'),(2667,659,'_elementor_data','[{\"id\":\"14ac8cfb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1100},\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"34b0aca4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"29\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ca165c\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Contact Us\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1280863b\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"%\",\"size\":8},\"gap\":{\"unit\":\"px\",\"size\":2},\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"206c533e\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>\\\"For more information about ARS Contracting, Inc. or any other inquiry, please call us at the number below or complete our form and we will get back to you quickly.\\\"<\\/p>\",\"color_text_block\":\"#666666\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"cacf3f5\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-phone\",\"title_text\":\"Phone\",\"description_text\":\"<a href=\\\"tel:1-800-358-8444\\\">1-800-358-8444<\\/a>\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_css_classes\":\"icon-hide\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"2917819\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-envelope\",\"title_text\":\"Email\",\"description_text\":\"<a href=\\\"mailto:sales@arscontracting.com\\\">sales@arscontracting.com<\\/a>\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_css_classes\":\"icon-hide\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"e4ea813\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-map-marker\",\"title_text\":\"Address\",\"description_text\":\"<ul>\\n<li>WAREHOUSE: 3333 Mt Prospect Rd, Franklin Park IL 60131<\\/li>\\n<li>OFFICE: 2015A US Route 34, Suite 3, Oswego IL 60543<\\/li>\\n<li>MAILING ADDRESS: 9540 S Carls Dr, Plainfield IL 60585<\\/li>\\n<\\/ul>\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_css_classes\":\"icon-hide\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"3bbbfba\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-envelope\",\"title_text\":\"Fax\",\"description_text\":\"630-364-5778\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_css_classes\":\"icon-hide\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"217fc52\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-map-marker\",\"title_text\":\"Hours\",\"description_text\":\"<ul>\\n<li>OFFICE: 8:00 AM to 4:30 PM US Central Time<\\/li>\\n<li>SERVICE: 24 hours a day\\/7 days per week<\\/li>\\n<\\/ul>\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_css_classes\":\"icon-hide\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"43858dc5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#aaaaaa\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0,0,0,0.5)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2648983c\",\"elType\":\"widget\",\"settings\":{\"form_select\":\"261\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-contact-form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67f2cbaf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d5629c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7154645\",\"elType\":\"widget\",\"settings\":{\"address\":\"WAREHOUSE: 3333 Mt Prospect Rd, Franklin Park IL 60131\",\"height\":{\"unit\":\"px\",\"size\":480},\"zoom\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(2668,659,'_elementor_version','2.9.9'),(2669,659,'_elementor_template_type','wp-post'),(2670,659,'_elementor_css','a:5:{s:4:\"time\";i:1593687000;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2673,660,'_wp_page_template','template/page-builder-template.php'),(2674,660,'_elementor_edit_mode','builder'),(2675,660,'_elementor_data','[{\"id\":\"14ac8cfb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1100},\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"34b0aca4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"29\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ca165c\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Contact Us\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1280863b\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"%\",\"size\":8},\"gap\":{\"unit\":\"px\",\"size\":2},\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"206c533e\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>\\\"For more information about ARS Contracting, Inc. or any other inquiry, please call us at the number below or complete our form and we will get back to you quickly.\\\"<\\/p>\",\"color_text_block\":\"#666666\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"cacf3f5\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-phone\",\"title_text\":\"Phone\",\"description_text\":\"<a href=\\\"tel:1-800-358-8444\\\">1-800-358-8444<\\/a>\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_css_classes\":\"icon-hide\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"2917819\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-envelope\",\"title_text\":\"Email\",\"description_text\":\"<a href=\\\"mailto:sales@arscontracting.com\\\">sales@arscontracting.com<\\/a>\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_css_classes\":\"icon-hide\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"e4ea813\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-map-marker\",\"title_text\":\"Address\",\"description_text\":\"<ul>\\n<li>WAREHOUSE: 3333 Mt Prospect Rd, Franklin Park IL 60131<\\/li>\\n<li>OFFICE: 2015A US Route 34, Suite 3, Oswego IL 60543<\\/li>\\n<li>MAILING ADDRESS: 9540 S Carls Dr, Plainfield IL 60585<\\/li>\\n<\\/ul>\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_css_classes\":\"icon-hide\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"3bbbfba\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-envelope\",\"title_text\":\"Fax\",\"description_text\":\"630-364-5778\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_css_classes\":\"icon-hide\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"217fc52\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-map-marker\",\"title_text\":\"Hours\",\"description_text\":\"<ul>\\n<li>OFFICE: 8:00 AM to 4:30 PM US Central Time<\\/li>\\n<li>SERVICE: 24 hours a day\\/7 days per week<\\/li>\\n<\\/ul>\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_css_classes\":\"icon-hide\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"43858dc5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#aaaaaa\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0,0,0,0.5)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2648983c\",\"elType\":\"widget\",\"settings\":{\"form_select\":\"261\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-contact-form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67f2cbaf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d5629c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7154645\",\"elType\":\"widget\",\"settings\":{\"address\":\"WAREHOUSE: 3333 Mt Prospect Rd, Franklin Park IL 60131\",\"height\":{\"unit\":\"px\",\"size\":480},\"zoom\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(2676,660,'_elementor_version','2.9.9'),(2677,660,'_elementor_template_type','wp-post'),(2678,660,'_elementor_css','a:5:{s:4:\"time\";i:1593687042;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2696,663,'_wp_attached_file','2020/07/dfd.jpg'),(2697,663,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:295;s:6:\"height\";i:443;s:4:\"file\";s:15:\"2020/07/dfd.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"dfd-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"dfd-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:14:\"dfd-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(2699,664,'_wp_page_template','template/page-builder-template.php'),(2700,664,'_elementor_edit_mode','builder'),(2701,664,'_elementor_version','2.9.9'),(2702,664,'_elementor_data','[{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\",\"structure\":\"20\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3150906\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd.jpg\",\"id\":663}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"956a3d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"493af80\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"47ce193\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e4ae49d\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise directs every situation.\\u00a0 We can quickly understand and<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"125d632\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"16a3ea3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"557682a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"58da883\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4bfd808\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d486a89\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"89e5c68\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"74a2e65\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"2e97bfa\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ff6e3d4\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"422c0c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"d806c09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6a680d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1df7366\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"503b817\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef81faf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"3973e79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f7691\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c952bb5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d06c5c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43f5b98\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"6a71908\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0476005\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f5e9bd3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8e9772f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ul><li><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Ted Bianchi <\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Jeremy <\\/span><span style=\\\"font-weight: 400;\\\">Bianchi<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Sean Gibbons <\\/span><\\/li><\\/ul>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7005acd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"b0822e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17fc8fa\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"06d5df4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17a24f6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"14cbafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0b17af3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f0c181e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"24b7249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"66fd030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2d587c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Our Experts\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1dba5fa\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>Duis vel erat quis justo vehicula vulputate sit amet nec nisi. Fusce a venenatis arcu.<\\/p>\",\"text_block_align\":\"center\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"e3f2eb8\",\"elType\":\"widget\",\"settings\":{\"team_grid_style\":\"team_grid_style2\",\"team_item\":[{\"text\":\"Team Item #1\",\"_id\":\"e748d87\",\"team_name\":\"Valgus Anderson\",\"team_job\":\"Architect\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-3.jpg\",\"id\":37},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Team Item #2\",\"_id\":\"25c06dc\",\"team_name\":\"David Duncan\",\"team_job\":\"Project Engineer\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-4s.jpg\",\"id\":38},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Team Item #3\",\"_id\":\"522fa65\",\"team_name\":\"Russel Santos\",\"team_job\":\"Building Surveyor\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-1.jpg\",\"id\":35},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"team_name\":\"Edward Sanders\",\"team_job\":\"Project Engineer\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-2s.jpg\",\"id\":36},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"41b6739\"}],\"choose_column\":\"4\",\"team_inner_bg\":\"rgba(0,0,0,0.78)\",\"team_name_typography_typography\":\"custom\",\"team_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"team_job_typography_typography\":\"custom\",\"team_job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"team_job_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"gedung-team-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"What our Customer says?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"67cdb5f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p class=\\\"subtitle\\\">Don\'t take just our words. Hear what our Customers say.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"text_block_align\":\"center\",\"color_text_block\":\"#666666\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Once you\\u2019ve worked with them, when the next project comes around you just pick up the phone and call them without a second thought.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"We would have no hesitation recommending you to any further customers that you have that may require a reference to the quality of your workmanship.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"989fdd5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5cb631a\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"text\":\"Client Item #2\",\"_id\":\"dcc834e\",\"client_author\":\"Masator\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-02.png\",\"id\":30},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Narosha\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-03.png\",\"id\":31},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ce9a13f\"},{\"text\":\"Client Item #1\",\"_id\":\"bd866ad\",\"client_author\":\"Quare\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-01.png\",\"id\":29},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Electrend.\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-07.png\",\"id\":33},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d47a8ba\"},{\"client_author\":\"Qoloform\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-10.png\",\"id\":34},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d05e2ee\"},{\"client_author\":\"BataStock\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-05.png\",\"id\":32},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"fbd34bb\"}],\"mobile_choose_column\":\"mobile-column-3\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":50,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":8}},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2703,664,'_elementor_template_type','wp-post'),(2704,664,'_elementor_css','a:5:{s:4:\"time\";i:1593688615;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2707,665,'_wp_page_template','template/page-builder-template.php'),(2708,665,'_elementor_edit_mode','builder'),(2709,665,'_elementor_version','2.9.9'),(2710,665,'_elementor_data','[{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\",\"structure\":\"20\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"493af80\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"47ce193\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3150906\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd.jpg\",\"id\":663}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"956a3d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e4ae49d\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise directs every situation.\\u00a0 We can quickly understand and<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"125d632\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"16a3ea3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"557682a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"58da883\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4bfd808\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d486a89\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"89e5c68\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"74a2e65\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"2e97bfa\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ff6e3d4\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"422c0c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"d806c09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6a680d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1df7366\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"503b817\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef81faf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"3973e79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f7691\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c952bb5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d06c5c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43f5b98\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"6a71908\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0476005\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f5e9bd3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8e9772f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ul><li><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Ted Bianchi <\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Jeremy <\\/span><span style=\\\"font-weight: 400;\\\">Bianchi<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Sean Gibbons <\\/span><\\/li><\\/ul>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7005acd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"b0822e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17fc8fa\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"06d5df4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17a24f6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"14cbafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0b17af3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f0c181e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"24b7249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"66fd030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2d587c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Our Experts\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1dba5fa\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>Duis vel erat quis justo vehicula vulputate sit amet nec nisi. Fusce a venenatis arcu.<\\/p>\",\"text_block_align\":\"center\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"e3f2eb8\",\"elType\":\"widget\",\"settings\":{\"team_grid_style\":\"team_grid_style2\",\"team_item\":[{\"text\":\"Team Item #1\",\"_id\":\"e748d87\",\"team_name\":\"Valgus Anderson\",\"team_job\":\"Architect\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-3.jpg\",\"id\":37},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Team Item #2\",\"_id\":\"25c06dc\",\"team_name\":\"David Duncan\",\"team_job\":\"Project Engineer\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-4s.jpg\",\"id\":38},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Team Item #3\",\"_id\":\"522fa65\",\"team_name\":\"Russel Santos\",\"team_job\":\"Building Surveyor\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-1.jpg\",\"id\":35},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"team_name\":\"Edward Sanders\",\"team_job\":\"Project Engineer\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-2s.jpg\",\"id\":36},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"41b6739\"}],\"choose_column\":\"4\",\"team_inner_bg\":\"rgba(0,0,0,0.78)\",\"team_name_typography_typography\":\"custom\",\"team_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"team_job_typography_typography\":\"custom\",\"team_job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"team_job_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"gedung-team-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"What our Customer says?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"67cdb5f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p class=\\\"subtitle\\\">Don\'t take just our words. Hear what our Customers say.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"text_block_align\":\"center\",\"color_text_block\":\"#666666\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Once you\\u2019ve worked with them, when the next project comes around you just pick up the phone and call them without a second thought.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"We would have no hesitation recommending you to any further customers that you have that may require a reference to the quality of your workmanship.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"989fdd5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5cb631a\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"text\":\"Client Item #2\",\"_id\":\"dcc834e\",\"client_author\":\"Masator\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-02.png\",\"id\":30},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Narosha\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-03.png\",\"id\":31},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ce9a13f\"},{\"text\":\"Client Item #1\",\"_id\":\"bd866ad\",\"client_author\":\"Quare\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-01.png\",\"id\":29},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Electrend.\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-07.png\",\"id\":33},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d47a8ba\"},{\"client_author\":\"Qoloform\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-10.png\",\"id\":34},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d05e2ee\"},{\"client_author\":\"BataStock\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-05.png\",\"id\":32},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"fbd34bb\"}],\"mobile_choose_column\":\"mobile-column-3\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":50,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":8}},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2711,665,'_elementor_template_type','wp-post'),(2712,665,'_elementor_css','a:5:{s:4:\"time\";i:1593688629;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2722,667,'_wp_page_template','template/page-builder-template.php'),(2723,667,'_elementor_edit_mode','builder'),(2724,667,'_elementor_version','2.9.9'),(2725,667,'_elementor_data','[{\"id\":\"7673b2a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"40f6e83\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d01e9c6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3693055\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.768000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3150906\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd.jpg\",\"id\":663}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"956a3d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.215000000000003,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e4ae49d\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise directs every situation.\\u00a0 We can quickly understand and<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"125d632\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"16a3ea3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"557682a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"58da883\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4bfd808\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d486a89\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"89e5c68\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"74a2e65\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"2e97bfa\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ff6e3d4\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"422c0c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"d806c09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6a680d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1df7366\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"503b817\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef81faf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"3973e79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f7691\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c952bb5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d06c5c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43f5b98\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"6a71908\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0476005\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f5e9bd3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8e9772f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ul><li><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Ted Bianchi <\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Jeremy <\\/span><span style=\\\"font-weight: 400;\\\">Bianchi<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Sean Gibbons <\\/span><\\/li><\\/ul>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7005acd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"b0822e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17fc8fa\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"06d5df4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17a24f6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"14cbafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0b17af3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f0c181e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"24b7249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"66fd030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2d587c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Our Experts\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1dba5fa\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>Duis vel erat quis justo vehicula vulputate sit amet nec nisi. Fusce a venenatis arcu.<\\/p>\",\"text_block_align\":\"center\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"e3f2eb8\",\"elType\":\"widget\",\"settings\":{\"team_grid_style\":\"team_grid_style2\",\"team_item\":[{\"text\":\"Team Item #1\",\"_id\":\"e748d87\",\"team_name\":\"Valgus Anderson\",\"team_job\":\"Architect\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-3.jpg\",\"id\":37},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Team Item #2\",\"_id\":\"25c06dc\",\"team_name\":\"David Duncan\",\"team_job\":\"Project Engineer\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-4s.jpg\",\"id\":38},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Team Item #3\",\"_id\":\"522fa65\",\"team_name\":\"Russel Santos\",\"team_job\":\"Building Surveyor\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-1.jpg\",\"id\":35},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"team_name\":\"Edward Sanders\",\"team_job\":\"Project Engineer\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-2s.jpg\",\"id\":36},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"41b6739\"}],\"choose_column\":\"4\",\"team_inner_bg\":\"rgba(0,0,0,0.78)\",\"team_name_typography_typography\":\"custom\",\"team_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"team_job_typography_typography\":\"custom\",\"team_job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"team_job_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"gedung-team-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"What our Customer says?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"67cdb5f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p class=\\\"subtitle\\\">Don\'t take just our words. Hear what our Customers say.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"text_block_align\":\"center\",\"color_text_block\":\"#666666\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Once you\\u2019ve worked with them, when the next project comes around you just pick up the phone and call them without a second thought.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"We would have no hesitation recommending you to any further customers that you have that may require a reference to the quality of your workmanship.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"989fdd5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5cb631a\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"text\":\"Client Item #2\",\"_id\":\"dcc834e\",\"client_author\":\"Masator\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-02.png\",\"id\":30},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Narosha\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-03.png\",\"id\":31},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ce9a13f\"},{\"text\":\"Client Item #1\",\"_id\":\"bd866ad\",\"client_author\":\"Quare\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-01.png\",\"id\":29},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Electrend.\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-07.png\",\"id\":33},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d47a8ba\"},{\"client_author\":\"Qoloform\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-10.png\",\"id\":34},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d05e2ee\"},{\"client_author\":\"BataStock\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-05.png\",\"id\":32},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"fbd34bb\"}],\"mobile_choose_column\":\"mobile-column-3\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":50,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":8}},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2726,667,'_elementor_template_type','wp-post'),(2729,668,'_wp_page_template','template/page-builder-template.php'),(2730,668,'_elementor_edit_mode','builder'),(2731,668,'_elementor_version','2.9.9'),(2732,668,'_elementor_data','[{\"id\":\"7673b2a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40f6e83\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d01e9c6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3693055\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.768000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3150906\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd.jpg\",\"id\":663}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"956a3d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.215000000000003,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e4ae49d\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise directs every situation.\\u00a0 We can quickly understand and<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"125d632\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"16a3ea3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"557682a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"58da883\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4bfd808\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d486a89\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"89e5c68\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"74a2e65\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"2e97bfa\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ff6e3d4\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"422c0c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"d806c09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6a680d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1df7366\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"503b817\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef81faf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"3973e79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f7691\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c952bb5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d06c5c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43f5b98\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"6a71908\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0476005\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f5e9bd3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8e9772f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ul><li><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Ted Bianchi <\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Jeremy <\\/span><span style=\\\"font-weight: 400;\\\">Bianchi<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Sean Gibbons <\\/span><\\/li><\\/ul>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7005acd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"b0822e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17fc8fa\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"06d5df4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17a24f6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"14cbafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0b17af3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f0c181e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"24b7249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"66fd030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2d587c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Our Experts\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1dba5fa\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>Duis vel erat quis justo vehicula vulputate sit amet nec nisi. Fusce a venenatis arcu.<\\/p>\",\"text_block_align\":\"center\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"e3f2eb8\",\"elType\":\"widget\",\"settings\":{\"team_grid_style\":\"team_grid_style2\",\"team_item\":[{\"text\":\"Team Item #1\",\"_id\":\"e748d87\",\"team_name\":\"Valgus Anderson\",\"team_job\":\"Architect\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-3.jpg\",\"id\":37},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Team Item #2\",\"_id\":\"25c06dc\",\"team_name\":\"David Duncan\",\"team_job\":\"Project Engineer\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-4s.jpg\",\"id\":38},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Team Item #3\",\"_id\":\"522fa65\",\"team_name\":\"Russel Santos\",\"team_job\":\"Building Surveyor\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-1.jpg\",\"id\":35},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"team_name\":\"Edward Sanders\",\"team_job\":\"Project Engineer\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-2s.jpg\",\"id\":36},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"41b6739\"}],\"choose_column\":\"4\",\"team_inner_bg\":\"rgba(0,0,0,0.78)\",\"team_name_typography_typography\":\"custom\",\"team_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"team_job_typography_typography\":\"custom\",\"team_job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"team_job_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"gedung-team-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"What our Customer says?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"67cdb5f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p class=\\\"subtitle\\\">Don\'t take just our words. Hear what our Customers say.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"text_block_align\":\"center\",\"color_text_block\":\"#666666\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Once you\\u2019ve worked with them, when the next project comes around you just pick up the phone and call them without a second thought.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"We would have no hesitation recommending you to any further customers that you have that may require a reference to the quality of your workmanship.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"989fdd5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5cb631a\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"text\":\"Client Item #2\",\"_id\":\"dcc834e\",\"client_author\":\"Masator\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-02.png\",\"id\":30},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Narosha\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-03.png\",\"id\":31},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ce9a13f\"},{\"text\":\"Client Item #1\",\"_id\":\"bd866ad\",\"client_author\":\"Quare\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-01.png\",\"id\":29},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Electrend.\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-07.png\",\"id\":33},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d47a8ba\"},{\"client_author\":\"Qoloform\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-10.png\",\"id\":34},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d05e2ee\"},{\"client_author\":\"BataStock\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-05.png\",\"id\":32},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"fbd34bb\"}],\"mobile_choose_column\":\"mobile-column-3\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":50,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":8}},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2733,668,'_elementor_template_type','wp-post'),(2734,668,'_elementor_css','a:5:{s:4:\"time\";i:1593689374;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2744,670,'_wp_page_template','template/page-builder-template.php'),(2745,670,'_elementor_edit_mode','builder'),(2746,670,'_elementor_version','2.9.9'),(2747,670,'_elementor_data','[{\"id\":\"7673b2a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40f6e83\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d01e9c6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3693055\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3150906\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd.jpg\",\"id\":663},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"956a3d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e4ae49d\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise directs every situation.\\u00a0 We can quickly understand and<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"125d632\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"16a3ea3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"557682a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"58da883\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4bfd808\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d486a89\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"89e5c68\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"74a2e65\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"2e97bfa\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ff6e3d4\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"422c0c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"d806c09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6a680d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1df7366\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"503b817\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef81faf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"3973e79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f7691\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c952bb5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d06c5c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43f5b98\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"6a71908\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0476005\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f5e9bd3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8e9772f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ul><li><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Ted Bianchi <\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Jeremy <\\/span><span style=\\\"font-weight: 400;\\\">Bianchi<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Sean Gibbons <\\/span><\\/li><\\/ul>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7005acd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"b0822e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17fc8fa\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"06d5df4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17a24f6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"14cbafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0b17af3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f0c181e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"24b7249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"66fd030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2d587c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Our Experts\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1dba5fa\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>Duis vel erat quis justo vehicula vulputate sit amet nec nisi. Fusce a venenatis arcu.<\\/p>\",\"text_block_align\":\"center\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"e3f2eb8\",\"elType\":\"widget\",\"settings\":{\"team_grid_style\":\"team_grid_style2\",\"team_item\":[{\"text\":\"Team Item #1\",\"_id\":\"e748d87\",\"team_name\":\"Valgus Anderson\",\"team_job\":\"Architect\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-3.jpg\",\"id\":37},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Team Item #2\",\"_id\":\"25c06dc\",\"team_name\":\"David Duncan\",\"team_job\":\"Project Engineer\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-4s.jpg\",\"id\":38},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Team Item #3\",\"_id\":\"522fa65\",\"team_name\":\"Russel Santos\",\"team_job\":\"Building Surveyor\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-1.jpg\",\"id\":35},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"team_name\":\"Edward Sanders\",\"team_job\":\"Project Engineer\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-2s.jpg\",\"id\":36},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"41b6739\"}],\"choose_column\":\"4\",\"team_inner_bg\":\"rgba(0,0,0,0.78)\",\"team_name_typography_typography\":\"custom\",\"team_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"team_job_typography_typography\":\"custom\",\"team_job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"team_job_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"gedung-team-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"What our Customer says?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"67cdb5f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p class=\\\"subtitle\\\">Don\'t take just our words. Hear what our Customers say.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"text_block_align\":\"center\",\"color_text_block\":\"#666666\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Once you\\u2019ve worked with them, when the next project comes around you just pick up the phone and call them without a second thought.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"We would have no hesitation recommending you to any further customers that you have that may require a reference to the quality of your workmanship.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"989fdd5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5cb631a\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"text\":\"Client Item #2\",\"_id\":\"dcc834e\",\"client_author\":\"Masator\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-02.png\",\"id\":30},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Narosha\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-03.png\",\"id\":31},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ce9a13f\"},{\"text\":\"Client Item #1\",\"_id\":\"bd866ad\",\"client_author\":\"Quare\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-01.png\",\"id\":29},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Electrend.\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-07.png\",\"id\":33},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d47a8ba\"},{\"client_author\":\"Qoloform\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-10.png\",\"id\":34},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d05e2ee\"},{\"client_author\":\"BataStock\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-05.png\",\"id\":32},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"fbd34bb\"}],\"mobile_choose_column\":\"mobile-column-3\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":50,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":8}},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2748,670,'_elementor_template_type','wp-post'),(2756,672,'_wp_attached_file','2020/07/dfd2.jpg'),(2757,672,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:353;s:6:\"height\";i:530;s:4:\"file\";s:16:\"2020/07/dfd2.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"dfd2-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"dfd2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:15:\"dfd2-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(2758,673,'_wp_page_template','template/page-builder-template.php'),(2759,673,'_elementor_edit_mode','builder'),(2760,673,'_elementor_version','2.9.9'),(2761,673,'_elementor_data','[{\"id\":\"7673b2a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40f6e83\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d01e9c6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3693055\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3150906\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd.jpg\",\"id\":663},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"956a3d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e4ae49d\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise directs every situation.\\u00a0 We can quickly understand and<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d0d1f44\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cbb1174\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1436938\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3ff4780\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f3d4169\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"20230aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.025000000000006,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c5e8450\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"0b5824c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.957999999999998,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"487cb33\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd2.jpg\",\"id\":672},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"125d632\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"16a3ea3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"557682a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"58da883\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4bfd808\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d486a89\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"89e5c68\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"74a2e65\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"2e97bfa\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ff6e3d4\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"422c0c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"d806c09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6a680d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1df7366\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"503b817\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef81faf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"3973e79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f7691\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c952bb5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d06c5c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43f5b98\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"6a71908\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0476005\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f5e9bd3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8e9772f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ul><li><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Ted Bianchi <\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Jeremy <\\/span><span style=\\\"font-weight: 400;\\\">Bianchi<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Sean Gibbons <\\/span><\\/li><\\/ul>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7005acd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"b0822e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17fc8fa\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"06d5df4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17a24f6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"14cbafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0b17af3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f0c181e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"24b7249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"66fd030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2d587c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Our Experts\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1dba5fa\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>Duis vel erat quis justo vehicula vulputate sit amet nec nisi. Fusce a venenatis arcu.<\\/p>\",\"text_block_align\":\"center\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"e3f2eb8\",\"elType\":\"widget\",\"settings\":{\"team_grid_style\":\"team_grid_style2\",\"team_item\":[{\"text\":\"Team Item #1\",\"_id\":\"e748d87\",\"team_name\":\"Valgus Anderson\",\"team_job\":\"Architect\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-3.jpg\",\"id\":37},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Team Item #2\",\"_id\":\"25c06dc\",\"team_name\":\"David Duncan\",\"team_job\":\"Project Engineer\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-4s.jpg\",\"id\":38},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Team Item #3\",\"_id\":\"522fa65\",\"team_name\":\"Russel Santos\",\"team_job\":\"Building Surveyor\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-1.jpg\",\"id\":35},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"team_name\":\"Edward Sanders\",\"team_job\":\"Project Engineer\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-2s.jpg\",\"id\":36},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"41b6739\"}],\"choose_column\":\"4\",\"team_inner_bg\":\"rgba(0,0,0,0.78)\",\"team_name_typography_typography\":\"custom\",\"team_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"team_job_typography_typography\":\"custom\",\"team_job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"team_job_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"gedung-team-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"What our Customer says?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"67cdb5f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p class=\\\"subtitle\\\">Don\'t take just our words. Hear what our Customers say.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"text_block_align\":\"center\",\"color_text_block\":\"#666666\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Once you\\u2019ve worked with them, when the next project comes around you just pick up the phone and call them without a second thought.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"We would have no hesitation recommending you to any further customers that you have that may require a reference to the quality of your workmanship.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"989fdd5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5cb631a\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"text\":\"Client Item #2\",\"_id\":\"dcc834e\",\"client_author\":\"Masator\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-02.png\",\"id\":30},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Narosha\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-03.png\",\"id\":31},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ce9a13f\"},{\"text\":\"Client Item #1\",\"_id\":\"bd866ad\",\"client_author\":\"Quare\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-01.png\",\"id\":29},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Electrend.\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-07.png\",\"id\":33},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d47a8ba\"},{\"client_author\":\"Qoloform\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-10.png\",\"id\":34},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d05e2ee\"},{\"client_author\":\"BataStock\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-05.png\",\"id\":32},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"fbd34bb\"}],\"mobile_choose_column\":\"mobile-column-3\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":50,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":8}},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2762,673,'_elementor_template_type','wp-post'),(2765,674,'_wp_attached_file','2020/07/dfd3.png'),(2766,674,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:348;s:6:\"height\";i:352;s:4:\"file\";s:16:\"2020/07/dfd3.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"dfd3-297x300.png\";s:5:\"width\";i:297;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"dfd3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:15:\"dfd3-100x80.png\";s:5:\"width\";i:100;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:{}}}'),(2767,675,'_wp_page_template','template/page-builder-template.php'),(2768,675,'_elementor_edit_mode','builder'),(2769,675,'_elementor_version','2.9.9'),(2770,675,'_elementor_data','[{\"id\":\"7673b2a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40f6e83\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d01e9c6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3693055\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3150906\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd.jpg\",\"id\":663},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"956a3d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e4ae49d\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise directs every situation.\\u00a0 We can quickly understand and<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7759086\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cbbb86\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9bac57a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"74b493a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f3d4169\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"20230aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.025000000000006,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c5e8450\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"0b5824c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.957999999999998,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"487cb33\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd2.jpg\",\"id\":672},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d0d1f44\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cbb1174\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1436938\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3ff4780\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9f893a1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"9de3470\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46eae88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd3.png\",\"id\":674},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e0937c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b07afc2\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"422c0c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"d806c09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6a680d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1df7366\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"503b817\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef81faf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"3973e79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f7691\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c952bb5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d06c5c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43f5b98\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"6a71908\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0476005\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f5e9bd3\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8e9772f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ul><li><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Ted Bianchi <\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Jeremy <\\/span><span style=\\\"font-weight: 400;\\\">Bianchi<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Sean Gibbons <\\/span><\\/li><\\/ul>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7005acd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"b0822e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17fc8fa\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"06d5df4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17a24f6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"14cbafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0b17af3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f0c181e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"24b7249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"66fd030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2d587c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Our Experts\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1dba5fa\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>Duis vel erat quis justo vehicula vulputate sit amet nec nisi. Fusce a venenatis arcu.<\\/p>\",\"text_block_align\":\"center\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"e3f2eb8\",\"elType\":\"widget\",\"settings\":{\"team_grid_style\":\"team_grid_style2\",\"team_item\":[{\"text\":\"Team Item #1\",\"_id\":\"e748d87\",\"team_name\":\"Valgus Anderson\",\"team_job\":\"Architect\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-3.jpg\",\"id\":37},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Team Item #2\",\"_id\":\"25c06dc\",\"team_name\":\"David Duncan\",\"team_job\":\"Project Engineer\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-4s.jpg\",\"id\":38},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Team Item #3\",\"_id\":\"522fa65\",\"team_name\":\"Russel Santos\",\"team_job\":\"Building Surveyor\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-1.jpg\",\"id\":35},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"team_name\":\"Edward Sanders\",\"team_job\":\"Project Engineer\",\"team_bio\":\"<p>Lorem ipsum gravida nibh vel velit aliqunean auctor sollicitudin lorem quis bibendum .<\\/p>\",\"team_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/team-2s.jpg\",\"id\":36},\"team_facebook\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_twitter\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_instagram\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"team_googleplus\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"41b6739\"}],\"choose_column\":\"4\",\"team_inner_bg\":\"rgba(0,0,0,0.78)\",\"team_name_typography_typography\":\"custom\",\"team_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"team_job_typography_typography\":\"custom\",\"team_job_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"team_job_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"gedung-team-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"What our Customer says?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"67cdb5f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p class=\\\"subtitle\\\">Don\'t take just our words. Hear what our Customers say.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"text_block_align\":\"center\",\"color_text_block\":\"#666666\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Once you\\u2019ve worked with them, when the next project comes around you just pick up the phone and call them without a second thought.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"We would have no hesitation recommending you to any further customers that you have that may require a reference to the quality of your workmanship.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"989fdd5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5cb631a\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"text\":\"Client Item #2\",\"_id\":\"dcc834e\",\"client_author\":\"Masator\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-02.png\",\"id\":30},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Narosha\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-03.png\",\"id\":31},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ce9a13f\"},{\"text\":\"Client Item #1\",\"_id\":\"bd866ad\",\"client_author\":\"Quare\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-01.png\",\"id\":29},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Electrend.\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-07.png\",\"id\":33},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d47a8ba\"},{\"client_author\":\"Qoloform\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-10.png\",\"id\":34},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d05e2ee\"},{\"client_author\":\"BataStock\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-05.png\",\"id\":32},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"fbd34bb\"}],\"mobile_choose_column\":\"mobile-column-3\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":50,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":8}},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2771,675,'_elementor_template_type','wp-post'),(2772,675,'_elementor_css','a:5:{s:4:\"time\";i:1593690322;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2776,676,'_wp_attached_file','2020/07/p1.jpg'),(2777,676,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:380;s:6:\"height\";i:506;s:4:\"file\";s:14:\"2020/07/p1.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"p1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"p1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:13:\"p1-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(2778,677,'_wp_page_template','template/page-builder-template.php'),(2779,677,'_elementor_edit_mode','builder'),(2780,677,'_elementor_version','2.9.9'),(2781,677,'_elementor_data','[{\"id\":\"7673b2a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40f6e83\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d01e9c6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3693055\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3150906\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd.jpg\",\"id\":663},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"956a3d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e4ae49d\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise directs every situation.\\u00a0 We can quickly understand and<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7759086\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cbbb86\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9bac57a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"74b493a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f3d4169\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"20230aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.025000000000006,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c5e8450\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"0b5824c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.957999999999998,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"487cb33\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd2.jpg\",\"id\":672},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d0d1f44\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cbb1174\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1436938\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3ff4780\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9f893a1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"9de3470\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46eae88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd3.png\",\"id\":674},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e0937c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b07afc2\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"422c0c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"d806c09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6a680d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1df7366\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"503b817\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef81faf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"3973e79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f7691\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c952bb5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d06c5c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56d4482\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\"},\"elements\":[{\"id\":\"aa0a24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"c73ea72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p1.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6d0a072\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4b2d053\",\"elType\":\"widget\",\"settings\":{\"title\":\"George \\u201cRed\\u201d Gilmartin \\u2010 President\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6370ba7\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>43\\u00a0years<\\/strong>\\u00a0<\\/li><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0have\\u00a0owned\\u00a0ARS\\u00a0Contracting,\\u00a0Inc\\u00a0for\\u00a030\\u00a0years\\u201d<\\/strong>\\u00a0<\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0move\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 equipment\\u00a0that\\u00a0is\\u00a0challenging.\\u00a0When\\u00a0I\\u00a0first\\u00a0got\\u00a0into\\u00a0this\\u00a0trade,\\u00a0I\\u00a0was\\u00a0able\\u00a0to\\u00a0see\\u00a0all\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 challenges\\u00a0that\\u00a0made\\u00a0me\\u00a0want\\u00a0to\\u00a0get\\u00a0to\\u00a0 work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cTo\\u00a0think!!\\u00a0Use\\u00a0common\\u00a0sense\\u00a0when\\u00a0approaching\\u00a0any\\u00a0job.\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cReading\\u00a0articles\\u00a0about\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0 business\\u00a0and\\u00a0continuing\\u00a0to\\u00a0educate\\u00a0myself\\u00a0on\\u00a0how\\u00a0to\\u00a0fit\\u00a0this\\u00a0industry\\u00a0into\\u00a0this\\u00a0world\\u00a0that\\u00a0keeps\\u00a0evolving\\u201d\\u00a0\\u00a0\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7005acd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"b0822e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17fc8fa\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"06d5df4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17a24f6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"14cbafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0b17af3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f0c181e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"24b7249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"66fd030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2d587c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"What our Customer says?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"67cdb5f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p class=\\\"subtitle\\\">Don\'t take just our words. Hear what our Customers say.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"text_block_align\":\"center\",\"color_text_block\":\"#666666\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Once you\\u2019ve worked with them, when the next project comes around you just pick up the phone and call them without a second thought.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"We would have no hesitation recommending you to any further customers that you have that may require a reference to the quality of your workmanship.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"989fdd5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5cb631a\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"text\":\"Client Item #2\",\"_id\":\"dcc834e\",\"client_author\":\"Masator\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-02.png\",\"id\":30},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Narosha\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-03.png\",\"id\":31},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ce9a13f\"},{\"text\":\"Client Item #1\",\"_id\":\"bd866ad\",\"client_author\":\"Quare\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-01.png\",\"id\":29},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Electrend.\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-07.png\",\"id\":33},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d47a8ba\"},{\"client_author\":\"Qoloform\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-10.png\",\"id\":34},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d05e2ee\"},{\"client_author\":\"BataStock\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-05.png\",\"id\":32},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"fbd34bb\"}],\"mobile_choose_column\":\"mobile-column-3\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":50,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":8}},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2782,677,'_elementor_template_type','wp-post'),(2783,677,'_elementor_css','a:5:{s:4:\"time\";i:1593690623;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2787,678,'_wp_page_template','template/page-builder-template.php'),(2788,678,'_elementor_edit_mode','builder'),(2789,678,'_elementor_version','2.9.9'),(2790,678,'_elementor_data','[{\"id\":\"7673b2a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40f6e83\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d01e9c6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3693055\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3150906\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd.jpg\",\"id\":663},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"956a3d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e4ae49d\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise directs every situation.\\u00a0 We can quickly understand and<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7759086\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cbbb86\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9bac57a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"74b493a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f3d4169\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"20230aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.025000000000006,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c5e8450\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"0b5824c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.957999999999998,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"487cb33\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd2.jpg\",\"id\":672},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d0d1f44\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cbb1174\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1436938\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3ff4780\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9f893a1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"9de3470\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46eae88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd3.png\",\"id\":674},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e0937c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b07afc2\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"422c0c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"d806c09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6a680d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1df7366\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"503b817\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef81faf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"3973e79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f7691\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c952bb5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d06c5c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56d4482\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa0a24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"c73ea72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p1.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6d0a072\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4b2d053\",\"elType\":\"widget\",\"settings\":{\"title\":\"George \\u201cRed\\u201d Gilmartin \\u2010 President\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6370ba7\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>43\\u00a0years<\\/strong>\\u00a0<\\/li><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0have\\u00a0owned\\u00a0ARS\\u00a0Contracting,\\u00a0Inc\\u00a0for\\u00a030\\u00a0years\\u201d<\\/strong>\\u00a0<\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0move\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 equipment\\u00a0that\\u00a0is\\u00a0challenging.\\u00a0When\\u00a0I\\u00a0first\\u00a0got\\u00a0into\\u00a0this\\u00a0trade,\\u00a0I\\u00a0was\\u00a0able\\u00a0to\\u00a0see\\u00a0all\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 challenges\\u00a0that\\u00a0made\\u00a0me\\u00a0want\\u00a0to\\u00a0get\\u00a0to\\u00a0 work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cTo\\u00a0think!!\\u00a0Use\\u00a0common\\u00a0sense\\u00a0when\\u00a0approaching\\u00a0any\\u00a0job.\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cReading\\u00a0articles\\u00a0about\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0 business\\u00a0and\\u00a0continuing\\u00a0to\\u00a0educate\\u00a0myself\\u00a0on\\u00a0how\\u00a0to\\u00a0fit\\u00a0this\\u00a0industry\\u00a0into\\u00a0this\\u00a0world\\u00a0that\\u00a0keeps\\u00a0evolving\\u201d\\u00a0\\u00a0\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c054124\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e7b4ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"9195df9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p1.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e5a3fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"16e9fac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ted Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc47661\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>25+\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>15\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cI\\u00a0really\\u00a0enjoy\\u00a0knowing\\u00a0that\\u00a0what\\u00a0we\\u00a0do\\u00a0matters.\\u00a0I\\u00a0have\\u00a0the opportunity\\u00a0to\\u00a0be\\u00a0involved\\u00a0in\\u00a0every\\u00a0industry\\/institution,\\u00a0so\\u00a0I\\u00a0am\\u00a0 able\\u00a0to\\u00a0see\\u00a0and\\u00a0be\\u00a0a\\u00a0part\\u00a0of\\u00a0a\\u00a0lot!\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0 business?\\u00a0 <strong>\\u201cLook.\\u00a0Listen.\\u00a0Learn.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cGoing\\u00a0out\\u00a0to\\u00a0eat\\u00a0and\\u00a0spending\\u00a0time\\u00a0with\\u00a0my\\u00a0loud\\u00a0family\\u201d\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8bd277e\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8a94d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"ab9ae3b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p1.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b929fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"0480362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeromy Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16ac035\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>22 years full time\\u00a0\\u00a0<\\/strong><\\/li><li><p>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>8\\u00a0months<\\/strong>\\u00a0 \\u00a0<\\/p><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cThe\\u00a0nature\\u00a0of\\u00a0this\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 business\\u00a0is\\u00a0exciting!!\\u00a0 Rarely\\u00a0are\\u00a0there\\u00a0two\\u00a0jobs\\u00a0that\\u00a0are\\u00a0the\\u00a0exact\\u00a0same.\\u00a0Figuring\\u00a0out\\u00a0the\\u00a0difficult\\u00a0jobs\\u00a0and\\u00a0then\\u00a0executing\\u00a0a\\u00a0plan\\u00a0perfectly\\u00a0with\\u00a0our\\u00a0team\\u00a0is\\u00a0what\\u00a0it\\u2019s\\u00a0all\\u00a0about.\\u201d<\\/strong>\\u00a0 \\u00a0<\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business<strong>?\\u00a0 \\u00a0 \\u201cDo\\u00a0your\\u00a0work\\u00a0100%.\\u00a0Nothing\\u00a0should\\u00a0be\\u00a0just\\u00a0good\\u00a0enough,\\u00a0complete\\u00a0it\\u00a0to\\u00a0the\\u00a0very\\u00a0best\\u00a0of\\u00a0your\\u00a0ability\\u00a0\\u00a0\\u00a0 and\\u00a0if\\u00a0it\\u00a0is\\u00a0still\\u00a0not\\u00a0perfect,ask\\u00a0for\\u00a0help\\u00a0to\\u00a0make\\u00a0it\\u00a0perfect.\\u00a0Take\\u00a0your\\u00a0time,\\u00a0jobs\\u00a0like\\u00a0these \\u00a0take\\u00a0 time.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0was\\u00a0an\\u00a0MMA\\u00a0fighter\\u00a0for\\u00a0\\u00a0\\u00a0 many\\u00a0years.\\u00a0Currently\\u00a0looking\\u00a0for\\u00a0my\\u00a0next\\u00a0hobby.\\u201d<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"543d250\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d050cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"bd14265\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p1.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"46b103a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4fd3d56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Gibbons\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"921c1d3\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business<strong>?\\u00a0 \\u201cI\\u00a0have\\u00a0been\\u00a0in\\u00a0the\\u00a0construction\\u00a0industry\\u00a0for\\u00a0over\\u00a020\\u00a0years\\u00a0on\\u00a0both\\u00a0sides\\u00a0of\\u00a0the\\u00a0Atlantic\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>5\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0work\\u00a0with\\u00a0our\\u00a0rigging\\u00a0crews.\\u00a0The\\u00a0guys\\u00a0in\\u00a0the\\u00a0field\\u00a0 are\\u00a0full\\u00a0of\\u00a0knowledge\\u00a0and\\u00a0have\\u00a0precise\\u00a0accuracy\\u00a0when\\u00a0on\\u00a0the\\u00a0job.\\u00a0 It\\u2019s\\u00a0fun\\u00a0to\\u00a0see\\u00a0them\\u00a0put\\u00a0their\\u00a0skills\\u00a0to\\u00a0work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cListen\\u00a0to\\u00a0those\\u00a0who\\u00a0have\\u00a0experience\\u00a0with\\u00a0this\\u00a0kind\\u00a0of\\u00a0work.\\u201d\\u00a0\\u00a0 \\u00a0 <\\/strong><\\/li><li><p>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cFly\\u00a0fishing\\u201d\\u00a0\\u00a0<\\/strong><\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7005acd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"b0822e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17fc8fa\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"06d5df4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17a24f6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"14cbafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0b17af3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f0c181e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"24b7249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"66fd030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2d587c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"What our Customer says?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"67cdb5f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p class=\\\"subtitle\\\">Don\'t take just our words. Hear what our Customers say.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"text_block_align\":\"center\",\"color_text_block\":\"#666666\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Once you\\u2019ve worked with them, when the next project comes around you just pick up the phone and call them without a second thought.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"We would have no hesitation recommending you to any further customers that you have that may require a reference to the quality of your workmanship.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"989fdd5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5cb631a\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"text\":\"Client Item #2\",\"_id\":\"dcc834e\",\"client_author\":\"Masator\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-02.png\",\"id\":30},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Narosha\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-03.png\",\"id\":31},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ce9a13f\"},{\"text\":\"Client Item #1\",\"_id\":\"bd866ad\",\"client_author\":\"Quare\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-01.png\",\"id\":29},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Electrend.\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-07.png\",\"id\":33},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d47a8ba\"},{\"client_author\":\"Qoloform\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-10.png\",\"id\":34},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d05e2ee\"},{\"client_author\":\"BataStock\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-05.png\",\"id\":32},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"fbd34bb\"}],\"mobile_choose_column\":\"mobile-column-3\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":50,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":8}},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2791,678,'_elementor_template_type','wp-post'),(2792,678,'_elementor_css','a:5:{s:4:\"time\";i:1593691197;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2794,679,'_wp_attached_file','2020/07/92.jpg'),(2795,679,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:420;s:6:\"height\";i:560;s:4:\"file\";s:14:\"2020/07/92.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"92-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"92-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:13:\"92-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(2796,680,'_wp_attached_file','2020/07/p3.jpg'),(2797,680,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:343;s:6:\"height\";i:455;s:4:\"file\";s:14:\"2020/07/p3.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"p3-226x300.jpg\";s:5:\"width\";i:226;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"p3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:13:\"p3-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(2798,681,'_wp_page_template','template/page-builder-template.php'),(2799,681,'_elementor_edit_mode','builder'),(2800,681,'_elementor_version','2.9.9'),(2801,681,'_elementor_data','[{\"id\":\"7673b2a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40f6e83\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d01e9c6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3693055\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3150906\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd.jpg\",\"id\":663},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"956a3d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e4ae49d\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise directs every situation.\\u00a0 We can quickly understand and<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7759086\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cbbb86\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9bac57a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"74b493a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f3d4169\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"20230aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.025000000000006,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c5e8450\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"0b5824c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.957999999999998,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"487cb33\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd2.jpg\",\"id\":672},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d0d1f44\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cbb1174\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1436938\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3ff4780\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9f893a1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"9de3470\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46eae88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd3.png\",\"id\":674},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e0937c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b07afc2\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"422c0c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"d806c09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6a680d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1df7366\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"503b817\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef81faf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"3973e79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f7691\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c952bb5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d06c5c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56d4482\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa0a24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"c73ea72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p1.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6d0a072\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4b2d053\",\"elType\":\"widget\",\"settings\":{\"title\":\"George \\u201cRed\\u201d Gilmartin \\u2010 President\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6370ba7\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>43\\u00a0years<\\/strong>\\u00a0<\\/li><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0have\\u00a0owned\\u00a0ARS\\u00a0Contracting,\\u00a0Inc\\u00a0for\\u00a030\\u00a0years\\u201d<\\/strong>\\u00a0<\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0move\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 equipment\\u00a0that\\u00a0is\\u00a0challenging.\\u00a0When\\u00a0I\\u00a0first\\u00a0got\\u00a0into\\u00a0this\\u00a0trade,\\u00a0I\\u00a0was\\u00a0able\\u00a0to\\u00a0see\\u00a0all\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 challenges\\u00a0that\\u00a0made\\u00a0me\\u00a0want\\u00a0to\\u00a0get\\u00a0to\\u00a0 work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cTo\\u00a0think!!\\u00a0Use\\u00a0common\\u00a0sense\\u00a0when\\u00a0approaching\\u00a0any\\u00a0job.\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cReading\\u00a0articles\\u00a0about\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0 business\\u00a0and\\u00a0continuing\\u00a0to\\u00a0educate\\u00a0myself\\u00a0on\\u00a0how\\u00a0to\\u00a0fit\\u00a0this\\u00a0industry\\u00a0into\\u00a0this\\u00a0world\\u00a0that\\u00a0keeps\\u00a0evolving\\u201d\\u00a0\\u00a0\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c054124\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e7b4ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"9195df9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p1.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e5a3fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"16e9fac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ted Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc47661\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>25+\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>15\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cI\\u00a0really\\u00a0enjoy\\u00a0knowing\\u00a0that\\u00a0what\\u00a0we\\u00a0do\\u00a0matters.\\u00a0I\\u00a0have\\u00a0the opportunity\\u00a0to\\u00a0be\\u00a0involved\\u00a0in\\u00a0every\\u00a0industry\\/institution,\\u00a0so\\u00a0I\\u00a0am\\u00a0 able\\u00a0to\\u00a0see\\u00a0and\\u00a0be\\u00a0a\\u00a0part\\u00a0of\\u00a0a\\u00a0lot!\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0 business?\\u00a0 <strong>\\u201cLook.\\u00a0Listen.\\u00a0Learn.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cGoing\\u00a0out\\u00a0to\\u00a0eat\\u00a0and\\u00a0spending\\u00a0time\\u00a0with\\u00a0my\\u00a0loud\\u00a0family\\u201d\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8bd277e\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8a94d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"ab9ae3b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/92.jpg\",\"id\":679}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b929fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"0480362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeromy Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16ac035\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>22 years full time\\u00a0\\u00a0<\\/strong><\\/li><li><p>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>8\\u00a0months<\\/strong>\\u00a0 \\u00a0<\\/p><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cThe\\u00a0nature\\u00a0of\\u00a0this\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 business\\u00a0is\\u00a0exciting!!\\u00a0 Rarely\\u00a0are\\u00a0there\\u00a0two\\u00a0jobs\\u00a0that\\u00a0are\\u00a0the\\u00a0exact\\u00a0same.\\u00a0Figuring\\u00a0out\\u00a0the\\u00a0difficult\\u00a0jobs\\u00a0and\\u00a0then\\u00a0executing\\u00a0a\\u00a0plan\\u00a0perfectly\\u00a0with\\u00a0our\\u00a0team\\u00a0is\\u00a0what\\u00a0it\\u2019s\\u00a0all\\u00a0about.\\u201d<\\/strong>\\u00a0 \\u00a0<\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business<strong>?\\u00a0 \\u00a0 \\u201cDo\\u00a0your\\u00a0work\\u00a0100%.\\u00a0Nothing\\u00a0should\\u00a0be\\u00a0just\\u00a0good\\u00a0enough,\\u00a0complete\\u00a0it\\u00a0to\\u00a0the\\u00a0very\\u00a0best\\u00a0of\\u00a0your\\u00a0ability\\u00a0\\u00a0\\u00a0 and\\u00a0if\\u00a0it\\u00a0is\\u00a0still\\u00a0not\\u00a0perfect,ask\\u00a0for\\u00a0help\\u00a0to\\u00a0make\\u00a0it\\u00a0perfect.\\u00a0Take\\u00a0your\\u00a0time,\\u00a0jobs\\u00a0like\\u00a0these \\u00a0take\\u00a0 time.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0was\\u00a0an\\u00a0MMA\\u00a0fighter\\u00a0for\\u00a0\\u00a0\\u00a0 many\\u00a0years.\\u00a0Currently\\u00a0looking\\u00a0for\\u00a0my\\u00a0next\\u00a0hobby.\\u201d<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"543d250\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d050cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"bd14265\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p3.jpg\",\"id\":680}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"46b103a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4fd3d56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Gibbons\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"921c1d3\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business<strong>?\\u00a0 \\u201cI\\u00a0have\\u00a0been\\u00a0in\\u00a0the\\u00a0construction\\u00a0industry\\u00a0for\\u00a0over\\u00a020\\u00a0years\\u00a0on\\u00a0both\\u00a0sides\\u00a0of\\u00a0the\\u00a0Atlantic\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>5\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0work\\u00a0with\\u00a0our\\u00a0rigging\\u00a0crews.\\u00a0The\\u00a0guys\\u00a0in\\u00a0the\\u00a0field\\u00a0 are\\u00a0full\\u00a0of\\u00a0knowledge\\u00a0and\\u00a0have\\u00a0precise\\u00a0accuracy\\u00a0when\\u00a0on\\u00a0the\\u00a0job.\\u00a0 It\\u2019s\\u00a0fun\\u00a0to\\u00a0see\\u00a0them\\u00a0put\\u00a0their\\u00a0skills\\u00a0to\\u00a0work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cListen\\u00a0to\\u00a0those\\u00a0who\\u00a0have\\u00a0experience\\u00a0with\\u00a0this\\u00a0kind\\u00a0of\\u00a0work.\\u201d\\u00a0\\u00a0 \\u00a0 <\\/strong><\\/li><li><p>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cFly\\u00a0fishing\\u201d\\u00a0\\u00a0<\\/strong><\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7005acd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"b0822e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17fc8fa\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"06d5df4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17a24f6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"14cbafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0b17af3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f0c181e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"24b7249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"66fd030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2d587c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"What our Customer says?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"67cdb5f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p class=\\\"subtitle\\\">Don\'t take just our words. Hear what our Customers say.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"text_block_align\":\"center\",\"color_text_block\":\"#666666\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Once you\\u2019ve worked with them, when the next project comes around you just pick up the phone and call them without a second thought.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"We would have no hesitation recommending you to any further customers that you have that may require a reference to the quality of your workmanship.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"989fdd5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5cb631a\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"text\":\"Client Item #2\",\"_id\":\"dcc834e\",\"client_author\":\"Masator\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-02.png\",\"id\":30},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Narosha\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-03.png\",\"id\":31},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ce9a13f\"},{\"text\":\"Client Item #1\",\"_id\":\"bd866ad\",\"client_author\":\"Quare\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-01.png\",\"id\":29},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Electrend.\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-07.png\",\"id\":33},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d47a8ba\"},{\"client_author\":\"Qoloform\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-10.png\",\"id\":34},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d05e2ee\"},{\"client_author\":\"BataStock\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-05.png\",\"id\":32},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"fbd34bb\"}],\"mobile_choose_column\":\"mobile-column-3\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":50,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":8}},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2802,681,'_elementor_template_type','wp-post'),(2805,682,'_elementor_edit_mode','builder'),(2806,682,'_elementor_template_type','wp-page'),(2807,682,'_elementor_version','2.9.9'),(2808,682,'_wp_page_template','template/page-builder-template.php'),(2809,682,'_elementor_data','[{\"id\":\"869b16b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5a60c91\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f969fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Qualifications \",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a65c6f2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f260afa\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\"},\"elements\":[{\"id\":\"128360e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f53e8c9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"91c670e\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"9c4f068\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Qualified Riggers vs. Certified Riggers: What is the Difference?<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">The terms \\u201cqualified\\u201d and \\u201ccertified\\u201d are often used interchangeably in the rigging industry, but OSHA standards and qualifications for each role are very different. OSHA standards require that qualified riggers must be used during hoisting activities for assembly and disassembly work, or when workers are within the fall zone and hooking, unhooking, or guiding a load, or connecting a load to a component or structure.\\u00a0 However, OSHA does not require that riggers be \\u201ccertified,\\u201d which is another level of achievement in the rigging industry.<\\/span><\\/p><p>Qualified Rigger:<span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><span style=\\\"font-weight: 400;\\\">OSHA only loosely specifies who meets the criteria of a qualified rigger, leaving the final determination up to the employer.\\u00a0 A qualified rigger \\u201cpossesses a recognized degree, certificate, or professional standing, OR who by extensive knowledge, training and experience, can successfully demonstrate the ability to solve problems related to rigging loads. Qualified riggers do not, however have to be certified by an accredited organization or third party.\\u00a0 Under these criteria, a rigger with extensive hands-on experience, but no formal training or certifications, may be considered a qualified rigger.\\u00a0To become a Qualified Rigger, a 2-hour exam is required with 100 questions.<\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span>Certified Rigger:<span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><span style=\\\"font-weight: 400;\\\">A certified rigger is a person who has passed stringent written and practical exams related to rigging and can be certified at a Level 1 or 2. \\u00a0 Accredited organizations such as NCCCO (National Commission for the Certification of Crane Operators) and many training programs offer rigger certification testing <\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0for various levels.\\u00a0\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">NCCCO Certified Rigger Level I:<br \\/><\\/span><span style=\\\"font-weight: 400;\\\">The Certified Rigger Level I Written Examination consists of 60 multiple-choice questions. Candidates are allowed 60 minutes to complete the test. The successful completion demonstrates a candidate\\u2019s basic rigging competency.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">NCCCO Certified Rigger Level II:<br \\/><\\/span><span style=\\\"font-weight: 400;\\\">The Certified Rigger Level II Written Examination consists of 40 multiple-choice questions, completed in 60 minutes.\\u00a0 The successful completion demonstrates a candidate\\u2019s competency in rigging a load for a level lift and for rotating a load.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Professionally Certified Rigger:<br \\/><\\/span><span style=\\\"font-weight: 400;\\\">The strictest requirements are in place to be designated as a Professionally Certified Rigger, including:<\\/span><\\/p><ul><li><span style=\\\"font-weight: 400;\\\">A total of <\\/span><span style=\\\"font-weight: 400;\\\">6,000 <\\/span><span style=\\\"font-weight: 400;\\\">hours to become a journeyman.<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Individuals complete an Accredited Apprentice and re-training Journeyman School (<\\/span><span style=\\\"font-weight: 400;\\\">the o<\\/span><span style=\\\"font-weight: 400;\\\">nly school in the nation certified by the Department of Labor (D.O.L.) for <\\/span><span style=\\\"font-weight: 400;\\\">rigging, machinery moving, and machinery erecting.<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">OSHA<\\/span>\\u00a0<span style=\\\"font-weight: 400;\\\">- 30 hour<\\/span><span style=\\\"font-weight: 400;\\\">s<\\/span><span style=\\\"font-weight: 400;\\\"> is required<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">IMPACT (Ironworker International Program) Drug and Alcohol random testing with 3rd party medical screening<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">OSHA Forklift Operation<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">OSHA Ariel Lift Operation<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">OSHA First Aid and CAD<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">OSHA Crane Signal and Hoisting Person<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Lift Director (Foreman training)<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Certified Welding in Stick, Tig, and Mig.<\\/span><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d13e718\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"qualification-contain\"},\"elements\":[{\"id\":\"1bd7842\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b522b5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Qualifications \",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8abe98d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d0d0d0b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Qualified Riggers vs. Certified Riggers: What is the Difference?<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">The terms \\u201cqualified\\u201d and \\u201ccertified\\u201d are often used interchangeably in the rigging industry, but OSHA standards and qualifications for each role are very different. OSHA standards require that qualified riggers must be used during hoisting activities for assembly and disassembly work, or when workers are within the fall zone and hooking, unhooking, or guiding a load, or connecting a load to a component or structure.\\u00a0 However, OSHA does not require that riggers be \\u201ccertified,\\u201d which is another level of achievement in the rigging industry.<\\/span><\\/p><p>Qualified Rigger:<span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><span style=\\\"font-weight: 400;\\\">OSHA only loosely specifies who meets the criteria of a qualified rigger, leaving the final determination up to the employer.\\u00a0 A qualified rigger \\u201cpossesses a recognized degree, certificate, or professional standing, OR who by extensive knowledge, training and experience, can successfully demonstrate the ability to solve problems related to rigging loads. Qualified riggers do not, however have to be certified by an accredited organization or third party.\\u00a0 Under these criteria, a rigger with extensive hands-on experience, but no formal training or certifications, may be considered a qualified rigger.\\u00a0To become a Qualified Rigger, a 2-hour exam is required with 100 questions.<\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span>Certified Rigger:<span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><span style=\\\"font-weight: 400;\\\">A certified rigger is a person who has passed stringent written and practical exams related to rigging and can be certified at a Level 1 or 2. \\u00a0 Accredited organizations such as NCCCO (National Commission for the Certification of Crane Operators) and many training programs offer rigger certification testing <\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0for various levels.\\u00a0\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">NCCCO Certified Rigger Level I:<br \\/><\\/span><span style=\\\"font-weight: 400;\\\">The Certified Rigger Level I Written Examination consists of 60 multiple-choice questions. Candidates are allowed 60 minutes to complete the test. The successful completion demonstrates a candidate\\u2019s basic rigging competency.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">NCCCO Certified Rigger Level II:<br \\/><\\/span><span style=\\\"font-weight: 400;\\\">The Certified Rigger Level II Written Examination consists of 40 multiple-choice questions, completed in 60 minutes.\\u00a0 The successful completion demonstrates a candidate\\u2019s competency in rigging a load for a level lift and for rotating a load.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Professionally Certified Rigger:<br \\/><\\/span><span style=\\\"font-weight: 400;\\\">The strictest requirements are in place to be designated as a Professionally Certified Rigger, including:<\\/span><\\/p><ul><li><span style=\\\"font-weight: 400;\\\">A total of <\\/span><span style=\\\"font-weight: 400;\\\">6,000 <\\/span><span style=\\\"font-weight: 400;\\\">hours to become a journeyman.<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Individuals complete an Accredited Apprentice and re-training Journeyman School (<\\/span><span style=\\\"font-weight: 400;\\\">the o<\\/span><span style=\\\"font-weight: 400;\\\">nly school in the nation certified by the Department of Labor (D.O.L.) for <\\/span><span style=\\\"font-weight: 400;\\\">rigging, machinery moving, and machinery erecting.<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">OSHA<\\/span>\\u00a0<span style=\\\"font-weight: 400;\\\">- 30 hour<\\/span><span style=\\\"font-weight: 400;\\\">s<\\/span><span style=\\\"font-weight: 400;\\\"> is required<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">IMPACT (Ironworker International Program) Drug and Alcohol random testing with 3rd party medical screening<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">OSHA Forklift Operation<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">OSHA Ariel Lift Operation<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">OSHA First Aid and CAD<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">OSHA Crane Signal and Hoisting Person<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Lift Director (Foreman training)<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Certified Welding in Stick, Tig, and Mig.<\\/span><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1219934\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"qualification-contain\"},\"elements\":[{\"id\":\"7d2a4dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0cf214c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OSHA Regulations\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"780d3c1\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4481386\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adcd458\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"qualification-contain\"},\"elements\":[{\"id\":\"8b4a8c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"119b606\",\"elType\":\"widget\",\"settings\":{\"title\":\"Insurance\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb12a6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3c746fa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2810,682,'_elementor_css','a:5:{s:4:\"time\";i:1591280572;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2820,684,'_wp_attached_file','2020/07/q1.jpg'),(2821,684,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:498;s:6:\"height\";i:748;s:4:\"file\";s:14:\"2020/07/q1.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"q1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"q1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:13:\"q1-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(2822,685,'_wp_attached_file','2020/07/q2.jpg'),(2823,685,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:562;s:6:\"height\";i:844;s:4:\"file\";s:14:\"2020/07/q2.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"q2-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"q2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:13:\"q2-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(2824,686,'_elementor_edit_mode','builder'),(2825,686,'_elementor_template_type','wp-page'),(2826,686,'_elementor_version','2.9.9'),(2827,686,'_wp_page_template','template/page-builder-template.php'),(2828,686,'_elementor_data','[{\"id\":\"869b16b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5a60c91\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f969fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Qualifications \",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a65c6f2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd0da0b\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\"},\"elements\":[{\"id\":\"5651c44\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"02bf0c5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/q1.jpg\",\"id\":684}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5146b17\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"8343794\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Qualified Riggers vs. Certified Riggers: What is the Difference?<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">The terms \\u201cqualified\\u201d and \\u201ccertified\\u201d are often used interchangeably in the rigging industry, but OSHA standards and qualifications for each role are very different. OSHA standards require that qualified riggers must be used during hoisting activities for assembly and disassembly work, or when workers are within the fall zone and hooking, unhooking, or guiding a load, or connecting a load to a component or structure.\\u00a0 However, OSHA does not require that riggers be \\u201ccertified,\\u201d which is another level of achievement in the rigging industry.<\\/span><\\/p><p>Qualified Rigger:<span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><span style=\\\"font-weight: 400;\\\">OSHA only loosely specifies who meets the criteria of a qualified rigger, leaving the final determination up to the employer.\\u00a0 A qualified rigger \\u201cpossesses a recognized degree, certificate, or professional standing, OR who by extensive knowledge, training and experience, can successfully demonstrate the ability to solve problems related to rigging loads. Qualified riggers do not, however have to be certified by an accredited organization or third party.\\u00a0 Under these criteria, a rigger with extensive hands-on experience, but no formal training or certifications, may be considered a qualified rigger.\\u00a0To become a Qualified Rigger, a 2-hour exam is required with 100 questions.<\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span>Certified Rigger:<span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><span style=\\\"font-weight: 400;\\\">A certified rigger is a person who has passed stringent written and practical exams related to rigging and can be certified at a Level 1 or 2. \\u00a0 Accredited organizations such as NCCCO (National Commission for the Certification of Crane Operators) and many training programs offer rigger certification testing <\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0for various levels.\\u00a0\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">NCCCO Certified Rigger Level I:<br \\/><\\/span><span style=\\\"font-weight: 400;\\\">The Certified Rigger Level I Written Examination consists of 60 multiple-choice questions. Candidates are allowed 60 minutes to complete the test. The successful completion demonstrates a candidate\\u2019s basic rigging competency.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">NCCCO Certified Rigger Level II:<br \\/><\\/span><span style=\\\"font-weight: 400;\\\">The Certified Rigger Level II Written Examination consists of 40 multiple-choice questions, completed in 60 minutes.\\u00a0 The successful completion demonstrates a candidate\\u2019s competency in rigging a load for a level lift and for rotating a load.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3e85a51\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"bb8ee47\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"6e3bdc2\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Professionally Certified Rigger:<br \\/><\\/span><span style=\\\"font-weight: 400;\\\">The strictest requirements are in place to be designated as a Professionally Certified Rigger, including:<\\/span><\\/p><ul><li><span style=\\\"font-weight: 400;\\\">A total of <\\/span><span style=\\\"font-weight: 400;\\\">6,000 <\\/span><span style=\\\"font-weight: 400;\\\">hours to become a journeyman.<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Individuals complete an Accredited Apprentice and re-training Journeyman School (<\\/span><span style=\\\"font-weight: 400;\\\">the o<\\/span><span style=\\\"font-weight: 400;\\\">nly school in the nation certified by the Department of Labor (D.O.L.) for <\\/span><span style=\\\"font-weight: 400;\\\">rigging, machinery moving, and machinery erecting.<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">OSHA<\\/span>\\u00a0<span style=\\\"font-weight: 400;\\\">- 30 hour<\\/span><span style=\\\"font-weight: 400;\\\">s<\\/span><span style=\\\"font-weight: 400;\\\"> is required<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">IMPACT (Ironworker International Program) Drug and Alcohol random testing with 3rd party medical screening<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">OSHA Forklift Operation<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">OSHA Ariel Lift Operation<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">OSHA First Aid and CAD<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">OSHA Crane Signal and Hoisting Person<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Lift Director (Foreman training)<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Certified Welding in Stick, Tig, and Mig.<\\/span><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"8c6b121\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"14865be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/q2.jpg\",\"id\":685}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1219934\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"qualification-contain\"},\"elements\":[{\"id\":\"7d2a4dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0cf214c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OSHA Regulations\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"780d3c1\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4481386\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adcd458\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"qualification-contain\"},\"elements\":[{\"id\":\"8b4a8c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"119b606\",\"elType\":\"widget\",\"settings\":{\"title\":\"Insurance\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb12a6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3c746fa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2833,349,'_edit_last','5'),(2834,349,'_wp_page_template','default'),(2835,349,'_edit_lock','1593694789:5'),(2836,689,'_wp_page_template','default'),(2837,689,'header_style_choice','default'),(2838,689,'_header_style_choice','field_58c7b9d20beeb'),(2839,689,'_elementor_edit_mode','builder'),(2840,689,'_elementor_version','2.9.9'),(2841,689,'_elementor_data','[{\"id\":\"796f4fe\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_title\":\"Section\"},\"elements\":[{\"id\":\"67eab385\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1c99276b\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Case Studies\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"77cab155\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c981a2e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_title\":\"Section\"},\"elements\":[{\"id\":\"843f2d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac7f7b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/Case-study-1_page-0001.jpg\",\"id\":853}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"40fb341\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1d39130\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/case-study-2_page-0001.jpg\",\"id\":854},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cac608a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"2cebcecb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"299c5023\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"54294708\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7de2c753\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2842,689,'_elementor_template_type','wp-post'),(2845,689,'_dp_original','63'),(2846,689,'_edit_last','5'),(2847,690,'_wp_page_template','template/page-builder-template.php'),(2848,690,'_elementor_edit_mode','builder'),(2849,690,'_elementor_version','2.9.9'),(2850,690,'_elementor_data','[{\"id\":\"7673b2a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40f6e83\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d01e9c6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3693055\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3150906\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd.jpg\",\"id\":663},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"956a3d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e4ae49d\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise directs every situation.\\u00a0 We can quickly understand and<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7759086\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cbbb86\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9bac57a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"74b493a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f3d4169\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"20230aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.025000000000006,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c5e8450\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"0b5824c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.957999999999998,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"487cb33\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd2.jpg\",\"id\":672},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d0d1f44\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cbb1174\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1436938\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3ff4780\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9f893a1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"9de3470\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46eae88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd3.png\",\"id\":674},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e0937c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b07afc2\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"422c0c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"d806c09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6a680d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1df7366\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"503b817\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef81faf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"3973e79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f7691\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c952bb5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d06c5c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56d4482\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa0a24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"c73ea72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p1.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6d0a072\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4b2d053\",\"elType\":\"widget\",\"settings\":{\"title\":\"George \\u201cRed\\u201d Gilmartin \\u2010 President\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6370ba7\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>43\\u00a0years<\\/strong>\\u00a0<\\/li><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0have\\u00a0owned\\u00a0ARS\\u00a0Contracting,\\u00a0Inc\\u00a0for\\u00a030\\u00a0years\\u201d<\\/strong>\\u00a0<\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0move\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 equipment\\u00a0that\\u00a0is\\u00a0challenging.\\u00a0When\\u00a0I\\u00a0first\\u00a0got\\u00a0into\\u00a0this\\u00a0trade,\\u00a0I\\u00a0was\\u00a0able\\u00a0to\\u00a0see\\u00a0all\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 challenges\\u00a0that\\u00a0made\\u00a0me\\u00a0want\\u00a0to\\u00a0get\\u00a0to\\u00a0 work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cTo\\u00a0think!!\\u00a0Use\\u00a0common\\u00a0sense\\u00a0when\\u00a0approaching\\u00a0any\\u00a0job.\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cReading\\u00a0articles\\u00a0about\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0 business\\u00a0and\\u00a0continuing\\u00a0to\\u00a0educate\\u00a0myself\\u00a0on\\u00a0how\\u00a0to\\u00a0fit\\u00a0this\\u00a0industry\\u00a0into\\u00a0this\\u00a0world\\u00a0that\\u00a0keeps\\u00a0evolving\\u201d\\u00a0\\u00a0\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c054124\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e7b4ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"9195df9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p1.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e5a3fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"16e9fac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ted Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc47661\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>25+\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>15\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cI\\u00a0really\\u00a0enjoy\\u00a0knowing\\u00a0that\\u00a0what\\u00a0we\\u00a0do\\u00a0matters.\\u00a0I\\u00a0have\\u00a0the opportunity\\u00a0to\\u00a0be\\u00a0involved\\u00a0in\\u00a0every\\u00a0industry\\/institution,\\u00a0so\\u00a0I\\u00a0am\\u00a0 able\\u00a0to\\u00a0see\\u00a0and\\u00a0be\\u00a0a\\u00a0part\\u00a0of\\u00a0a\\u00a0lot!\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0 business?\\u00a0 <strong>\\u201cLook.\\u00a0Listen.\\u00a0Learn.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cGoing\\u00a0out\\u00a0to\\u00a0eat\\u00a0and\\u00a0spending\\u00a0time\\u00a0with\\u00a0my\\u00a0loud\\u00a0family\\u201d\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8bd277e\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8a94d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"ab9ae3b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/92.jpg\",\"id\":679}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b929fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"0480362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeromy Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16ac035\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>22 years full time\\u00a0\\u00a0<\\/strong><\\/li><li><p>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>8\\u00a0months<\\/strong>\\u00a0 \\u00a0<\\/p><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cThe\\u00a0nature\\u00a0of\\u00a0this\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 business\\u00a0is\\u00a0exciting!!\\u00a0 Rarely\\u00a0are\\u00a0there\\u00a0two\\u00a0jobs\\u00a0that\\u00a0are\\u00a0the\\u00a0exact\\u00a0same.\\u00a0Figuring\\u00a0out\\u00a0the\\u00a0difficult\\u00a0jobs\\u00a0and\\u00a0then\\u00a0executing\\u00a0a\\u00a0plan\\u00a0perfectly\\u00a0with\\u00a0our\\u00a0team\\u00a0is\\u00a0what\\u00a0it\\u2019s\\u00a0all\\u00a0about.\\u201d<\\/strong>\\u00a0 \\u00a0<\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business<strong>?\\u00a0 \\u00a0 \\u201cDo\\u00a0your\\u00a0work\\u00a0100%.\\u00a0Nothing\\u00a0should\\u00a0be\\u00a0just\\u00a0good\\u00a0enough,\\u00a0complete\\u00a0it\\u00a0to\\u00a0the\\u00a0very\\u00a0best\\u00a0of\\u00a0your\\u00a0ability\\u00a0\\u00a0\\u00a0 and\\u00a0if\\u00a0it\\u00a0is\\u00a0still\\u00a0not\\u00a0perfect,ask\\u00a0for\\u00a0help\\u00a0to\\u00a0make\\u00a0it\\u00a0perfect.\\u00a0Take\\u00a0your\\u00a0time,\\u00a0jobs\\u00a0like\\u00a0these \\u00a0take\\u00a0 time.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0was\\u00a0an\\u00a0MMA\\u00a0fighter\\u00a0for\\u00a0\\u00a0\\u00a0 many\\u00a0years.\\u00a0Currently\\u00a0looking\\u00a0for\\u00a0my\\u00a0next\\u00a0hobby.\\u201d<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"543d250\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d050cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"bd14265\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p3.jpg\",\"id\":680}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"46b103a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4fd3d56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Gibbons\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"921c1d3\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business<strong>?\\u00a0 \\u201cI\\u00a0have\\u00a0been\\u00a0in\\u00a0the\\u00a0construction\\u00a0industry\\u00a0for\\u00a0over\\u00a020\\u00a0years\\u00a0on\\u00a0both\\u00a0sides\\u00a0of\\u00a0the\\u00a0Atlantic\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>5\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0work\\u00a0with\\u00a0our\\u00a0rigging\\u00a0crews.\\u00a0The\\u00a0guys\\u00a0in\\u00a0the\\u00a0field\\u00a0 are\\u00a0full\\u00a0of\\u00a0knowledge\\u00a0and\\u00a0have\\u00a0precise\\u00a0accuracy\\u00a0when\\u00a0on\\u00a0the\\u00a0job.\\u00a0 It\\u2019s\\u00a0fun\\u00a0to\\u00a0see\\u00a0them\\u00a0put\\u00a0their\\u00a0skills\\u00a0to\\u00a0work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cListen\\u00a0to\\u00a0those\\u00a0who\\u00a0have\\u00a0experience\\u00a0with\\u00a0this\\u00a0kind\\u00a0of\\u00a0work.\\u201d\\u00a0\\u00a0 \\u00a0 <\\/strong><\\/li><li><p>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cFly\\u00a0fishing\\u201d\\u00a0\\u00a0<\\/strong><\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7005acd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"b0822e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17fc8fa\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"06d5df4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17a24f6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"14cbafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0b17af3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f0c181e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"24b7249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"66fd030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2d587c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"What our Customer says?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"67cdb5f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p class=\\\"subtitle\\\">Don\'t take just our words. Hear what our Customers say.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"text_block_align\":\"center\",\"color_text_block\":\"#666666\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Once you\\u2019ve worked with them, when the next project comes around you just pick up the phone and call them without a second thought.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"We would have no hesitation recommending you to any further customers that you have that may require a reference to the quality of your workmanship.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"989fdd5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5cb631a\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"text\":\"Client Item #2\",\"_id\":\"dcc834e\",\"client_author\":\"Masator\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-02.png\",\"id\":30},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Narosha\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-03.png\",\"id\":31},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ce9a13f\"},{\"text\":\"Client Item #1\",\"_id\":\"bd866ad\",\"client_author\":\"Quare\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-01.png\",\"id\":29},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Electrend.\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-07.png\",\"id\":33},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d47a8ba\"},{\"client_author\":\"Qoloform\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-10.png\",\"id\":34},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d05e2ee\"},{\"client_author\":\"BataStock\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-05.png\",\"id\":32},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"fbd34bb\"}],\"mobile_choose_column\":\"mobile-column-3\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":50,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":8}},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2851,690,'_elementor_template_type','wp-post'),(2852,690,'_elementor_controls_usage','a:10:{s:17:\"gedung-head-title\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:25:\"section_gedung_head_title\";a:13:{s:12:\"choose_style\";i:9;s:9:\"the_title\";i:9;s:27:\"typography_title_typography\";i:9;s:33:\"typography_title_font_size_tablet\";i:7;s:35:\"typography_title_line_height_tablet\";i:6;s:17:\"head_use_subtitle\";i:9;s:5:\"align\";i:2;s:33:\"typography_title_font_size_mobile\";i:3;s:12:\"align_mobile\";i:3;s:26:\"typography_title_font_size\";i:2;s:35:\"typography_title_line_height_mobile\";i:2;s:28:\"typography_title_font_weight\";i:1;s:12:\"align_tablet\";i:1;}s:33:\"section_gedung_head_title_style_2\";a:1:{s:13:\"title_color_2\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:6;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:6:\"weight\";i:8;s:5:\"color\";i:8;s:3:\"gap\";i:8;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:4:{s:5:\"width\";i:8;s:5:\"align\";i:2;s:12:\"width_mobile\";i:2;s:12:\"align_mobile\";i:2;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:8;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:29;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:27;s:16:\"content_position\";i:9;s:19:\"_inline_size_tablet\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:12;s:14:\"padding_tablet\";i:11;s:14:\"padding_mobile\";i:9;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:10;s:6:\"margin\";i:6;s:14:\"padding_tablet\";i:10;s:13:\"margin_mobile\";i:6;s:11:\"css_classes\";i:8;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:10;s:16:\"content_position\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:10;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:6;s:16:\"background_color\";i:6;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:10;s:5:\"align\";i:3;}}}}s:11:\"gedung-text\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:19:\"gedung_text_control\";a:7:{s:11:\"custom_text\";i:10;s:32:\"typography_text_block_typography\";i:6;s:38:\"typography_text_block_font_size_tablet\";i:6;s:40:\"typography_text_block_line_height_tablet\";i:5;s:16:\"text_block_align\";i:1;s:16:\"color_text_block\";i:1;s:23:\"text_block_align_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:4;s:11:\"header_size\";i:4;s:5:\"align\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:3:{s:11:\"title_color\";i:4;s:21:\"typography_typography\";i:4;s:20:\"typography_font_size\";i:4;}}}}s:24:\"gedung-testimonial-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:52:\"section_gedung_testimonial_block_testimonial_setting\";a:1:{s:10:\"testi_item\";i:1;}s:46:\"section_gedung_testimonial_block_image_setting\";a:2:{s:17:\"text_align_tablet\";i:1;s:17:\"text_align_mobile\";i:1;}s:31:\"section_gedung_carousel_options\";a:1:{s:13:\"choose_column\";i:1;}}s:5:\"style\";a:3:{s:51:\"section_gedung_testimonial_block_blockquote_setting\";a:5:{s:21:\"vertical_testi_detail\";i:1;s:44:\"typhography_blockquote_typography_typography\";i:1;s:43:\"typhography_blockquote_typography_font_size\";i:1;s:45:\"typhography_blockquote_typography_line_height\";i:1;s:28:\"typhography_blockquote_color\";i:1;}s:47:\"section_gedung_testimonial_block_author_setting\";a:5:{s:24:\"typhography_author_color\";i:1;s:16:\"author_img_color\";i:1;s:40:\"typhography_author_typography_typography\";i:1;s:39:\"typhography_author_typography_font_size\";i:1;s:41:\"typhography_author_typography_line_height\";i:1;}s:51:\"section_gedung_testimonial_block_author_job_setting\";a:1:{s:22:\"typhography_cite_color\";i:1;}}}}s:19:\"gedung-client-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:27:\"section_gedung_client_block\";a:2:{s:11:\"choose_type\";i:1;s:11:\"client_item\";i:1;}s:28:\"section_gedung_column_client\";a:5:{s:20:\"mobile_choose_column\";i:1;s:17:\"item_padding_size\";i:1;s:24:\"item_padding_size_tablet\";i:1;s:18:\"item_margin_bottom\";i:1;s:24:\"item_padding_size_mobile\";i:1;}s:31:\"section_gedung_carousel_options\";a:1:{s:10:\"column_gap\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:6:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;s:4:\"size\";i:1;s:12:\"align_mobile\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:25:\"button_hover_border_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;}}}}}'),(2853,690,'_elementor_css','a:5:{s:4:\"time\";i:1593691762;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2854,689,'_edit_lock','1596117893:5'),(2855,691,'_menu_item_type','post_type'),(2856,691,'_menu_item_menu_item_parent','0'),(2857,691,'_menu_item_object_id','689'),(2858,691,'_menu_item_object','page'),(2859,691,'_menu_item_target',''),(2860,691,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2861,691,'_menu_item_xfn',''),(2862,691,'_menu_item_url',''),(2864,692,'_edit_lock','1593695172:5'),(2865,692,'_wp_page_template','template/page-builder-template.php'),(2866,692,'_edit_last','5'),(2867,692,'header_style_choice','default'),(2868,692,'_header_style_choice','field_58c7b9d20beeb'),(2869,693,'header_style_choice','default'),(2870,693,'_header_style_choice','field_58c7b9d20beeb'),(2880,695,'_wp_attached_file','2020/07/footer.png'),(2881,695,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:170;s:6:\"height\";i:49;s:4:\"file\";s:18:\"2020/07/footer.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"footer-150x49.png\";s:5:\"width\";i:150;s:6:\"height\";i:49;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:17:\"footer-100x49.png\";s:5:\"width\";i:100;s:6:\"height\";i:49;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,696,'_wp_attached_file','2020/07/header.png'),(2883,696,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:240;s:6:\"height\";i:68;s:4:\"file\";s:18:\"2020/07/header.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"header-150x68.png\";s:5:\"width\";i:150;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:17:\"header-100x68.png\";s:5:\"width\";i:100;s:6:\"height\";i:68;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,698,'mcc_copied','1'),(2889,698,'_wp_page_template','default'),(2890,698,'_thumbnail_id','714'),(2891,698,'_elementor_edit_mode','builder'),(2892,698,'_elementor_template_type','wp-post'),(2893,698,'_elementor_version','2.9.9'),(2894,698,'_elementor_data','[{\"id\":\"3f1f5281\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"502ddebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5172ddc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our expertise and up-to-date training enable our team to work with a range of contractors. We work with general contractors to assess the overall project and provide detailed plans to implement moves and set up equipment.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Electrical \\u2013 our team collaborates with electrical contractors on a variety of equipment moves including generators, switchgears, transformers and more.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Mechanical \\u2013 Our experience with mechanical contractors extends to moves and set up of a variety of equipment ranging from boilers and chillers to cooling towers and more.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Whether your move involves electrical or mechanical components, or a range of specialties, give us a call at <strong><a href=\\\"tel:800-358-8444\\\">800-358-8444<\\/a><\\/strong> to manage the overall process.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"156684e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"css_classes\":\"ind-sub-img mech-img\"},\"elements\":[{\"id\":\"813acfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6c90b31\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/elctric-3.jpg\",\"id\":917}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1f02891\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7cf6c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/I1.jpg\",\"id\":990}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(2897,698,'_dp_original','329'),(2898,698,'_edit_last','5'),(2900,699,'_wp_page_template','default'),(2901,699,'_thumbnail_id','425'),(2902,699,'_elementor_edit_mode','builder'),(2903,699,'_elementor_template_type','wp-post'),(2904,699,'_elementor_version','2.9.9'),(2905,699,'_elementor_data','[{\"id\":\"3f1f5281\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"502ddebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5172ddc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Suspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\\n<blockquote>Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae.<\\/blockquote>\\nVivamus pulvinar urna nec ipsum interdum blandit. Phasellus molestie feugiat hendrerit. Interdum et malesuada fames ac ante ipsum primis in faucibus. Suspendisse ut dapibus elit. Vivamus dui justo, dapibus nec fermentum sodales, convallis a nisi. Nullam auctor ante metus, eu lacinia mauris hendrerit a. Donec maximus porta turpis non venenatis. Pellentesque quis odio nec ex vestibulum ornare vel at erat. Vestibulum fringilla mauris quis mi pellentesque, a convallis turpis cursus. Praesent molestie, arcu vel faucibus tristique, erat lorem interdum libero, eget maximus mauris augue sed quam. Duis sit amet fringilla felis. Phasellus eget eros vitae dui finibus tincidunt vitae non sapien. Aliquam erat volutpat. Praesent volutpat, nibh eget viverra tristique, odio dolor iaculis elit, eget tincidunt felis arcu nec lectus. Nulla fermentum lorem a massa laoreet, non tincidunt dolor scelerisque.\\n\\n<img class=\\\"size-medium wp-image-6 alignleft\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/blog-5-1-300x200.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"200\\\">Aenean faucibus libero ultrices tincidunt pretium. Vestibulum id mi eget massa scelerisque facilisis vel semper nisl. Mauris pulvinar scelerisque fringilla. Ut eu mauris aliquet, mattis sem eleifend, vehicula massa. Nullam sit amet condimentum urna, a convallis nibh. Nulla at porttitor nulla. In hac habitasse platea dictumst. Donec ut pretium eros, eget condimentum augue. Vivamus venenatis leo sed dolor mattis imperdiet.\\n\\nProin in orci quis elit blandit imperdiet ut eu enim. Nulla mattis arcu eget nisi eleifend, non pellentesque augue mollis. Ut mauris ligula, interdum sed lobortis eu, fermentum vel neque. Maecenas facilisis erat quis augue fermentum vestibulum. Aenean vel sem ac tellus luctus efficitur. Mauris ultrices non libero eget auctor. Mauris rhoncus, risus ac dapibus rhoncus, dui purus ultrices lorem, efficitur gravida elit turpis quis metus.\\n\\nSed varius eros eu lorem condimentum, ac rutrum ex pharetra. Integer vitae tincidunt ipsum, vitae lacinia lacus. Aenean ac maximus eros, eu posuere erat. Sed efficitur magna vitae erat vehicula elementum. Ut cursus purus id tellus volutpat tempus. Mauris lacus eros, fermentum vitae congue volutpat, tincidunt non risus. Quisque at mollis nibh. Nulla aliquet placerat mollis. Morbi luctus porttitor ultricies. Phasellus ullamcorper in arcu ut ultricies. Donec odio nisl, iaculis eget odio id, tempor pulvinar justo. Phasellus sit amet dolor sit amet neque ultrices posuere sed nec neque. Pellentesque cursus varius sagittis. Duis placerat porta risus ac sagittis.\\n\\n<img class=\\\"aligncenter wp-image-5 size-full\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/blog-4-1.jpg\\\" alt=\\\"\\\" width=\\\"1200\\\" height=\\\"800\\\">\\n\\nUt tempus malesuada neque, laoreet ornare magna vehicula a. Curabitur augue nibh, faucibus id faucibus in, tincidunt et justo. Nulla facilisis tempus ligula ut venenatis. Donec diam felis, volutpat maximus viverra quis, maximus a leo. Quisque vestibulum tortor justo. Nullam nec venenatis urna, vel suscipit massa. Proin sed rutrum magna, sed blandit lacus. Donec dolor risus, tempor et ipsum vel, convallis vehicula urna. Sed vel elit accumsan diam condimentum finibus vel sollicitudin risus. Nunc a venenatis mi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed sed tellus urna. Sed hendrerit a justo ac sodales.\\n\\n<img class=\\\"size-medium wp-image-10 alignright\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image3-1-300x200.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"200\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut suscipit odio ante, id dapibus elit condimentum vitae. Maecenas eget orci vitae enim accumsan mollis. In congue nunc velit, sit amet eleifend velit cursus vitae. Morbi lorem massa, lobortis id bibendum et, rhoncus porttitor tortor. Aenean eget orci pulvinar, tincidunt neque quis, aliquam lectus. Etiam nec malesuada tortor. Sed id condimentum turpis. Quisque non fermentum est. Integer lobortis turpis a justo dignissim, sit amet accumsan sem pulvinar. Morbi mollis vitae libero in rhoncus. Vestibulum at arcu faucibus, congue diam sit amet, viverra velit. Sed rutrum urna ut dolor dignissim suscipit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Maecenas ultrices justo metus, quis facilisis justo interdum nec. Donec luctus ligula elit, eget varius urna sodales at. Mauris enim risus, cursus at nulla eget, mattis imperdiet orci.\\n\\nSuspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2906,699,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(2907,699,'_elementor_css','a:6:{s:4:\"time\";i:1592509819;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(2908,698,'_edit_lock','1599138224:5'),(2909,700,'mcc_copied','1'),(2910,700,'_wp_page_template','default'),(2912,700,'_elementor_edit_mode','builder'),(2913,700,'_elementor_template_type','wp-post'),(2914,700,'_elementor_version','2.9.9'),(2915,700,'_elementor_data','[{\"id\":\"3f1f5281\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"502ddebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5172ddc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our expertise and up-to-date training enable our team to work with a range of contractors. We work with general contractors to assess the overall project and provide detailed plans to implement moves and set up equipment.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Electrical \\u2013 our team collaborates with electrical contractors on a variety of equipment moves including generators, switchgears, transformers and more.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Mechanical \\u2013 Our experience with mechanical contractors extends to moves and set up of a variety of equipment ranging from boilers and chillers to cooling towers and more.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Whether your move involves electrical or mechanical components, or a range of specialties, give us a call at <strong><a href=\\\"tel:800-358-8444\\\">800-358-8444<\\/a><\\/strong> to manage the overall process.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"07bbebc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"css_classes\":\"ind-sub-img mech-img\"},\"elements\":[{\"id\":\"c9391d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ea698ae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image28.jpg\",\"id\":912}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"50c19d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c045f79\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/i2.jpg\",\"id\":991}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(2919,700,'_dp_original','698'),(2920,700,'_edit_last','5'),(2922,701,'_wp_page_template','default'),(2923,701,'_thumbnail_id','425'),(2924,701,'_elementor_edit_mode','builder'),(2925,701,'_elementor_template_type','wp-post'),(2926,701,'_elementor_version','2.9.9'),(2927,701,'_elementor_data','[{\"id\":\"3f1f5281\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"502ddebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5172ddc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Suspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\\n<blockquote>Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae.<\\/blockquote>\\nVivamus pulvinar urna nec ipsum interdum blandit. Phasellus molestie feugiat hendrerit. Interdum et malesuada fames ac ante ipsum primis in faucibus. Suspendisse ut dapibus elit. Vivamus dui justo, dapibus nec fermentum sodales, convallis a nisi. Nullam auctor ante metus, eu lacinia mauris hendrerit a. Donec maximus porta turpis non venenatis. Pellentesque quis odio nec ex vestibulum ornare vel at erat. Vestibulum fringilla mauris quis mi pellentesque, a convallis turpis cursus. Praesent molestie, arcu vel faucibus tristique, erat lorem interdum libero, eget maximus mauris augue sed quam. Duis sit amet fringilla felis. Phasellus eget eros vitae dui finibus tincidunt vitae non sapien. Aliquam erat volutpat. Praesent volutpat, nibh eget viverra tristique, odio dolor iaculis elit, eget tincidunt felis arcu nec lectus. Nulla fermentum lorem a massa laoreet, non tincidunt dolor scelerisque.\\n\\n<img class=\\\"size-medium wp-image-6 alignleft\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/blog-5-1-300x200.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"200\\\">Aenean faucibus libero ultrices tincidunt pretium. Vestibulum id mi eget massa scelerisque facilisis vel semper nisl. Mauris pulvinar scelerisque fringilla. Ut eu mauris aliquet, mattis sem eleifend, vehicula massa. Nullam sit amet condimentum urna, a convallis nibh. Nulla at porttitor nulla. In hac habitasse platea dictumst. Donec ut pretium eros, eget condimentum augue. Vivamus venenatis leo sed dolor mattis imperdiet.\\n\\nProin in orci quis elit blandit imperdiet ut eu enim. Nulla mattis arcu eget nisi eleifend, non pellentesque augue mollis. Ut mauris ligula, interdum sed lobortis eu, fermentum vel neque. Maecenas facilisis erat quis augue fermentum vestibulum. Aenean vel sem ac tellus luctus efficitur. Mauris ultrices non libero eget auctor. Mauris rhoncus, risus ac dapibus rhoncus, dui purus ultrices lorem, efficitur gravida elit turpis quis metus.\\n\\nSed varius eros eu lorem condimentum, ac rutrum ex pharetra. Integer vitae tincidunt ipsum, vitae lacinia lacus. Aenean ac maximus eros, eu posuere erat. Sed efficitur magna vitae erat vehicula elementum. Ut cursus purus id tellus volutpat tempus. Mauris lacus eros, fermentum vitae congue volutpat, tincidunt non risus. Quisque at mollis nibh. Nulla aliquet placerat mollis. Morbi luctus porttitor ultricies. Phasellus ullamcorper in arcu ut ultricies. Donec odio nisl, iaculis eget odio id, tempor pulvinar justo. Phasellus sit amet dolor sit amet neque ultrices posuere sed nec neque. Pellentesque cursus varius sagittis. Duis placerat porta risus ac sagittis.\\n\\n<img class=\\\"aligncenter wp-image-5 size-full\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/blog-4-1.jpg\\\" alt=\\\"\\\" width=\\\"1200\\\" height=\\\"800\\\">\\n\\nUt tempus malesuada neque, laoreet ornare magna vehicula a. Curabitur augue nibh, faucibus id faucibus in, tincidunt et justo. Nulla facilisis tempus ligula ut venenatis. Donec diam felis, volutpat maximus viverra quis, maximus a leo. Quisque vestibulum tortor justo. Nullam nec venenatis urna, vel suscipit massa. Proin sed rutrum magna, sed blandit lacus. Donec dolor risus, tempor et ipsum vel, convallis vehicula urna. Sed vel elit accumsan diam condimentum finibus vel sollicitudin risus. Nunc a venenatis mi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed sed tellus urna. Sed hendrerit a justo ac sodales.\\n\\n<img class=\\\"size-medium wp-image-10 alignright\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image3-1-300x200.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"200\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut suscipit odio ante, id dapibus elit condimentum vitae. Maecenas eget orci vitae enim accumsan mollis. In congue nunc velit, sit amet eleifend velit cursus vitae. Morbi lorem massa, lobortis id bibendum et, rhoncus porttitor tortor. Aenean eget orci pulvinar, tincidunt neque quis, aliquam lectus. Etiam nec malesuada tortor. Sed id condimentum turpis. Quisque non fermentum est. Integer lobortis turpis a justo dignissim, sit amet accumsan sem pulvinar. Morbi mollis vitae libero in rhoncus. Vestibulum at arcu faucibus, congue diam sit amet, viverra velit. Sed rutrum urna ut dolor dignissim suscipit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Maecenas ultrices justo metus, quis facilisis justo interdum nec. Donec luctus ligula elit, eget varius urna sodales at. Mauris enim risus, cursus at nulla eget, mattis imperdiet orci.\\n\\nSuspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2928,701,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(2929,701,'_elementor_css','a:6:{s:4:\"time\";i:1592509819;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(2930,700,'_edit_lock','1599138308:5'),(2932,702,'_wp_page_template','default'),(2933,702,'_thumbnail_id','425'),(2934,702,'_elementor_edit_mode','builder'),(2935,702,'_elementor_template_type','wp-post'),(2936,702,'_elementor_version','2.9.9'),(2937,702,'_elementor_data','[{\"id\":\"3f1f5281\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"502ddebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5172ddc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Suspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\\n<blockquote>Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae.<\\/blockquote>\\nVivamus pulvinar urna nec ipsum interdum blandit. Phasellus molestie feugiat hendrerit. Interdum et malesuada fames ac ante ipsum primis in faucibus. Suspendisse ut dapibus elit. Vivamus dui justo, dapibus nec fermentum sodales, convallis a nisi. Nullam auctor ante metus, eu lacinia mauris hendrerit a. Donec maximus porta turpis non venenatis. Pellentesque quis odio nec ex vestibulum ornare vel at erat. Vestibulum fringilla mauris quis mi pellentesque, a convallis turpis cursus. Praesent molestie, arcu vel faucibus tristique, erat lorem interdum libero, eget maximus mauris augue sed quam. Duis sit amet fringilla felis. Phasellus eget eros vitae dui finibus tincidunt vitae non sapien. Aliquam erat volutpat. Praesent volutpat, nibh eget viverra tristique, odio dolor iaculis elit, eget tincidunt felis arcu nec lectus. Nulla fermentum lorem a massa laoreet, non tincidunt dolor scelerisque.\\n\\n<img class=\\\"size-medium wp-image-6 alignleft\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/blog-5-1-300x200.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"200\\\">Aenean faucibus libero ultrices tincidunt pretium. Vestibulum id mi eget massa scelerisque facilisis vel semper nisl. Mauris pulvinar scelerisque fringilla. Ut eu mauris aliquet, mattis sem eleifend, vehicula massa. Nullam sit amet condimentum urna, a convallis nibh. Nulla at porttitor nulla. In hac habitasse platea dictumst. Donec ut pretium eros, eget condimentum augue. Vivamus venenatis leo sed dolor mattis imperdiet.\\n\\nProin in orci quis elit blandit imperdiet ut eu enim. Nulla mattis arcu eget nisi eleifend, non pellentesque augue mollis. Ut mauris ligula, interdum sed lobortis eu, fermentum vel neque. Maecenas facilisis erat quis augue fermentum vestibulum. Aenean vel sem ac tellus luctus efficitur. Mauris ultrices non libero eget auctor. Mauris rhoncus, risus ac dapibus rhoncus, dui purus ultrices lorem, efficitur gravida elit turpis quis metus.\\n\\nSed varius eros eu lorem condimentum, ac rutrum ex pharetra. Integer vitae tincidunt ipsum, vitae lacinia lacus. Aenean ac maximus eros, eu posuere erat. Sed efficitur magna vitae erat vehicula elementum. Ut cursus purus id tellus volutpat tempus. Mauris lacus eros, fermentum vitae congue volutpat, tincidunt non risus. Quisque at mollis nibh. Nulla aliquet placerat mollis. Morbi luctus porttitor ultricies. Phasellus ullamcorper in arcu ut ultricies. Donec odio nisl, iaculis eget odio id, tempor pulvinar justo. Phasellus sit amet dolor sit amet neque ultrices posuere sed nec neque. Pellentesque cursus varius sagittis. Duis placerat porta risus ac sagittis.\\n\\n<img class=\\\"aligncenter wp-image-5 size-full\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/blog-4-1.jpg\\\" alt=\\\"\\\" width=\\\"1200\\\" height=\\\"800\\\">\\n\\nUt tempus malesuada neque, laoreet ornare magna vehicula a. Curabitur augue nibh, faucibus id faucibus in, tincidunt et justo. Nulla facilisis tempus ligula ut venenatis. Donec diam felis, volutpat maximus viverra quis, maximus a leo. Quisque vestibulum tortor justo. Nullam nec venenatis urna, vel suscipit massa. Proin sed rutrum magna, sed blandit lacus. Donec dolor risus, tempor et ipsum vel, convallis vehicula urna. Sed vel elit accumsan diam condimentum finibus vel sollicitudin risus. Nunc a venenatis mi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed sed tellus urna. Sed hendrerit a justo ac sodales.\\n\\n<img class=\\\"size-medium wp-image-10 alignright\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image3-1-300x200.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"200\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut suscipit odio ante, id dapibus elit condimentum vitae. Maecenas eget orci vitae enim accumsan mollis. In congue nunc velit, sit amet eleifend velit cursus vitae. Morbi lorem massa, lobortis id bibendum et, rhoncus porttitor tortor. Aenean eget orci pulvinar, tincidunt neque quis, aliquam lectus. Etiam nec malesuada tortor. Sed id condimentum turpis. Quisque non fermentum est. Integer lobortis turpis a justo dignissim, sit amet accumsan sem pulvinar. Morbi mollis vitae libero in rhoncus. Vestibulum at arcu faucibus, congue diam sit amet, viverra velit. Sed rutrum urna ut dolor dignissim suscipit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Maecenas ultrices justo metus, quis facilisis justo interdum nec. Donec luctus ligula elit, eget varius urna sodales at. Mauris enim risus, cursus at nulla eget, mattis imperdiet orci.\\n\\nSuspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2938,702,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(2939,702,'_elementor_css','a:6:{s:4:\"time\";i:1592509819;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(2940,703,'_thumbnail_id','717'),(2941,703,'mcc_copied','1'),(2942,703,'_wp_page_template','default'),(2943,703,'_elementor_edit_mode','builder'),(2944,703,'_elementor_template_type','wp-post'),(2945,703,'_elementor_version','2.9.9'),(2946,703,'_elementor_data','[{\"id\":\"918bd6b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"704beaa3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3c88927c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">ARS coordinates facility relocations and equipment installations for properties across the country. We work with building owners and facility managers to plan every detail and execute each step within timelines and established budgets.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Call us at <a href=\\\"tel:800-358-8444\\\"><strong>800-358-8444<\\/strong><\\/a> and work with the experienced team that\\u2019s ready to manage every detail no matter the size or complexity of the project.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21e412c\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"ind-sub-img\"},\"elements\":[{\"id\":\"b9a29a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b7536c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ce10295\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image7.jpg\",\"id\":951}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d0cd49b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2948,703,'_dp_original','46'),(2949,703,'_edit_last','5'),(2951,704,'_thumbnail_id','338'),(2952,704,'_wp_page_template','default'),(2953,704,'_elementor_edit_mode','builder'),(2954,704,'_elementor_template_type','wp-post'),(2955,704,'_elementor_version','2.9.9'),(2956,704,'_elementor_data','[{\"id\":\"918bd6b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"704beaa3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3c88927c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Suspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\\n<blockquote>Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae.<\\/blockquote>\\nVivamus pulvinar urna nec ipsum interdum blandit. Phasellus molestie feugiat hendrerit. Interdum et malesuada fames ac ante ipsum primis in faucibus. Suspendisse ut dapibus elit. Vivamus dui justo, dapibus nec fermentum sodales, convallis a nisi. Nullam auctor ante metus, eu lacinia mauris hendrerit a. Donec maximus porta turpis non venenatis. Pellentesque quis odio nec ex vestibulum ornare vel at erat. Vestibulum fringilla mauris quis mi pellentesque, a convallis turpis cursus. Praesent molestie, arcu vel faucibus tristique, erat lorem interdum libero, eget maximus mauris augue sed quam. Duis sit amet fringilla felis. Phasellus eget eros vitae dui finibus tincidunt vitae non sapien. Aliquam erat volutpat. Praesent volutpat, nibh eget viverra tristique, odio dolor iaculis elit, eget tincidunt felis arcu nec lectus. Nulla fermentum lorem a massa laoreet, non tincidunt dolor scelerisque.\\n\\n<img class=\\\"size-medium wp-image-6 alignleft\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/blog-5-1-300x200.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"200\\\">Aenean faucibus libero ultrices tincidunt pretium. Vestibulum id mi eget massa scelerisque facilisis vel semper nisl. Mauris pulvinar scelerisque fringilla. Ut eu mauris aliquet, mattis sem eleifend, vehicula massa. Nullam sit amet condimentum urna, a convallis nibh. Nulla at porttitor nulla. In hac habitasse platea dictumst. Donec ut pretium eros, eget condimentum augue. Vivamus venenatis leo sed dolor mattis imperdiet.\\n\\nProin in orci quis elit blandit imperdiet ut eu enim. Nulla mattis arcu eget nisi eleifend, non pellentesque augue mollis. Ut mauris ligula, interdum sed lobortis eu, fermentum vel neque. Maecenas facilisis erat quis augue fermentum vestibulum. Aenean vel sem ac tellus luctus efficitur. Mauris ultrices non libero eget auctor. Mauris rhoncus, risus ac dapibus rhoncus, dui purus ultrices lorem, efficitur gravida elit turpis quis metus.\\n\\nSed varius eros eu lorem condimentum, ac rutrum ex pharetra. Integer vitae tincidunt ipsum, vitae lacinia lacus. Aenean ac maximus eros, eu posuere erat. Sed efficitur magna vitae erat vehicula elementum. Ut cursus purus id tellus volutpat tempus. Mauris lacus eros, fermentum vitae congue volutpat, tincidunt non risus. Quisque at mollis nibh. Nulla aliquet placerat mollis. Morbi luctus porttitor ultricies. Phasellus ullamcorper in arcu ut ultricies. Donec odio nisl, iaculis eget odio id, tempor pulvinar justo. Phasellus sit amet dolor sit amet neque ultrices posuere sed nec neque. Pellentesque cursus varius sagittis. Duis placerat porta risus ac sagittis.\\n\\n<img class=\\\"aligncenter wp-image-5 size-full\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/blog-4-1.jpg\\\" alt=\\\"\\\" width=\\\"1200\\\" height=\\\"800\\\">\\n\\nUt tempus malesuada neque, laoreet ornare magna vehicula a. Curabitur augue nibh, faucibus id faucibus in, tincidunt et justo. Nulla facilisis tempus ligula ut venenatis. Donec diam felis, volutpat maximus viverra quis, maximus a leo. Quisque vestibulum tortor justo. Nullam nec venenatis urna, vel suscipit massa. Proin sed rutrum magna, sed blandit lacus. Donec dolor risus, tempor et ipsum vel, convallis vehicula urna. Sed vel elit accumsan diam condimentum finibus vel sollicitudin risus. Nunc a venenatis mi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed sed tellus urna. Sed hendrerit a justo ac sodales.\\n\\n<img class=\\\"size-medium wp-image-10 alignright\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image3-1-300x200.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"200\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut suscipit odio ante, id dapibus elit condimentum vitae. Maecenas eget orci vitae enim accumsan mollis. In congue nunc velit, sit amet eleifend velit cursus vitae. Morbi lorem massa, lobortis id bibendum et, rhoncus porttitor tortor. Aenean eget orci pulvinar, tincidunt neque quis, aliquam lectus. Etiam nec malesuada tortor. Sed id condimentum turpis. Quisque non fermentum est. Integer lobortis turpis a justo dignissim, sit amet accumsan sem pulvinar. Morbi mollis vitae libero in rhoncus. Vestibulum at arcu faucibus, congue diam sit amet, viverra velit. Sed rutrum urna ut dolor dignissim suscipit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Maecenas ultrices justo metus, quis facilisis justo interdum nec. Donec luctus ligula elit, eget varius urna sodales at. Mauris enim risus, cursus at nulla eget, mattis imperdiet orci.\\n\\nSuspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2957,704,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(2958,703,'_edit_lock','1599138586:5'),(2959,46,'_edit_last','5'),(2961,705,'_thumbnail_id','338'),(2962,705,'_wp_page_template','default'),(2963,705,'_elementor_edit_mode','builder'),(2964,705,'_elementor_template_type','wp-post'),(2965,705,'_elementor_version','2.9.9'),(2966,705,'_elementor_data','[{\"id\":\"918bd6b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"704beaa3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3c88927c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Suspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\\n<blockquote>Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae.<\\/blockquote>\\nVivamus pulvinar urna nec ipsum interdum blandit. Phasellus molestie feugiat hendrerit. Interdum et malesuada fames ac ante ipsum primis in faucibus. Suspendisse ut dapibus elit. Vivamus dui justo, dapibus nec fermentum sodales, convallis a nisi. Nullam auctor ante metus, eu lacinia mauris hendrerit a. Donec maximus porta turpis non venenatis. Pellentesque quis odio nec ex vestibulum ornare vel at erat. Vestibulum fringilla mauris quis mi pellentesque, a convallis turpis cursus. Praesent molestie, arcu vel faucibus tristique, erat lorem interdum libero, eget maximus mauris augue sed quam. Duis sit amet fringilla felis. Phasellus eget eros vitae dui finibus tincidunt vitae non sapien. Aliquam erat volutpat. Praesent volutpat, nibh eget viverra tristique, odio dolor iaculis elit, eget tincidunt felis arcu nec lectus. Nulla fermentum lorem a massa laoreet, non tincidunt dolor scelerisque.\\n\\n<img class=\\\"size-medium wp-image-6 alignleft\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/blog-5-1-300x200.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"200\\\">Aenean faucibus libero ultrices tincidunt pretium. Vestibulum id mi eget massa scelerisque facilisis vel semper nisl. Mauris pulvinar scelerisque fringilla. Ut eu mauris aliquet, mattis sem eleifend, vehicula massa. Nullam sit amet condimentum urna, a convallis nibh. Nulla at porttitor nulla. In hac habitasse platea dictumst. Donec ut pretium eros, eget condimentum augue. Vivamus venenatis leo sed dolor mattis imperdiet.\\n\\nProin in orci quis elit blandit imperdiet ut eu enim. Nulla mattis arcu eget nisi eleifend, non pellentesque augue mollis. Ut mauris ligula, interdum sed lobortis eu, fermentum vel neque. Maecenas facilisis erat quis augue fermentum vestibulum. Aenean vel sem ac tellus luctus efficitur. Mauris ultrices non libero eget auctor. Mauris rhoncus, risus ac dapibus rhoncus, dui purus ultrices lorem, efficitur gravida elit turpis quis metus.\\n\\nSed varius eros eu lorem condimentum, ac rutrum ex pharetra. Integer vitae tincidunt ipsum, vitae lacinia lacus. Aenean ac maximus eros, eu posuere erat. Sed efficitur magna vitae erat vehicula elementum. Ut cursus purus id tellus volutpat tempus. Mauris lacus eros, fermentum vitae congue volutpat, tincidunt non risus. Quisque at mollis nibh. Nulla aliquet placerat mollis. Morbi luctus porttitor ultricies. Phasellus ullamcorper in arcu ut ultricies. Donec odio nisl, iaculis eget odio id, tempor pulvinar justo. Phasellus sit amet dolor sit amet neque ultrices posuere sed nec neque. Pellentesque cursus varius sagittis. Duis placerat porta risus ac sagittis.\\n\\n<img class=\\\"aligncenter wp-image-5 size-full\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/blog-4-1.jpg\\\" alt=\\\"\\\" width=\\\"1200\\\" height=\\\"800\\\">\\n\\nUt tempus malesuada neque, laoreet ornare magna vehicula a. Curabitur augue nibh, faucibus id faucibus in, tincidunt et justo. Nulla facilisis tempus ligula ut venenatis. Donec diam felis, volutpat maximus viverra quis, maximus a leo. Quisque vestibulum tortor justo. Nullam nec venenatis urna, vel suscipit massa. Proin sed rutrum magna, sed blandit lacus. Donec dolor risus, tempor et ipsum vel, convallis vehicula urna. Sed vel elit accumsan diam condimentum finibus vel sollicitudin risus. Nunc a venenatis mi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed sed tellus urna. Sed hendrerit a justo ac sodales.\\n\\n<img class=\\\"size-medium wp-image-10 alignright\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image3-1-300x200.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"200\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut suscipit odio ante, id dapibus elit condimentum vitae. Maecenas eget orci vitae enim accumsan mollis. In congue nunc velit, sit amet eleifend velit cursus vitae. Morbi lorem massa, lobortis id bibendum et, rhoncus porttitor tortor. Aenean eget orci pulvinar, tincidunt neque quis, aliquam lectus. Etiam nec malesuada tortor. Sed id condimentum turpis. Quisque non fermentum est. Integer lobortis turpis a justo dignissim, sit amet accumsan sem pulvinar. Morbi mollis vitae libero in rhoncus. Vestibulum at arcu faucibus, congue diam sit amet, viverra velit. Sed rutrum urna ut dolor dignissim suscipit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Maecenas ultrices justo metus, quis facilisis justo interdum nec. Donec luctus ligula elit, eget varius urna sodales at. Mauris enim risus, cursus at nulla eget, mattis imperdiet orci.\\n\\nSuspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2967,705,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(2968,706,'mcc_copied','1'),(2969,706,'_wp_page_template','default'),(2970,706,'_thumbnail_id','963'),(2971,706,'_elementor_edit_mode','builder'),(2972,706,'_elementor_template_type','wp-post'),(2973,706,'_elementor_version','2.9.9'),(2974,706,'_elementor_data','[{\"id\":\"3f1f5281\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"502ddebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5172ddc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">ARS can assist banks by installing vault pieces or moving high value equipment.\\u00a0 Our team of professionals will ensure your pieces are moved quickly and carefully to get you back in business as soon as possible.\\u00a0 We focus on preplanning and attention to detail to ensure a worry-free project completion. Call us today to put our expertise to work \\u2013 <a href=\\\"tel:800-358-8444\\\"><strong>800-358-8444.<\\/strong><\\/a><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dad8b48\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c5bef7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"9db7a50\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"74f91a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image6.jpg\",\"id\":953}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a350eff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2977,706,'_dp_original','329'),(2978,706,'_edit_last','5'),(2980,707,'_wp_page_template','default'),(2981,707,'_thumbnail_id','425'),(2982,707,'_elementor_edit_mode','builder'),(2983,707,'_elementor_template_type','wp-post'),(2984,707,'_elementor_version','2.9.9'),(2985,707,'_elementor_data','[{\"id\":\"3f1f5281\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"502ddebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5172ddc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Suspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\\n<blockquote>Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae.<\\/blockquote>\\nVivamus pulvinar urna nec ipsum interdum blandit. Phasellus molestie feugiat hendrerit. Interdum et malesuada fames ac ante ipsum primis in faucibus. Suspendisse ut dapibus elit. Vivamus dui justo, dapibus nec fermentum sodales, convallis a nisi. Nullam auctor ante metus, eu lacinia mauris hendrerit a. Donec maximus porta turpis non venenatis. Pellentesque quis odio nec ex vestibulum ornare vel at erat. Vestibulum fringilla mauris quis mi pellentesque, a convallis turpis cursus. Praesent molestie, arcu vel faucibus tristique, erat lorem interdum libero, eget maximus mauris augue sed quam. Duis sit amet fringilla felis. Phasellus eget eros vitae dui finibus tincidunt vitae non sapien. Aliquam erat volutpat. Praesent volutpat, nibh eget viverra tristique, odio dolor iaculis elit, eget tincidunt felis arcu nec lectus. Nulla fermentum lorem a massa laoreet, non tincidunt dolor scelerisque.\\n\\n<img class=\\\"size-medium wp-image-6 alignleft\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/blog-5-1-300x200.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"200\\\">Aenean faucibus libero ultrices tincidunt pretium. Vestibulum id mi eget massa scelerisque facilisis vel semper nisl. Mauris pulvinar scelerisque fringilla. Ut eu mauris aliquet, mattis sem eleifend, vehicula massa. Nullam sit amet condimentum urna, a convallis nibh. Nulla at porttitor nulla. In hac habitasse platea dictumst. Donec ut pretium eros, eget condimentum augue. Vivamus venenatis leo sed dolor mattis imperdiet.\\n\\nProin in orci quis elit blandit imperdiet ut eu enim. Nulla mattis arcu eget nisi eleifend, non pellentesque augue mollis. Ut mauris ligula, interdum sed lobortis eu, fermentum vel neque. Maecenas facilisis erat quis augue fermentum vestibulum. Aenean vel sem ac tellus luctus efficitur. Mauris ultrices non libero eget auctor. Mauris rhoncus, risus ac dapibus rhoncus, dui purus ultrices lorem, efficitur gravida elit turpis quis metus.\\n\\nSed varius eros eu lorem condimentum, ac rutrum ex pharetra. Integer vitae tincidunt ipsum, vitae lacinia lacus. Aenean ac maximus eros, eu posuere erat. Sed efficitur magna vitae erat vehicula elementum. Ut cursus purus id tellus volutpat tempus. Mauris lacus eros, fermentum vitae congue volutpat, tincidunt non risus. Quisque at mollis nibh. Nulla aliquet placerat mollis. Morbi luctus porttitor ultricies. Phasellus ullamcorper in arcu ut ultricies. Donec odio nisl, iaculis eget odio id, tempor pulvinar justo. Phasellus sit amet dolor sit amet neque ultrices posuere sed nec neque. Pellentesque cursus varius sagittis. Duis placerat porta risus ac sagittis.\\n\\n<img class=\\\"aligncenter wp-image-5 size-full\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/blog-4-1.jpg\\\" alt=\\\"\\\" width=\\\"1200\\\" height=\\\"800\\\">\\n\\nUt tempus malesuada neque, laoreet ornare magna vehicula a. Curabitur augue nibh, faucibus id faucibus in, tincidunt et justo. Nulla facilisis tempus ligula ut venenatis. Donec diam felis, volutpat maximus viverra quis, maximus a leo. Quisque vestibulum tortor justo. Nullam nec venenatis urna, vel suscipit massa. Proin sed rutrum magna, sed blandit lacus. Donec dolor risus, tempor et ipsum vel, convallis vehicula urna. Sed vel elit accumsan diam condimentum finibus vel sollicitudin risus. Nunc a venenatis mi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed sed tellus urna. Sed hendrerit a justo ac sodales.\\n\\n<img class=\\\"size-medium wp-image-10 alignright\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image3-1-300x200.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"200\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut suscipit odio ante, id dapibus elit condimentum vitae. Maecenas eget orci vitae enim accumsan mollis. In congue nunc velit, sit amet eleifend velit cursus vitae. Morbi lorem massa, lobortis id bibendum et, rhoncus porttitor tortor. Aenean eget orci pulvinar, tincidunt neque quis, aliquam lectus. Etiam nec malesuada tortor. Sed id condimentum turpis. Quisque non fermentum est. Integer lobortis turpis a justo dignissim, sit amet accumsan sem pulvinar. Morbi mollis vitae libero in rhoncus. Vestibulum at arcu faucibus, congue diam sit amet, viverra velit. Sed rutrum urna ut dolor dignissim suscipit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Maecenas ultrices justo metus, quis facilisis justo interdum nec. Donec luctus ligula elit, eget varius urna sodales at. Mauris enim risus, cursus at nulla eget, mattis imperdiet orci.\\n\\nSuspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2986,707,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(2987,707,'_elementor_css','a:6:{s:4:\"time\";i:1592509819;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(2988,706,'_edit_lock','1599139003:5'),(2989,708,'_wp_page_template','template/page-builder-template.php'),(2990,708,'header_style_choice','alternative'),(2991,708,'_header_style_choice','field_58c7b9d20beeb'),(2992,708,'_elementor_data','[{\"id\":\"787d5c6b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"20\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"id\":338,\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/05\\/ARS-header-photo-rev-1.png\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color_b\":\"#2d2d2d\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":100},\"custom_height\":{\"unit\":\"px\",\"size\":\"663\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"height\":\"full\",\"background_video_fallback\":{\"id\":79,\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/bg-fallback.jpg\"},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"21feba2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"home-banner-text\"},\"elements\":[{\"id\":\"5af5fe4\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"ARS CONTRACTING, INC.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_title_font_weight\":\"500\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":12},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_2\":\"#FFFFFF\",\"title_margin_bottom\":-10,\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":10},\"align_mobile\":\"left\",\"title_size\":\"h1\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c2b71c4\",\"elType\":\"widget\",\"settings\":{\"the_title\":\"Certified Riggers & Machinery Movers\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":80},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_1\":\"#ffffff\",\"choose_style\":\"2\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":65},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":70},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"81cb3fc\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<h2 style=\\\"color: white;\\\"><b>Moving America\\u2019s Businesses<\\/b><\\/h2>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_text_block_line_height\":{\"unit\":\"px\",\"size\":28},\"color_text_block\":\"#FDF8F8\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"text_block_align_mobile\":\"left\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_text_block_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"586b5444\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"hover_animation\":\"sink\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeInUp\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e1426a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"9414b9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bad6cf\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Services\",\"description_text\":\"Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":482,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/crane-48591-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255, 255, 255, 0)\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"154f0f93\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c2e578e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Exceptional Safety Rating\",\"description_text\":\"We have one of the best safety ratings in the industry & we are certified riggers\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":379,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/Safety-Rev-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":19},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4a35cdf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bfab3bb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Industries\",\"description_text\":\"We offer outstanding service to most industries including, contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers\\/building owners and more\\n\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":378,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/gears.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3334b860\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#eaeaea\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fb97c40\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.042999999999999,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57bdcd45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":11,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image2-1.jpg\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"align\":\"left\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5b694d6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.957000000000001,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2161d8d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"For almost 30 years, ARS Contracting, Inc. has built a national reputation for rigging, machinery moving, hauling and lifting components that keep America\\u2019s businesses moving. We\\u2019re dedicated to solving problems for our clients by using innovation and technology to constantly move the industry forward. By doing so, this can result in lowering overall project costs for our customers.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":19},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":45},\"the_subtitle\":\"Since 1991\",\"typography_subtitle_typography\":\"custom\",\"typography_subtitle_font_family\":\"Lato\",\"typography_subtitle_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_subtitle_font_weight\":\"300\",\"typography_subtitle_text_transform\":\"uppercase\",\"typography_subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":34},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":30},\"title_size\":\"h6\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"23901ed0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60cf4773\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1800},\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"_element_id\":\"projects\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7352b447\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"97cfb80\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"333b722f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d4210f\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Services We Offer\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"4c49f11d\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"43ef6c3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"7d11f6a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL SERVICES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=347\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d246d91\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"9\",\"width\":\"585\",\"height\":\"390\",\"caption_vertical\":{\"unit\":\"%\",\"size\":50},\"caption_horizontal\":{\"unit\":\"%\",\"size\":50},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":15,\"use_padding\":\"use\",\"padding_size\":{\"unit\":\"px\",\"size\":15},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"title_hover_effect\":\"ih-fade-down\",\"title_margin_bottom\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_family\":\"Raleway\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"category_hover_effect\":\"ih-fade-up\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"filter_style1_color\":\"#ffffff\",\"filter_style1_hov_color\":\"#ffffff\",\"filter_style1_bord_hov_color\":\"#3315C6\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_portfolio_title_line_height_mobile\":{\"unit\":\"px\",\"size\":24},\"title_margin_bottom_mobile\":5,\"typography_portfolio_category_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"filter_mobile_bord_bg_color\":\"#2b2b2b\",\"filter_mobile_bord_hov_color\":\"#2b2b2b\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"filter_padding_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"filter_align\":\"center\",\"filter_style\":\"style-2\",\"filter_style2_color\":\"#FFFFFF\",\"filter_style2_hov_color\":\"#8AABCA\",\"filter_style2_border_hov_color\":\"#8AABCA\",\"category_hover_delay\":\"ih-delay-xs\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"orderby\":\"menu_order\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f3e067f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/image-port-7.jpg\",\"id\":22},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#7A7A7A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ef29580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"788dae8b\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"30\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#ffffff\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#ffffff\",\"choose_column\":\"1\",\"typhography_blockquote_color\":\"#ffffff\",\"navigation_dots_color\":\"#ffffff\",\"autoplay\":\"use\",\"autoplay_ms\":2000,\"auto_loop\":\"use\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"50e8eeb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"4169d630\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/1693-logo.jpg\",\"id\":570},\"_id\":\"373378a\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT.jpg\",\"id\":571},\"_id\":\"5b20e48\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IMPACTLogo.jpg\",\"id\":572},\"_id\":\"0da84d8\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra.jpg\",\"id\":573},\"_id\":\"cc18593\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574},\"_id\":\"306ecd3\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/Riggers.jpg\",\"id\":569},\"_id\":\"ab6cc54\"}],\"mobile_choose_column\":\"mobile-column-2\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":20,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":9},\"_css_classes\":\"client-logos\"},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46b4cfee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190},\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"763dcf8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"60111074\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6daf8247\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1f8fca5\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Industries We Serve\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"5e67d616\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ddd3ef5\",\"elType\":\"widget\",\"settings\":{\"color_text_block\":\"#555555\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":26}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":true},{\"id\":\"24b615c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1dd27b4a\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL INDUSTRIES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"rgba(243, 235, 235, 0.3)\",\"border_color\":\"#000000\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=348\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd640fa\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"8\",\"post_margin_bottom\":\"30\",\"horizontal_col_select_col2\":\"column-3\",\"width\":\"535\",\"height\":\"355\",\"height_grid2\":\"400\",\"use_category\":\"\",\"use_author\":\"\",\"use_date\":\"\",\"use_excerpt\":\"\",\"read_more_text\":\"Read More\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"typography_post_title_typography\":\"custom\",\"typography_post_title_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typhography_read_more_color_masonry\":\"#D7D7D7\",\"typhography_title_color\":\"#2B4D7B\",\"typhography_read_more_bg_color_masonry\":\"#FFFFFF\",\"read_more_title_hov_color\":\"#FFFFFF\",\"typhography_read_more_bg_hover_masonry\":\"#C7B4B4\",\"typography_post_read_more_typography\":\"custom\",\"_background_background\":\"classic\",\"_background_color\":\"#FEFEFE\"},\"elements\":[],\"widgetType\":\"gedung-post-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd675da\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"70618554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.68,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"700616c\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"419c7848\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1bc1cc0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"align_tablet\":\"center\",\"button_hover_border_color\":\"#ffffff\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2993,708,'_elementor_version','2.9.9'),(2994,708,'_elementor_template_type','wp-post'),(2995,708,'_elementor_edit_mode','builder'),(2996,708,'_thumbnail_id','338'),(2997,708,'_elementor_controls_usage','a:12:{s:17:\"gedung-head-title\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:4:{s:25:\"section_gedung_head_title\";a:24:{s:12:\"choose_style\";i:6;s:9:\"the_title\";i:6;s:27:\"typography_title_typography\";i:6;s:26:\"typography_title_font_size\";i:4;s:28:\"typography_title_font_weight\";i:2;s:31:\"typography_title_letter_spacing\";i:1;s:17:\"head_use_subtitle\";i:5;s:5:\"align\";i:2;s:33:\"typography_title_font_size_mobile\";i:6;s:35:\"typography_title_line_height_mobile\";i:4;s:38:\"typography_title_letter_spacing_mobile\";i:1;s:12:\"align_mobile\";i:3;s:10:\"title_size\";i:2;s:28:\"typography_title_line_height\";i:2;s:33:\"typography_title_font_size_tablet\";i:3;s:35:\"typography_title_line_height_tablet\";i:2;s:12:\"the_subtitle\";i:1;s:30:\"typography_subtitle_typography\";i:1;s:31:\"typography_subtitle_font_family\";i:1;s:29:\"typography_subtitle_font_size\";i:1;s:31:\"typography_subtitle_font_weight\";i:1;s:34:\"typography_subtitle_text_transform\";i:1;s:34:\"typography_subtitle_letter_spacing\";i:1;s:12:\"align_tablet\";i:1;}s:33:\"section_gedung_head_title_style_2\";a:1:{s:13:\"title_color_2\";i:4;}s:36:\"section_gedung_head_title_dimensions\";a:1:{s:19:\"title_margin_bottom\";i:1;}s:33:\"section_gedung_head_title_style_1\";a:1:{s:13:\"title_color_1\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:11:\"gedung-text\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"gedung_text_control\";a:11:{s:11:\"custom_text\";i:1;s:32:\"typography_text_block_typography\";i:2;s:31:\"typography_text_block_font_size\";i:1;s:33:\"typography_text_block_line_height\";i:1;s:16:\"color_text_block\";i:2;s:16:\"text_block_align\";i:1;s:23:\"text_block_align_mobile\";i:1;s:38:\"typography_text_block_font_size_tablet\";i:1;s:38:\"typography_text_block_font_size_mobile\";i:2;s:33:\"typography_text_block_font_weight\";i:1;s:40:\"typography_text_block_line_height_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:1;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:10;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:6:{s:4:\"text\";i:4;s:5:\"align\";i:4;s:4:\"size\";i:4;s:4:\"link\";i:4;s:12:\"align_mobile\";i:4;s:12:\"align_tablet\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:17:{s:21:\"typography_typography\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_family\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:16:\"background_color\";i:4;s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:13:\"border_radius\";i:4;s:27:\"typography_font_size_mobile\";i:1;s:11:\"hover_color\";i:4;s:29:\"button_background_hover_color\";i:4;s:15:\"hover_animation\";i:4;s:17:\"button_text_color\";i:3;s:12:\"border_color\";i:3;s:25:\"button_hover_border_color\";i:3;s:28:\"text_shadow_text_shadow_type\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:15:\"_padding_mobile\";i:1;s:8:\"_padding\";i:2;s:15:\"_padding_tablet\";i:3;s:7:\"_margin\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:4;s:18:\"animation_duration\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:15;s:19:\"_inline_size_mobile\";i:3;s:19:\"_inline_size_tablet\";i:8;s:16:\"content_position\";i:2;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:14:\"padding_tablet\";i:4;s:11:\"css_classes\";i:1;s:7:\"padding\";i:8;s:14:\"padding_mobile\";i:6;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:3:\"gap\";i:7;s:13:\"custom_height\";i:1;s:6:\"height\";i:1;s:13:\"content_width\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:13:\"margin_tablet\";i:1;s:14:\"padding_tablet\";i:8;s:6:\"margin\";i:3;s:7:\"padding\";i:8;s:13:\"margin_mobile\";i:2;s:14:\"padding_mobile\";i:7;s:11:\"_element_id\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:2;s:19:\"background_position\";i:3;s:15:\"background_size\";i:3;s:25:\"background_video_fallback\";i:1;s:21:\"background_attachment\";i:3;s:16:\"background_color\";i:5;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_color\";i:2;s:26:\"background_overlay_opacity\";i:2;s:26:\"background_overlay_color_b\";i:1;s:29:\"background_overlay_color_stop\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;s:5:\"image\";i:3;s:8:\"position\";i:3;}}s:5:\"style\";a:2:{s:21:\"section_style_content\";a:14:{s:10:\"text_align\";i:3;s:18:\"title_bottom_space\";i:3;s:11:\"title_color\";i:3;s:27:\"title_typography_typography\";i:3;s:26:\"title_typography_font_size\";i:3;s:17:\"description_color\";i:3;s:17:\"text_align_tablet\";i:2;s:17:\"text_align_mobile\";i:3;s:33:\"title_typography_font_size_tablet\";i:3;s:35:\"title_typography_line_height_tablet\";i:3;s:33:\"description_typography_typography\";i:3;s:39:\"description_typography_font_size_tablet\";i:3;s:41:\"description_typography_line_height_tablet\";i:3;s:32:\"description_typography_font_size\";i:3;}s:19:\"section_style_image\";a:3:{s:11:\"image_space\";i:3;s:10:\"image_size\";i:3;s:18:\"image_space_tablet\";i:3;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:2:{s:15:\"_padding_mobile\";i:1;s:8:\"_padding\";i:3;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:3;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:1;s:17:\"_background_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:5:\"align\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:6:\"weight\";i:3;s:3:\"gap\";i:3;s:5:\"color\";i:3;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:3;s:5:\"align\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:3;}}}}s:22:\"gedung-portfolio-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:12;s:8:\"controls\";a:3:{s:7:\"content\";a:6:{s:43:\"section_gedung_portfolio_block_post_setting\";a:2:{s:14:\"posts_per_page\";i:1;s:7:\"orderby\";i:1;}s:44:\"section_gedung_portfolio_block_image_setting\";a:2:{s:5:\"width\";i:1;s:6:\"height\";i:1;}s:43:\"section_gedung_portfolio_block_item_setting\";a:3:{s:16:\"caption_vertical\";i:1;s:18:\"caption_horizontal\";i:1;s:10:\"text_align\";i:1;}s:44:\"section_gedung_portfolio_block_hover_setting\";a:3:{s:12:\"hover_effect\";i:1;s:12:\"grid_item_bg\";i:1;s:13:\"grid_item_bg2\";i:1;}s:39:\"section_gedung_portfolio_layout_control\";a:4:{s:13:\"margin_bottom\";i:1;s:11:\"use_padding\";i:1;s:12:\"padding_size\";i:1;s:19:\"padding_size_mobile\";i:1;}s:39:\"section_gedung_portfolio_filter_control\";a:14:{s:10:\"use_filter\";i:1;s:19:\"filter_style1_color\";i:1;s:23:\"filter_style1_hov_color\";i:1;s:28:\"filter_style1_bord_hov_color\";i:1;s:25:\"filter_margin_bottom_size\";i:1;s:32:\"filter_margin_bottom_size_mobile\";i:1;s:27:\"filter_mobile_bord_bg_color\";i:1;s:28:\"filter_mobile_bord_hov_color\";i:1;s:19:\"filter_padding_size\";i:1;s:12:\"filter_align\";i:1;s:12:\"filter_style\";i:1;s:19:\"filter_style2_color\";i:1;s:23:\"filter_style2_hov_color\";i:1;s:30:\"filter_style2_border_hov_color\";i:1;}}s:5:\"style\";a:2:{s:44:\"section_gedung_portfolio_block_title_setting\";a:7:{s:23:\"typhography_title_color\";i:1;s:37:\"typography_portfolio_title_typography\";i:1;s:18:\"title_hover_effect\";i:1;s:19:\"title_margin_bottom\";i:1;s:43:\"typography_portfolio_title_font_size_mobile\";i:1;s:45:\"typography_portfolio_title_line_height_mobile\";i:1;s:26:\"title_margin_bottom_mobile\";i:1;}s:47:\"section_gedung_portfolio_block_category_setting\";a:9:{s:26:\"typhography_category_color\";i:1;s:40:\"typography_portfolio_category_typography\";i:1;s:41:\"typography_portfolio_category_font_family\";i:1;s:39:\"typography_portfolio_category_font_size\";i:1;s:41:\"typography_portfolio_category_font_weight\";i:1;s:40:\"typography_portfolio_category_font_style\";i:1;s:21:\"category_hover_effect\";i:1;s:46:\"typography_portfolio_category_font_size_mobile\";i:1;s:20:\"category_hover_delay\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;}}}}s:24:\"gedung-testimonial-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:52:\"section_gedung_testimonial_block_testimonial_setting\";a:1:{s:10:\"testi_item\";i:1;}s:46:\"section_gedung_testimonial_block_image_setting\";a:1:{s:17:\"text_align_tablet\";i:1;}s:31:\"section_gedung_carousel_options\";a:5:{s:13:\"choose_column\";i:1;s:21:\"navigation_dots_color\";i:1;s:8:\"autoplay\";i:1;s:11:\"autoplay_ms\";i:1;s:9:\"auto_loop\";i:1;}}s:5:\"style\";a:3:{s:51:\"section_gedung_testimonial_block_blockquote_setting\";a:5:{s:21:\"vertical_testi_detail\";i:1;s:44:\"typhography_blockquote_typography_typography\";i:1;s:43:\"typhography_blockquote_typography_font_size\";i:1;s:45:\"typhography_blockquote_typography_line_height\";i:1;s:28:\"typhography_blockquote_color\";i:1;}s:47:\"section_gedung_testimonial_block_author_setting\";a:5:{s:24:\"typhography_author_color\";i:1;s:16:\"author_img_color\";i:1;s:40:\"typhography_author_typography_typography\";i:1;s:39:\"typhography_author_typography_font_size\";i:1;s:41:\"typhography_author_typography_line_height\";i:1;}s:51:\"section_gedung_testimonial_block_author_job_setting\";a:1:{s:22:\"typhography_cite_color\";i:1;}}}}s:19:\"gedung-client-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:27:\"section_gedung_client_block\";a:2:{s:11:\"choose_type\";i:1;s:11:\"client_item\";i:1;}s:28:\"section_gedung_column_client\";a:5:{s:20:\"mobile_choose_column\";i:1;s:17:\"item_padding_size\";i:1;s:24:\"item_padding_size_tablet\";i:1;s:18:\"item_margin_bottom\";i:1;s:24:\"item_padding_size_mobile\";i:1;}s:31:\"section_gedung_carousel_options\";a:1:{s:10:\"column_gap\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:17:\"gedung-post-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:38:\"section_gedung_post_block_post_setting\";a:1:{s:14:\"posts_per_page\";i:1;}s:40:\"section_gedung_post_block_layout_setting\";a:1:{s:26:\"horizontal_col_select_col2\";i:1;}}s:5:\"style\";a:6:{s:48:\"section_gedung_post_block_category_style_setting\";a:1:{s:12:\"use_category\";i:1;}s:46:\"section_gedung_post_block_author_style_setting\";a:1:{s:10:\"use_author\";i:1;}s:44:\"section_gedung_post_block_date_style_setting\";a:1:{s:8:\"use_date\";i:1;}s:47:\"section_gedung_post_block_excerpt_style_setting\";a:1:{s:11:\"use_excerpt\";i:1;}s:45:\"section_gedung_post_block_title_style_setting\";a:3:{s:32:\"typography_post_title_typography\";i:1;s:31:\"typography_post_title_font_size\";i:1;s:23:\"typhography_title_color\";i:1;}s:48:\"section_gedung_post_block_readmore_style_setting\";a:5:{s:35:\"typhography_read_more_color_masonry\";i:1;s:38:\"typhography_read_more_bg_color_masonry\";i:1;s:25:\"read_more_title_hov_color\";i:1;s:38:\"typhography_read_more_bg_hover_masonry\";i:1;s:36:\"typography_post_read_more_typography\";i:1;}}s:8:\"advanced\";a:1:{s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:1;s:17:\"_background_color\";i:1;}}}}}'),(2998,708,'_elementor_css','a:5:{s:4:\"time\";i:1593691006;s:5:\"fonts\";a:3:{i:0;s:10:\"Montserrat\";i:1;s:4:\"Lato\";i:3;s:7:\"Raleway\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2999,708,'_dp_original','61'),(3000,709,'_wp_page_template','template/page-builder-template.php'),(3001,709,'_elementor_data','[{\"id\":\"787d5c6b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"20\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"id\":338,\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/05\\/ARS-header-photo-rev-1.png\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color_b\":\"#2d2d2d\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":100},\"custom_height\":{\"unit\":\"px\",\"size\":\"663\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"height\":\"full\",\"background_video_fallback\":{\"id\":79,\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/bg-fallback.jpg\"},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"21feba2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"home-banner-text\"},\"elements\":[{\"id\":\"5af5fe4\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"ARS CONTRACTING, INC.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_title_font_weight\":\"500\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":12},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_2\":\"#FFFFFF\",\"title_margin_bottom\":-10,\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":10},\"align_mobile\":\"left\",\"title_size\":\"h1\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c2b71c4\",\"elType\":\"widget\",\"settings\":{\"the_title\":\"Certified Riggers & Machinery Movers\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":80},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_1\":\"#ffffff\",\"choose_style\":\"2\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":65},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":70},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"81cb3fc\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<h2 style=\\\"color: white;\\\"><b>Moving America\\u2019s Businesses<\\/b><\\/h2>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_text_block_line_height\":{\"unit\":\"px\",\"size\":28},\"color_text_block\":\"#FDF8F8\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"text_block_align_mobile\":\"left\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_text_block_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"586b5444\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"hover_animation\":\"sink\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeInUp\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e1426a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"9414b9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bad6cf\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Services\",\"description_text\":\"Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":482,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/crane-48591-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255, 255, 255, 0)\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"154f0f93\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c2e578e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Exceptional Safety Rating\",\"description_text\":\"We have one of the best safety ratings in the industry & we are certified riggers\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":379,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/Safety-Rev-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":19},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4a35cdf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bfab3bb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Industries\",\"description_text\":\"We offer outstanding service to most industries including, contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers\\/building owners and more\\n\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":378,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/gears.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3334b860\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#eaeaea\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fb97c40\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.042999999999999,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57bdcd45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":11,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image2-1.jpg\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"align\":\"left\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5b694d6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.957000000000001,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2161d8d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"For almost 30 years, ARS Contracting, Inc. has built a national reputation for rigging, machinery moving, hauling and lifting components that keep America\\u2019s businesses moving. We\\u2019re dedicated to solving problems for our clients by using innovation and technology to constantly move the industry forward. By doing so, this can result in lowering overall project costs for our customers.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":19},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":45},\"the_subtitle\":\"Since 1991\",\"typography_subtitle_typography\":\"custom\",\"typography_subtitle_font_family\":\"Lato\",\"typography_subtitle_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_subtitle_font_weight\":\"300\",\"typography_subtitle_text_transform\":\"uppercase\",\"typography_subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":34},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":30},\"title_size\":\"h6\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"23901ed0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60cf4773\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1800},\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"_element_id\":\"projects\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7352b447\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"97cfb80\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"333b722f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d4210f\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Services We Offer\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"4c49f11d\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"43ef6c3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"7d11f6a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL SERVICES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=347\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d246d91\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"9\",\"width\":\"585\",\"height\":\"390\",\"caption_vertical\":{\"unit\":\"%\",\"size\":50},\"caption_horizontal\":{\"unit\":\"%\",\"size\":50},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":15,\"use_padding\":\"use\",\"padding_size\":{\"unit\":\"px\",\"size\":15},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"title_hover_effect\":\"ih-fade-down\",\"title_margin_bottom\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_family\":\"Raleway\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"category_hover_effect\":\"ih-fade-up\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"filter_style1_color\":\"#ffffff\",\"filter_style1_hov_color\":\"#ffffff\",\"filter_style1_bord_hov_color\":\"#3315C6\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_portfolio_title_line_height_mobile\":{\"unit\":\"px\",\"size\":24},\"title_margin_bottom_mobile\":5,\"typography_portfolio_category_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"filter_mobile_bord_bg_color\":\"#2b2b2b\",\"filter_mobile_bord_hov_color\":\"#2b2b2b\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"filter_padding_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"filter_align\":\"center\",\"filter_style\":\"style-2\",\"filter_style2_color\":\"#FFFFFF\",\"filter_style2_hov_color\":\"#8AABCA\",\"filter_style2_border_hov_color\":\"#8AABCA\",\"category_hover_delay\":\"ih-delay-xs\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"orderby\":\"menu_order\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f3e067f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/image-port-7.jpg\",\"id\":22},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#7A7A7A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ef29580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"788dae8b\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"30\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#ffffff\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#ffffff\",\"choose_column\":\"1\",\"typhography_blockquote_color\":\"#ffffff\",\"navigation_dots_color\":\"#ffffff\",\"autoplay\":\"use\",\"autoplay_ms\":2000,\"auto_loop\":\"use\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"50e8eeb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"4169d630\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/1693-logo.jpg\",\"id\":570},\"_id\":\"373378a\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT.jpg\",\"id\":571},\"_id\":\"5b20e48\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IMPACTLogo.jpg\",\"id\":572},\"_id\":\"0da84d8\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra.jpg\",\"id\":573},\"_id\":\"cc18593\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574},\"_id\":\"306ecd3\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/Riggers.jpg\",\"id\":569},\"_id\":\"ab6cc54\"}],\"mobile_choose_column\":\"mobile-column-2\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":20,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":9},\"_css_classes\":\"client-logos\"},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46b4cfee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190},\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"763dcf8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"60111074\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6daf8247\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1f8fca5\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Industries We Serve\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"5e67d616\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ddd3ef5\",\"elType\":\"widget\",\"settings\":{\"color_text_block\":\"#555555\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":26}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":true},{\"id\":\"24b615c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1dd27b4a\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL INDUSTRIES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"rgba(243, 235, 235, 0.3)\",\"border_color\":\"#000000\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=348\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd640fa\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"12\",\"post_margin_bottom\":\"30\",\"horizontal_col_select_col2\":\"column-3\",\"width\":\"535\",\"height\":\"355\",\"height_grid2\":\"400\",\"use_category\":\"\",\"use_author\":\"\",\"use_date\":\"\",\"use_excerpt\":\"\",\"read_more_text\":\"Read More\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"typography_post_title_typography\":\"custom\",\"typography_post_title_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typhography_read_more_color_masonry\":\"#D7D7D7\",\"typhography_title_color\":\"#2B4D7B\",\"typhography_read_more_bg_color_masonry\":\"#FFFFFF\",\"read_more_title_hov_color\":\"#FFFFFF\",\"typhography_read_more_bg_hover_masonry\":\"#C7B4B4\",\"typography_post_read_more_typography\":\"custom\",\"_background_background\":\"classic\",\"_background_color\":\"#FEFEFE\"},\"elements\":[],\"widgetType\":\"gedung-post-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd675da\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"70618554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.68,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"700616c\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"419c7848\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1bc1cc0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"align_tablet\":\"center\",\"button_hover_border_color\":\"#ffffff\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(3002,709,'_elementor_version','2.9.9'),(3003,709,'_elementor_template_type','wp-post'),(3004,709,'_elementor_edit_mode','builder'),(3005,709,'_thumbnail_id','338'),(3020,712,'_wp_attached_file','2018/03/Picture1.png'),(3021,712,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:614;s:6:\"height\";i:409;s:4:\"file\";s:20:\"2018/03/Picture1.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Picture1-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Picture1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:19:\"Picture1-100x80.png\";s:5:\"width\";i:100;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:{}}}'),(3023,713,'_thumbnail_id','338'),(3024,713,'_wp_page_template','default'),(3025,713,'_elementor_edit_mode','builder'),(3026,713,'_elementor_template_type','wp-post'),(3027,713,'_elementor_version','2.9.9'),(3028,713,'_elementor_css','a:6:{s:4:\"time\";i:1593705496;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(3029,714,'_wp_attached_file','2020/07/Picture3.png'),(3030,714,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:643;s:6:\"height\";i:483;s:4:\"file\";s:20:\"2020/07/Picture3.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Picture3-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Picture3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:19:\"Picture3-100x80.png\";s:5:\"width\";i:100;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:{}}}'),(3032,715,'_wp_attached_file','2020/07/Picture4.png'),(3033,715,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:641;s:6:\"height\";i:427;s:4:\"file\";s:20:\"2020/07/Picture4.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Picture4-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Picture4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:19:\"Picture4-100x80.png\";s:5:\"width\";i:100;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:{}}}'),(3035,716,'_wp_attached_file','2018/03/Picture7.png'),(3036,716,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:601;s:6:\"height\";i:451;s:4:\"file\";s:20:\"2018/03/Picture7.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Picture7-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Picture7-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:19:\"Picture7-100x80.png\";s:5:\"width\";i:100;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:{}}}'),(3039,717,'_wp_attached_file','2020/07/Picture8.png'),(3040,717,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:413;s:4:\"file\";s:20:\"2020/07/Picture8.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Picture8-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Picture8-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:19:\"Picture8-100x80.png\";s:5:\"width\";i:100;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:{}}}'),(3043,718,'_wp_attached_file','2020/07/Picture11.png'),(3044,718,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:646;s:6:\"height\";i:429;s:4:\"file\";s:21:\"2020/07/Picture11.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Picture11-300x199.png\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Picture11-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:20:\"Picture11-100x80.png\";s:5:\"width\";i:100;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:{}}}'),(3046,719,'_wp_page_template','template/page-builder-template.php'),(3047,719,'header_style_choice','default'),(3048,719,'_header_style_choice','field_58c7b9d20beeb'),(3049,719,'_elementor_edit_mode','builder'),(3050,719,'_elementor_version','2.9.9'),(3051,719,'_elementor_data','[{\"id\":\"a585672\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c266d44\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c11fa77\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Qualifications\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_margin_bottom\":\"\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"2b4508f\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":8},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":15},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"af38339\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.<\\/p>\",\"color_text_block\":\"#666666\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":22},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"3ff7e63\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"width\":\"1200\",\"height\":\"800\",\"caption_horizontal\":{\"unit\":\"%\",\"size\":52},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":10,\"use_padding\":\"use\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"choose_column\":\"3\",\"filter_align\":\"center\",\"margin_bottom_tablet\":10,\"padding_size_tablet\":{\"unit\":\"px\",\"size\":10},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"typography_portfolio_title_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_portfolio_title_line_height\":{\"unit\":\"px\",\"size\":30},\"title_margin_bottom\":10,\"title_margin_bottom_tablet\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"typography_portfolio_category_line_height\":{\"unit\":\"px\",\"size\":22},\"filter_padding_size_mobile\":{\"unit\":\"px\",\"size\":20},\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"portfolio_pagination_type\":\"portfolio_pagination_infinite\",\"load_style\":\"style-3\",\"load_style2_bg_hov_color\":\"#f7c51e\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4534fa0\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"e36a2d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40207fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rigging\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f1501b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"72fb049\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">When you have machinery that needs to be relocated, lifted or installed, call on the company with<\\/span>\\u00a0<span style=\\\"font-weight: 400;\\\">rigging and <\\/span><span style=\\\"font-weight: 400;\\\">machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">expertise. ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. <\\/span><span style=\\\"font-weight: 400;\\\">professionals have the experience and innovative solutions to solve the most complex problems. Plus, we\\u2019ll <\\/span><span style=\\\"font-weight: 400;\\\">keep our focus on safety, timelines and budget. We rig, move and set equipment every day \\u2013 it\\u2019s the only work we do! Contact us and learn why some of the biggest companies in the U.S. rely on us for all of their moves.\\u00a0\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fcdad8d\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"f0b7eda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c4c8843\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rigging, Machinery Moving & Installation\\n\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1551c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7608e48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Rigging and m<\\/span><span style=\\\"font-weight: 400;\\\">oving machinery <\\/span><span style=\\\"font-weight: 400;\\\">requires a unique set of skills. And this is exactly what we focus on. We\\u2019ll develop a plan, timeline and engage<\\/span>\\u00a0<span style=\\\"font-weight: 400;\\\">a <\\/span><span style=\\\"font-weight: 400;\\\">skilled team and essential equipment to get the job done smoothly. When large equipment must fit into tight spaces, we have the expertise and foresight to identify potential challenges and we develop a process to ensure success with minimal complications. From data centers, to healthcare facilities, public buildings, manufacturing facilities and beyond, we have the innovative solutions, equipment and certified talent to get the job done.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce883c7\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"ab27ddb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb5b411\",\"elType\":\"widget\",\"settings\":{\"title\":\"Heavy Lifting & Erecting\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65359a4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5e1345a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">A thorough analysis and detailed plan of action are a \\u201cmust\\u201d when lifting and erecting large equipment. Our <\\/span><span style=\\\"font-weight: 400;\\\">team <\\/span><span style=\\\"font-weight: 400;\\\">develop<\\/span><span style=\\\"font-weight: 400;\\\">s<\\/span><span style=\\\"font-weight: 400;\\\"> the solutions to overcome space and time challenges. Then, <\\/span><span style=\\\"font-weight: 400;\\\">planning turns into action, and our <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers <\\/span><span style=\\\"font-weight: 400;\\\">team executes every detail in a professional manner to ensure the project is done right the first time, safely and efficiently.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0ff355\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"a2be008\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"18ea389\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hauling & Jobsite Delivery\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3cc63b0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"42160cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our team engages the right vehicles to deliver your equipment safely to your destination across the U.S.\\u00a0<\\/span><\\/p><ul><li><span style=\\\"font-weight: 400;\\\">VEHICLES:<\\/span><ul><li><span style=\\\"font-weight: 400;\\\">Flatbeds<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Step Decks<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Double Drops \\u2013 Expandable & RGNs<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Tilt Beds - Trailers<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Straight Trucks \\u2013 12\\u2019 to 24\\u2019<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Vans \\u2013 48-53 Logistics<\\/span><\\/li><\\/ul><\\/li><\\/ul><p>\\u00a0<\\/p><ul><li>OTHER SERVICES WE PROVIDE:<ul><li><span style=\\\"font-weight: 400;\\\">Over Dimensional Loads<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Heavy Hauling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">LTL (Less than truckload)<\\/span><\\/li><\\/ul><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"82ab355\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"0d8dd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"30e6f57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Storage & Preservation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a04d14\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4fc24fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our <\\/span><span style=\\\"font-weight: 400;\\\">warehouse provides great value for customers because it allows us to receive equipment from across the country to be assembled in one location, then moved to the final destination. Our facility is centrally located and provides indoor and outdoor storage space. The warehouse is heated, under video surveillance and is equipped with fire alarms, docks, <\\/span><span style=\\\"font-weight: 400;\\\">and ground doors. The outside storage area is fenced, locked and under video surveillance. Allowing quick, easy access to Chicago and the suburbs, we\\u2019re located near O\\u2019Hare Airport<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddf392d\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"2178868\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6893612\",\"elType\":\"widget\",\"settings\":{\"title\":\"Plant Relocation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bd8124\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"372fde6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Moving a plant involves precision planning, access to the best equipment and talent and flexibility to quickly adjust to any changes. We start with a consultation to fully understand the customer\\u2019s goals, along with the current and future facilities. Then, we develop a detailed plan of action to ensure every aspect of the move is thoroughly outlined and then implemented in the most efficient and cost-effective manner. From small to large size plants, we have the experience to implement the move quickly and safely.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">\\u00a0Unlike other moving contractors, our comprehensive proposals include costs for rigging, moving, electrical, piping, mechanical, millwright work, transportation and storage.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our moving services include:<\\/span><\\/p><ul><li><span style=\\\"font-weight: 400;\\\">Lay out floors of new location<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Dismantling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Moving of common stock inventory<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Hauling\\/transportation<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Assembling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Alignment<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Leveling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Anchoring<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Grouting<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Fabrication\\/modification as requested<\\/span><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a0aef0b\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"dba8281\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"05f84cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Millwright Services\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"98d9428\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4927f9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our Millwrights are highly skilled at executing <\\/span><span style=\\\"font-weight: 400;\\\">another <\\/span><span style=\\\"font-weight: 400;\\\">type of <\\/span><span style=\\\"font-weight: 400;\\\">operation <\\/span><span style=\\\"font-weight: 400;\\\">from layout, dismantling, <\\/span><span style=\\\"font-weight: 400;\\\">installing, assembling, leveling, anchoring, grouting and fabricating<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span> <span style=\\\"font-weight: 400;\\\">Our team will help your business avoid downtime and keep all aspects of your operation running smoothly.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"412bebc\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"ead261f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"06edbd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consultation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f22ef8\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"093c704\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our team of <\\/span><span style=\\\"font-weight: 400;\\\">professionals <\\/span><span style=\\\"font-weight: 400;\\\">provides us with the talent necessary to analyze and advise on any potential lifting or rigging challenge that you have. It takes years of experience with large and small projects, plus a dedication to continually learning the industry trends and new technologies to enable an individual to comprehend and plan for the many details involved in complex projects. These are the people we hire at ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc<\\/span><span style=\\\"font-weight: 400;\\\">. <\\/span><span style=\\\"font-weight: 400;\\\">T<\\/span><span style=\\\"font-weight: 400;\\\">hese are the people you can depend on for complete project management<\\/span><span style=\\\"font-weight: 400;\\\">, <\\/span><span style=\\\"font-weight: 400;\\\">or consultation on the best process and resources for the job.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cfa5bf9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"10b935a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"89aca30\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0873ffb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3f0a453c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#2B4D7B\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6900af55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.710999999999999,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2433e0fb\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Do you looking for interior design expertise?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":35},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":31},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"4ef8c81b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.289000000000001,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6296e83\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"right\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(3052,719,'_elementor_template_type','wp-post'),(3053,719,'_elementor_controls_usage','a:9:{s:17:\"gedung-head-title\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:25:\"section_gedung_head_title\";a:10:{s:12:\"choose_style\";i:2;s:9:\"the_title\";i:2;s:27:\"typography_title_typography\";i:2;s:26:\"typography_title_font_size\";i:2;s:17:\"head_use_subtitle\";i:2;s:5:\"align\";i:1;s:33:\"typography_title_font_size_mobile\";i:2;s:28:\"typography_title_font_weight\";i:1;s:12:\"align_tablet\";i:1;s:35:\"typography_title_line_height_mobile\";i:1;}s:36:\"section_gedung_head_title_dimensions\";a:1:{s:19:\"title_margin_bottom\";i:1;}s:33:\"section_gedung_head_title_style_2\";a:1:{s:13:\"title_color_2\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:14:\"_margin_mobile\";i:2;s:15:\"_padding_mobile\";i:2;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:6:\"weight\";i:9;s:5:\"color\";i:9;s:3:\"gap\";i:9;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:3:{s:5:\"width\";i:9;s:5:\"align\";i:1;s:12:\"width_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}s:14:\"_section_style\";a:2:{s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:11:\"gedung-text\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"gedung_text_control\";a:6:{s:11:\"custom_text\";i:1;s:16:\"color_text_block\";i:1;s:16:\"text_block_align\";i:1;s:32:\"typography_text_block_typography\";i:1;s:38:\"typography_text_block_font_size_mobile\";i:1;s:40:\"typography_text_block_line_height_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:1;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:22:\"gedung-portfolio-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:9;s:8:\"controls\";a:3:{s:7:\"content\";a:6:{s:44:\"section_gedung_portfolio_block_image_setting\";a:2:{s:5:\"width\";i:1;s:6:\"height\";i:1;}s:43:\"section_gedung_portfolio_block_item_setting\";a:2:{s:18:\"caption_horizontal\";i:1;s:10:\"text_align\";i:1;}s:44:\"section_gedung_portfolio_block_hover_setting\";a:3:{s:12:\"hover_effect\";i:1;s:12:\"grid_item_bg\";i:1;s:13:\"grid_item_bg2\";i:1;}s:39:\"section_gedung_portfolio_layout_control\";a:5:{s:13:\"margin_bottom\";i:1;s:11:\"use_padding\";i:1;s:13:\"choose_column\";i:1;s:20:\"margin_bottom_tablet\";i:1;s:19:\"padding_size_tablet\";i:1;}s:39:\"section_gedung_portfolio_filter_control\";a:5:{s:10:\"use_filter\";i:1;s:12:\"filter_align\";i:1;s:26:\"filter_padding_size_mobile\";i:1;s:25:\"filter_margin_bottom_size\";i:1;s:32:\"filter_margin_bottom_size_mobile\";i:1;}s:49:\"section_gedung_portfolio_pagination_style_setting\";a:3:{s:25:\"portfolio_pagination_type\";i:1;s:10:\"load_style\";i:1;s:24:\"load_style2_bg_hov_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:2:{s:44:\"section_gedung_portfolio_block_title_setting\";a:6:{s:23:\"typhography_title_color\";i:1;s:37:\"typography_portfolio_title_typography\";i:1;s:36:\"typography_portfolio_title_font_size\";i:1;s:38:\"typography_portfolio_title_line_height\";i:1;s:19:\"title_margin_bottom\";i:1;s:26:\"title_margin_bottom_tablet\";i:1;}s:47:\"section_gedung_portfolio_block_category_setting\";a:6:{s:26:\"typhography_category_color\";i:1;s:40:\"typography_portfolio_category_typography\";i:1;s:39:\"typography_portfolio_category_font_size\";i:1;s:41:\"typography_portfolio_category_font_weight\";i:1;s:40:\"typography_portfolio_category_font_style\";i:1;s:41:\"typography_portfolio_category_line_height\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:12;s:19:\"_inline_size_tablet\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:14:\"padding_mobile\";i:1;s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:1:{s:3:\"gap\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:1;s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:1;s:11:\"css_classes\";i:8;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:8;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:8;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:8;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:8;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;s:4:\"size\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:25:\"button_hover_border_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;}}}}}'),(3054,719,'_elementor_css','a:5:{s:4:\"time\";i:1593683775;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3055,719,'_dp_original','65'),(3056,720,'_wp_page_template','template/page-builder-template.php'),(3057,720,'_elementor_edit_mode','builder'),(3058,720,'_elementor_version','2.9.9'),(3059,720,'_elementor_data','[{\"id\":\"a585672\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c266d44\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c11fa77\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Qualifications\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_margin_bottom\":\"\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"2b4508f\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":8},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":15},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"af38339\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.<\\/p>\",\"color_text_block\":\"#666666\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":22},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"3ff7e63\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"width\":\"1200\",\"height\":\"800\",\"caption_horizontal\":{\"unit\":\"%\",\"size\":52},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":10,\"use_padding\":\"use\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"choose_column\":\"3\",\"filter_align\":\"center\",\"margin_bottom_tablet\":10,\"padding_size_tablet\":{\"unit\":\"px\",\"size\":10},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"typography_portfolio_title_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_portfolio_title_line_height\":{\"unit\":\"px\",\"size\":30},\"title_margin_bottom\":10,\"title_margin_bottom_tablet\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"typography_portfolio_category_line_height\":{\"unit\":\"px\",\"size\":22},\"filter_padding_size_mobile\":{\"unit\":\"px\",\"size\":20},\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"portfolio_pagination_type\":\"portfolio_pagination_infinite\",\"load_style\":\"style-3\",\"load_style2_bg_hov_color\":\"#f7c51e\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4534fa0\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"e36a2d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40207fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rigging\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f1501b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"72fb049\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">When you have machinery that needs to be relocated, lifted or installed, call on the company with<\\/span>\\u00a0<span style=\\\"font-weight: 400;\\\">rigging and <\\/span><span style=\\\"font-weight: 400;\\\">machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">expertise. ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. <\\/span><span style=\\\"font-weight: 400;\\\">professionals have the experience and innovative solutions to solve the most complex problems. Plus, we\\u2019ll <\\/span><span style=\\\"font-weight: 400;\\\">keep our focus on safety, timelines and budget. We rig, move and set equipment every day \\u2013 it\\u2019s the only work we do! Contact us and learn why some of the biggest companies in the U.S. rely on us for all of their moves.\\u00a0\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fcdad8d\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"f0b7eda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c4c8843\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rigging, Machinery Moving & Installation\\n\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1551c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7608e48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Rigging and m<\\/span><span style=\\\"font-weight: 400;\\\">oving machinery <\\/span><span style=\\\"font-weight: 400;\\\">requires a unique set of skills. And this is exactly what we focus on. We\\u2019ll develop a plan, timeline and engage<\\/span>\\u00a0<span style=\\\"font-weight: 400;\\\">a <\\/span><span style=\\\"font-weight: 400;\\\">skilled team and essential equipment to get the job done smoothly. When large equipment must fit into tight spaces, we have the expertise and foresight to identify potential challenges and we develop a process to ensure success with minimal complications. From data centers, to healthcare facilities, public buildings, manufacturing facilities and beyond, we have the innovative solutions, equipment and certified talent to get the job done.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce883c7\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"ab27ddb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb5b411\",\"elType\":\"widget\",\"settings\":{\"title\":\"Heavy Lifting & Erecting\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65359a4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5e1345a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">A thorough analysis and detailed plan of action are a \\u201cmust\\u201d when lifting and erecting large equipment. Our <\\/span><span style=\\\"font-weight: 400;\\\">team <\\/span><span style=\\\"font-weight: 400;\\\">develop<\\/span><span style=\\\"font-weight: 400;\\\">s<\\/span><span style=\\\"font-weight: 400;\\\"> the solutions to overcome space and time challenges. Then, <\\/span><span style=\\\"font-weight: 400;\\\">planning turns into action, and our <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers <\\/span><span style=\\\"font-weight: 400;\\\">team executes every detail in a professional manner to ensure the project is done right the first time, safely and efficiently.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0ff355\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"a2be008\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"18ea389\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hauling & Jobsite Delivery\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3cc63b0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"42160cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our team engages the right vehicles to deliver your equipment safely to your destination across the U.S.\\u00a0<\\/span><\\/p><ul><li><span style=\\\"font-weight: 400;\\\">VEHICLES:<\\/span><ul><li><span style=\\\"font-weight: 400;\\\">Flatbeds<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Step Decks<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Double Drops \\u2013 Expandable & RGNs<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Tilt Beds - Trailers<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Straight Trucks \\u2013 12\\u2019 to 24\\u2019<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Vans \\u2013 48-53 Logistics<\\/span><\\/li><\\/ul><\\/li><\\/ul><p>\\u00a0<\\/p><ul><li>OTHER SERVICES WE PROVIDE:<ul><li><span style=\\\"font-weight: 400;\\\">Over Dimensional Loads<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Heavy Hauling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">LTL (Less than truckload)<\\/span><\\/li><\\/ul><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"82ab355\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"0d8dd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"30e6f57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Storage & Preservation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a04d14\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4fc24fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our <\\/span><span style=\\\"font-weight: 400;\\\">warehouse provides great value for customers because it allows us to receive equipment from across the country to be assembled in one location, then moved to the final destination. Our facility is centrally located and provides indoor and outdoor storage space. The warehouse is heated, under video surveillance and is equipped with fire alarms, docks, <\\/span><span style=\\\"font-weight: 400;\\\">and ground doors. The outside storage area is fenced, locked and under video surveillance. Allowing quick, easy access to Chicago and the suburbs, we\\u2019re located near O\\u2019Hare Airport<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddf392d\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"2178868\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6893612\",\"elType\":\"widget\",\"settings\":{\"title\":\"Plant Relocation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bd8124\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"372fde6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Moving a plant involves precision planning, access to the best equipment and talent and flexibility to quickly adjust to any changes. We start with a consultation to fully understand the customer\\u2019s goals, along with the current and future facilities. Then, we develop a detailed plan of action to ensure every aspect of the move is thoroughly outlined and then implemented in the most efficient and cost-effective manner. From small to large size plants, we have the experience to implement the move quickly and safely.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">\\u00a0Unlike other moving contractors, our comprehensive proposals include costs for rigging, moving, electrical, piping, mechanical, millwright work, transportation and storage.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our moving services include:<\\/span><\\/p><ul><li><span style=\\\"font-weight: 400;\\\">Lay out floors of new location<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Dismantling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Moving of common stock inventory<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Hauling\\/transportation<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Assembling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Alignment<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Leveling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Anchoring<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Grouting<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Fabrication\\/modification as requested<\\/span><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a0aef0b\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"dba8281\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"05f84cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Millwright Services\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"98d9428\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4927f9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our Millwrights are highly skilled at executing <\\/span><span style=\\\"font-weight: 400;\\\">another <\\/span><span style=\\\"font-weight: 400;\\\">type of <\\/span><span style=\\\"font-weight: 400;\\\">operation <\\/span><span style=\\\"font-weight: 400;\\\">from layout, dismantling, <\\/span><span style=\\\"font-weight: 400;\\\">installing, assembling, leveling, anchoring, grouting and fabricating<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span> <span style=\\\"font-weight: 400;\\\">Our team will help your business avoid downtime and keep all aspects of your operation running smoothly.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"412bebc\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"ead261f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"06edbd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consultation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f22ef8\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"093c704\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our team of <\\/span><span style=\\\"font-weight: 400;\\\">professionals <\\/span><span style=\\\"font-weight: 400;\\\">provides us with the talent necessary to analyze and advise on any potential lifting or rigging challenge that you have. It takes years of experience with large and small projects, plus a dedication to continually learning the industry trends and new technologies to enable an individual to comprehend and plan for the many details involved in complex projects. These are the people we hire at ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc<\\/span><span style=\\\"font-weight: 400;\\\">. <\\/span><span style=\\\"font-weight: 400;\\\">T<\\/span><span style=\\\"font-weight: 400;\\\">hese are the people you can depend on for complete project management<\\/span><span style=\\\"font-weight: 400;\\\">, <\\/span><span style=\\\"font-weight: 400;\\\">or consultation on the best process and resources for the job.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cfa5bf9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"10b935a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"89aca30\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0873ffb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3f0a453c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#2B4D7B\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6900af55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.710999999999999,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2433e0fb\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Do you looking for interior design expertise?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":35},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":31},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"4ef8c81b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.289000000000001,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6296e83\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"right\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(3060,720,'_elementor_template_type','wp-post'),(3061,720,'_elementor_controls_usage','a:9:{s:17:\"gedung-head-title\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:25:\"section_gedung_head_title\";a:10:{s:12:\"choose_style\";i:2;s:9:\"the_title\";i:2;s:27:\"typography_title_typography\";i:2;s:26:\"typography_title_font_size\";i:2;s:17:\"head_use_subtitle\";i:2;s:5:\"align\";i:1;s:33:\"typography_title_font_size_mobile\";i:2;s:28:\"typography_title_font_weight\";i:1;s:12:\"align_tablet\";i:1;s:35:\"typography_title_line_height_mobile\";i:1;}s:36:\"section_gedung_head_title_dimensions\";a:1:{s:19:\"title_margin_bottom\";i:1;}s:33:\"section_gedung_head_title_style_2\";a:1:{s:13:\"title_color_2\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:14:\"_margin_mobile\";i:2;s:15:\"_padding_mobile\";i:2;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:6:\"weight\";i:9;s:5:\"color\";i:9;s:3:\"gap\";i:9;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:3:{s:5:\"width\";i:9;s:5:\"align\";i:1;s:12:\"width_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}s:14:\"_section_style\";a:2:{s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:11:\"gedung-text\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"gedung_text_control\";a:6:{s:11:\"custom_text\";i:1;s:16:\"color_text_block\";i:1;s:16:\"text_block_align\";i:1;s:32:\"typography_text_block_typography\";i:1;s:38:\"typography_text_block_font_size_mobile\";i:1;s:40:\"typography_text_block_line_height_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:1;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:22:\"gedung-portfolio-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:9;s:8:\"controls\";a:3:{s:7:\"content\";a:6:{s:44:\"section_gedung_portfolio_block_image_setting\";a:2:{s:5:\"width\";i:1;s:6:\"height\";i:1;}s:43:\"section_gedung_portfolio_block_item_setting\";a:2:{s:18:\"caption_horizontal\";i:1;s:10:\"text_align\";i:1;}s:44:\"section_gedung_portfolio_block_hover_setting\";a:3:{s:12:\"hover_effect\";i:1;s:12:\"grid_item_bg\";i:1;s:13:\"grid_item_bg2\";i:1;}s:39:\"section_gedung_portfolio_layout_control\";a:5:{s:13:\"margin_bottom\";i:1;s:11:\"use_padding\";i:1;s:13:\"choose_column\";i:1;s:20:\"margin_bottom_tablet\";i:1;s:19:\"padding_size_tablet\";i:1;}s:39:\"section_gedung_portfolio_filter_control\";a:5:{s:10:\"use_filter\";i:1;s:12:\"filter_align\";i:1;s:26:\"filter_padding_size_mobile\";i:1;s:25:\"filter_margin_bottom_size\";i:1;s:32:\"filter_margin_bottom_size_mobile\";i:1;}s:49:\"section_gedung_portfolio_pagination_style_setting\";a:3:{s:25:\"portfolio_pagination_type\";i:1;s:10:\"load_style\";i:1;s:24:\"load_style2_bg_hov_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:2:{s:44:\"section_gedung_portfolio_block_title_setting\";a:6:{s:23:\"typhography_title_color\";i:1;s:37:\"typography_portfolio_title_typography\";i:1;s:36:\"typography_portfolio_title_font_size\";i:1;s:38:\"typography_portfolio_title_line_height\";i:1;s:19:\"title_margin_bottom\";i:1;s:26:\"title_margin_bottom_tablet\";i:1;}s:47:\"section_gedung_portfolio_block_category_setting\";a:6:{s:26:\"typhography_category_color\";i:1;s:40:\"typography_portfolio_category_typography\";i:1;s:39:\"typography_portfolio_category_font_size\";i:1;s:41:\"typography_portfolio_category_font_weight\";i:1;s:40:\"typography_portfolio_category_font_style\";i:1;s:41:\"typography_portfolio_category_line_height\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:12;s:19:\"_inline_size_tablet\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:14:\"padding_mobile\";i:1;s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:1:{s:3:\"gap\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:1;s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:1;s:11:\"css_classes\";i:8;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:8;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:8;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:8;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:8;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;s:4:\"size\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:25:\"button_hover_border_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;}}}}}'),(3062,720,'_elementor_css','a:5:{s:4:\"time\";i:1593683775;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3063,721,'_wp_page_template','template/page-builder-template.php'),(3064,721,'_elementor_edit_mode','builder'),(3065,721,'_elementor_version','2.9.9'); INSERT INTO `wp_postmeta` VALUES (3066,721,'_elementor_data','[{\"id\":\"a585672\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c266d44\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c11fa77\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"SERVICES\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_margin_bottom\":\"\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"2b4508f\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":8},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":15},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"af38339\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.<\\/p>\",\"color_text_block\":\"#666666\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":22},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"3ff7e63\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"6\",\"width\":\"1200\",\"height\":\"800\",\"caption_horizontal\":{\"unit\":\"%\",\"size\":52},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":10,\"use_padding\":\"use\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"choose_column\":\"3\",\"filter_align\":\"center\",\"margin_bottom_tablet\":10,\"padding_size_tablet\":{\"unit\":\"px\",\"size\":10},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"typography_portfolio_title_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_portfolio_title_line_height\":{\"unit\":\"px\",\"size\":30},\"title_margin_bottom\":10,\"title_margin_bottom_tablet\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"typography_portfolio_category_line_height\":{\"unit\":\"px\",\"size\":22},\"filter_padding_size_mobile\":{\"unit\":\"px\",\"size\":20},\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"portfolio_pagination_type\":\"portfolio_pagination_infinite\",\"load_style\":\"style-3\",\"load_style2_bg_hov_color\":\"#f7c51e\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4534fa0\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"e36a2d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40207fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rigging\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f1501b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"72fb049\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">When you have machinery that needs to be relocated, lifted or installed, call on the company with<\\/span>\\u00a0<span style=\\\"font-weight: 400;\\\">rigging and <\\/span><span style=\\\"font-weight: 400;\\\">machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">expertise. ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. <\\/span><span style=\\\"font-weight: 400;\\\">professionals have the experience and innovative solutions to solve the most complex problems. Plus, we\\u2019ll <\\/span><span style=\\\"font-weight: 400;\\\">keep our focus on safety, timelines and budget. We rig, move and set equipment every day \\u2013 it\\u2019s the only work we do! Contact us and learn why some of the biggest companies in the U.S. rely on us for all of their moves.\\u00a0\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fcdad8d\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"f0b7eda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c4c8843\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rigging, Machinery Moving & Installation\\n\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1551c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7608e48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Rigging and m<\\/span><span style=\\\"font-weight: 400;\\\">oving machinery <\\/span><span style=\\\"font-weight: 400;\\\">requires a unique set of skills. And this is exactly what we focus on. We\\u2019ll develop a plan, timeline and engage<\\/span>\\u00a0<span style=\\\"font-weight: 400;\\\">a <\\/span><span style=\\\"font-weight: 400;\\\">skilled team and essential equipment to get the job done smoothly. When large equipment must fit into tight spaces, we have the expertise and foresight to identify potential challenges and we develop a process to ensure success with minimal complications. From data centers, to healthcare facilities, public buildings, manufacturing facilities and beyond, we have the innovative solutions, equipment and certified talent to get the job done.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce883c7\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"ab27ddb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb5b411\",\"elType\":\"widget\",\"settings\":{\"title\":\"Heavy Lifting & Erecting\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65359a4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5e1345a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">A thorough analysis and detailed plan of action are a \\u201cmust\\u201d when lifting and erecting large equipment. Our <\\/span><span style=\\\"font-weight: 400;\\\">team <\\/span><span style=\\\"font-weight: 400;\\\">develop<\\/span><span style=\\\"font-weight: 400;\\\">s<\\/span><span style=\\\"font-weight: 400;\\\"> the solutions to overcome space and time challenges. Then, <\\/span><span style=\\\"font-weight: 400;\\\">planning turns into action, and our <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers <\\/span><span style=\\\"font-weight: 400;\\\">team executes every detail in a professional manner to ensure the project is done right the first time, safely and efficiently.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0ff355\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"a2be008\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"18ea389\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hauling & Jobsite Delivery\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3cc63b0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"42160cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our team engages the right vehicles to deliver your equipment safely to your destination across the U.S.\\u00a0<\\/span><\\/p><ul><li><span style=\\\"font-weight: 400;\\\">VEHICLES:<\\/span><ul><li><span style=\\\"font-weight: 400;\\\">Flatbeds<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Step Decks<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Double Drops \\u2013 Expandable & RGNs<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Tilt Beds - Trailers<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Straight Trucks \\u2013 12\\u2019 to 24\\u2019<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Vans \\u2013 48-53 Logistics<\\/span><\\/li><\\/ul><\\/li><\\/ul><p>\\u00a0<\\/p><ul><li>OTHER SERVICES WE PROVIDE:<ul><li><span style=\\\"font-weight: 400;\\\">Over Dimensional Loads<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Heavy Hauling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">LTL (Less than truckload)<\\/span><\\/li><\\/ul><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"82ab355\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"0d8dd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"30e6f57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Storage & Preservation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a04d14\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4fc24fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our <\\/span><span style=\\\"font-weight: 400;\\\">warehouse provides great value for customers because it allows us to receive equipment from across the country to be assembled in one location, then moved to the final destination. Our facility is centrally located and provides indoor and outdoor storage space. The warehouse is heated, under video surveillance and is equipped with fire alarms, docks, <\\/span><span style=\\\"font-weight: 400;\\\">and ground doors. The outside storage area is fenced, locked and under video surveillance. Allowing quick, easy access to Chicago and the suburbs, we\\u2019re located near O\\u2019Hare Airport<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddf392d\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"2178868\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6893612\",\"elType\":\"widget\",\"settings\":{\"title\":\"Plant Relocation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bd8124\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"372fde6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Moving a plant involves precision planning, access to the best equipment and talent and flexibility to quickly adjust to any changes. We start with a consultation to fully understand the customer\\u2019s goals, along with the current and future facilities. Then, we develop a detailed plan of action to ensure every aspect of the move is thoroughly outlined and then implemented in the most efficient and cost-effective manner. From small to large size plants, we have the experience to implement the move quickly and safely.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">\\u00a0Unlike other moving contractors, our comprehensive proposals include costs for rigging, moving, electrical, piping, mechanical, millwright work, transportation and storage.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our moving services include:<\\/span><\\/p><ul><li><span style=\\\"font-weight: 400;\\\">Lay out floors of new location<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Dismantling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Moving of common stock inventory<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Hauling\\/transportation<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Assembling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Alignment<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Leveling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Anchoring<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Grouting<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Fabrication\\/modification as requested<\\/span><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a0aef0b\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"dba8281\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"05f84cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Millwright Services\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"98d9428\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4927f9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our Millwrights are highly skilled at executing <\\/span><span style=\\\"font-weight: 400;\\\">another <\\/span><span style=\\\"font-weight: 400;\\\">type of <\\/span><span style=\\\"font-weight: 400;\\\">operation <\\/span><span style=\\\"font-weight: 400;\\\">from layout, dismantling, <\\/span><span style=\\\"font-weight: 400;\\\">installing, assembling, leveling, anchoring, grouting and fabricating<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span> <span style=\\\"font-weight: 400;\\\">Our team will help your business avoid downtime and keep all aspects of your operation running smoothly.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"412bebc\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"ead261f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"06edbd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consultation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f22ef8\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"093c704\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our team of <\\/span><span style=\\\"font-weight: 400;\\\">professionals <\\/span><span style=\\\"font-weight: 400;\\\">provides us with the talent necessary to analyze and advise on any potential lifting or rigging challenge that you have. It takes years of experience with large and small projects, plus a dedication to continually learning the industry trends and new technologies to enable an individual to comprehend and plan for the many details involved in complex projects. These are the people we hire at ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc<\\/span><span style=\\\"font-weight: 400;\\\">. <\\/span><span style=\\\"font-weight: 400;\\\">T<\\/span><span style=\\\"font-weight: 400;\\\">hese are the people you can depend on for complete project management<\\/span><span style=\\\"font-weight: 400;\\\">, <\\/span><span style=\\\"font-weight: 400;\\\">or consultation on the best process and resources for the job.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cfa5bf9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"10b935a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"89aca30\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0873ffb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3f0a453c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#2B4D7B\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6900af55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.710999999999999,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2433e0fb\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Do you looking for interior design expertise?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":35},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":31},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"4ef8c81b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.289000000000001,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6296e83\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"right\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(3067,721,'_elementor_template_type','wp-post'),(3068,721,'_elementor_css','a:5:{s:4:\"time\";i:1593683775;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3078,723,'_wp_page_template','template/page-builder-template.php'),(3079,723,'_elementor_edit_mode','builder'),(3080,723,'_elementor_version','2.9.9'),(3081,723,'_elementor_data','[{\"id\":\"a585672\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c266d44\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c11fa77\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"SERVICES\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_margin_bottom\":\"\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"2b4508f\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":8},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":15},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"af38339\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.<\\/p>\",\"color_text_block\":\"#666666\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":22},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"3ff7e63\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"\",\"width\":\"1200\",\"height\":\"800\",\"caption_horizontal\":{\"unit\":\"%\",\"size\":52},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":10,\"use_padding\":\"use\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"choose_column\":\"3\",\"filter_align\":\"center\",\"margin_bottom_tablet\":10,\"padding_size_tablet\":{\"unit\":\"px\",\"size\":10},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"typography_portfolio_title_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_portfolio_title_line_height\":{\"unit\":\"px\",\"size\":30},\"title_margin_bottom\":10,\"title_margin_bottom_tablet\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"typography_portfolio_category_line_height\":{\"unit\":\"px\",\"size\":22},\"filter_padding_size_mobile\":{\"unit\":\"px\",\"size\":20},\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"load_style\":\"style-3\",\"load_style2_bg_hov_color\":\"#f7c51e\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4534fa0\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"e36a2d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40207fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rigging\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f1501b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"72fb049\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">When you have machinery that needs to be relocated, lifted or installed, call on the company with<\\/span>\\u00a0<span style=\\\"font-weight: 400;\\\">rigging and <\\/span><span style=\\\"font-weight: 400;\\\">machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">expertise. ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. <\\/span><span style=\\\"font-weight: 400;\\\">professionals have the experience and innovative solutions to solve the most complex problems. Plus, we\\u2019ll <\\/span><span style=\\\"font-weight: 400;\\\">keep our focus on safety, timelines and budget. We rig, move and set equipment every day \\u2013 it\\u2019s the only work we do! Contact us and learn why some of the biggest companies in the U.S. rely on us for all of their moves.\\u00a0\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fcdad8d\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"f0b7eda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c4c8843\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rigging, Machinery Moving & Installation\\n\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1551c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7608e48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Rigging and m<\\/span><span style=\\\"font-weight: 400;\\\">oving machinery <\\/span><span style=\\\"font-weight: 400;\\\">requires a unique set of skills. And this is exactly what we focus on. We\\u2019ll develop a plan, timeline and engage<\\/span>\\u00a0<span style=\\\"font-weight: 400;\\\">a <\\/span><span style=\\\"font-weight: 400;\\\">skilled team and essential equipment to get the job done smoothly. When large equipment must fit into tight spaces, we have the expertise and foresight to identify potential challenges and we develop a process to ensure success with minimal complications. From data centers, to healthcare facilities, public buildings, manufacturing facilities and beyond, we have the innovative solutions, equipment and certified talent to get the job done.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce883c7\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"ab27ddb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb5b411\",\"elType\":\"widget\",\"settings\":{\"title\":\"Heavy Lifting & Erecting\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65359a4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5e1345a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">A thorough analysis and detailed plan of action are a \\u201cmust\\u201d when lifting and erecting large equipment. Our <\\/span><span style=\\\"font-weight: 400;\\\">team <\\/span><span style=\\\"font-weight: 400;\\\">develop<\\/span><span style=\\\"font-weight: 400;\\\">s<\\/span><span style=\\\"font-weight: 400;\\\"> the solutions to overcome space and time challenges. Then, <\\/span><span style=\\\"font-weight: 400;\\\">planning turns into action, and our <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers <\\/span><span style=\\\"font-weight: 400;\\\">team executes every detail in a professional manner to ensure the project is done right the first time, safely and efficiently.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0ff355\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"a2be008\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"18ea389\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hauling & Jobsite Delivery\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3cc63b0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"42160cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our team engages the right vehicles to deliver your equipment safely to your destination across the U.S.\\u00a0<\\/span><\\/p><ul><li><span style=\\\"font-weight: 400;\\\">VEHICLES:<\\/span><ul><li><span style=\\\"font-weight: 400;\\\">Flatbeds<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Step Decks<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Double Drops \\u2013 Expandable & RGNs<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Tilt Beds - Trailers<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Straight Trucks \\u2013 12\\u2019 to 24\\u2019<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Vans \\u2013 48-53 Logistics<\\/span><\\/li><\\/ul><\\/li><\\/ul><p>\\u00a0<\\/p><ul><li>OTHER SERVICES WE PROVIDE:<ul><li><span style=\\\"font-weight: 400;\\\">Over Dimensional Loads<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Heavy Hauling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">LTL (Less than truckload)<\\/span><\\/li><\\/ul><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"82ab355\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"0d8dd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"30e6f57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Storage & Preservation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a04d14\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4fc24fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our <\\/span><span style=\\\"font-weight: 400;\\\">warehouse provides great value for customers because it allows us to receive equipment from across the country to be assembled in one location, then moved to the final destination. Our facility is centrally located and provides indoor and outdoor storage space. The warehouse is heated, under video surveillance and is equipped with fire alarms, docks, <\\/span><span style=\\\"font-weight: 400;\\\">and ground doors. The outside storage area is fenced, locked and under video surveillance. Allowing quick, easy access to Chicago and the suburbs, we\\u2019re located near O\\u2019Hare Airport<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddf392d\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"2178868\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6893612\",\"elType\":\"widget\",\"settings\":{\"title\":\"Plant Relocation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bd8124\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"372fde6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Moving a plant involves precision planning, access to the best equipment and talent and flexibility to quickly adjust to any changes. We start with a consultation to fully understand the customer\\u2019s goals, along with the current and future facilities. Then, we develop a detailed plan of action to ensure every aspect of the move is thoroughly outlined and then implemented in the most efficient and cost-effective manner. From small to large size plants, we have the experience to implement the move quickly and safely.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">\\u00a0Unlike other moving contractors, our comprehensive proposals include costs for rigging, moving, electrical, piping, mechanical, millwright work, transportation and storage.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our moving services include:<\\/span><\\/p><ul><li><span style=\\\"font-weight: 400;\\\">Lay out floors of new location<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Dismantling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Moving of common stock inventory<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Hauling\\/transportation<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Assembling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Alignment<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Leveling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Anchoring<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Grouting<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Fabrication\\/modification as requested<\\/span><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a0aef0b\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"dba8281\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"05f84cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Millwright Services\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"98d9428\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4927f9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our Millwrights are highly skilled at executing <\\/span><span style=\\\"font-weight: 400;\\\">another <\\/span><span style=\\\"font-weight: 400;\\\">type of <\\/span><span style=\\\"font-weight: 400;\\\">operation <\\/span><span style=\\\"font-weight: 400;\\\">from layout, dismantling, <\\/span><span style=\\\"font-weight: 400;\\\">installing, assembling, leveling, anchoring, grouting and fabricating<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span> <span style=\\\"font-weight: 400;\\\">Our team will help your business avoid downtime and keep all aspects of your operation running smoothly.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"412bebc\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"ead261f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"06edbd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consultation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f22ef8\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"093c704\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our team of <\\/span><span style=\\\"font-weight: 400;\\\">professionals <\\/span><span style=\\\"font-weight: 400;\\\">provides us with the talent necessary to analyze and advise on any potential lifting or rigging challenge that you have. It takes years of experience with large and small projects, plus a dedication to continually learning the industry trends and new technologies to enable an individual to comprehend and plan for the many details involved in complex projects. These are the people we hire at ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc<\\/span><span style=\\\"font-weight: 400;\\\">. <\\/span><span style=\\\"font-weight: 400;\\\">T<\\/span><span style=\\\"font-weight: 400;\\\">hese are the people you can depend on for complete project management<\\/span><span style=\\\"font-weight: 400;\\\">, <\\/span><span style=\\\"font-weight: 400;\\\">or consultation on the best process and resources for the job.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cfa5bf9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"10b935a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"89aca30\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0873ffb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3f0a453c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#2B4D7B\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6900af55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.710999999999999,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2433e0fb\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Do you looking for interior design expertise?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":35},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":31},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"4ef8c81b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.289000000000001,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6296e83\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"right\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(3082,723,'_elementor_template_type','wp-post'),(3090,725,'_wp_page_template','template/page-builder-template.php'),(3091,725,'_elementor_edit_mode','builder'),(3092,725,'_elementor_version','2.9.9'),(3093,725,'_elementor_data','[{\"id\":\"a585672\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c266d44\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c11fa77\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"SERVICES\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_margin_bottom\":\"\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"2b4508f\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":8},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":15},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"af38339\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.<\\/p>\",\"color_text_block\":\"#666666\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":22},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"3ff7e63\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"10\",\"width\":\"1200\",\"height\":\"800\",\"caption_horizontal\":{\"unit\":\"%\",\"size\":52},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":10,\"use_padding\":\"use\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"choose_column\":\"3\",\"filter_align\":\"center\",\"margin_bottom_tablet\":10,\"padding_size_tablet\":{\"unit\":\"px\",\"size\":10},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"typography_portfolio_title_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_portfolio_title_line_height\":{\"unit\":\"px\",\"size\":30},\"title_margin_bottom\":10,\"title_margin_bottom_tablet\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"typography_portfolio_category_line_height\":{\"unit\":\"px\",\"size\":22},\"filter_padding_size_mobile\":{\"unit\":\"px\",\"size\":20},\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"load_style\":\"style-3\",\"load_style2_bg_hov_color\":\"#f7c51e\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4534fa0\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"e36a2d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40207fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rigging\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f1501b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"72fb049\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">When you have machinery that needs to be relocated, lifted or installed, call on the company with<\\/span>\\u00a0<span style=\\\"font-weight: 400;\\\">rigging and <\\/span><span style=\\\"font-weight: 400;\\\">machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">expertise. ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. <\\/span><span style=\\\"font-weight: 400;\\\">professionals have the experience and innovative solutions to solve the most complex problems. Plus, we\\u2019ll <\\/span><span style=\\\"font-weight: 400;\\\">keep our focus on safety, timelines and budget. We rig, move and set equipment every day \\u2013 it\\u2019s the only work we do! Contact us and learn why some of the biggest companies in the U.S. rely on us for all of their moves.\\u00a0\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fcdad8d\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"f0b7eda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c4c8843\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rigging, Machinery Moving & Installation\\n\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1551c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7608e48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Rigging and m<\\/span><span style=\\\"font-weight: 400;\\\">oving machinery <\\/span><span style=\\\"font-weight: 400;\\\">requires a unique set of skills. And this is exactly what we focus on. We\\u2019ll develop a plan, timeline and engage<\\/span>\\u00a0<span style=\\\"font-weight: 400;\\\">a <\\/span><span style=\\\"font-weight: 400;\\\">skilled team and essential equipment to get the job done smoothly. When large equipment must fit into tight spaces, we have the expertise and foresight to identify potential challenges and we develop a process to ensure success with minimal complications. From data centers, to healthcare facilities, public buildings, manufacturing facilities and beyond, we have the innovative solutions, equipment and certified talent to get the job done.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce883c7\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"ab27ddb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb5b411\",\"elType\":\"widget\",\"settings\":{\"title\":\"Heavy Lifting & Erecting\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65359a4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5e1345a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">A thorough analysis and detailed plan of action are a \\u201cmust\\u201d when lifting and erecting large equipment. Our <\\/span><span style=\\\"font-weight: 400;\\\">team <\\/span><span style=\\\"font-weight: 400;\\\">develop<\\/span><span style=\\\"font-weight: 400;\\\">s<\\/span><span style=\\\"font-weight: 400;\\\"> the solutions to overcome space and time challenges. Then, <\\/span><span style=\\\"font-weight: 400;\\\">planning turns into action, and our <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers <\\/span><span style=\\\"font-weight: 400;\\\">team executes every detail in a professional manner to ensure the project is done right the first time, safely and efficiently.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0ff355\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"a2be008\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"18ea389\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hauling & Jobsite Delivery\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3cc63b0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"42160cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our team engages the right vehicles to deliver your equipment safely to your destination across the U.S.\\u00a0<\\/span><\\/p><ul><li><span style=\\\"font-weight: 400;\\\">VEHICLES:<\\/span><ul><li><span style=\\\"font-weight: 400;\\\">Flatbeds<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Step Decks<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Double Drops \\u2013 Expandable & RGNs<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Tilt Beds - Trailers<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Straight Trucks \\u2013 12\\u2019 to 24\\u2019<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Vans \\u2013 48-53 Logistics<\\/span><\\/li><\\/ul><\\/li><\\/ul><p>\\u00a0<\\/p><ul><li>OTHER SERVICES WE PROVIDE:<ul><li><span style=\\\"font-weight: 400;\\\">Over Dimensional Loads<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Heavy Hauling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">LTL (Less than truckload)<\\/span><\\/li><\\/ul><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"82ab355\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"0d8dd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"30e6f57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Storage & Preservation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a04d14\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4fc24fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our <\\/span><span style=\\\"font-weight: 400;\\\">warehouse provides great value for customers because it allows us to receive equipment from across the country to be assembled in one location, then moved to the final destination. Our facility is centrally located and provides indoor and outdoor storage space. The warehouse is heated, under video surveillance and is equipped with fire alarms, docks, <\\/span><span style=\\\"font-weight: 400;\\\">and ground doors. The outside storage area is fenced, locked and under video surveillance. Allowing quick, easy access to Chicago and the suburbs, we\\u2019re located near O\\u2019Hare Airport<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddf392d\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"2178868\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6893612\",\"elType\":\"widget\",\"settings\":{\"title\":\"Plant Relocation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bd8124\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"372fde6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Moving a plant involves precision planning, access to the best equipment and talent and flexibility to quickly adjust to any changes. We start with a consultation to fully understand the customer\\u2019s goals, along with the current and future facilities. Then, we develop a detailed plan of action to ensure every aspect of the move is thoroughly outlined and then implemented in the most efficient and cost-effective manner. From small to large size plants, we have the experience to implement the move quickly and safely.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">\\u00a0Unlike other moving contractors, our comprehensive proposals include costs for rigging, moving, electrical, piping, mechanical, millwright work, transportation and storage.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our moving services include:<\\/span><\\/p><ul><li><span style=\\\"font-weight: 400;\\\">Lay out floors of new location<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Dismantling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Moving of common stock inventory<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Hauling\\/transportation<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Assembling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Alignment<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Leveling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Anchoring<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Grouting<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Fabrication\\/modification as requested<\\/span><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a0aef0b\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"dba8281\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"05f84cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Millwright Services\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"98d9428\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4927f9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our Millwrights are highly skilled at executing <\\/span><span style=\\\"font-weight: 400;\\\">another <\\/span><span style=\\\"font-weight: 400;\\\">type of <\\/span><span style=\\\"font-weight: 400;\\\">operation <\\/span><span style=\\\"font-weight: 400;\\\">from layout, dismantling, <\\/span><span style=\\\"font-weight: 400;\\\">installing, assembling, leveling, anchoring, grouting and fabricating<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span> <span style=\\\"font-weight: 400;\\\">Our team will help your business avoid downtime and keep all aspects of your operation running smoothly.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"412bebc\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"ead261f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"06edbd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consultation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f22ef8\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"093c704\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our team of <\\/span><span style=\\\"font-weight: 400;\\\">professionals <\\/span><span style=\\\"font-weight: 400;\\\">provides us with the talent necessary to analyze and advise on any potential lifting or rigging challenge that you have. It takes years of experience with large and small projects, plus a dedication to continually learning the industry trends and new technologies to enable an individual to comprehend and plan for the many details involved in complex projects. These are the people we hire at ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc<\\/span><span style=\\\"font-weight: 400;\\\">. <\\/span><span style=\\\"font-weight: 400;\\\">T<\\/span><span style=\\\"font-weight: 400;\\\">hese are the people you can depend on for complete project management<\\/span><span style=\\\"font-weight: 400;\\\">, <\\/span><span style=\\\"font-weight: 400;\\\">or consultation on the best process and resources for the job.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cfa5bf9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"10b935a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"89aca30\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0873ffb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3f0a453c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#2B4D7B\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6900af55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.710999999999999,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2433e0fb\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Do you looking for interior design expertise?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":35},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":31},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"4ef8c81b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.289000000000001,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6296e83\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"right\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(3094,725,'_elementor_template_type','wp-post'),(3097,726,'_wp_page_template','template/page-builder-template.php'),(3098,726,'_elementor_edit_mode','builder'),(3099,726,'_elementor_version','2.9.9'),(3100,726,'_elementor_data','[{\"id\":\"a585672\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c266d44\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c11fa77\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"SERVICES\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_margin_bottom\":\"\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"2b4508f\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":8},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":15},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"af38339\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.<\\/p>\",\"color_text_block\":\"#666666\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":22},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"3ff7e63\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"-1\",\"width\":\"1200\",\"height\":\"800\",\"caption_horizontal\":{\"unit\":\"%\",\"size\":52},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":10,\"use_padding\":\"use\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"choose_column\":\"3\",\"filter_align\":\"center\",\"margin_bottom_tablet\":10,\"padding_size_tablet\":{\"unit\":\"px\",\"size\":10},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"typography_portfolio_title_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_portfolio_title_line_height\":{\"unit\":\"px\",\"size\":30},\"title_margin_bottom\":10,\"title_margin_bottom_tablet\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"typography_portfolio_category_line_height\":{\"unit\":\"px\",\"size\":22},\"filter_padding_size_mobile\":{\"unit\":\"px\",\"size\":20},\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"load_style\":\"style-3\",\"load_style2_bg_hov_color\":\"#f7c51e\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4534fa0\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"e36a2d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40207fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rigging\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f1501b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"72fb049\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">When you have machinery that needs to be relocated, lifted or installed, call on the company with<\\/span>\\u00a0<span style=\\\"font-weight: 400;\\\">rigging and <\\/span><span style=\\\"font-weight: 400;\\\">machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">expertise. ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. <\\/span><span style=\\\"font-weight: 400;\\\">professionals have the experience and innovative solutions to solve the most complex problems. Plus, we\\u2019ll <\\/span><span style=\\\"font-weight: 400;\\\">keep our focus on safety, timelines and budget. We rig, move and set equipment every day \\u2013 it\\u2019s the only work we do! Contact us and learn why some of the biggest companies in the U.S. rely on us for all of their moves.\\u00a0\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fcdad8d\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"f0b7eda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c4c8843\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rigging, Machinery Moving & Installation\\n\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1551c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7608e48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Rigging and m<\\/span><span style=\\\"font-weight: 400;\\\">oving machinery <\\/span><span style=\\\"font-weight: 400;\\\">requires a unique set of skills. And this is exactly what we focus on. We\\u2019ll develop a plan, timeline and engage<\\/span>\\u00a0<span style=\\\"font-weight: 400;\\\">a <\\/span><span style=\\\"font-weight: 400;\\\">skilled team and essential equipment to get the job done smoothly. When large equipment must fit into tight spaces, we have the expertise and foresight to identify potential challenges and we develop a process to ensure success with minimal complications. From data centers, to healthcare facilities, public buildings, manufacturing facilities and beyond, we have the innovative solutions, equipment and certified talent to get the job done.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce883c7\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"ab27ddb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb5b411\",\"elType\":\"widget\",\"settings\":{\"title\":\"Heavy Lifting & Erecting\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65359a4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5e1345a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">A thorough analysis and detailed plan of action are a \\u201cmust\\u201d when lifting and erecting large equipment. Our <\\/span><span style=\\\"font-weight: 400;\\\">team <\\/span><span style=\\\"font-weight: 400;\\\">develop<\\/span><span style=\\\"font-weight: 400;\\\">s<\\/span><span style=\\\"font-weight: 400;\\\"> the solutions to overcome space and time challenges. Then, <\\/span><span style=\\\"font-weight: 400;\\\">planning turns into action, and our <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers <\\/span><span style=\\\"font-weight: 400;\\\">team executes every detail in a professional manner to ensure the project is done right the first time, safely and efficiently.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0ff355\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"a2be008\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"18ea389\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hauling & Jobsite Delivery\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3cc63b0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"42160cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our team engages the right vehicles to deliver your equipment safely to your destination across the U.S.\\u00a0<\\/span><\\/p><ul><li><span style=\\\"font-weight: 400;\\\">VEHICLES:<\\/span><ul><li><span style=\\\"font-weight: 400;\\\">Flatbeds<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Step Decks<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Double Drops \\u2013 Expandable & RGNs<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Tilt Beds - Trailers<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Straight Trucks \\u2013 12\\u2019 to 24\\u2019<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Vans \\u2013 48-53 Logistics<\\/span><\\/li><\\/ul><\\/li><\\/ul><p>\\u00a0<\\/p><ul><li>OTHER SERVICES WE PROVIDE:<ul><li><span style=\\\"font-weight: 400;\\\">Over Dimensional Loads<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Heavy Hauling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">LTL (Less than truckload)<\\/span><\\/li><\\/ul><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"82ab355\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"0d8dd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"30e6f57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Storage & Preservation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a04d14\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4fc24fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our <\\/span><span style=\\\"font-weight: 400;\\\">warehouse provides great value for customers because it allows us to receive equipment from across the country to be assembled in one location, then moved to the final destination. Our facility is centrally located and provides indoor and outdoor storage space. The warehouse is heated, under video surveillance and is equipped with fire alarms, docks, <\\/span><span style=\\\"font-weight: 400;\\\">and ground doors. The outside storage area is fenced, locked and under video surveillance. Allowing quick, easy access to Chicago and the suburbs, we\\u2019re located near O\\u2019Hare Airport<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddf392d\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"2178868\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6893612\",\"elType\":\"widget\",\"settings\":{\"title\":\"Plant Relocation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bd8124\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"372fde6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Moving a plant involves precision planning, access to the best equipment and talent and flexibility to quickly adjust to any changes. We start with a consultation to fully understand the customer\\u2019s goals, along with the current and future facilities. Then, we develop a detailed plan of action to ensure every aspect of the move is thoroughly outlined and then implemented in the most efficient and cost-effective manner. From small to large size plants, we have the experience to implement the move quickly and safely.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">\\u00a0Unlike other moving contractors, our comprehensive proposals include costs for rigging, moving, electrical, piping, mechanical, millwright work, transportation and storage.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our moving services include:<\\/span><\\/p><ul><li><span style=\\\"font-weight: 400;\\\">Lay out floors of new location<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Dismantling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Moving of common stock inventory<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Hauling\\/transportation<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Assembling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Alignment<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Leveling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Anchoring<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Grouting<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Fabrication\\/modification as requested<\\/span><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a0aef0b\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"dba8281\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"05f84cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Millwright Services\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"98d9428\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4927f9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our Millwrights are highly skilled at executing <\\/span><span style=\\\"font-weight: 400;\\\">another <\\/span><span style=\\\"font-weight: 400;\\\">type of <\\/span><span style=\\\"font-weight: 400;\\\">operation <\\/span><span style=\\\"font-weight: 400;\\\">from layout, dismantling, <\\/span><span style=\\\"font-weight: 400;\\\">installing, assembling, leveling, anchoring, grouting and fabricating<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span> <span style=\\\"font-weight: 400;\\\">Our team will help your business avoid downtime and keep all aspects of your operation running smoothly.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"412bebc\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"ead261f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"06edbd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consultation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f22ef8\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"093c704\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our team of <\\/span><span style=\\\"font-weight: 400;\\\">professionals <\\/span><span style=\\\"font-weight: 400;\\\">provides us with the talent necessary to analyze and advise on any potential lifting or rigging challenge that you have. It takes years of experience with large and small projects, plus a dedication to continually learning the industry trends and new technologies to enable an individual to comprehend and plan for the many details involved in complex projects. These are the people we hire at ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc<\\/span><span style=\\\"font-weight: 400;\\\">. <\\/span><span style=\\\"font-weight: 400;\\\">T<\\/span><span style=\\\"font-weight: 400;\\\">hese are the people you can depend on for complete project management<\\/span><span style=\\\"font-weight: 400;\\\">, <\\/span><span style=\\\"font-weight: 400;\\\">or consultation on the best process and resources for the job.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cfa5bf9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"10b935a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"89aca30\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0873ffb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3f0a453c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#2B4D7B\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6900af55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.710999999999999,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2433e0fb\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Do you looking for interior design expertise?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":35},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":31},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"4ef8c81b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.289000000000001,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6296e83\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"right\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(3101,726,'_elementor_template_type','wp-post'),(3102,726,'_elementor_css','a:5:{s:4:\"time\";i:1593759144;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3105,727,'_wp_page_template','template/page-builder-template.php'),(3106,727,'_elementor_edit_mode','builder'),(3107,727,'_elementor_version','2.9.9'),(3108,727,'_elementor_data','[{\"id\":\"a585672\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c266d44\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c11fa77\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"SERVICES\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_margin_bottom\":\"\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"2b4508f\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":8},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":15},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"af38339\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.<\\/p>\",\"color_text_block\":\"#666666\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":22},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"3ff7e63\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"-1\",\"width\":\"1200\",\"height\":\"800\",\"caption_horizontal\":{\"unit\":\"%\",\"size\":52},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":10,\"use_padding\":\"use\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"choose_column\":\"3\",\"filter_align\":\"center\",\"margin_bottom_tablet\":10,\"padding_size_tablet\":{\"unit\":\"px\",\"size\":10},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"typography_portfolio_title_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_portfolio_title_line_height\":{\"unit\":\"px\",\"size\":30},\"title_margin_bottom\":10,\"title_margin_bottom_tablet\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"typography_portfolio_category_line_height\":{\"unit\":\"px\",\"size\":22},\"filter_padding_size_mobile\":{\"unit\":\"px\",\"size\":20},\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"load_style\":\"style-3\",\"load_style2_bg_hov_color\":\"#f7c51e\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4534fa0\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"e36a2d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40207fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rigging\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f1501b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"72fb049\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">When you have machinery that needs to be relocated, lifted or installed, call on the company with<\\/span>\\u00a0<span style=\\\"font-weight: 400;\\\">rigging and <\\/span><span style=\\\"font-weight: 400;\\\">machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">expertise. ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. <\\/span><span style=\\\"font-weight: 400;\\\">professionals have the experience and innovative solutions to solve the most complex problems. Plus, we\\u2019ll <\\/span><span style=\\\"font-weight: 400;\\\">keep our focus on safety, timelines and budget. We rig, move and set equipment every day \\u2013 it\\u2019s the only work we do! Contact us and learn why some of the biggest companies in the U.S. rely on us for all of their moves.\\u00a0\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fcdad8d\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"f0b7eda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c4c8843\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rigging, Machinery Moving & Installation\\n\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1551c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7608e48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Rigging and m<\\/span><span style=\\\"font-weight: 400;\\\">oving machinery <\\/span><span style=\\\"font-weight: 400;\\\">requires a unique set of skills. And this is exactly what we focus on. We\\u2019ll develop a plan, timeline and engage<\\/span>\\u00a0<span style=\\\"font-weight: 400;\\\">a <\\/span><span style=\\\"font-weight: 400;\\\">skilled team and essential equipment to get the job done smoothly. When large equipment must fit into tight spaces, we have the expertise and foresight to identify potential challenges and we develop a process to ensure success with minimal complications. From data centers, to healthcare facilities, public buildings, manufacturing facilities and beyond, we have the innovative solutions, equipment and certified talent to get the job done.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce883c7\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"ab27ddb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb5b411\",\"elType\":\"widget\",\"settings\":{\"title\":\"Heavy Lifting & Erecting\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65359a4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5e1345a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">A thorough analysis and detailed plan of action are a \\u201cmust\\u201d when lifting and erecting large equipment. Our <\\/span><span style=\\\"font-weight: 400;\\\">team <\\/span><span style=\\\"font-weight: 400;\\\">develop<\\/span><span style=\\\"font-weight: 400;\\\">s<\\/span><span style=\\\"font-weight: 400;\\\"> the solutions to overcome space and time challenges. Then, <\\/span><span style=\\\"font-weight: 400;\\\">planning turns into action, and our <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers <\\/span><span style=\\\"font-weight: 400;\\\">team executes every detail in a professional manner to ensure the project is done right the first time, safely and efficiently.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0ff355\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"a2be008\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"18ea389\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hauling & Jobsite Delivery\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3cc63b0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"42160cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our team engages the right vehicles to deliver your equipment safely to your destination across the U.S.\\u00a0<\\/span><\\/p><ul><li><span style=\\\"font-weight: 400;\\\">VEHICLES:<\\/span><ul><li><span style=\\\"font-weight: 400;\\\">Flatbeds<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Step Decks<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Double Drops \\u2013 Expandable & RGNs<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Tilt Beds - Trailers<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Straight Trucks \\u2013 12\\u2019 to 24\\u2019<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Vans \\u2013 48-53 Logistics<\\/span><\\/li><\\/ul><\\/li><\\/ul><p>\\u00a0<\\/p><ul><li>OTHER SERVICES WE PROVIDE:<ul><li><span style=\\\"font-weight: 400;\\\">Over Dimensional Loads<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Heavy Hauling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">LTL (Less than truckload)<\\/span><\\/li><\\/ul><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"82ab355\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"0d8dd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"30e6f57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Storage & Preservation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a04d14\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4fc24fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our <\\/span><span style=\\\"font-weight: 400;\\\">warehouse provides great value for customers because it allows us to receive equipment from across the country to be assembled in one location, then moved to the final destination. Our facility is centrally located and provides indoor and outdoor storage space. The warehouse is heated, under video surveillance and is equipped with fire alarms, docks, <\\/span><span style=\\\"font-weight: 400;\\\">and ground doors. The outside storage area is fenced, locked and under video surveillance. Allowing quick, easy access to Chicago and the suburbs, we\\u2019re located near O\\u2019Hare Airport<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddf392d\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"2178868\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6893612\",\"elType\":\"widget\",\"settings\":{\"title\":\"Plant Relocation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bd8124\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"372fde6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Moving a plant involves precision planning, access to the best equipment and talent and flexibility to quickly adjust to any changes. We start with a consultation to fully understand the customer\\u2019s goals, along with the current and future facilities. Then, we develop a detailed plan of action to ensure every aspect of the move is thoroughly outlined and then implemented in the most efficient and cost-effective manner. From small to large size plants, we have the experience to implement the move quickly and safely.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">\\u00a0Unlike other moving contractors, our comprehensive proposals include costs for rigging, moving, electrical, piping, mechanical, millwright work, transportation and storage.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our moving services include:<\\/span><\\/p><ul><li><span style=\\\"font-weight: 400;\\\">Lay out floors of new location<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Dismantling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Moving of common stock inventory<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Hauling\\/transportation<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Assembling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Alignment<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Leveling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Anchoring<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Grouting<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Fabrication\\/modification as requested<\\/span><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a0aef0b\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"dba8281\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"05f84cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Millwright Services\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"98d9428\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4927f9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our Millwrights are highly skilled at executing <\\/span><span style=\\\"font-weight: 400;\\\">another <\\/span><span style=\\\"font-weight: 400;\\\">type of <\\/span><span style=\\\"font-weight: 400;\\\">operation <\\/span><span style=\\\"font-weight: 400;\\\">from layout, dismantling, <\\/span><span style=\\\"font-weight: 400;\\\">installing, assembling, leveling, anchoring, grouting and fabricating<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span> <span style=\\\"font-weight: 400;\\\">Our team will help your business avoid downtime and keep all aspects of your operation running smoothly.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"412bebc\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\"},\"elements\":[{\"id\":\"ead261f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"06edbd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consultation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f22ef8\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"093c704\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our team of <\\/span><span style=\\\"font-weight: 400;\\\">professionals <\\/span><span style=\\\"font-weight: 400;\\\">provides us with the talent necessary to analyze and advise on any potential lifting or rigging challenge that you have. It takes years of experience with large and small projects, plus a dedication to continually learning the industry trends and new technologies to enable an individual to comprehend and plan for the many details involved in complex projects. These are the people we hire at ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc<\\/span><span style=\\\"font-weight: 400;\\\">. <\\/span><span style=\\\"font-weight: 400;\\\">T<\\/span><span style=\\\"font-weight: 400;\\\">hese are the people you can depend on for complete project management<\\/span><span style=\\\"font-weight: 400;\\\">, <\\/span><span style=\\\"font-weight: 400;\\\">or consultation on the best process and resources for the job.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cfa5bf9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"10b935a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"89aca30\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0873ffb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3f0a453c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#2B4D7B\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6900af55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.710999999999999,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2433e0fb\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Do you looking for interior design expertise?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":35},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":31},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"4ef8c81b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.289000000000001,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6296e83\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"right\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(3109,727,'_elementor_template_type','wp-post'),(3110,727,'_elementor_css','a:5:{s:4:\"time\";i:1593759171;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3113,728,'_wp_page_template','template/page-builder-template.php'),(3114,728,'_elementor_edit_mode','builder'),(3115,728,'_elementor_version','2.9.9'),(3116,728,'_elementor_data','[{\"id\":\"a585672\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c266d44\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c11fa77\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"SERVICES\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_margin_bottom\":\"\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"2b4508f\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":8},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":15},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"af38339\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.<\\/p>\",\"color_text_block\":\"#666666\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":22},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"3ff7e63\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"-1\",\"width\":\"1200\",\"height\":\"800\",\"caption_horizontal\":{\"unit\":\"%\",\"size\":52},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":10,\"use_padding\":\"use\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"choose_column\":\"3\",\"filter_align\":\"center\",\"margin_bottom_tablet\":10,\"padding_size_tablet\":{\"unit\":\"px\",\"size\":10},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"typography_portfolio_title_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_portfolio_title_line_height\":{\"unit\":\"px\",\"size\":30},\"title_margin_bottom\":10,\"title_margin_bottom_tablet\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"typography_portfolio_category_line_height\":{\"unit\":\"px\",\"size\":22},\"filter_padding_size_mobile\":{\"unit\":\"px\",\"size\":20},\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"load_style\":\"style-3\",\"load_style2_bg_hov_color\":\"#f7c51e\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4534fa0\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"e36a2d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40207fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rigging\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f1501b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"72fb049\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">When you have machinery that needs to be relocated, lifted or installed, call on the company with<\\/span>\\u00a0<span style=\\\"font-weight: 400;\\\">rigging and <\\/span><span style=\\\"font-weight: 400;\\\">machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">expertise. ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. <\\/span><span style=\\\"font-weight: 400;\\\">professionals have the experience and innovative solutions to solve the most complex problems. Plus, we\\u2019ll <\\/span><span style=\\\"font-weight: 400;\\\">keep our focus on safety, timelines and budget. We rig, move and set equipment every day \\u2013 it\\u2019s the only work we do! Contact us and learn why some of the biggest companies in the U.S. rely on us for all of their moves.\\u00a0\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fcdad8d\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"f0b7eda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c4c8843\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rigging, Machinery Moving & Installation\\n\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1551c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7608e48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Rigging and m<\\/span><span style=\\\"font-weight: 400;\\\">oving machinery <\\/span><span style=\\\"font-weight: 400;\\\">requires a unique set of skills. And this is exactly what we focus on. We\\u2019ll develop a plan, timeline and engage<\\/span>\\u00a0<span style=\\\"font-weight: 400;\\\">a <\\/span><span style=\\\"font-weight: 400;\\\">skilled team and essential equipment to get the job done smoothly. When large equipment must fit into tight spaces, we have the expertise and foresight to identify potential challenges and we develop a process to ensure success with minimal complications. From data centers, to healthcare facilities, public buildings, manufacturing facilities and beyond, we have the innovative solutions, equipment and certified talent to get the job done.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce883c7\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"ab27ddb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb5b411\",\"elType\":\"widget\",\"settings\":{\"title\":\"Heavy Lifting & Erecting\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65359a4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5e1345a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">A thorough analysis and detailed plan of action are a \\u201cmust\\u201d when lifting and erecting large equipment. Our <\\/span><span style=\\\"font-weight: 400;\\\">team <\\/span><span style=\\\"font-weight: 400;\\\">develop<\\/span><span style=\\\"font-weight: 400;\\\">s<\\/span><span style=\\\"font-weight: 400;\\\"> the solutions to overcome space and time challenges. Then, <\\/span><span style=\\\"font-weight: 400;\\\">planning turns into action, and our <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers <\\/span><span style=\\\"font-weight: 400;\\\">team executes every detail in a professional manner to ensure the project is done right the first time, safely and efficiently.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0ff355\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"a2be008\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"18ea389\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hauling & Jobsite Delivery\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3cc63b0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"42160cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our team engages the right vehicles to deliver your equipment safely to your destination across the U.S.\\u00a0<\\/span><\\/p><ul><li><span style=\\\"font-weight: 400;\\\">VEHICLES:<\\/span><ul><li><span style=\\\"font-weight: 400;\\\">Flatbeds<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Step Decks<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Double Drops \\u2013 Expandable & RGNs<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Tilt Beds - Trailers<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Straight Trucks \\u2013 12\\u2019 to 24\\u2019<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Vans \\u2013 48-53 Logistics<\\/span><\\/li><\\/ul><\\/li><\\/ul><p>\\u00a0<\\/p><ul><li>OTHER SERVICES WE PROVIDE:<ul><li><span style=\\\"font-weight: 400;\\\">Over Dimensional Loads<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Heavy Hauling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">LTL (Less than truckload)<\\/span><\\/li><\\/ul><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"82ab355\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"0d8dd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"30e6f57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Storage & Preservation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a04d14\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4fc24fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our <\\/span><span style=\\\"font-weight: 400;\\\">warehouse provides great value for customers because it allows us to receive equipment from across the country to be assembled in one location, then moved to the final destination. Our facility is centrally located and provides indoor and outdoor storage space. The warehouse is heated, under video surveillance and is equipped with fire alarms, docks, <\\/span><span style=\\\"font-weight: 400;\\\">and ground doors. The outside storage area is fenced, locked and under video surveillance. Allowing quick, easy access to Chicago and the suburbs, we\\u2019re located near O\\u2019Hare Airport<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddf392d\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2178868\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6893612\",\"elType\":\"widget\",\"settings\":{\"title\":\"Plant Relocation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bd8124\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"372fde6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Moving a plant involves precision planning, access to the best equipment and talent and flexibility to quickly adjust to any changes. We start with a consultation to fully understand the customer\\u2019s goals, along with the current and future facilities. Then, we develop a detailed plan of action to ensure every aspect of the move is thoroughly outlined and then implemented in the most efficient and cost-effective manner. From small to large size plants, we have the experience to implement the move quickly and safely.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">\\u00a0Unlike other moving contractors, our comprehensive proposals include costs for rigging, moving, electrical, piping, mechanical, millwright work, transportation and storage.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our moving services include:<\\/span><\\/p><ul><li><span style=\\\"font-weight: 400;\\\">Lay out floors of new location<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Dismantling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Moving of common stock inventory<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Hauling\\/transportation<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Assembling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Alignment<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Leveling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Anchoring<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Grouting<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Fabrication\\/modification as requested<\\/span><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a0aef0b\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"dba8281\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"05f84cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Millwright Services\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"98d9428\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4927f9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our Millwrights are highly skilled at executing <\\/span><span style=\\\"font-weight: 400;\\\">another <\\/span><span style=\\\"font-weight: 400;\\\">type of <\\/span><span style=\\\"font-weight: 400;\\\">operation <\\/span><span style=\\\"font-weight: 400;\\\">from layout, dismantling, <\\/span><span style=\\\"font-weight: 400;\\\">installing, assembling, leveling, anchoring, grouting and fabricating<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span> <span style=\\\"font-weight: 400;\\\">Our team will help your business avoid downtime and keep all aspects of your operation running smoothly.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"412bebc\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"ead261f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"06edbd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consultation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f22ef8\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"093c704\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our team of <\\/span><span style=\\\"font-weight: 400;\\\">professionals <\\/span><span style=\\\"font-weight: 400;\\\">provides us with the talent necessary to analyze and advise on any potential lifting or rigging challenge that you have. It takes years of experience with large and small projects, plus a dedication to continually learning the industry trends and new technologies to enable an individual to comprehend and plan for the many details involved in complex projects. These are the people we hire at ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc<\\/span><span style=\\\"font-weight: 400;\\\">. <\\/span><span style=\\\"font-weight: 400;\\\">T<\\/span><span style=\\\"font-weight: 400;\\\">hese are the people you can depend on for complete project management<\\/span><span style=\\\"font-weight: 400;\\\">, <\\/span><span style=\\\"font-weight: 400;\\\">or consultation on the best process and resources for the job.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cfa5bf9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"10b935a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"89aca30\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0873ffb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3f0a453c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#2B4D7B\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6900af55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.710999999999999,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2433e0fb\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Do you looking for interior design expertise?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":35},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":31},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"4ef8c81b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.289000000000001,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6296e83\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"right\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(3117,728,'_elementor_template_type','wp-post'),(3118,728,'_elementor_css','a:5:{s:4:\"time\";i:1593759770;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3121,729,'_wp_page_template','template/page-builder-template.php'),(3122,729,'_elementor_edit_mode','builder'),(3123,729,'_elementor_version','2.9.9'),(3124,729,'_elementor_data','[{\"id\":\"a585672\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c266d44\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c11fa77\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"SERVICES\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_margin_bottom\":\"\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"2b4508f\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":8},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":15},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"af38339\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.<\\/p>\",\"color_text_block\":\"#666666\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":22},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"3ff7e63\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"-1\",\"width\":\"1200\",\"height\":\"800\",\"caption_horizontal\":{\"unit\":\"%\",\"size\":52},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":10,\"use_padding\":\"use\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"choose_column\":\"3\",\"filter_align\":\"center\",\"margin_bottom_tablet\":10,\"padding_size_tablet\":{\"unit\":\"px\",\"size\":10},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"typography_portfolio_title_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_portfolio_title_line_height\":{\"unit\":\"px\",\"size\":30},\"title_margin_bottom\":10,\"title_margin_bottom_tablet\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"typography_portfolio_category_line_height\":{\"unit\":\"px\",\"size\":22},\"filter_padding_size_mobile\":{\"unit\":\"px\",\"size\":20},\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"load_style\":\"style-3\",\"load_style2_bg_hov_color\":\"#f7c51e\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4534fa0\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"e36a2d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40207fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rigging\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f1501b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"72fb049\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">When you have machinery that needs to be relocated, lifted or installed, call on the company with<\\/span>\\u00a0<span style=\\\"font-weight: 400;\\\">rigging and <\\/span><span style=\\\"font-weight: 400;\\\">machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">expertise. ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. <\\/span><span style=\\\"font-weight: 400;\\\">professionals have the experience and innovative solutions to solve the most complex problems. Plus, we\\u2019ll <\\/span><span style=\\\"font-weight: 400;\\\">keep our focus on safety, timelines and budget. We rig, move and set equipment every day \\u2013 it\\u2019s the only work we do! Contact us and learn why some of the biggest companies in the U.S. rely on us for all of their moves.\\u00a0\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fcdad8d\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"f0b7eda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c4c8843\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rigging, Machinery Moving & Installation\\n\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1551c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7608e48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Rigging and m<\\/span><span style=\\\"font-weight: 400;\\\">oving machinery <\\/span><span style=\\\"font-weight: 400;\\\">requires a unique set of skills. And this is exactly what we focus on. We\\u2019ll develop a plan, timeline and engage<\\/span>\\u00a0<span style=\\\"font-weight: 400;\\\">a <\\/span><span style=\\\"font-weight: 400;\\\">skilled team and essential equipment to get the job done smoothly. When large equipment must fit into tight spaces, we have the expertise and foresight to identify potential challenges and we develop a process to ensure success with minimal complications. From data centers, to healthcare facilities, public buildings, manufacturing facilities and beyond, we have the innovative solutions, equipment and certified talent to get the job done.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce883c7\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"ab27ddb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb5b411\",\"elType\":\"widget\",\"settings\":{\"title\":\"Heavy Lifting & Erecting\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65359a4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5e1345a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">A thorough analysis and detailed plan of action are a \\u201cmust\\u201d when lifting and erecting large equipment. Our <\\/span><span style=\\\"font-weight: 400;\\\">team <\\/span><span style=\\\"font-weight: 400;\\\">develop<\\/span><span style=\\\"font-weight: 400;\\\">s<\\/span><span style=\\\"font-weight: 400;\\\"> the solutions to overcome space and time challenges. Then, <\\/span><span style=\\\"font-weight: 400;\\\">planning turns into action, and our <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers <\\/span><span style=\\\"font-weight: 400;\\\">team executes every detail in a professional manner to ensure the project is done right the first time, safely and efficiently.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0ff355\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"a2be008\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"18ea389\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hauling & Jobsite Delivery\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3cc63b0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"42160cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our team engages the right vehicles to deliver your equipment safely to your destination across the U.S.\\u00a0<\\/span><\\/p><ul><li><span style=\\\"font-weight: 400;\\\">VEHICLES:<\\/span><ul><li><span style=\\\"font-weight: 400;\\\">Flatbeds<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Step Decks<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Double Drops \\u2013 Expandable & RGNs<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Tilt Beds - Trailers<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Straight Trucks \\u2013 12\\u2019 to 24\\u2019<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Vans \\u2013 48-53 Logistics<\\/span><\\/li><\\/ul><\\/li><\\/ul><p>\\u00a0<\\/p><ul><li>OTHER SERVICES WE PROVIDE:<ul><li><span style=\\\"font-weight: 400;\\\">Over Dimensional Loads<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Heavy Hauling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">LTL (Less than truckload)<\\/span><\\/li><\\/ul><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"82ab355\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"0d8dd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"30e6f57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Storage & Preservation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a04d14\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4fc24fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our <\\/span><span style=\\\"font-weight: 400;\\\">warehouse provides great value for customers because it allows us to receive equipment from across the country to be assembled in one location, then moved to the final destination. Our facility is centrally located and provides indoor and outdoor storage space. The warehouse is heated, under video surveillance and is equipped with fire alarms, docks, <\\/span><span style=\\\"font-weight: 400;\\\">and ground doors. The outside storage area is fenced, locked and under video surveillance. Allowing quick, easy access to Chicago and the suburbs, we\\u2019re located near O\\u2019Hare Airport<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddf392d\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2178868\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6893612\",\"elType\":\"widget\",\"settings\":{\"title\":\"Plant Relocation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bd8124\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"372fde6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Moving a plant involves precision planning, access to the best equipment and talent and flexibility to quickly adjust to any changes. We start with a consultation to fully understand the customer\\u2019s goals, along with the current and future facilities. Then, we develop a detailed plan of action to ensure every aspect of the move is thoroughly outlined and then implemented in the most efficient and cost-effective manner. From small to large size plants, we have the experience to implement the move quickly and safely.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">\\u00a0Unlike other moving contractors, our comprehensive proposals include costs for rigging, moving, electrical, piping, mechanical, millwright work, transportation and storage.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our moving services include:<\\/span><\\/p><ul><li><span style=\\\"font-weight: 400;\\\">Lay out floors of new location<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Dismantling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Moving of common stock inventory<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Hauling\\/transportation<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Assembling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Alignment<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Leveling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Anchoring<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Grouting<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Fabrication\\/modification as requested<\\/span><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a0aef0b\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"dba8281\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"05f84cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Millwright Services\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"98d9428\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4927f9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our Millwrights are highly skilled at executing <\\/span><span style=\\\"font-weight: 400;\\\">another <\\/span><span style=\\\"font-weight: 400;\\\">type of <\\/span><span style=\\\"font-weight: 400;\\\">operation <\\/span><span style=\\\"font-weight: 400;\\\">from layout, dismantling, <\\/span><span style=\\\"font-weight: 400;\\\">installing, assembling, leveling, anchoring, grouting and fabricating<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span> <span style=\\\"font-weight: 400;\\\">Our team will help your business avoid downtime and keep all aspects of your operation running smoothly.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"412bebc\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"ead261f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"06edbd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consultation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f22ef8\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"093c704\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our team of <\\/span><span style=\\\"font-weight: 400;\\\">professionals <\\/span><span style=\\\"font-weight: 400;\\\">provides us with the talent necessary to analyze and advise on any potential lifting or rigging challenge that you have. It takes years of experience with large and small projects, plus a dedication to continually learning the industry trends and new technologies to enable an individual to comprehend and plan for the many details involved in complex projects. These are the people we hire at ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc<\\/span><span style=\\\"font-weight: 400;\\\">. <\\/span><span style=\\\"font-weight: 400;\\\">T<\\/span><span style=\\\"font-weight: 400;\\\">hese are the people you can depend on for complete project management<\\/span><span style=\\\"font-weight: 400;\\\">, <\\/span><span style=\\\"font-weight: 400;\\\">or consultation on the best process and resources for the job.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cfa5bf9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"10b935a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"89aca30\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0873ffb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3f0a453c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#2B4D7B\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6900af55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.710999999999999,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2433e0fb\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Do you looking for interior design expertise?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":35},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":31},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"4ef8c81b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.289000000000001,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6296e83\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"right\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(3125,729,'_elementor_template_type','wp-post'),(3126,729,'_elementor_css','a:5:{s:4:\"time\";i:1593760033;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3129,730,'_wp_page_template','template/page-builder-template.php'),(3130,730,'_elementor_edit_mode','builder'),(3131,730,'_elementor_version','2.9.9'),(3132,730,'_elementor_data','[{\"id\":\"a585672\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c266d44\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c11fa77\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"SERVICES\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_margin_bottom\":\"\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"2b4508f\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":8},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":15},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"af38339\",\"elType\":\"widget\",\"settings\":{\"color_text_block\":\"#666666\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":22},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"3ff7e63\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"-1\",\"width\":\"1200\",\"height\":\"800\",\"caption_horizontal\":{\"unit\":\"%\",\"size\":52},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":10,\"use_padding\":\"use\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"choose_column\":\"3\",\"filter_align\":\"center\",\"margin_bottom_tablet\":10,\"padding_size_tablet\":{\"unit\":\"px\",\"size\":10},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"typography_portfolio_title_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_portfolio_title_line_height\":{\"unit\":\"px\",\"size\":30},\"title_margin_bottom\":10,\"title_margin_bottom_tablet\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"typography_portfolio_category_line_height\":{\"unit\":\"px\",\"size\":22},\"filter_padding_size_mobile\":{\"unit\":\"px\",\"size\":20},\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"load_style\":\"style-3\",\"load_style2_bg_hov_color\":\"#f7c51e\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4534fa0\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"e36a2d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40207fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rigging\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f1501b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"72fb049\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">When you have machinery that needs to be relocated, lifted or installed, call on the company with<\\/span>\\u00a0<span style=\\\"font-weight: 400;\\\">rigging and <\\/span><span style=\\\"font-weight: 400;\\\">machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">expertise. ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. <\\/span><span style=\\\"font-weight: 400;\\\">professionals have the experience and innovative solutions to solve the most complex problems. Plus, we\\u2019ll <\\/span><span style=\\\"font-weight: 400;\\\">keep our focus on safety, timelines and budget. We rig, move and set equipment every day \\u2013 it\\u2019s the only work we do! Contact us and learn why some of the biggest companies in the U.S. rely on us for all of their moves.\\u00a0\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fcdad8d\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"f0b7eda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c4c8843\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rigging, Machinery Moving & Installation\\n\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1551c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7608e48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Rigging and m<\\/span><span style=\\\"font-weight: 400;\\\">oving machinery <\\/span><span style=\\\"font-weight: 400;\\\">requires a unique set of skills. And this is exactly what we focus on. We\\u2019ll develop a plan, timeline and engage<\\/span>\\u00a0<span style=\\\"font-weight: 400;\\\">a <\\/span><span style=\\\"font-weight: 400;\\\">skilled team and essential equipment to get the job done smoothly. When large equipment must fit into tight spaces, we have the expertise and foresight to identify potential challenges and we develop a process to ensure success with minimal complications. From data centers, to healthcare facilities, public buildings, manufacturing facilities and beyond, we have the innovative solutions, equipment and certified talent to get the job done.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce883c7\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"ab27ddb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb5b411\",\"elType\":\"widget\",\"settings\":{\"title\":\"Heavy Lifting & Erecting\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65359a4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5e1345a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">A thorough analysis and detailed plan of action are a \\u201cmust\\u201d when lifting and erecting large equipment. Our <\\/span><span style=\\\"font-weight: 400;\\\">team <\\/span><span style=\\\"font-weight: 400;\\\">develop<\\/span><span style=\\\"font-weight: 400;\\\">s<\\/span><span style=\\\"font-weight: 400;\\\"> the solutions to overcome space and time challenges. Then, <\\/span><span style=\\\"font-weight: 400;\\\">planning turns into action, and our <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers <\\/span><span style=\\\"font-weight: 400;\\\">team executes every detail in a professional manner to ensure the project is done right the first time, safely and efficiently.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0ff355\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"a2be008\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"18ea389\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hauling & Jobsite Delivery\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3cc63b0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"42160cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our team engages the right vehicles to deliver your equipment safely to your destination across the U.S.\\u00a0<\\/span><\\/p><ul><li><span style=\\\"font-weight: 400;\\\">VEHICLES:<\\/span><ul><li><span style=\\\"font-weight: 400;\\\">Flatbeds<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Step Decks<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Double Drops \\u2013 Expandable & RGNs<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Tilt Beds - Trailers<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Straight Trucks \\u2013 12\\u2019 to 24\\u2019<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Vans \\u2013 48-53 Logistics<\\/span><\\/li><\\/ul><\\/li><\\/ul><p>\\u00a0<\\/p><ul><li>OTHER SERVICES WE PROVIDE:<ul><li><span style=\\\"font-weight: 400;\\\">Over Dimensional Loads<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Heavy Hauling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">LTL (Less than truckload)<\\/span><\\/li><\\/ul><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"82ab355\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"0d8dd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"30e6f57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Storage & Preservation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a04d14\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4fc24fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our <\\/span><span style=\\\"font-weight: 400;\\\">warehouse provides great value for customers because it allows us to receive equipment from across the country to be assembled in one location, then moved to the final destination. Our facility is centrally located and provides indoor and outdoor storage space. The warehouse is heated, under video surveillance and is equipped with fire alarms, docks, <\\/span><span style=\\\"font-weight: 400;\\\">and ground doors. The outside storage area is fenced, locked and under video surveillance. Allowing quick, easy access to Chicago and the suburbs, we\\u2019re located near O\\u2019Hare Airport<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddf392d\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2178868\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6893612\",\"elType\":\"widget\",\"settings\":{\"title\":\"Plant Relocation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bd8124\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"372fde6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Moving a plant involves precision planning, access to the best equipment and talent and flexibility to quickly adjust to any changes. We start with a consultation to fully understand the customer\\u2019s goals, along with the current and future facilities. Then, we develop a detailed plan of action to ensure every aspect of the move is thoroughly outlined and then implemented in the most efficient and cost-effective manner. From small to large size plants, we have the experience to implement the move quickly and safely.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">\\u00a0Unlike other moving contractors, our comprehensive proposals include costs for rigging, moving, electrical, piping, mechanical, millwright work, transportation and storage.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our moving services include:<\\/span><\\/p><ul><li><span style=\\\"font-weight: 400;\\\">Lay out floors of new location<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Dismantling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Moving of common stock inventory<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Hauling\\/transportation<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Assembling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Alignment<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Leveling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Anchoring<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Grouting<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Fabrication\\/modification as requested<\\/span><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a0aef0b\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"dba8281\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"05f84cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Millwright Services\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"98d9428\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4927f9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our Millwrights are highly skilled at executing <\\/span><span style=\\\"font-weight: 400;\\\">another <\\/span><span style=\\\"font-weight: 400;\\\">type of <\\/span><span style=\\\"font-weight: 400;\\\">operation <\\/span><span style=\\\"font-weight: 400;\\\">from layout, dismantling, <\\/span><span style=\\\"font-weight: 400;\\\">installing, assembling, leveling, anchoring, grouting and fabricating<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span> <span style=\\\"font-weight: 400;\\\">Our team will help your business avoid downtime and keep all aspects of your operation running smoothly.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"412bebc\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"ead261f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"06edbd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consultation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f22ef8\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"093c704\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our team of <\\/span><span style=\\\"font-weight: 400;\\\">professionals <\\/span><span style=\\\"font-weight: 400;\\\">provides us with the talent necessary to analyze and advise on any potential lifting or rigging challenge that you have. It takes years of experience with large and small projects, plus a dedication to continually learning the industry trends and new technologies to enable an individual to comprehend and plan for the many details involved in complex projects. These are the people we hire at ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc<\\/span><span style=\\\"font-weight: 400;\\\">. <\\/span><span style=\\\"font-weight: 400;\\\">T<\\/span><span style=\\\"font-weight: 400;\\\">hese are the people you can depend on for complete project management<\\/span><span style=\\\"font-weight: 400;\\\">, <\\/span><span style=\\\"font-weight: 400;\\\">or consultation on the best process and resources for the job.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cfa5bf9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"10b935a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"89aca30\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0873ffb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3f0a453c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#2B4D7B\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6900af55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.710999999999999,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2433e0fb\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Do you looking for interior design expertise?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":35},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":31},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"4ef8c81b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.289000000000001,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6296e83\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"right\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(3133,730,'_elementor_template_type','wp-post'),(3134,730,'_elementor_css','a:5:{s:4:\"time\";i:1593760092;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3137,731,'_wp_page_template','template/page-builder-template.php'),(3138,731,'_elementor_edit_mode','builder'),(3139,731,'_elementor_version','2.9.9'),(3140,731,'_elementor_data','[{\"id\":\"a585672\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c266d44\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c11fa77\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"SERVICES\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_margin_bottom\":\"\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"2b4508f\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":8},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":15},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"af38339\",\"elType\":\"widget\",\"settings\":{\"color_text_block\":\"#666666\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":22},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"3ff7e63\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"-1\",\"width\":\"1200\",\"height\":\"800\",\"caption_horizontal\":{\"unit\":\"%\",\"size\":52},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":10,\"use_padding\":\"use\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"choose_column\":\"3\",\"filter_align\":\"center\",\"margin_bottom_tablet\":10,\"padding_size_tablet\":{\"unit\":\"px\",\"size\":10},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"typography_portfolio_title_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_portfolio_title_line_height\":{\"unit\":\"px\",\"size\":30},\"title_margin_bottom\":10,\"title_margin_bottom_tablet\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"typography_portfolio_category_line_height\":{\"unit\":\"px\",\"size\":22},\"filter_padding_size_mobile\":{\"unit\":\"px\",\"size\":20},\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"load_style\":\"style-3\",\"load_style2_bg_hov_color\":\"#f7c51e\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4534fa0\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"e36a2d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40207fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rigging\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f1501b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"72fb049\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">When you have machinery that needs to be relocated, lifted or installed, call on the company with<\\/span>\\u00a0<span style=\\\"font-weight: 400;\\\">rigging and <\\/span><span style=\\\"font-weight: 400;\\\">machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">expertise. ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. <\\/span><span style=\\\"font-weight: 400;\\\">professionals have the experience and innovative solutions to solve the most complex problems. Plus, we\\u2019ll <\\/span><span style=\\\"font-weight: 400;\\\">keep our focus on safety, timelines and budget. We rig, move and set equipment every day \\u2013 it\\u2019s the only work we do! Contact us and learn why some of the biggest companies in the U.S. rely on us for all of their moves.\\u00a0\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fcdad8d\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"f0b7eda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c4c8843\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rigging, Machinery Moving & Installation\\n\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1551c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7608e48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Rigging and m<\\/span><span style=\\\"font-weight: 400;\\\">oving machinery <\\/span><span style=\\\"font-weight: 400;\\\">requires a unique set of skills. And this is exactly what we focus on. We\\u2019ll develop a plan, timeline and engage<\\/span>\\u00a0<span style=\\\"font-weight: 400;\\\">a <\\/span><span style=\\\"font-weight: 400;\\\">skilled team and essential equipment to get the job done smoothly. When large equipment must fit into tight spaces, we have the expertise and foresight to identify potential challenges and we develop a process to ensure success with minimal complications. From data centers, to healthcare facilities, public buildings, manufacturing facilities and beyond, we have the innovative solutions, equipment and certified talent to get the job done.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce883c7\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"ab27ddb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb5b411\",\"elType\":\"widget\",\"settings\":{\"title\":\"Heavy Lifting & Erecting\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65359a4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5e1345a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">A thorough analysis and detailed plan of action are a \\u201cmust\\u201d when lifting and erecting large equipment. Our <\\/span><span style=\\\"font-weight: 400;\\\">team <\\/span><span style=\\\"font-weight: 400;\\\">develop<\\/span><span style=\\\"font-weight: 400;\\\">s<\\/span><span style=\\\"font-weight: 400;\\\"> the solutions to overcome space and time challenges. Then, <\\/span><span style=\\\"font-weight: 400;\\\">planning turns into action, and our <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers <\\/span><span style=\\\"font-weight: 400;\\\">team executes every detail in a professional manner to ensure the project is done right the first time, safely and efficiently.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0ff355\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"a2be008\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"18ea389\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hauling & Jobsite Delivery\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3cc63b0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"42160cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our team engages the right vehicles to deliver your equipment safely to your destination across the U.S.\\u00a0<\\/span><\\/p><ul><li><span style=\\\"font-weight: 400;\\\">VEHICLES:<\\/span><ul><li><span style=\\\"font-weight: 400;\\\">Flatbeds<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Step Decks<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Double Drops \\u2013 Expandable & RGNs<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Tilt Beds - Trailers<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Straight Trucks \\u2013 12\\u2019 to 24\\u2019<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Vans \\u2013 48-53 Logistics<\\/span><\\/li><\\/ul><\\/li><\\/ul><p>\\u00a0<\\/p><ul><li>OTHER SERVICES WE PROVIDE:<ul><li><span style=\\\"font-weight: 400;\\\">Over Dimensional Loads<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Heavy Hauling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">LTL (Less than truckload)<\\/span><\\/li><\\/ul><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"82ab355\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"0d8dd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"30e6f57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Storage & Preservation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a04d14\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4fc24fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our <\\/span><span style=\\\"font-weight: 400;\\\">warehouse provides great value for customers because it allows us to receive equipment from across the country to be assembled in one location, then moved to the final destination. Our facility is centrally located and provides indoor and outdoor storage space. The warehouse is heated, under video surveillance and is equipped with fire alarms, docks, <\\/span><span style=\\\"font-weight: 400;\\\">and ground doors. The outside storage area is fenced, locked and under video surveillance. Allowing quick, easy access to Chicago and the suburbs, we\\u2019re located near O\\u2019Hare Airport<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddf392d\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2178868\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6893612\",\"elType\":\"widget\",\"settings\":{\"title\":\"Plant Relocation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bd8124\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"372fde6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Moving a plant involves precision planning, access to the best equipment and talent and flexibility to quickly adjust to any changes. We start with a consultation to fully understand the customer\\u2019s goals, along with the current and future facilities. Then, we develop a detailed plan of action to ensure every aspect of the move is thoroughly outlined and then implemented in the most efficient and cost-effective manner. From small to large size plants, we have the experience to implement the move quickly and safely.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">\\u00a0Unlike other moving contractors, our comprehensive proposals include costs for rigging, moving, electrical, piping, mechanical, millwright work, transportation and storage.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our moving services include:<\\/span><\\/p><ul><li><span style=\\\"font-weight: 400;\\\">Lay out floors of new location<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Dismantling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Moving of common stock inventory<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Hauling\\/transportation<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Assembling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Alignment<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Leveling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Anchoring<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Grouting<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Fabrication\\/modification as requested<\\/span><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a0aef0b\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"dba8281\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"05f84cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Millwright Services\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"98d9428\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4927f9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our Millwrights are highly skilled at executing <\\/span><span style=\\\"font-weight: 400;\\\">another <\\/span><span style=\\\"font-weight: 400;\\\">type of <\\/span><span style=\\\"font-weight: 400;\\\">operation <\\/span><span style=\\\"font-weight: 400;\\\">from layout, dismantling, <\\/span><span style=\\\"font-weight: 400;\\\">installing, assembling, leveling, anchoring, grouting and fabricating<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span> <span style=\\\"font-weight: 400;\\\">Our team will help your business avoid downtime and keep all aspects of your operation running smoothly.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"412bebc\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"ead261f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"06edbd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consultation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f22ef8\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"093c704\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our team of <\\/span><span style=\\\"font-weight: 400;\\\">professionals <\\/span><span style=\\\"font-weight: 400;\\\">provides us with the talent necessary to analyze and advise on any potential lifting or rigging challenge that you have. It takes years of experience with large and small projects, plus a dedication to continually learning the industry trends and new technologies to enable an individual to comprehend and plan for the many details involved in complex projects. These are the people we hire at ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc<\\/span><span style=\\\"font-weight: 400;\\\">. <\\/span><span style=\\\"font-weight: 400;\\\">T<\\/span><span style=\\\"font-weight: 400;\\\">hese are the people you can depend on for complete project management<\\/span><span style=\\\"font-weight: 400;\\\">, <\\/span><span style=\\\"font-weight: 400;\\\">or consultation on the best process and resources for the job.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cfa5bf9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"10b935a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"89aca30\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0873ffb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3f0a453c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#2B4D7B\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6900af55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.710999999999999,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2433e0fb\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Need our expertise for a job?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":35},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":31},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"4ef8c81b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.289000000000001,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6296e83\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"right\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(3141,731,'_elementor_template_type','wp-post'),(3142,731,'_elementor_css','a:5:{s:4:\"time\";i:1593760148;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3145,736,'_customize_changeset_uuid','61f18ac4-1a0f-49bd-9bc2-3dac2ca9e86f'),(3146,736,'_elementor_edit_mode','builder'),(3147,736,'header_style_choice','default'),(3148,736,'_header_style_choice','field_58c7b9d20beeb'),(3149,736,'_elementor_template_type','wp-page'),(3150,736,'_elementor_version','2.9.9'),(3151,736,'_wp_page_template','default'),(3152,736,'_elementor_data','[{\"id\":\"0cda685\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"industries-contain\"},\"elements\":[{\"id\":\"47d80a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b18ea7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Architects & Engineers\",\"align\":\"left\",\"title_color\":\"#050000\",\"typography_typography\":\"custom\",\"_css_classes\":\"industries-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ed41e1\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2ede786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our team of professionals can work directly with architects and engineers to understand project details and plan each step of the process to ensure a smooth delivery and set up of equipment in any facility space.<\\/p>\",\"_css_classes\":\"industries-text\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6826e58\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"industries-contain\"},\"elements\":[{\"id\":\"dd15f88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5d3711d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contractors \\u2013 General, Electrical and Mechanical\",\"align\":\"left\",\"title_color\":\"#050000\",\"typography_typography\":\"custom\",\"_css_classes\":\"industries-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bb84be7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cb1afe5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our expertise and up-to-date training enables our <\\/span><span style=\\\"font-weight: 400;\\\">team <\\/span><span style=\\\"font-weight: 400;\\\">to work with a range of contractors. We work with general contractors to assess the overall project and provide detailed plans to implement moves and set up equipment.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Electrical \\u2013 our team collaborates with electrical contractors on a variety of equipment moves including generators, switchgears, transformers and more.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Mechanical \\u2013 Our experience with mechanical contractors extends to moves and set up of a variety of equipment ranging from boilers and chillers to cooling towers and more.\\u00a0<\\/span><\\/p>\",\"_css_classes\":\"industries-text\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1d86327\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"industries-contain\"},\"elements\":[{\"id\":\"90c0993\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fcfbd6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Medical\\n\",\"align\":\"left\",\"title_color\":\"#050000\",\"typography_typography\":\"custom\",\"_css_classes\":\"industries-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0ca614c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"40eb6d6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our team has successfully moved equipment for small and large medical facilities across the country. Moves have included MRIs, CAT\\/PET, generators, chillers and boilers.<\\/span><\\/p>\",\"_css_classes\":\"industries-text\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a132bdd\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"industries-contain\"},\"elements\":[{\"id\":\"d9ac616\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd8fb76\",\"elType\":\"widget\",\"settings\":{\"title\":\"Municipalities\",\"align\":\"left\",\"title_color\":\"#050000\",\"typography_typography\":\"custom\",\"_css_classes\":\"industries-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dcbfd19\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"a84b9b7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Municipalities rely on our expertise for moves for schools, universities and government buildings<\\/span><\\/p>\",\"_css_classes\":\"industries-text\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4603dbb\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"industries-contain\"},\"elements\":[{\"id\":\"a5f31ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f8bd283\",\"elType\":\"widget\",\"settings\":{\"title\":\"Building Owners & Facility Managers\\n\",\"align\":\"left\",\"title_color\":\"#050000\",\"typography_typography\":\"custom\",\"_css_classes\":\"industries-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01ba5cb\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"800598f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. <\\/span><span style=\\\"font-weight: 400;\\\">coordinates facility relocations and equipment installations for properties across the country. We work with building owners and facility managers to plan every detail and execute each step within timelines and established budgets.<\\/span><\\/p>\",\"_css_classes\":\"industries-text\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"54ef949\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"industries-contain\"},\"elements\":[{\"id\":\"ca43393\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1be1070\",\"elType\":\"widget\",\"settings\":{\"title\":\"Manufacturers\",\"align\":\"left\",\"title_color\":\"#050000\",\"typography_typography\":\"custom\",\"_css_classes\":\"industries-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0ae8b1b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1189240\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Manufacturers in every industry category have relied on our team for plant relocations and industry moves across the U.S.<\\/span><\\/p>\",\"_css_classes\":\"industries-text\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e51e751\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"industries-contain\"},\"elements\":[{\"id\":\"c22be48\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f986a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Laundry Facilities\\n\",\"align\":\"left\",\"title_color\":\"#050000\",\"typography_typography\":\"custom\",\"_css_classes\":\"industries-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1d9b61\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1e43eda\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our <\\/span><span style=\\\"font-weight: 400;\\\">professionals have moved commercial equipment ranging from washers, dryers and irons to water and chemical tanks.\\u00a0<\\/span><\\/p>\",\"_css_classes\":\"industries-text\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"021e45c\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"industries-contain\"},\"elements\":[{\"id\":\"f5868ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"651e852\",\"elType\":\"widget\",\"settings\":{\"title\":\"Museums & Zoos\\n\",\"align\":\"left\",\"title_color\":\"#050000\",\"typography_typography\":\"custom\",\"_css_classes\":\"industries-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c796a6a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"0e93095\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We completed moves of high value works of art and museum installations, plus zoo exhibits for organizations across the country.<\\/span><\\/p>\",\"_css_classes\":\"industries-text\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c03c97\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"18a443c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(3153,736,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:8;s:5:\"align\";i:8;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:2:{s:11:\"title_color\";i:8;s:21:\"typography_typography\";i:8;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:8;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:1:{s:5:\"width\";i:8;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:5:\"color\";i:8;s:6:\"weight\";i:8;s:3:\"gap\";i:8;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:8;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:8;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:9;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:11:\"css_classes\";i:8;}}}}}'),(3154,736,'_elementor_css','a:5:{s:4:\"time\";i:1591275427;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3155,736,'_dp_original','348'),(3156,731,'header_style_choice','default'),(3157,731,'_header_style_choice','field_58c7b9d20beeb'),(3165,738,'_wp_page_template','template/page-builder-template.php'),(3166,738,'_elementor_edit_mode','builder'),(3167,738,'_elementor_data','[{\"id\":\"14ac8cfb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1100},\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"34b0aca4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"29\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ca165c\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Contact Us\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1280863b\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"%\",\"size\":8},\"gap\":{\"unit\":\"px\",\"size\":2},\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"206c533e\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>\\\"For more information about ARS Contracting, Inc. or any other inquiry, please call us at the number below or complete our form and we will get back to you quickly.\\\"<\\/p>\",\"color_text_block\":\"#666666\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"cacf3f5\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-phone\",\"title_text\":\"Phone\",\"description_text\":\"<a href=\\\"tel:1-800-358-8444\\\">1-800-358-8444<\\/a>\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_css_classes\":\"icon-hide\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"2917819\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-envelope\",\"title_text\":\"Email\",\"description_text\":\"<a href=\\\"mailto:sales@arscontracting.com\\\">sales@arscontracting.com<\\/a>\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_css_classes\":\"icon-hide\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"e4ea813\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-map-marker\",\"title_text\":\"Address\",\"description_text\":\"<ul>\\n<li>WAREHOUSE: 3333 Mt Prospect Rd, Franklin Park IL 60131<\\/li>\\n<li>OFFICE: 2015A US Route 34, Suite 3, Oswego IL 60543<\\/li>\\n<li>MAILING ADDRESS: 9540 S Carls Dr, Plainfield IL 60585<\\/li>\\n<\\/ul>\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_css_classes\":\"icon-hide\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"3bbbfba\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-envelope\",\"title_text\":\"Fax\",\"description_text\":\"630-364-5778\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_css_classes\":\"icon-hide\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"217fc52\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-map-marker\",\"title_text\":\"Hours\",\"description_text\":\"<ul>\\n<li>OFFICE: 8:00 AM to 4:30 PM US Central Time<\\/li>\\n<li>SERVICE: 24 hours a day\\/7 days per week<\\/li>\\n<\\/ul>\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_css_classes\":\"icon-hide\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"43858dc5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#aaaaaa\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0,0,0,0.5)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2648983c\",\"elType\":\"widget\",\"settings\":{\"form_select\":\"261\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-contact-form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67f2cbaf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d5629c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7154645\",\"elType\":\"widget\",\"settings\":{\"address\":\"WAREHOUSE: 3333 Mt Prospect Rd, Franklin Park IL 60131\",\"height\":{\"unit\":\"px\",\"size\":480},\"zoom\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(3168,738,'_elementor_version','2.9.9'),(3169,738,'_elementor_template_type','wp-post'),(3170,738,'_elementor_controls_usage','a:8:{s:17:\"gedung-head-title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:25:\"section_gedung_head_title\";a:5:{s:12:\"choose_style\";i:1;s:9:\"the_title\";i:1;s:27:\"typography_title_typography\";i:1;s:33:\"typography_title_font_size_mobile\";i:1;s:17:\"head_use_subtitle\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:6:\"weight\";i:1;s:5:\"color\";i:1;s:3:\"gap\";i:1;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:1;s:12:\"width_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_mobile\";i:1;}}}}s:11:\"gedung-text\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:19:\"gedung_text_control\";a:2:{s:11:\"custom_text\";i:1;s:16:\"color_text_block\";i:1;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:4:{s:10:\"title_text\";i:5;s:16:\"description_text\";i:5;s:8:\"position\";i:5;s:13:\"selected_icon\";i:5;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:3:{s:13:\"primary_color\";i:5;s:17:\"icon_space_mobile\";i:5;s:9:\"icon_size\";i:5;}s:21:\"section_style_content\";a:6:{s:17:\"text_align_mobile\";i:5;s:18:\"title_bottom_space\";i:5;s:25:\"title_bottom_space_mobile\";i:1;s:27:\"title_typography_typography\";i:5;s:26:\"title_typography_font_size\";i:5;s:33:\"description_typography_typography\";i:5;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:2;s:19:\"_inline_size_tablet\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:13:\"margin_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}s:14:\"section_border\";a:5:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:26:\"box_shadow_box_shadow_type\";i:1;s:21:\"box_shadow_box_shadow\";i:1;}}}}s:19:\"gedung-contact-form\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:43:\"section_gedung_contact_form_general_control\";a:1:{s:11:\"form_select\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:1;s:3:\"gap\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:2;s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}}}s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:11:\"section_map\";a:3:{s:7:\"address\";i:1;s:6:\"height\";i:1;s:4:\"zoom\";i:1;}}}}}'),(3171,738,'_elementor_css','a:5:{s:4:\"time\";i:1593687087;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3172,738,'header_style_choice','default'),(3173,738,'_header_style_choice','field_58c7b9d20beeb'),(3174,739,'_wp_page_template','template/page-builder-template.php'),(3175,739,'_elementor_edit_mode','builder'),(3176,739,'_elementor_data','[{\"id\":\"14ac8cfb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1100},\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"34b0aca4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"29\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ca165c\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Contact Us\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1280863b\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"%\",\"size\":8},\"gap\":{\"unit\":\"px\",\"size\":2},\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"206c533e\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p>\\\"For more information about ARS Contracting, Inc. or any other inquiry, please call us at the number below or complete our form and we will get back to you quickly.\\\"<\\/p>\",\"color_text_block\":\"#666666\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"cacf3f5\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-phone\",\"title_text\":\"Phone\",\"description_text\":\"<a href=\\\"tel:1-800-358-8444\\\">1-800-358-8444<\\/a>\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_bottom_space_mobile\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_css_classes\":\"icon-hide\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"2917819\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-envelope\",\"title_text\":\"Email\",\"description_text\":\"<a href=\\\"mailto:sales@arscontracting.com\\\">sales@arscontracting.com<\\/a>\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_css_classes\":\"icon-hide\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"e4ea813\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-map-marker\",\"title_text\":\"Address\",\"description_text\":\"<ul>\\n<li><a href=\\\"https:\\/\\/www.google.com\\/maps\\/place\\/3333+Mt+Prospect+Rd,+Franklin+Park,+IL+60131,+USA\\/@41.9340863,-87.9216416,17z\\/data=!3m1!4b1!4m5!3m4!1s0x880fb48c00253097:0xda3cf20b0d9e5aae!8m2!3d41.9340823!4d-87.9194529\\\" target=\\\"_blank\\\">WAREHOUSE: 3333 Mt Prospect Rd, Franklin Park IL 60131<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/www.google.com\\/maps\\/place\\/2015+US-34+#3,+Oswego,+IL+60543,+USA\\/@41.7086921,-88.3028741,17z\\/data=!3m1!4b1!4m5!3m4!1s0x880ef04cc1a9a74f:0x51c11798f8a7efee!8m2!3d41.7086881!4d-88.3006854\\\" target=\\\"_blank\\\">OFFICE: 2015A US Route 34, Suite 3, Oswego IL 60543<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/www.google.com\\/maps\\/place\\/9540+S+Carls+Dr,+Plainfield,+IL+60585,+USA\\/@41.707794,-88.2453787,17z\\/data=!3m1!4b1!4m5!3m4!1s0x880ef72a7a3889bd:0x95b63192b5e0bf0a!8m2!3d41.707794!4d-88.24319\\\" target=\\\"_blank\\\">MAILING ADDRESS: 9540 S Carls Dr, Plainfield IL 60585<\\/a><\\/li>\\n<\\/ul>\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_css_classes\":\"icon-hide\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"3bbbfba\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-envelope\",\"title_text\":\"Fax\",\"description_text\":\"630-364-5778\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_css_classes\":\"icon-hide\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"217fc52\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-map-marker\",\"title_text\":\"Hours\",\"description_text\":\"<ul>\\n<li>OFFICE: 8:00 AM to 4:30 PM US Central Time<\\/li>\\n<li>SERVICE: 24 hours a day\\/7 days per week<\\/li>\\n<\\/ul>\",\"position\":\"left\",\"primary_color\":\"#f7c51e\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":0},\"icon_size\":{\"unit\":\"px\",\"size\":30},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"description_typography_typography\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_css_classes\":\"icon-hide\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"43858dc5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#aaaaaa\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":22,\"spread\":-9,\"color\":\"rgba(0,0,0,0.5)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2648983c\",\"elType\":\"widget\",\"settings\":{\"form_select\":\"261\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-contact-form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67f2cbaf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d5629c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7154645\",\"elType\":\"widget\",\"settings\":{\"address\":\"WAREHOUSE: 3333 Mt Prospect Rd, Franklin Park IL 60131\",\"height\":{\"unit\":\"px\",\"size\":480},\"zoom\":{\"unit\":\"px\",\"size\":17}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(3177,739,'_elementor_version','2.9.9'),(3178,739,'_elementor_template_type','wp-post'),(3179,739,'_elementor_css','a:5:{s:4:\"time\";i:1593687087;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3180,69,'_elementor_controls_usage','a:8:{s:17:\"gedung-head-title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:25:\"section_gedung_head_title\";a:5:{s:12:\"choose_style\";i:1;s:9:\"the_title\";i:1;s:27:\"typography_title_typography\";i:1;s:33:\"typography_title_font_size_mobile\";i:1;s:17:\"head_use_subtitle\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:6:\"weight\";i:1;s:5:\"color\";i:1;s:3:\"gap\";i:1;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:1;s:12:\"width_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_mobile\";i:1;}}}}s:11:\"gedung-text\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:19:\"gedung_text_control\";a:2:{s:11:\"custom_text\";i:1;s:16:\"color_text_block\";i:1;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:4:{s:10:\"title_text\";i:5;s:16:\"description_text\";i:5;s:8:\"position\";i:5;s:13:\"selected_icon\";i:5;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:3:{s:13:\"primary_color\";i:5;s:17:\"icon_space_mobile\";i:5;s:9:\"icon_size\";i:5;}s:21:\"section_style_content\";a:6:{s:17:\"text_align_mobile\";i:5;s:18:\"title_bottom_space\";i:5;s:25:\"title_bottom_space_mobile\";i:1;s:27:\"title_typography_typography\";i:5;s:26:\"title_typography_font_size\";i:5;s:33:\"description_typography_typography\";i:5;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:5;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:2;s:19:\"_inline_size_tablet\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:13:\"margin_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}s:14:\"section_border\";a:5:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:26:\"box_shadow_box_shadow_type\";i:1;s:21:\"box_shadow_box_shadow\";i:1;}}}}s:19:\"gedung-contact-form\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:43:\"section_gedung_contact_form_general_control\";a:1:{s:11:\"form_select\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:1;s:3:\"gap\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:2;s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}}}s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:11:\"section_map\";a:3:{s:7:\"address\";i:1;s:6:\"height\";i:1;s:4:\"zoom\";i:1;}}}}}'),(3181,69,'_elementor_css','a:5:{s:4:\"time\";i:1593769398;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3193,742,'_wp_page_template','template/page-builder-template.php'),(3194,742,'header_style_choice','default'),(3195,742,'_header_style_choice','field_58c7b9d20beeb'),(3196,742,'_elementor_edit_mode','builder'),(3197,742,'_elementor_version','2.9.9'),(3198,742,'_elementor_data','[{\"id\":\"7673b2a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40f6e83\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d01e9c6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3693055\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3150906\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd.jpg\",\"id\":663},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"956a3d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e4ae49d\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise directs every situation.\\u00a0 We can quickly understand and<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7759086\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cbbb86\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9bac57a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"74b493a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f3d4169\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"20230aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.025000000000006,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c5e8450\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"0b5824c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.957999999999998,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"487cb33\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd2.jpg\",\"id\":672},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d0d1f44\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cbb1174\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1436938\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3ff4780\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9f893a1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"9de3470\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46eae88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd3.png\",\"id\":674},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e0937c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b07afc2\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"422c0c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"d806c09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6a680d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1df7366\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"503b817\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef81faf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"3973e79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f7691\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c952bb5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d06c5c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56d4482\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa0a24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"c73ea72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p1.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6d0a072\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4b2d053\",\"elType\":\"widget\",\"settings\":{\"title\":\"George \\u201cRed\\u201d Gilmartin \\u2010 President\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6370ba7\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>43\\u00a0years<\\/strong>\\u00a0<\\/li><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0have\\u00a0owned\\u00a0ARS\\u00a0Contracting,\\u00a0Inc\\u00a0for\\u00a030\\u00a0years\\u201d<\\/strong>\\u00a0<\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0move\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 equipment\\u00a0that\\u00a0is\\u00a0challenging.\\u00a0When\\u00a0I\\u00a0first\\u00a0got\\u00a0into\\u00a0this\\u00a0trade,\\u00a0I\\u00a0was\\u00a0able\\u00a0to\\u00a0see\\u00a0all\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 challenges\\u00a0that\\u00a0made\\u00a0me\\u00a0want\\u00a0to\\u00a0get\\u00a0to\\u00a0 work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cTo\\u00a0think!!\\u00a0Use\\u00a0common\\u00a0sense\\u00a0when\\u00a0approaching\\u00a0any\\u00a0job.\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cReading\\u00a0articles\\u00a0about\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0 business\\u00a0and\\u00a0continuing\\u00a0to\\u00a0educate\\u00a0myself\\u00a0on\\u00a0how\\u00a0to\\u00a0fit\\u00a0this\\u00a0industry\\u00a0into\\u00a0this\\u00a0world\\u00a0that\\u00a0keeps\\u00a0evolving\\u201d\\u00a0\\u00a0\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c054124\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e7b4ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"9195df9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p1.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e5a3fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"16e9fac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ted Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc47661\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>25+\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>15\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cI\\u00a0really\\u00a0enjoy\\u00a0knowing\\u00a0that\\u00a0what\\u00a0we\\u00a0do\\u00a0matters.\\u00a0I\\u00a0have\\u00a0the opportunity\\u00a0to\\u00a0be\\u00a0involved\\u00a0in\\u00a0every\\u00a0industry\\/institution,\\u00a0so\\u00a0I\\u00a0am\\u00a0 able\\u00a0to\\u00a0see\\u00a0and\\u00a0be\\u00a0a\\u00a0part\\u00a0of\\u00a0a\\u00a0lot!\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0 business?\\u00a0 <strong>\\u201cLook.\\u00a0Listen.\\u00a0Learn.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cGoing\\u00a0out\\u00a0to\\u00a0eat\\u00a0and\\u00a0spending\\u00a0time\\u00a0with\\u00a0my\\u00a0loud\\u00a0family\\u201d\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8bd277e\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8a94d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"ab9ae3b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/92.jpg\",\"id\":679}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b929fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"0480362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeromy Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16ac035\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>22 years full time\\u00a0\\u00a0<\\/strong><\\/li><li><p>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>8\\u00a0months<\\/strong>\\u00a0 \\u00a0<\\/p><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cThe\\u00a0nature\\u00a0of\\u00a0this\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 business\\u00a0is\\u00a0exciting!!\\u00a0 Rarely\\u00a0are\\u00a0there\\u00a0two\\u00a0jobs\\u00a0that\\u00a0are\\u00a0the\\u00a0exact\\u00a0same.\\u00a0Figuring\\u00a0out\\u00a0the\\u00a0difficult\\u00a0jobs\\u00a0and\\u00a0then\\u00a0executing\\u00a0a\\u00a0plan\\u00a0perfectly\\u00a0with\\u00a0our\\u00a0team\\u00a0is\\u00a0what\\u00a0it\\u2019s\\u00a0all\\u00a0about.\\u201d<\\/strong>\\u00a0 \\u00a0<\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business<strong>?\\u00a0 \\u00a0 \\u201cDo\\u00a0your\\u00a0work\\u00a0100%.\\u00a0Nothing\\u00a0should\\u00a0be\\u00a0just\\u00a0good\\u00a0enough,\\u00a0complete\\u00a0it\\u00a0to\\u00a0the\\u00a0very\\u00a0best\\u00a0of\\u00a0your\\u00a0ability\\u00a0\\u00a0\\u00a0 and\\u00a0if\\u00a0it\\u00a0is\\u00a0still\\u00a0not\\u00a0perfect,ask\\u00a0for\\u00a0help\\u00a0to\\u00a0make\\u00a0it\\u00a0perfect.\\u00a0Take\\u00a0your\\u00a0time,\\u00a0jobs\\u00a0like\\u00a0these \\u00a0take\\u00a0 time.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0was\\u00a0an\\u00a0MMA\\u00a0fighter\\u00a0for\\u00a0\\u00a0\\u00a0 many\\u00a0years.\\u00a0Currently\\u00a0looking\\u00a0for\\u00a0my\\u00a0next\\u00a0hobby.\\u201d<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"543d250\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d050cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"bd14265\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p3.jpg\",\"id\":680}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"46b103a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4fd3d56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Gibbons\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"921c1d3\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business<strong>?\\u00a0 \\u201cI\\u00a0have\\u00a0been\\u00a0in\\u00a0the\\u00a0construction\\u00a0industry\\u00a0for\\u00a0over\\u00a020\\u00a0years\\u00a0on\\u00a0both\\u00a0sides\\u00a0of\\u00a0the\\u00a0Atlantic\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>5\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0work\\u00a0with\\u00a0our\\u00a0rigging\\u00a0crews.\\u00a0The\\u00a0guys\\u00a0in\\u00a0the\\u00a0field\\u00a0 are\\u00a0full\\u00a0of\\u00a0knowledge\\u00a0and\\u00a0have\\u00a0precise\\u00a0accuracy\\u00a0when\\u00a0on\\u00a0the\\u00a0job.\\u00a0 It\\u2019s\\u00a0fun\\u00a0to\\u00a0see\\u00a0them\\u00a0put\\u00a0their\\u00a0skills\\u00a0to\\u00a0work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cListen\\u00a0to\\u00a0those\\u00a0who\\u00a0have\\u00a0experience\\u00a0with\\u00a0this\\u00a0kind\\u00a0of\\u00a0work.\\u201d\\u00a0\\u00a0 \\u00a0 <\\/strong><\\/li><li><p>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cFly\\u00a0fishing\\u201d\\u00a0\\u00a0<\\/strong><\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7005acd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"b0822e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17fc8fa\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"06d5df4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17a24f6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"14cbafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0b17af3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f0c181e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"24b7249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"66fd030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2d587c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"What our Customer says?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"67cdb5f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p class=\\\"subtitle\\\">Don\'t take just our words. Hear what our Customers say.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"text_block_align\":\"center\",\"color_text_block\":\"#666666\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Once you\\u2019ve worked with them, when the next project comes around you just pick up the phone and call them without a second thought.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"We would have no hesitation recommending you to any further customers that you have that may require a reference to the quality of your workmanship.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"989fdd5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5cb631a\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"text\":\"Client Item #2\",\"_id\":\"dcc834e\",\"client_author\":\"Masator\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-02.png\",\"id\":30},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Narosha\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-03.png\",\"id\":31},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ce9a13f\"},{\"text\":\"Client Item #1\",\"_id\":\"bd866ad\",\"client_author\":\"Quare\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-01.png\",\"id\":29},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Electrend.\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-07.png\",\"id\":33},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d47a8ba\"},{\"client_author\":\"Qoloform\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-10.png\",\"id\":34},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d05e2ee\"},{\"client_author\":\"BataStock\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-05.png\",\"id\":32},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"fbd34bb\"}],\"mobile_choose_column\":\"mobile-column-3\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":50,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":8}},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(3199,742,'_elementor_template_type','wp-post'),(3202,742,'_dp_original','63'),(3203,742,'_edit_lock','1595596354:5'),(3204,742,'_edit_last','5'),(3205,743,'_wp_page_template','template/page-builder-template.php'),(3206,743,'_elementor_edit_mode','builder'),(3207,743,'_elementor_version','2.9.9'),(3208,743,'_elementor_data','[{\"id\":\"7673b2a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40f6e83\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d01e9c6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3693055\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3150906\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd.jpg\",\"id\":663},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"956a3d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e4ae49d\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise directs every situation.\\u00a0 We can quickly understand and<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7759086\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cbbb86\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9bac57a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"74b493a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f3d4169\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"20230aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.025000000000006,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c5e8450\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"0b5824c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.957999999999998,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"487cb33\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd2.jpg\",\"id\":672},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d0d1f44\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cbb1174\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1436938\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3ff4780\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9f893a1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"9de3470\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46eae88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd3.png\",\"id\":674},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e0937c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b07afc2\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"422c0c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"d806c09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6a680d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1df7366\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"503b817\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef81faf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"3973e79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f7691\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c952bb5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d06c5c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56d4482\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa0a24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"c73ea72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p1.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6d0a072\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4b2d053\",\"elType\":\"widget\",\"settings\":{\"title\":\"George \\u201cRed\\u201d Gilmartin \\u2010 President\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6370ba7\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>43\\u00a0years<\\/strong>\\u00a0<\\/li><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0have\\u00a0owned\\u00a0ARS\\u00a0Contracting,\\u00a0Inc\\u00a0for\\u00a030\\u00a0years\\u201d<\\/strong>\\u00a0<\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0move\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 equipment\\u00a0that\\u00a0is\\u00a0challenging.\\u00a0When\\u00a0I\\u00a0first\\u00a0got\\u00a0into\\u00a0this\\u00a0trade,\\u00a0I\\u00a0was\\u00a0able\\u00a0to\\u00a0see\\u00a0all\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 challenges\\u00a0that\\u00a0made\\u00a0me\\u00a0want\\u00a0to\\u00a0get\\u00a0to\\u00a0 work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cTo\\u00a0think!!\\u00a0Use\\u00a0common\\u00a0sense\\u00a0when\\u00a0approaching\\u00a0any\\u00a0job.\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cReading\\u00a0articles\\u00a0about\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0 business\\u00a0and\\u00a0continuing\\u00a0to\\u00a0educate\\u00a0myself\\u00a0on\\u00a0how\\u00a0to\\u00a0fit\\u00a0this\\u00a0industry\\u00a0into\\u00a0this\\u00a0world\\u00a0that\\u00a0keeps\\u00a0evolving\\u201d\\u00a0\\u00a0\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c054124\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e7b4ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"9195df9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p1.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e5a3fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"16e9fac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ted Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc47661\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>25+\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>15\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cI\\u00a0really\\u00a0enjoy\\u00a0knowing\\u00a0that\\u00a0what\\u00a0we\\u00a0do\\u00a0matters.\\u00a0I\\u00a0have\\u00a0the opportunity\\u00a0to\\u00a0be\\u00a0involved\\u00a0in\\u00a0every\\u00a0industry\\/institution,\\u00a0so\\u00a0I\\u00a0am\\u00a0 able\\u00a0to\\u00a0see\\u00a0and\\u00a0be\\u00a0a\\u00a0part\\u00a0of\\u00a0a\\u00a0lot!\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0 business?\\u00a0 <strong>\\u201cLook.\\u00a0Listen.\\u00a0Learn.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cGoing\\u00a0out\\u00a0to\\u00a0eat\\u00a0and\\u00a0spending\\u00a0time\\u00a0with\\u00a0my\\u00a0loud\\u00a0family\\u201d\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8bd277e\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8a94d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"ab9ae3b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/92.jpg\",\"id\":679}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b929fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"0480362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeromy Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16ac035\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>22 years full time\\u00a0\\u00a0<\\/strong><\\/li><li><p>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>8\\u00a0months<\\/strong>\\u00a0 \\u00a0<\\/p><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cThe\\u00a0nature\\u00a0of\\u00a0this\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 business\\u00a0is\\u00a0exciting!!\\u00a0 Rarely\\u00a0are\\u00a0there\\u00a0two\\u00a0jobs\\u00a0that\\u00a0are\\u00a0the\\u00a0exact\\u00a0same.\\u00a0Figuring\\u00a0out\\u00a0the\\u00a0difficult\\u00a0jobs\\u00a0and\\u00a0then\\u00a0executing\\u00a0a\\u00a0plan\\u00a0perfectly\\u00a0with\\u00a0our\\u00a0team\\u00a0is\\u00a0what\\u00a0it\\u2019s\\u00a0all\\u00a0about.\\u201d<\\/strong>\\u00a0 \\u00a0<\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business<strong>?\\u00a0 \\u00a0 \\u201cDo\\u00a0your\\u00a0work\\u00a0100%.\\u00a0Nothing\\u00a0should\\u00a0be\\u00a0just\\u00a0good\\u00a0enough,\\u00a0complete\\u00a0it\\u00a0to\\u00a0the\\u00a0very\\u00a0best\\u00a0of\\u00a0your\\u00a0ability\\u00a0\\u00a0\\u00a0 and\\u00a0if\\u00a0it\\u00a0is\\u00a0still\\u00a0not\\u00a0perfect,ask\\u00a0for\\u00a0help\\u00a0to\\u00a0make\\u00a0it\\u00a0perfect.\\u00a0Take\\u00a0your\\u00a0time,\\u00a0jobs\\u00a0like\\u00a0these \\u00a0take\\u00a0 time.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0was\\u00a0an\\u00a0MMA\\u00a0fighter\\u00a0for\\u00a0\\u00a0\\u00a0 many\\u00a0years.\\u00a0Currently\\u00a0looking\\u00a0for\\u00a0my\\u00a0next\\u00a0hobby.\\u201d<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"543d250\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d050cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"bd14265\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p3.jpg\",\"id\":680}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"46b103a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4fd3d56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Gibbons\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"921c1d3\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business<strong>?\\u00a0 \\u201cI\\u00a0have\\u00a0been\\u00a0in\\u00a0the\\u00a0construction\\u00a0industry\\u00a0for\\u00a0over\\u00a020\\u00a0years\\u00a0on\\u00a0both\\u00a0sides\\u00a0of\\u00a0the\\u00a0Atlantic\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>5\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0work\\u00a0with\\u00a0our\\u00a0rigging\\u00a0crews.\\u00a0The\\u00a0guys\\u00a0in\\u00a0the\\u00a0field\\u00a0 are\\u00a0full\\u00a0of\\u00a0knowledge\\u00a0and\\u00a0have\\u00a0precise\\u00a0accuracy\\u00a0when\\u00a0on\\u00a0the\\u00a0job.\\u00a0 It\\u2019s\\u00a0fun\\u00a0to\\u00a0see\\u00a0them\\u00a0put\\u00a0their\\u00a0skills\\u00a0to\\u00a0work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cListen\\u00a0to\\u00a0those\\u00a0who\\u00a0have\\u00a0experience\\u00a0with\\u00a0this\\u00a0kind\\u00a0of\\u00a0work.\\u201d\\u00a0\\u00a0 \\u00a0 <\\/strong><\\/li><li><p>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cFly\\u00a0fishing\\u201d\\u00a0\\u00a0<\\/strong><\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7005acd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"b0822e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17fc8fa\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"06d5df4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17a24f6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"14cbafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0b17af3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f0c181e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"24b7249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"66fd030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2d587c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"What our Customer says?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"67cdb5f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p class=\\\"subtitle\\\">Don\'t take just our words. Hear what our Customers say.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"text_block_align\":\"center\",\"color_text_block\":\"#666666\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Once you\\u2019ve worked with them, when the next project comes around you just pick up the phone and call them without a second thought.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"We would have no hesitation recommending you to any further customers that you have that may require a reference to the quality of your workmanship.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"989fdd5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5cb631a\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"text\":\"Client Item #2\",\"_id\":\"dcc834e\",\"client_author\":\"Masator\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-02.png\",\"id\":30},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Narosha\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-03.png\",\"id\":31},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ce9a13f\"},{\"text\":\"Client Item #1\",\"_id\":\"bd866ad\",\"client_author\":\"Quare\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-01.png\",\"id\":29},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Electrend.\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-07.png\",\"id\":33},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d47a8ba\"},{\"client_author\":\"Qoloform\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-10.png\",\"id\":34},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d05e2ee\"},{\"client_author\":\"BataStock\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-05.png\",\"id\":32},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"fbd34bb\"}],\"mobile_choose_column\":\"mobile-column-3\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":50,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":8}},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(3209,743,'_elementor_template_type','wp-post'),(3210,743,'_elementor_controls_usage','a:10:{s:17:\"gedung-head-title\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:25:\"section_gedung_head_title\";a:13:{s:12:\"choose_style\";i:9;s:9:\"the_title\";i:9;s:27:\"typography_title_typography\";i:9;s:33:\"typography_title_font_size_tablet\";i:7;s:35:\"typography_title_line_height_tablet\";i:6;s:17:\"head_use_subtitle\";i:9;s:5:\"align\";i:2;s:33:\"typography_title_font_size_mobile\";i:3;s:12:\"align_mobile\";i:3;s:26:\"typography_title_font_size\";i:2;s:35:\"typography_title_line_height_mobile\";i:2;s:28:\"typography_title_font_weight\";i:1;s:12:\"align_tablet\";i:1;}s:33:\"section_gedung_head_title_style_2\";a:1:{s:13:\"title_color_2\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:6;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:6:\"weight\";i:8;s:5:\"color\";i:8;s:3:\"gap\";i:8;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:4:{s:5:\"width\";i:8;s:5:\"align\";i:2;s:12:\"width_mobile\";i:2;s:12:\"align_mobile\";i:2;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:8;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:29;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:27;s:16:\"content_position\";i:9;s:19:\"_inline_size_tablet\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:12;s:14:\"padding_tablet\";i:11;s:14:\"padding_mobile\";i:9;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:10;s:6:\"margin\";i:6;s:14:\"padding_tablet\";i:10;s:13:\"margin_mobile\";i:6;s:11:\"css_classes\";i:8;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:10;s:16:\"content_position\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:10;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:6;s:16:\"background_color\";i:6;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:10;s:5:\"align\";i:3;}}}}s:11:\"gedung-text\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:19:\"gedung_text_control\";a:7:{s:11:\"custom_text\";i:10;s:32:\"typography_text_block_typography\";i:6;s:38:\"typography_text_block_font_size_tablet\";i:6;s:40:\"typography_text_block_line_height_tablet\";i:5;s:16:\"text_block_align\";i:1;s:16:\"color_text_block\";i:1;s:23:\"text_block_align_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:4;s:11:\"header_size\";i:4;s:5:\"align\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:3:{s:11:\"title_color\";i:4;s:21:\"typography_typography\";i:4;s:20:\"typography_font_size\";i:4;}}}}s:24:\"gedung-testimonial-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:52:\"section_gedung_testimonial_block_testimonial_setting\";a:1:{s:10:\"testi_item\";i:1;}s:46:\"section_gedung_testimonial_block_image_setting\";a:2:{s:17:\"text_align_tablet\";i:1;s:17:\"text_align_mobile\";i:1;}s:31:\"section_gedung_carousel_options\";a:1:{s:13:\"choose_column\";i:1;}}s:5:\"style\";a:3:{s:51:\"section_gedung_testimonial_block_blockquote_setting\";a:5:{s:21:\"vertical_testi_detail\";i:1;s:44:\"typhography_blockquote_typography_typography\";i:1;s:43:\"typhography_blockquote_typography_font_size\";i:1;s:45:\"typhography_blockquote_typography_line_height\";i:1;s:28:\"typhography_blockquote_color\";i:1;}s:47:\"section_gedung_testimonial_block_author_setting\";a:5:{s:24:\"typhography_author_color\";i:1;s:16:\"author_img_color\";i:1;s:40:\"typhography_author_typography_typography\";i:1;s:39:\"typhography_author_typography_font_size\";i:1;s:41:\"typhography_author_typography_line_height\";i:1;}s:51:\"section_gedung_testimonial_block_author_job_setting\";a:1:{s:22:\"typhography_cite_color\";i:1;}}}}s:19:\"gedung-client-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:27:\"section_gedung_client_block\";a:2:{s:11:\"choose_type\";i:1;s:11:\"client_item\";i:1;}s:28:\"section_gedung_column_client\";a:5:{s:20:\"mobile_choose_column\";i:1;s:17:\"item_padding_size\";i:1;s:24:\"item_padding_size_tablet\";i:1;s:18:\"item_margin_bottom\";i:1;s:24:\"item_padding_size_mobile\";i:1;}s:31:\"section_gedung_carousel_options\";a:1:{s:10:\"column_gap\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:6:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;s:4:\"size\";i:1;s:12:\"align_mobile\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:25:\"button_hover_border_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;}}}}}'),(3211,743,'_elementor_css','a:5:{s:4:\"time\";i:1593691762;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3226,748,'_elementor_edit_mode','builder'),(3227,748,'_elementor_template_type','wp-page'),(3228,748,'_elementor_version','2.9.9'),(3229,748,'_wp_page_template','default'),(3230,748,'_elementor_data','[{\"id\":\"0cda685\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"industries-contain\"},\"elements\":[{\"id\":\"47d80a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b18ea7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Architects & Engineers\",\"align\":\"left\",\"title_color\":\"#050000\",\"typography_typography\":\"custom\",\"_css_classes\":\"industries-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ed41e1\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2ede786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our team of professionals can work directly with architects and engineers to understand project details and plan each step of the process to ensure a smooth delivery and set up of equipment in any facility space.<\\/p>\",\"_css_classes\":\"industries-text\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6826e58\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"industries-contain\"},\"elements\":[{\"id\":\"dd15f88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5d3711d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contractors \\u2013 General, Electrical and Mechanical\",\"align\":\"left\",\"title_color\":\"#050000\",\"typography_typography\":\"custom\",\"_css_classes\":\"industries-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bb84be7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cb1afe5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our expertise and up-to-date training enables our <\\/span><span style=\\\"font-weight: 400;\\\">team <\\/span><span style=\\\"font-weight: 400;\\\">to work with a range of contractors. We work with general contractors to assess the overall project and provide detailed plans to implement moves and set up equipment.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Electrical \\u2013 our team collaborates with electrical contractors on a variety of equipment moves including generators, switchgears, transformers and more.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Mechanical \\u2013 Our experience with mechanical contractors extends to moves and set up of a variety of equipment ranging from boilers and chillers to cooling towers and more.\\u00a0<\\/span><\\/p>\",\"_css_classes\":\"industries-text\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1d86327\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"industries-contain\"},\"elements\":[{\"id\":\"90c0993\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fcfbd6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Medical\\n\",\"align\":\"left\",\"title_color\":\"#050000\",\"typography_typography\":\"custom\",\"_css_classes\":\"industries-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0ca614c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"40eb6d6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our team has successfully moved equipment for small and large medical facilities across the country. Moves have included MRIs, CAT\\/PET, generators, chillers and boilers.<\\/span><\\/p>\",\"_css_classes\":\"industries-text\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a132bdd\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"industries-contain\"},\"elements\":[{\"id\":\"d9ac616\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd8fb76\",\"elType\":\"widget\",\"settings\":{\"title\":\"Municipalities\",\"align\":\"left\",\"title_color\":\"#050000\",\"typography_typography\":\"custom\",\"_css_classes\":\"industries-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dcbfd19\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"a84b9b7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Municipalities rely on our expertise for moves for schools, universities and government buildings<\\/span><\\/p>\",\"_css_classes\":\"industries-text\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4603dbb\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"industries-contain\"},\"elements\":[{\"id\":\"a5f31ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f8bd283\",\"elType\":\"widget\",\"settings\":{\"title\":\"Building Owners & Facility Managers\\n\",\"align\":\"left\",\"title_color\":\"#050000\",\"typography_typography\":\"custom\",\"_css_classes\":\"industries-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01ba5cb\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"800598f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. <\\/span><span style=\\\"font-weight: 400;\\\">coordinates facility relocations and equipment installations for properties across the country. We work with building owners and facility managers to plan every detail and execute each step within timelines and established budgets.<\\/span><\\/p>\",\"_css_classes\":\"industries-text\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"54ef949\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"industries-contain\"},\"elements\":[{\"id\":\"ca43393\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1be1070\",\"elType\":\"widget\",\"settings\":{\"title\":\"Manufacturers\",\"align\":\"left\",\"title_color\":\"#050000\",\"typography_typography\":\"custom\",\"_css_classes\":\"industries-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0ae8b1b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1189240\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Manufacturers in every industry category have relied on our team for plant relocations and industry moves across the U.S.<\\/span><\\/p>\",\"_css_classes\":\"industries-text\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e51e751\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"industries-contain\"},\"elements\":[{\"id\":\"c22be48\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f986a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Laundry Facilities\\n\",\"align\":\"left\",\"title_color\":\"#050000\",\"typography_typography\":\"custom\",\"_css_classes\":\"industries-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1d9b61\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1e43eda\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our <\\/span><span style=\\\"font-weight: 400;\\\">professionals have moved commercial equipment ranging from washers, dryers and irons to water and chemical tanks.\\u00a0<\\/span><\\/p>\",\"_css_classes\":\"industries-text\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"021e45c\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"industries-contain\"},\"elements\":[{\"id\":\"f5868ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"651e852\",\"elType\":\"widget\",\"settings\":{\"title\":\"Museums & Zoos\\n\",\"align\":\"left\",\"title_color\":\"#050000\",\"typography_typography\":\"custom\",\"_css_classes\":\"industries-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c796a6a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"0e93095\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We completed moves of high value works of art and museum installations, plus zoo exhibits for organizations across the country.<\\/span><\\/p>\",\"_css_classes\":\"industries-text\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c03c97\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"18a443c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(3231,748,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:8;s:5:\"align\";i:8;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:2:{s:11:\"title_color\";i:8;s:21:\"typography_typography\";i:8;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:8;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:1:{s:5:\"width\";i:8;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:5:\"color\";i:8;s:6:\"weight\";i:8;s:3:\"gap\";i:8;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:8;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:8;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:9;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:11:\"css_classes\";i:8;}}}}}'),(3232,748,'_elementor_css','a:5:{s:4:\"time\";i:1591275427;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3233,749,'_wp_page_template','template/page-builder-template.php'),(3234,749,'header_style_choice','default'),(3235,749,'_header_style_choice','field_58c7b9d20beeb'),(3236,749,'_elementor_edit_mode','builder'),(3237,749,'_elementor_version','2.9.9'),(3238,749,'_elementor_data','[{\"id\":\"a585672\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c266d44\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c11fa77\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"INDUSTRIES\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_margin_bottom\":\"\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"2b4508f\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"%\",\"size\":8},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":15},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"af38339\",\"elType\":\"widget\",\"settings\":{\"color_text_block\":\"#666666\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":22},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"a997f35\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[gedung_industries]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4534fa0\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"e36a2d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40207fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rigging\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f1501b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"72fb049\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">When you have machinery that needs to be relocated, lifted or installed, call on the company with<\\/span>\\u00a0<span style=\\\"font-weight: 400;\\\">rigging and <\\/span><span style=\\\"font-weight: 400;\\\">machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">expertise. ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. <\\/span><span style=\\\"font-weight: 400;\\\">professionals have the experience and innovative solutions to solve the most complex problems. Plus, we\\u2019ll <\\/span><span style=\\\"font-weight: 400;\\\">keep our focus on safety, timelines and budget. We rig, move and set equipment every day \\u2013 it\\u2019s the only work we do! Contact us and learn why some of the biggest companies in the U.S. rely on us for all of their moves.\\u00a0\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fcdad8d\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"f0b7eda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c4c8843\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rigging, Machinery Moving & Installation\\n\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1551c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7608e48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Rigging and m<\\/span><span style=\\\"font-weight: 400;\\\">oving machinery <\\/span><span style=\\\"font-weight: 400;\\\">requires a unique set of skills. And this is exactly what we focus on. We\\u2019ll develop a plan, timeline and engage<\\/span>\\u00a0<span style=\\\"font-weight: 400;\\\">a <\\/span><span style=\\\"font-weight: 400;\\\">skilled team and essential equipment to get the job done smoothly. When large equipment must fit into tight spaces, we have the expertise and foresight to identify potential challenges and we develop a process to ensure success with minimal complications. From data centers, to healthcare facilities, public buildings, manufacturing facilities and beyond, we have the innovative solutions, equipment and certified talent to get the job done.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce883c7\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"ab27ddb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb5b411\",\"elType\":\"widget\",\"settings\":{\"title\":\"Heavy Lifting & Erecting\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65359a4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5e1345a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">A thorough analysis and detailed plan of action are a \\u201cmust\\u201d when lifting and erecting large equipment. Our <\\/span><span style=\\\"font-weight: 400;\\\">team <\\/span><span style=\\\"font-weight: 400;\\\">develop<\\/span><span style=\\\"font-weight: 400;\\\">s<\\/span><span style=\\\"font-weight: 400;\\\"> the solutions to overcome space and time challenges. Then, <\\/span><span style=\\\"font-weight: 400;\\\">planning turns into action, and our <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers <\\/span><span style=\\\"font-weight: 400;\\\">team executes every detail in a professional manner to ensure the project is done right the first time, safely and efficiently.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0ff355\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"a2be008\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"18ea389\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hauling & Jobsite Delivery\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3cc63b0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"42160cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our team engages the right vehicles to deliver your equipment safely to your destination across the U.S.\\u00a0<\\/span><\\/p><ul><li><span style=\\\"font-weight: 400;\\\">VEHICLES:<\\/span><ul><li><span style=\\\"font-weight: 400;\\\">Flatbeds<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Step Decks<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Double Drops \\u2013 Expandable & RGNs<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Tilt Beds - Trailers<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Straight Trucks \\u2013 12\\u2019 to 24\\u2019<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Vans \\u2013 48-53 Logistics<\\/span><\\/li><\\/ul><\\/li><\\/ul><p>\\u00a0<\\/p><ul><li>OTHER SERVICES WE PROVIDE:<ul><li><span style=\\\"font-weight: 400;\\\">Over Dimensional Loads<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Heavy Hauling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">LTL (Less than truckload)<\\/span><\\/li><\\/ul><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"82ab355\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"0d8dd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"30e6f57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Storage & Preservation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a04d14\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4fc24fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our <\\/span><span style=\\\"font-weight: 400;\\\">warehouse provides great value for customers because it allows us to receive equipment from across the country to be assembled in one location, then moved to the final destination. Our facility is centrally located and provides indoor and outdoor storage space. The warehouse is heated, under video surveillance and is equipped with fire alarms, docks, <\\/span><span style=\\\"font-weight: 400;\\\">and ground doors. The outside storage area is fenced, locked and under video surveillance. Allowing quick, easy access to Chicago and the suburbs, we\\u2019re located near O\\u2019Hare Airport<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddf392d\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2178868\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6893612\",\"elType\":\"widget\",\"settings\":{\"title\":\"Plant Relocation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bd8124\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"372fde6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Moving a plant involves precision planning, access to the best equipment and talent and flexibility to quickly adjust to any changes. We start with a consultation to fully understand the customer\\u2019s goals, along with the current and future facilities. Then, we develop a detailed plan of action to ensure every aspect of the move is thoroughly outlined and then implemented in the most efficient and cost-effective manner. From small to large size plants, we have the experience to implement the move quickly and safely.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">\\u00a0Unlike other moving contractors, our comprehensive proposals include costs for rigging, moving, electrical, piping, mechanical, millwright work, transportation and storage.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our moving services include:<\\/span><\\/p><ul><li><span style=\\\"font-weight: 400;\\\">Lay out floors of new location<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Dismantling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Moving of common stock inventory<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Hauling\\/transportation<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Assembling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Alignment<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Leveling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Anchoring<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Grouting<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Fabrication\\/modification as requested<\\/span><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a0aef0b\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"dba8281\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"05f84cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Millwright Services\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"98d9428\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4927f9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our Millwrights are highly skilled at executing <\\/span><span style=\\\"font-weight: 400;\\\">another <\\/span><span style=\\\"font-weight: 400;\\\">type of <\\/span><span style=\\\"font-weight: 400;\\\">operation <\\/span><span style=\\\"font-weight: 400;\\\">from layout, dismantling, <\\/span><span style=\\\"font-weight: 400;\\\">installing, assembling, leveling, anchoring, grouting and fabricating<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span> <span style=\\\"font-weight: 400;\\\">Our team will help your business avoid downtime and keep all aspects of your operation running smoothly.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"412bebc\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"ead261f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"06edbd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consultation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f22ef8\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"093c704\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our team of <\\/span><span style=\\\"font-weight: 400;\\\">professionals <\\/span><span style=\\\"font-weight: 400;\\\">provides us with the talent necessary to analyze and advise on any potential lifting or rigging challenge that you have. It takes years of experience with large and small projects, plus a dedication to continually learning the industry trends and new technologies to enable an individual to comprehend and plan for the many details involved in complex projects. These are the people we hire at ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc<\\/span><span style=\\\"font-weight: 400;\\\">. <\\/span><span style=\\\"font-weight: 400;\\\">T<\\/span><span style=\\\"font-weight: 400;\\\">hese are the people you can depend on for complete project management<\\/span><span style=\\\"font-weight: 400;\\\">, <\\/span><span style=\\\"font-weight: 400;\\\">or consultation on the best process and resources for the job.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cfa5bf9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"10b935a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"89aca30\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0873ffb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3f0a453c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#2B4D7B\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6900af55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.710999999999999,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2433e0fb\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Need our expertise for a job?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":35},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":31},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"4ef8c81b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.289000000000001,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6296e83\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"right\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(3239,749,'_elementor_template_type','wp-post'),(3242,749,'_dp_original','65'),(3243,749,'_edit_last','5'),(3244,750,'_wp_page_template','template/page-builder-template.php'),(3245,750,'_elementor_edit_mode','builder'),(3246,750,'_elementor_version','2.9.9'),(3247,750,'_elementor_data','[{\"id\":\"a585672\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c266d44\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c11fa77\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"SERVICES\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_margin_bottom\":\"\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"2b4508f\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":8},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":15},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"af38339\",\"elType\":\"widget\",\"settings\":{\"color_text_block\":\"#666666\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":22},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"3ff7e63\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"-1\",\"width\":\"1200\",\"height\":\"800\",\"caption_horizontal\":{\"unit\":\"%\",\"size\":52},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":10,\"use_padding\":\"use\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"choose_column\":\"3\",\"filter_align\":\"center\",\"margin_bottom_tablet\":10,\"padding_size_tablet\":{\"unit\":\"px\",\"size\":10},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"typography_portfolio_title_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_portfolio_title_line_height\":{\"unit\":\"px\",\"size\":30},\"title_margin_bottom\":10,\"title_margin_bottom_tablet\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"typography_portfolio_category_line_height\":{\"unit\":\"px\",\"size\":22},\"filter_padding_size_mobile\":{\"unit\":\"px\",\"size\":20},\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"load_style\":\"style-3\",\"load_style2_bg_hov_color\":\"#f7c51e\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4534fa0\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"e36a2d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40207fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rigging\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f1501b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"72fb049\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">When you have machinery that needs to be relocated, lifted or installed, call on the company with<\\/span>\\u00a0<span style=\\\"font-weight: 400;\\\">rigging and <\\/span><span style=\\\"font-weight: 400;\\\">machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">expertise. ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. <\\/span><span style=\\\"font-weight: 400;\\\">professionals have the experience and innovative solutions to solve the most complex problems. Plus, we\\u2019ll <\\/span><span style=\\\"font-weight: 400;\\\">keep our focus on safety, timelines and budget. We rig, move and set equipment every day \\u2013 it\\u2019s the only work we do! Contact us and learn why some of the biggest companies in the U.S. rely on us for all of their moves.\\u00a0\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fcdad8d\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"f0b7eda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c4c8843\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rigging, Machinery Moving & Installation\\n\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1551c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7608e48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Rigging and m<\\/span><span style=\\\"font-weight: 400;\\\">oving machinery <\\/span><span style=\\\"font-weight: 400;\\\">requires a unique set of skills. And this is exactly what we focus on. We\\u2019ll develop a plan, timeline and engage<\\/span>\\u00a0<span style=\\\"font-weight: 400;\\\">a <\\/span><span style=\\\"font-weight: 400;\\\">skilled team and essential equipment to get the job done smoothly. When large equipment must fit into tight spaces, we have the expertise and foresight to identify potential challenges and we develop a process to ensure success with minimal complications. From data centers, to healthcare facilities, public buildings, manufacturing facilities and beyond, we have the innovative solutions, equipment and certified talent to get the job done.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce883c7\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"ab27ddb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb5b411\",\"elType\":\"widget\",\"settings\":{\"title\":\"Heavy Lifting & Erecting\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65359a4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5e1345a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">A thorough analysis and detailed plan of action are a \\u201cmust\\u201d when lifting and erecting large equipment. Our <\\/span><span style=\\\"font-weight: 400;\\\">team <\\/span><span style=\\\"font-weight: 400;\\\">develop<\\/span><span style=\\\"font-weight: 400;\\\">s<\\/span><span style=\\\"font-weight: 400;\\\"> the solutions to overcome space and time challenges. Then, <\\/span><span style=\\\"font-weight: 400;\\\">planning turns into action, and our <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers <\\/span><span style=\\\"font-weight: 400;\\\">team executes every detail in a professional manner to ensure the project is done right the first time, safely and efficiently.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0ff355\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"a2be008\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"18ea389\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hauling & Jobsite Delivery\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3cc63b0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"42160cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our team engages the right vehicles to deliver your equipment safely to your destination across the U.S.\\u00a0<\\/span><\\/p><ul><li><span style=\\\"font-weight: 400;\\\">VEHICLES:<\\/span><ul><li><span style=\\\"font-weight: 400;\\\">Flatbeds<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Step Decks<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Double Drops \\u2013 Expandable & RGNs<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Tilt Beds - Trailers<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Straight Trucks \\u2013 12\\u2019 to 24\\u2019<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Vans \\u2013 48-53 Logistics<\\/span><\\/li><\\/ul><\\/li><\\/ul><p>\\u00a0<\\/p><ul><li>OTHER SERVICES WE PROVIDE:<ul><li><span style=\\\"font-weight: 400;\\\">Over Dimensional Loads<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Heavy Hauling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">LTL (Less than truckload)<\\/span><\\/li><\\/ul><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"82ab355\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"0d8dd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"30e6f57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Storage & Preservation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a04d14\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4fc24fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our <\\/span><span style=\\\"font-weight: 400;\\\">warehouse provides great value for customers because it allows us to receive equipment from across the country to be assembled in one location, then moved to the final destination. Our facility is centrally located and provides indoor and outdoor storage space. The warehouse is heated, under video surveillance and is equipped with fire alarms, docks, <\\/span><span style=\\\"font-weight: 400;\\\">and ground doors. The outside storage area is fenced, locked and under video surveillance. Allowing quick, easy access to Chicago and the suburbs, we\\u2019re located near O\\u2019Hare Airport<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddf392d\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2178868\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6893612\",\"elType\":\"widget\",\"settings\":{\"title\":\"Plant Relocation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bd8124\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"372fde6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Moving a plant involves precision planning, access to the best equipment and talent and flexibility to quickly adjust to any changes. We start with a consultation to fully understand the customer\\u2019s goals, along with the current and future facilities. Then, we develop a detailed plan of action to ensure every aspect of the move is thoroughly outlined and then implemented in the most efficient and cost-effective manner. From small to large size plants, we have the experience to implement the move quickly and safely.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">\\u00a0Unlike other moving contractors, our comprehensive proposals include costs for rigging, moving, electrical, piping, mechanical, millwright work, transportation and storage.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our moving services include:<\\/span><\\/p><ul><li><span style=\\\"font-weight: 400;\\\">Lay out floors of new location<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Dismantling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Moving of common stock inventory<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Hauling\\/transportation<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Assembling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Alignment<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Leveling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Anchoring<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Grouting<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Fabrication\\/modification as requested<\\/span><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a0aef0b\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"dba8281\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"05f84cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Millwright Services\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"98d9428\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4927f9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our Millwrights are highly skilled at executing <\\/span><span style=\\\"font-weight: 400;\\\">another <\\/span><span style=\\\"font-weight: 400;\\\">type of <\\/span><span style=\\\"font-weight: 400;\\\">operation <\\/span><span style=\\\"font-weight: 400;\\\">from layout, dismantling, <\\/span><span style=\\\"font-weight: 400;\\\">installing, assembling, leveling, anchoring, grouting and fabricating<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span> <span style=\\\"font-weight: 400;\\\">Our team will help your business avoid downtime and keep all aspects of your operation running smoothly.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"412bebc\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"ead261f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"06edbd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consultation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f22ef8\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"093c704\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our team of <\\/span><span style=\\\"font-weight: 400;\\\">professionals <\\/span><span style=\\\"font-weight: 400;\\\">provides us with the talent necessary to analyze and advise on any potential lifting or rigging challenge that you have. It takes years of experience with large and small projects, plus a dedication to continually learning the industry trends and new technologies to enable an individual to comprehend and plan for the many details involved in complex projects. These are the people we hire at ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc<\\/span><span style=\\\"font-weight: 400;\\\">. <\\/span><span style=\\\"font-weight: 400;\\\">T<\\/span><span style=\\\"font-weight: 400;\\\">hese are the people you can depend on for complete project management<\\/span><span style=\\\"font-weight: 400;\\\">, <\\/span><span style=\\\"font-weight: 400;\\\">or consultation on the best process and resources for the job.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cfa5bf9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"10b935a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"89aca30\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0873ffb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3f0a453c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#2B4D7B\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6900af55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.710999999999999,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2433e0fb\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Need our expertise for a job?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":35},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":31},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"4ef8c81b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.289000000000001,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6296e83\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"right\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(3248,750,'_elementor_template_type','wp-post'),(3249,750,'_elementor_controls_usage','a:9:{s:17:\"gedung-head-title\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:25:\"section_gedung_head_title\";a:10:{s:12:\"choose_style\";i:2;s:9:\"the_title\";i:2;s:27:\"typography_title_typography\";i:2;s:26:\"typography_title_font_size\";i:2;s:17:\"head_use_subtitle\";i:2;s:5:\"align\";i:1;s:33:\"typography_title_font_size_mobile\";i:2;s:28:\"typography_title_font_weight\";i:1;s:12:\"align_tablet\";i:1;s:35:\"typography_title_line_height_mobile\";i:1;}s:36:\"section_gedung_head_title_dimensions\";a:1:{s:19:\"title_margin_bottom\";i:1;}s:33:\"section_gedung_head_title_style_2\";a:1:{s:13:\"title_color_2\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:14:\"_margin_mobile\";i:2;s:15:\"_padding_mobile\";i:2;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:6:\"weight\";i:9;s:5:\"color\";i:9;s:3:\"gap\";i:9;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:3:{s:5:\"width\";i:9;s:5:\"align\";i:1;s:12:\"width_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}s:14:\"_section_style\";a:2:{s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:11:\"gedung-text\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"gedung_text_control\";a:5:{s:16:\"color_text_block\";i:1;s:16:\"text_block_align\";i:1;s:32:\"typography_text_block_typography\";i:1;s:38:\"typography_text_block_font_size_mobile\";i:1;s:40:\"typography_text_block_line_height_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:1;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:22:\"gedung-portfolio-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:9;s:8:\"controls\";a:3:{s:7:\"content\";a:7:{s:43:\"section_gedung_portfolio_block_post_setting\";a:1:{s:14:\"posts_per_page\";i:1;}s:44:\"section_gedung_portfolio_block_image_setting\";a:2:{s:5:\"width\";i:1;s:6:\"height\";i:1;}s:43:\"section_gedung_portfolio_block_item_setting\";a:2:{s:18:\"caption_horizontal\";i:1;s:10:\"text_align\";i:1;}s:44:\"section_gedung_portfolio_block_hover_setting\";a:3:{s:12:\"hover_effect\";i:1;s:12:\"grid_item_bg\";i:1;s:13:\"grid_item_bg2\";i:1;}s:39:\"section_gedung_portfolio_layout_control\";a:5:{s:13:\"margin_bottom\";i:1;s:11:\"use_padding\";i:1;s:13:\"choose_column\";i:1;s:20:\"margin_bottom_tablet\";i:1;s:19:\"padding_size_tablet\";i:1;}s:39:\"section_gedung_portfolio_filter_control\";a:5:{s:10:\"use_filter\";i:1;s:12:\"filter_align\";i:1;s:26:\"filter_padding_size_mobile\";i:1;s:25:\"filter_margin_bottom_size\";i:1;s:32:\"filter_margin_bottom_size_mobile\";i:1;}s:49:\"section_gedung_portfolio_pagination_style_setting\";a:3:{s:18:\"loop_infinite_text\";i:1;s:10:\"load_style\";i:1;s:24:\"load_style2_bg_hov_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:2:{s:44:\"section_gedung_portfolio_block_title_setting\";a:6:{s:23:\"typhography_title_color\";i:1;s:37:\"typography_portfolio_title_typography\";i:1;s:36:\"typography_portfolio_title_font_size\";i:1;s:38:\"typography_portfolio_title_line_height\";i:1;s:19:\"title_margin_bottom\";i:1;s:26:\"title_margin_bottom_tablet\";i:1;}s:47:\"section_gedung_portfolio_block_category_setting\";a:6:{s:26:\"typhography_category_color\";i:1;s:40:\"typography_portfolio_category_typography\";i:1;s:39:\"typography_portfolio_category_font_size\";i:1;s:41:\"typography_portfolio_category_font_weight\";i:1;s:40:\"typography_portfolio_category_font_style\";i:1;s:41:\"typography_portfolio_category_line_height\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:12;s:19:\"_inline_size_tablet\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:14:\"padding_mobile\";i:1;s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:1:{s:3:\"gap\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:1;s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:1;s:11:\"css_classes\";i:8;}s:19:\"_section_responsive\";a:3:{s:12:\"hide_desktop\";i:8;s:11:\"hide_tablet\";i:8;s:11:\"hide_mobile\";i:8;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:8;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:8;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:8;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:8;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;s:4:\"size\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:25:\"button_hover_border_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;}}}}}'),(3250,750,'_elementor_css','a:5:{s:4:\"time\";i:1593774687;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3251,749,'_edit_lock','1599050903:5'),(3252,751,'_wp_page_template','template/page-builder-template.php'),(3253,751,'_elementor_edit_mode','builder'),(3254,751,'_elementor_version','2.9.9'),(3255,751,'_elementor_data','[{\"id\":\"a585672\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c266d44\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c11fa77\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"SERVICES\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_margin_bottom\":\"\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"2b4508f\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":8},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":15},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"af38339\",\"elType\":\"widget\",\"settings\":{\"color_text_block\":\"#666666\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":22},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"3ff7e63\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"-1\",\"width\":\"1200\",\"height\":\"800\",\"caption_horizontal\":{\"unit\":\"%\",\"size\":52},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":10,\"use_padding\":\"use\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"choose_column\":\"3\",\"filter_align\":\"center\",\"margin_bottom_tablet\":10,\"padding_size_tablet\":{\"unit\":\"px\",\"size\":10},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"typography_portfolio_title_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_portfolio_title_line_height\":{\"unit\":\"px\",\"size\":30},\"title_margin_bottom\":10,\"title_margin_bottom_tablet\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"typography_portfolio_category_line_height\":{\"unit\":\"px\",\"size\":22},\"filter_padding_size_mobile\":{\"unit\":\"px\",\"size\":20},\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"load_style\":\"style-3\",\"load_style2_bg_hov_color\":\"#f7c51e\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4534fa0\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"e36a2d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40207fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rigging\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f1501b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"72fb049\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">When you have machinery that needs to be relocated, lifted or installed, call on the company with<\\/span>\\u00a0<span style=\\\"font-weight: 400;\\\">rigging and <\\/span><span style=\\\"font-weight: 400;\\\">machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">expertise. ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. <\\/span><span style=\\\"font-weight: 400;\\\">professionals have the experience and innovative solutions to solve the most complex problems. Plus, we\\u2019ll <\\/span><span style=\\\"font-weight: 400;\\\">keep our focus on safety, timelines and budget. We rig, move and set equipment every day \\u2013 it\\u2019s the only work we do! Contact us and learn why some of the biggest companies in the U.S. rely on us for all of their moves.\\u00a0\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fcdad8d\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"f0b7eda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c4c8843\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rigging, Machinery Moving & Installation\\n\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1551c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7608e48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Rigging and m<\\/span><span style=\\\"font-weight: 400;\\\">oving machinery <\\/span><span style=\\\"font-weight: 400;\\\">requires a unique set of skills. And this is exactly what we focus on. We\\u2019ll develop a plan, timeline and engage<\\/span>\\u00a0<span style=\\\"font-weight: 400;\\\">a <\\/span><span style=\\\"font-weight: 400;\\\">skilled team and essential equipment to get the job done smoothly. When large equipment must fit into tight spaces, we have the expertise and foresight to identify potential challenges and we develop a process to ensure success with minimal complications. From data centers, to healthcare facilities, public buildings, manufacturing facilities and beyond, we have the innovative solutions, equipment and certified talent to get the job done.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce883c7\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"ab27ddb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb5b411\",\"elType\":\"widget\",\"settings\":{\"title\":\"Heavy Lifting & Erecting\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65359a4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5e1345a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">A thorough analysis and detailed plan of action are a \\u201cmust\\u201d when lifting and erecting large equipment. Our <\\/span><span style=\\\"font-weight: 400;\\\">team <\\/span><span style=\\\"font-weight: 400;\\\">develop<\\/span><span style=\\\"font-weight: 400;\\\">s<\\/span><span style=\\\"font-weight: 400;\\\"> the solutions to overcome space and time challenges. Then, <\\/span><span style=\\\"font-weight: 400;\\\">planning turns into action, and our <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers <\\/span><span style=\\\"font-weight: 400;\\\">team executes every detail in a professional manner to ensure the project is done right the first time, safely and efficiently.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0ff355\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"a2be008\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"18ea389\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hauling & Jobsite Delivery\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3cc63b0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"42160cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our team engages the right vehicles to deliver your equipment safely to your destination across the U.S.\\u00a0<\\/span><\\/p><ul><li><span style=\\\"font-weight: 400;\\\">VEHICLES:<\\/span><ul><li><span style=\\\"font-weight: 400;\\\">Flatbeds<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Step Decks<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Double Drops \\u2013 Expandable & RGNs<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Tilt Beds - Trailers<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Straight Trucks \\u2013 12\\u2019 to 24\\u2019<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Vans \\u2013 48-53 Logistics<\\/span><\\/li><\\/ul><\\/li><\\/ul><p>\\u00a0<\\/p><ul><li>OTHER SERVICES WE PROVIDE:<ul><li><span style=\\\"font-weight: 400;\\\">Over Dimensional Loads<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Heavy Hauling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">LTL (Less than truckload)<\\/span><\\/li><\\/ul><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"82ab355\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"0d8dd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"30e6f57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Storage & Preservation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a04d14\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4fc24fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our <\\/span><span style=\\\"font-weight: 400;\\\">warehouse provides great value for customers because it allows us to receive equipment from across the country to be assembled in one location, then moved to the final destination. Our facility is centrally located and provides indoor and outdoor storage space. The warehouse is heated, under video surveillance and is equipped with fire alarms, docks, <\\/span><span style=\\\"font-weight: 400;\\\">and ground doors. The outside storage area is fenced, locked and under video surveillance. Allowing quick, easy access to Chicago and the suburbs, we\\u2019re located near O\\u2019Hare Airport<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddf392d\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2178868\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6893612\",\"elType\":\"widget\",\"settings\":{\"title\":\"Plant Relocation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bd8124\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"372fde6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Moving a plant involves precision planning, access to the best equipment and talent and flexibility to quickly adjust to any changes. We start with a consultation to fully understand the customer\\u2019s goals, along with the current and future facilities. Then, we develop a detailed plan of action to ensure every aspect of the move is thoroughly outlined and then implemented in the most efficient and cost-effective manner. From small to large size plants, we have the experience to implement the move quickly and safely.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">\\u00a0Unlike other moving contractors, our comprehensive proposals include costs for rigging, moving, electrical, piping, mechanical, millwright work, transportation and storage.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our moving services include:<\\/span><\\/p><ul><li><span style=\\\"font-weight: 400;\\\">Lay out floors of new location<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Dismantling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Moving of common stock inventory<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Hauling\\/transportation<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Assembling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Alignment<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Leveling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Anchoring<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Grouting<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Fabrication\\/modification as requested<\\/span><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a0aef0b\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"dba8281\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"05f84cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Millwright Services\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"98d9428\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4927f9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our Millwrights are highly skilled at executing <\\/span><span style=\\\"font-weight: 400;\\\">another <\\/span><span style=\\\"font-weight: 400;\\\">type of <\\/span><span style=\\\"font-weight: 400;\\\">operation <\\/span><span style=\\\"font-weight: 400;\\\">from layout, dismantling, <\\/span><span style=\\\"font-weight: 400;\\\">installing, assembling, leveling, anchoring, grouting and fabricating<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span> <span style=\\\"font-weight: 400;\\\">Our team will help your business avoid downtime and keep all aspects of your operation running smoothly.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"412bebc\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"ead261f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"06edbd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consultation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f22ef8\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"093c704\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our team of <\\/span><span style=\\\"font-weight: 400;\\\">professionals <\\/span><span style=\\\"font-weight: 400;\\\">provides us with the talent necessary to analyze and advise on any potential lifting or rigging challenge that you have. It takes years of experience with large and small projects, plus a dedication to continually learning the industry trends and new technologies to enable an individual to comprehend and plan for the many details involved in complex projects. These are the people we hire at ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc<\\/span><span style=\\\"font-weight: 400;\\\">. <\\/span><span style=\\\"font-weight: 400;\\\">T<\\/span><span style=\\\"font-weight: 400;\\\">hese are the people you can depend on for complete project management<\\/span><span style=\\\"font-weight: 400;\\\">, <\\/span><span style=\\\"font-weight: 400;\\\">or consultation on the best process and resources for the job.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cfa5bf9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"10b935a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"89aca30\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0873ffb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3f0a453c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#2B4D7B\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6900af55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.710999999999999,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2433e0fb\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Need our expertise for a job?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":35},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":31},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"4ef8c81b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.289000000000001,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6296e83\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"right\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(3256,751,'_elementor_template_type','wp-post'),(3257,751,'_elementor_controls_usage','a:9:{s:17:\"gedung-head-title\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:25:\"section_gedung_head_title\";a:10:{s:12:\"choose_style\";i:2;s:9:\"the_title\";i:2;s:27:\"typography_title_typography\";i:2;s:26:\"typography_title_font_size\";i:2;s:17:\"head_use_subtitle\";i:2;s:5:\"align\";i:1;s:33:\"typography_title_font_size_mobile\";i:2;s:28:\"typography_title_font_weight\";i:1;s:12:\"align_tablet\";i:1;s:35:\"typography_title_line_height_mobile\";i:1;}s:36:\"section_gedung_head_title_dimensions\";a:1:{s:19:\"title_margin_bottom\";i:1;}s:33:\"section_gedung_head_title_style_2\";a:1:{s:13:\"title_color_2\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:14:\"_margin_mobile\";i:2;s:15:\"_padding_mobile\";i:2;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:6:\"weight\";i:9;s:5:\"color\";i:9;s:3:\"gap\";i:9;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:3:{s:5:\"width\";i:9;s:5:\"align\";i:1;s:12:\"width_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}s:14:\"_section_style\";a:2:{s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:11:\"gedung-text\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"gedung_text_control\";a:5:{s:16:\"color_text_block\";i:1;s:16:\"text_block_align\";i:1;s:32:\"typography_text_block_typography\";i:1;s:38:\"typography_text_block_font_size_mobile\";i:1;s:40:\"typography_text_block_line_height_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:1;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:22:\"gedung-portfolio-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:9;s:8:\"controls\";a:3:{s:7:\"content\";a:7:{s:43:\"section_gedung_portfolio_block_post_setting\";a:1:{s:14:\"posts_per_page\";i:1;}s:44:\"section_gedung_portfolio_block_image_setting\";a:2:{s:5:\"width\";i:1;s:6:\"height\";i:1;}s:43:\"section_gedung_portfolio_block_item_setting\";a:2:{s:18:\"caption_horizontal\";i:1;s:10:\"text_align\";i:1;}s:44:\"section_gedung_portfolio_block_hover_setting\";a:3:{s:12:\"hover_effect\";i:1;s:12:\"grid_item_bg\";i:1;s:13:\"grid_item_bg2\";i:1;}s:39:\"section_gedung_portfolio_layout_control\";a:5:{s:13:\"margin_bottom\";i:1;s:11:\"use_padding\";i:1;s:13:\"choose_column\";i:1;s:20:\"margin_bottom_tablet\";i:1;s:19:\"padding_size_tablet\";i:1;}s:39:\"section_gedung_portfolio_filter_control\";a:5:{s:10:\"use_filter\";i:1;s:12:\"filter_align\";i:1;s:26:\"filter_padding_size_mobile\";i:1;s:25:\"filter_margin_bottom_size\";i:1;s:32:\"filter_margin_bottom_size_mobile\";i:1;}s:49:\"section_gedung_portfolio_pagination_style_setting\";a:3:{s:18:\"loop_infinite_text\";i:1;s:10:\"load_style\";i:1;s:24:\"load_style2_bg_hov_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:2:{s:44:\"section_gedung_portfolio_block_title_setting\";a:6:{s:23:\"typhography_title_color\";i:1;s:37:\"typography_portfolio_title_typography\";i:1;s:36:\"typography_portfolio_title_font_size\";i:1;s:38:\"typography_portfolio_title_line_height\";i:1;s:19:\"title_margin_bottom\";i:1;s:26:\"title_margin_bottom_tablet\";i:1;}s:47:\"section_gedung_portfolio_block_category_setting\";a:6:{s:26:\"typhography_category_color\";i:1;s:40:\"typography_portfolio_category_typography\";i:1;s:39:\"typography_portfolio_category_font_size\";i:1;s:41:\"typography_portfolio_category_font_weight\";i:1;s:40:\"typography_portfolio_category_font_style\";i:1;s:41:\"typography_portfolio_category_line_height\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:12;s:19:\"_inline_size_tablet\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:14:\"padding_mobile\";i:1;s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:1:{s:3:\"gap\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:1;s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:1;s:11:\"css_classes\";i:8;}s:19:\"_section_responsive\";a:3:{s:12:\"hide_desktop\";i:8;s:11:\"hide_tablet\";i:8;s:11:\"hide_mobile\";i:8;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:8;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:8;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:8;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:8;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;s:4:\"size\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:25:\"button_hover_border_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;}}}}}'),(3258,751,'_elementor_css','a:5:{s:4:\"time\";i:1593774687;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3259,751,'header_style_choice','default'),(3260,751,'_header_style_choice','field_58c7b9d20beeb'),(3261,752,'_wp_page_template','template/page-builder-template.php'),(3262,752,'_elementor_edit_mode','builder'),(3263,752,'_elementor_version','2.9.9'),(3264,752,'_elementor_data','[{\"id\":\"a585672\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c266d44\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c11fa77\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"SERVICES\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_margin_bottom\":\"\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"2b4508f\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":8},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":15},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"af38339\",\"elType\":\"widget\",\"settings\":{\"color_text_block\":\"#666666\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":22},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"a997f35\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[gedung_industries]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4534fa0\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"e36a2d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40207fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rigging\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f1501b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"72fb049\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">When you have machinery that needs to be relocated, lifted or installed, call on the company with<\\/span>\\u00a0<span style=\\\"font-weight: 400;\\\">rigging and <\\/span><span style=\\\"font-weight: 400;\\\">machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">expertise. ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. <\\/span><span style=\\\"font-weight: 400;\\\">professionals have the experience and innovative solutions to solve the most complex problems. Plus, we\\u2019ll <\\/span><span style=\\\"font-weight: 400;\\\">keep our focus on safety, timelines and budget. We rig, move and set equipment every day \\u2013 it\\u2019s the only work we do! Contact us and learn why some of the biggest companies in the U.S. rely on us for all of their moves.\\u00a0\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fcdad8d\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"f0b7eda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c4c8843\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rigging, Machinery Moving & Installation\\n\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1551c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7608e48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Rigging and m<\\/span><span style=\\\"font-weight: 400;\\\">oving machinery <\\/span><span style=\\\"font-weight: 400;\\\">requires a unique set of skills. And this is exactly what we focus on. We\\u2019ll develop a plan, timeline and engage<\\/span>\\u00a0<span style=\\\"font-weight: 400;\\\">a <\\/span><span style=\\\"font-weight: 400;\\\">skilled team and essential equipment to get the job done smoothly. When large equipment must fit into tight spaces, we have the expertise and foresight to identify potential challenges and we develop a process to ensure success with minimal complications. From data centers, to healthcare facilities, public buildings, manufacturing facilities and beyond, we have the innovative solutions, equipment and certified talent to get the job done.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce883c7\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"ab27ddb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb5b411\",\"elType\":\"widget\",\"settings\":{\"title\":\"Heavy Lifting & Erecting\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65359a4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5e1345a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">A thorough analysis and detailed plan of action are a \\u201cmust\\u201d when lifting and erecting large equipment. Our <\\/span><span style=\\\"font-weight: 400;\\\">team <\\/span><span style=\\\"font-weight: 400;\\\">develop<\\/span><span style=\\\"font-weight: 400;\\\">s<\\/span><span style=\\\"font-weight: 400;\\\"> the solutions to overcome space and time challenges. Then, <\\/span><span style=\\\"font-weight: 400;\\\">planning turns into action, and our <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers <\\/span><span style=\\\"font-weight: 400;\\\">team executes every detail in a professional manner to ensure the project is done right the first time, safely and efficiently.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0ff355\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"a2be008\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"18ea389\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hauling & Jobsite Delivery\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3cc63b0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"42160cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our team engages the right vehicles to deliver your equipment safely to your destination across the U.S.\\u00a0<\\/span><\\/p><ul><li><span style=\\\"font-weight: 400;\\\">VEHICLES:<\\/span><ul><li><span style=\\\"font-weight: 400;\\\">Flatbeds<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Step Decks<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Double Drops \\u2013 Expandable & RGNs<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Tilt Beds - Trailers<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Straight Trucks \\u2013 12\\u2019 to 24\\u2019<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Vans \\u2013 48-53 Logistics<\\/span><\\/li><\\/ul><\\/li><\\/ul><p>\\u00a0<\\/p><ul><li>OTHER SERVICES WE PROVIDE:<ul><li><span style=\\\"font-weight: 400;\\\">Over Dimensional Loads<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Heavy Hauling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">LTL (Less than truckload)<\\/span><\\/li><\\/ul><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"82ab355\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"0d8dd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"30e6f57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Storage & Preservation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a04d14\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4fc24fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our <\\/span><span style=\\\"font-weight: 400;\\\">warehouse provides great value for customers because it allows us to receive equipment from across the country to be assembled in one location, then moved to the final destination. Our facility is centrally located and provides indoor and outdoor storage space. The warehouse is heated, under video surveillance and is equipped with fire alarms, docks, <\\/span><span style=\\\"font-weight: 400;\\\">and ground doors. The outside storage area is fenced, locked and under video surveillance. Allowing quick, easy access to Chicago and the suburbs, we\\u2019re located near O\\u2019Hare Airport<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddf392d\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2178868\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6893612\",\"elType\":\"widget\",\"settings\":{\"title\":\"Plant Relocation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bd8124\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"372fde6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Moving a plant involves precision planning, access to the best equipment and talent and flexibility to quickly adjust to any changes. We start with a consultation to fully understand the customer\\u2019s goals, along with the current and future facilities. Then, we develop a detailed plan of action to ensure every aspect of the move is thoroughly outlined and then implemented in the most efficient and cost-effective manner. From small to large size plants, we have the experience to implement the move quickly and safely.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">\\u00a0Unlike other moving contractors, our comprehensive proposals include costs for rigging, moving, electrical, piping, mechanical, millwright work, transportation and storage.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our moving services include:<\\/span><\\/p><ul><li><span style=\\\"font-weight: 400;\\\">Lay out floors of new location<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Dismantling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Moving of common stock inventory<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Hauling\\/transportation<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Assembling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Alignment<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Leveling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Anchoring<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Grouting<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Fabrication\\/modification as requested<\\/span><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a0aef0b\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"dba8281\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"05f84cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Millwright Services\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"98d9428\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4927f9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our Millwrights are highly skilled at executing <\\/span><span style=\\\"font-weight: 400;\\\">another <\\/span><span style=\\\"font-weight: 400;\\\">type of <\\/span><span style=\\\"font-weight: 400;\\\">operation <\\/span><span style=\\\"font-weight: 400;\\\">from layout, dismantling, <\\/span><span style=\\\"font-weight: 400;\\\">installing, assembling, leveling, anchoring, grouting and fabricating<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span> <span style=\\\"font-weight: 400;\\\">Our team will help your business avoid downtime and keep all aspects of your operation running smoothly.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"412bebc\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"ead261f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"06edbd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consultation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f22ef8\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"093c704\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our team of <\\/span><span style=\\\"font-weight: 400;\\\">professionals <\\/span><span style=\\\"font-weight: 400;\\\">provides us with the talent necessary to analyze and advise on any potential lifting or rigging challenge that you have. It takes years of experience with large and small projects, plus a dedication to continually learning the industry trends and new technologies to enable an individual to comprehend and plan for the many details involved in complex projects. These are the people we hire at ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc<\\/span><span style=\\\"font-weight: 400;\\\">. <\\/span><span style=\\\"font-weight: 400;\\\">T<\\/span><span style=\\\"font-weight: 400;\\\">hese are the people you can depend on for complete project management<\\/span><span style=\\\"font-weight: 400;\\\">, <\\/span><span style=\\\"font-weight: 400;\\\">or consultation on the best process and resources for the job.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cfa5bf9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"10b935a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"89aca30\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0873ffb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3f0a453c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#2B4D7B\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6900af55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.710999999999999,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2433e0fb\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Need our expertise for a job?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":35},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":31},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"4ef8c81b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.289000000000001,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6296e83\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"right\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(3265,752,'_elementor_template_type','wp-post'),(3266,752,'_elementor_css','a:5:{s:4:\"time\";i:1593774687;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3268,753,'_wp_page_template','template/page-builder-template.php'),(3269,753,'_elementor_edit_mode','builder'),(3270,753,'_elementor_version','2.9.9'),(3271,753,'_elementor_data','[{\"id\":\"a585672\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c266d44\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c11fa77\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"INDUSTRIES\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_margin_bottom\":\"\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"2b4508f\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":8},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":15},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"af38339\",\"elType\":\"widget\",\"settings\":{\"color_text_block\":\"#666666\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":22},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"a997f35\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[gedung_industries]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4534fa0\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"e36a2d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40207fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rigging\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f1501b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"72fb049\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">When you have machinery that needs to be relocated, lifted or installed, call on the company with<\\/span>\\u00a0<span style=\\\"font-weight: 400;\\\">rigging and <\\/span><span style=\\\"font-weight: 400;\\\">machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">expertise. ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. <\\/span><span style=\\\"font-weight: 400;\\\">professionals have the experience and innovative solutions to solve the most complex problems. Plus, we\\u2019ll <\\/span><span style=\\\"font-weight: 400;\\\">keep our focus on safety, timelines and budget. We rig, move and set equipment every day \\u2013 it\\u2019s the only work we do! Contact us and learn why some of the biggest companies in the U.S. rely on us for all of their moves.\\u00a0\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fcdad8d\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"f0b7eda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c4c8843\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rigging, Machinery Moving & Installation\\n\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1551c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7608e48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Rigging and m<\\/span><span style=\\\"font-weight: 400;\\\">oving machinery <\\/span><span style=\\\"font-weight: 400;\\\">requires a unique set of skills. And this is exactly what we focus on. We\\u2019ll develop a plan, timeline and engage<\\/span>\\u00a0<span style=\\\"font-weight: 400;\\\">a <\\/span><span style=\\\"font-weight: 400;\\\">skilled team and essential equipment to get the job done smoothly. When large equipment must fit into tight spaces, we have the expertise and foresight to identify potential challenges and we develop a process to ensure success with minimal complications. From data centers, to healthcare facilities, public buildings, manufacturing facilities and beyond, we have the innovative solutions, equipment and certified talent to get the job done.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce883c7\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"ab27ddb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb5b411\",\"elType\":\"widget\",\"settings\":{\"title\":\"Heavy Lifting & Erecting\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65359a4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5e1345a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">A thorough analysis and detailed plan of action are a \\u201cmust\\u201d when lifting and erecting large equipment. Our <\\/span><span style=\\\"font-weight: 400;\\\">team <\\/span><span style=\\\"font-weight: 400;\\\">develop<\\/span><span style=\\\"font-weight: 400;\\\">s<\\/span><span style=\\\"font-weight: 400;\\\"> the solutions to overcome space and time challenges. Then, <\\/span><span style=\\\"font-weight: 400;\\\">planning turns into action, and our <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers <\\/span><span style=\\\"font-weight: 400;\\\">team executes every detail in a professional manner to ensure the project is done right the first time, safely and efficiently.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0ff355\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"a2be008\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"18ea389\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hauling & Jobsite Delivery\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3cc63b0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"42160cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our team engages the right vehicles to deliver your equipment safely to your destination across the U.S.\\u00a0<\\/span><\\/p><ul><li><span style=\\\"font-weight: 400;\\\">VEHICLES:<\\/span><ul><li><span style=\\\"font-weight: 400;\\\">Flatbeds<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Step Decks<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Double Drops \\u2013 Expandable & RGNs<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Tilt Beds - Trailers<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Straight Trucks \\u2013 12\\u2019 to 24\\u2019<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Vans \\u2013 48-53 Logistics<\\/span><\\/li><\\/ul><\\/li><\\/ul><p>\\u00a0<\\/p><ul><li>OTHER SERVICES WE PROVIDE:<ul><li><span style=\\\"font-weight: 400;\\\">Over Dimensional Loads<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Heavy Hauling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">LTL (Less than truckload)<\\/span><\\/li><\\/ul><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"82ab355\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"0d8dd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"30e6f57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Storage & Preservation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a04d14\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4fc24fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our <\\/span><span style=\\\"font-weight: 400;\\\">warehouse provides great value for customers because it allows us to receive equipment from across the country to be assembled in one location, then moved to the final destination. Our facility is centrally located and provides indoor and outdoor storage space. The warehouse is heated, under video surveillance and is equipped with fire alarms, docks, <\\/span><span style=\\\"font-weight: 400;\\\">and ground doors. The outside storage area is fenced, locked and under video surveillance. Allowing quick, easy access to Chicago and the suburbs, we\\u2019re located near O\\u2019Hare Airport<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddf392d\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2178868\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6893612\",\"elType\":\"widget\",\"settings\":{\"title\":\"Plant Relocation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bd8124\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"372fde6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Moving a plant involves precision planning, access to the best equipment and talent and flexibility to quickly adjust to any changes. We start with a consultation to fully understand the customer\\u2019s goals, along with the current and future facilities. Then, we develop a detailed plan of action to ensure every aspect of the move is thoroughly outlined and then implemented in the most efficient and cost-effective manner. From small to large size plants, we have the experience to implement the move quickly and safely.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">\\u00a0Unlike other moving contractors, our comprehensive proposals include costs for rigging, moving, electrical, piping, mechanical, millwright work, transportation and storage.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our moving services include:<\\/span><\\/p><ul><li><span style=\\\"font-weight: 400;\\\">Lay out floors of new location<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Dismantling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Moving of common stock inventory<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Hauling\\/transportation<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Assembling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Alignment<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Leveling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Anchoring<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Grouting<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Fabrication\\/modification as requested<\\/span><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a0aef0b\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"dba8281\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"05f84cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Millwright Services\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"98d9428\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4927f9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our Millwrights are highly skilled at executing <\\/span><span style=\\\"font-weight: 400;\\\">another <\\/span><span style=\\\"font-weight: 400;\\\">type of <\\/span><span style=\\\"font-weight: 400;\\\">operation <\\/span><span style=\\\"font-weight: 400;\\\">from layout, dismantling, <\\/span><span style=\\\"font-weight: 400;\\\">installing, assembling, leveling, anchoring, grouting and fabricating<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span> <span style=\\\"font-weight: 400;\\\">Our team will help your business avoid downtime and keep all aspects of your operation running smoothly.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"412bebc\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"ead261f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"06edbd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consultation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f22ef8\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"093c704\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our team of <\\/span><span style=\\\"font-weight: 400;\\\">professionals <\\/span><span style=\\\"font-weight: 400;\\\">provides us with the talent necessary to analyze and advise on any potential lifting or rigging challenge that you have. It takes years of experience with large and small projects, plus a dedication to continually learning the industry trends and new technologies to enable an individual to comprehend and plan for the many details involved in complex projects. These are the people we hire at ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc<\\/span><span style=\\\"font-weight: 400;\\\">. <\\/span><span style=\\\"font-weight: 400;\\\">T<\\/span><span style=\\\"font-weight: 400;\\\">hese are the people you can depend on for complete project management<\\/span><span style=\\\"font-weight: 400;\\\">, <\\/span><span style=\\\"font-weight: 400;\\\">or consultation on the best process and resources for the job.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cfa5bf9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"10b935a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"89aca30\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0873ffb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3f0a453c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#2B4D7B\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6900af55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.710999999999999,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2433e0fb\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Need our expertise for a job?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":35},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":31},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"4ef8c81b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.289000000000001,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6296e83\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"right\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(3272,753,'_elementor_template_type','wp-post'),(3274,754,'_menu_item_type','post_type'),(3275,754,'_menu_item_menu_item_parent','0'),(3276,754,'_menu_item_object_id','749'),(3277,754,'_menu_item_object','page'),(3278,754,'_menu_item_target',''),(3279,754,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3280,754,'_menu_item_xfn',''),(3281,754,'_menu_item_url',''),(3295,54,'_edit_last','5'),(3296,437,'_edit_last','5'),(3297,437,'_wp_page_template','default'),(3298,439,'_edit_last','5'),(3299,439,'_wp_page_template','default'),(3302,756,'_wp_page_template','template/page-builder-template.php'),(3303,756,'_elementor_data','[{\"id\":\"787d5c6b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"20\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"id\":338,\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/05\\/ARS-header-photo-rev-1.png\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color_b\":\"#2d2d2d\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":100},\"custom_height\":{\"unit\":\"px\",\"size\":\"663\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"height\":\"full\",\"background_video_fallback\":{\"id\":79,\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/bg-fallback.jpg\"},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"21feba2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"home-banner-text\"},\"elements\":[{\"id\":\"5af5fe4\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"ARS CONTRACTING, INC.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_title_font_weight\":\"500\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":12},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_2\":\"#FFFFFF\",\"title_margin_bottom\":-10,\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":10},\"align_mobile\":\"left\",\"title_size\":\"h1\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c2b71c4\",\"elType\":\"widget\",\"settings\":{\"the_title\":\"Certified Riggers & Machinery Movers\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":80},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_1\":\"#ffffff\",\"choose_style\":\"2\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":65},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":70},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"81cb3fc\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<h2 style=\\\"color: white;\\\"><b>Moving America\\u2019s Businesses<\\/b><\\/h2>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_text_block_line_height\":{\"unit\":\"px\",\"size\":28},\"color_text_block\":\"#FDF8F8\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"text_block_align_mobile\":\"left\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_text_block_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"586b5444\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"hover_animation\":\"sink\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeInUp\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e1426a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"9414b9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bad6cf\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Services\",\"description_text\":\"Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":482,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/crane-48591-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255, 255, 255, 0)\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"154f0f93\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c2e578e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Exceptional Safety Rating\",\"description_text\":\"We have one of the best safety ratings in the industry & we are certified riggers\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":379,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/Safety-Rev-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":19},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4a35cdf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bfab3bb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Industries\",\"description_text\":\"We offer outstanding service to most industries including, contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers\\/building owners and more\\n\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":378,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/gears.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3334b860\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#eaeaea\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fb97c40\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.042999999999999,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57bdcd45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":11,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image2-1.jpg\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"align\":\"left\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5b694d6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.957000000000001,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2161d8d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"For almost 30 years, ARS Contracting, Inc. has built a national reputation for rigging, machinery moving, hauling and lifting components that keep America\\u2019s businesses moving. We\\u2019re dedicated to solving problems for our clients by using innovation and technology to constantly move the industry forward. By doing so, this can result in lowering overall project costs for our customers.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":19},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":45},\"the_subtitle\":\"Since 1991\",\"typography_subtitle_typography\":\"custom\",\"typography_subtitle_font_family\":\"Lato\",\"typography_subtitle_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_subtitle_font_weight\":\"300\",\"typography_subtitle_text_transform\":\"uppercase\",\"typography_subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":34},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":30},\"title_size\":\"h6\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"23901ed0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60cf4773\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1800},\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"_element_id\":\"projects\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7352b447\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"97cfb80\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"333b722f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d4210f\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Services We Offer\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"4c49f11d\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"43ef6c3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"7d11f6a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL SERVICES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=347\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d246d91\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"9\",\"width\":\"585\",\"height\":\"390\",\"caption_vertical\":{\"unit\":\"%\",\"size\":50},\"caption_horizontal\":{\"unit\":\"%\",\"size\":50},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":15,\"use_padding\":\"use\",\"padding_size\":{\"unit\":\"px\",\"size\":15},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"title_hover_effect\":\"ih-fade-down\",\"title_margin_bottom\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_family\":\"Raleway\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"category_hover_effect\":\"ih-fade-up\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"filter_style1_color\":\"#ffffff\",\"filter_style1_hov_color\":\"#ffffff\",\"filter_style1_bord_hov_color\":\"#3315C6\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_portfolio_title_line_height_mobile\":{\"unit\":\"px\",\"size\":24},\"title_margin_bottom_mobile\":5,\"typography_portfolio_category_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"filter_mobile_bord_bg_color\":\"#2b2b2b\",\"filter_mobile_bord_hov_color\":\"#2b2b2b\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"filter_padding_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"filter_align\":\"center\",\"filter_style\":\"style-2\",\"filter_style2_color\":\"#FFFFFF\",\"filter_style2_hov_color\":\"#8AABCA\",\"filter_style2_border_hov_color\":\"#8AABCA\",\"category_hover_delay\":\"ih-delay-xs\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"orderby\":\"menu_order\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f3e067f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/image-port-7.jpg\",\"id\":22},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#7A7A7A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ef29580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"788dae8b\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"30\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#ffffff\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#ffffff\",\"choose_column\":\"1\",\"typhography_blockquote_color\":\"#ffffff\",\"navigation_dots_color\":\"#ffffff\",\"autoplay\":\"use\",\"autoplay_ms\":2000,\"auto_loop\":\"use\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"50e8eeb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"4169d630\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/1693-logo.jpg\",\"id\":570},\"_id\":\"373378a\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT.jpg\",\"id\":571},\"_id\":\"5b20e48\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IMPACTLogo.jpg\",\"id\":572},\"_id\":\"0da84d8\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra.jpg\",\"id\":573},\"_id\":\"cc18593\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574},\"_id\":\"306ecd3\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/Riggers.jpg\",\"id\":569},\"_id\":\"ab6cc54\"}],\"mobile_choose_column\":\"mobile-column-2\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":20,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":9},\"_css_classes\":\"client-logos\"},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46b4cfee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190},\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"763dcf8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"60111074\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6daf8247\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1f8fca5\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Industries We Serve\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"5e67d616\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ddd3ef5\",\"elType\":\"widget\",\"settings\":{\"color_text_block\":\"#555555\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":26}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":true},{\"id\":\"24b615c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1dd27b4a\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL INDUSTRIES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"rgba(243, 235, 235, 0.3)\",\"border_color\":\"#000000\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=348\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8133960\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6238ce7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7de5ddc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[gedung_industries_home]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd640fa\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"12\",\"post_margin_bottom\":\"30\",\"horizontal_col_select_col2\":\"column-3\",\"width\":\"535\",\"height\":\"355\",\"height_grid2\":\"400\",\"use_category\":\"\",\"use_author\":\"\",\"use_date\":\"\",\"use_excerpt\":\"\",\"read_more_text\":\"Read More\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"typography_post_title_typography\":\"custom\",\"typography_post_title_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typhography_read_more_color_masonry\":\"#D7D7D7\",\"typhography_title_color\":\"#2B4D7B\",\"typhography_read_more_bg_color_masonry\":\"#FFFFFF\",\"read_more_title_hov_color\":\"#FFFFFF\",\"typhography_read_more_bg_hover_masonry\":\"#C7B4B4\",\"typography_post_read_more_typography\":\"custom\",\"_background_background\":\"classic\",\"_background_color\":\"#FEFEFE\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"gedung-post-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf3159\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c1572fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd675da\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"70618554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.68,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"700616c\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"419c7848\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1bc1cc0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"align_tablet\":\"center\",\"button_hover_border_color\":\"#ffffff\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(3304,756,'_elementor_version','2.9.9'),(3305,756,'_elementor_template_type','wp-post'),(3306,756,'_elementor_edit_mode','builder'),(3307,756,'_thumbnail_id','338'),(3310,329,'_wp_old_slug','suspendisse-eget-ullamcorper-turpis-donec'),(3311,757,'_wp_page_template','template/page-builder-template.php'),(3312,757,'_elementor_edit_mode','builder'),(3313,757,'_elementor_version','2.9.9'),(3314,757,'_elementor_data','[{\"id\":\"7673b2a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40f6e83\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d01e9c6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3693055\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3150906\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd.jpg\",\"id\":663},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"956a3d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e4ae49d\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise directs every situation.\\u00a0 We can quickly understand and<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7759086\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cbbb86\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9bac57a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"74b493a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f3d4169\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"20230aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.025000000000006,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c5e8450\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"0b5824c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.957999999999998,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"487cb33\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd2.jpg\",\"id\":672},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d0d1f44\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cbb1174\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1436938\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3ff4780\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9f893a1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"9de3470\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46eae88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd3.png\",\"id\":674},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e0937c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b07afc2\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"422c0c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"d806c09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6a680d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1df7366\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"503b817\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef81faf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"3973e79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f7691\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c952bb5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d06c5c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56d4482\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa0a24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"c73ea72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p1.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6d0a072\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4b2d053\",\"elType\":\"widget\",\"settings\":{\"title\":\"George \\u201cRed\\u201d Gilmartin \\u2010 President\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6370ba7\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>43\\u00a0years<\\/strong>\\u00a0<\\/li><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0have\\u00a0owned\\u00a0ARS\\u00a0Contracting,\\u00a0Inc\\u00a0for\\u00a030\\u00a0years\\u201d<\\/strong>\\u00a0<\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0move\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 equipment\\u00a0that\\u00a0is\\u00a0challenging.\\u00a0When\\u00a0I\\u00a0first\\u00a0got\\u00a0into\\u00a0this\\u00a0trade,\\u00a0I\\u00a0was\\u00a0able\\u00a0to\\u00a0see\\u00a0all\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 challenges\\u00a0that\\u00a0made\\u00a0me\\u00a0want\\u00a0to\\u00a0get\\u00a0to\\u00a0 work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cTo\\u00a0think!!\\u00a0Use\\u00a0common\\u00a0sense\\u00a0when\\u00a0approaching\\u00a0any\\u00a0job.\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cReading\\u00a0articles\\u00a0about\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0 business\\u00a0and\\u00a0continuing\\u00a0to\\u00a0educate\\u00a0myself\\u00a0on\\u00a0how\\u00a0to\\u00a0fit\\u00a0this\\u00a0industry\\u00a0into\\u00a0this\\u00a0world\\u00a0that\\u00a0keeps\\u00a0evolving\\u201d\\u00a0\\u00a0\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c054124\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e7b4ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"9195df9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p1.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e5a3fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"16e9fac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ted Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc47661\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>25+\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>15\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cI\\u00a0really\\u00a0enjoy\\u00a0knowing\\u00a0that\\u00a0what\\u00a0we\\u00a0do\\u00a0matters.\\u00a0I\\u00a0have\\u00a0the opportunity\\u00a0to\\u00a0be\\u00a0involved\\u00a0in\\u00a0every\\u00a0industry\\/institution,\\u00a0so\\u00a0I\\u00a0am\\u00a0 able\\u00a0to\\u00a0see\\u00a0and\\u00a0be\\u00a0a\\u00a0part\\u00a0of\\u00a0a\\u00a0lot!\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0 business?\\u00a0 <strong>\\u201cLook.\\u00a0Listen.\\u00a0Learn.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cGoing\\u00a0out\\u00a0to\\u00a0eat\\u00a0and\\u00a0spending\\u00a0time\\u00a0with\\u00a0my\\u00a0loud\\u00a0family\\u201d\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8bd277e\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8a94d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"ab9ae3b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/92.jpg\",\"id\":679}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b929fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"0480362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeromy Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16ac035\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>22 years full time\\u00a0\\u00a0<\\/strong><\\/li><li><p>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>8\\u00a0months<\\/strong>\\u00a0 \\u00a0<\\/p><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cThe\\u00a0nature\\u00a0of\\u00a0this\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 business\\u00a0is\\u00a0exciting!!\\u00a0 Rarely\\u00a0are\\u00a0there\\u00a0two\\u00a0jobs\\u00a0that\\u00a0are\\u00a0the\\u00a0exact\\u00a0same.\\u00a0Figuring\\u00a0out\\u00a0the\\u00a0difficult\\u00a0jobs\\u00a0and\\u00a0then\\u00a0executing\\u00a0a\\u00a0plan\\u00a0perfectly\\u00a0with\\u00a0our\\u00a0team\\u00a0is\\u00a0what\\u00a0it\\u2019s\\u00a0all\\u00a0about.\\u201d<\\/strong>\\u00a0 \\u00a0<\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business<strong>?\\u00a0 \\u00a0 \\u201cDo\\u00a0your\\u00a0work\\u00a0100%.\\u00a0Nothing\\u00a0should\\u00a0be\\u00a0just\\u00a0good\\u00a0enough,\\u00a0complete\\u00a0it\\u00a0to\\u00a0the\\u00a0very\\u00a0best\\u00a0of\\u00a0your\\u00a0ability\\u00a0\\u00a0\\u00a0 and\\u00a0if\\u00a0it\\u00a0is\\u00a0still\\u00a0not\\u00a0perfect,ask\\u00a0for\\u00a0help\\u00a0to\\u00a0make\\u00a0it\\u00a0perfect.\\u00a0Take\\u00a0your\\u00a0time,\\u00a0jobs\\u00a0like\\u00a0these \\u00a0take\\u00a0 time.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0was\\u00a0an\\u00a0MMA\\u00a0fighter\\u00a0for\\u00a0\\u00a0\\u00a0 many\\u00a0years.\\u00a0Currently\\u00a0looking\\u00a0for\\u00a0my\\u00a0next\\u00a0hobby.\\u201d<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"543d250\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d050cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"bd14265\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p3.jpg\",\"id\":680}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"46b103a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4fd3d56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Gibbons\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"921c1d3\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business<strong>?\\u00a0 \\u201cI\\u00a0have\\u00a0been\\u00a0in\\u00a0the\\u00a0construction\\u00a0industry\\u00a0for\\u00a0over\\u00a020\\u00a0years\\u00a0on\\u00a0both\\u00a0sides\\u00a0of\\u00a0the\\u00a0Atlantic\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>5\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0work\\u00a0with\\u00a0our\\u00a0rigging\\u00a0crews.\\u00a0The\\u00a0guys\\u00a0in\\u00a0the\\u00a0field\\u00a0 are\\u00a0full\\u00a0of\\u00a0knowledge\\u00a0and\\u00a0have\\u00a0precise\\u00a0accuracy\\u00a0when\\u00a0on\\u00a0the\\u00a0job.\\u00a0 It\\u2019s\\u00a0fun\\u00a0to\\u00a0see\\u00a0them\\u00a0put\\u00a0their\\u00a0skills\\u00a0to\\u00a0work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cListen\\u00a0to\\u00a0those\\u00a0who\\u00a0have\\u00a0experience\\u00a0with\\u00a0this\\u00a0kind\\u00a0of\\u00a0work.\\u201d\\u00a0\\u00a0 \\u00a0 <\\/strong><\\/li><li><p>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cFly\\u00a0fishing\\u201d\\u00a0\\u00a0<\\/strong><\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7005acd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"b0822e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17fc8fa\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"06d5df4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17a24f6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"14cbafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0b17af3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f0c181e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"24b7249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"66fd030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2d587c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"What our Customer says?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"67cdb5f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p class=\\\"subtitle\\\">Don\'t take just our words. Hear what our Customers say.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"text_block_align\":\"center\",\"color_text_block\":\"#666666\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Once you\\u2019ve worked with them, when the next project comes around you just pick up the phone and call them without a second thought.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"We would have no hesitation recommending you to any further customers that you have that may require a reference to the quality of your workmanship.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"989fdd5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5cb631a\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"text\":\"Client Item #2\",\"_id\":\"dcc834e\",\"client_author\":\"Masator\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-02.png\",\"id\":30},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Narosha\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-03.png\",\"id\":31},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ce9a13f\"},{\"text\":\"Client Item #1\",\"_id\":\"bd866ad\",\"client_author\":\"Quare\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-01.png\",\"id\":29},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Electrend.\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-07.png\",\"id\":33},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d47a8ba\"},{\"client_author\":\"Qoloform\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-10.png\",\"id\":34},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d05e2ee\"},{\"client_author\":\"BataStock\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-05.png\",\"id\":32},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"fbd34bb\"}],\"mobile_choose_column\":\"mobile-column-3\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":50,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":8}},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(3315,757,'_elementor_template_type','wp-post'),(3316,757,'_elementor_controls_usage','a:10:{s:17:\"gedung-head-title\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:25:\"section_gedung_head_title\";a:13:{s:12:\"choose_style\";i:9;s:9:\"the_title\";i:9;s:27:\"typography_title_typography\";i:9;s:33:\"typography_title_font_size_tablet\";i:7;s:35:\"typography_title_line_height_tablet\";i:6;s:17:\"head_use_subtitle\";i:9;s:5:\"align\";i:2;s:33:\"typography_title_font_size_mobile\";i:3;s:12:\"align_mobile\";i:3;s:26:\"typography_title_font_size\";i:2;s:35:\"typography_title_line_height_mobile\";i:2;s:28:\"typography_title_font_weight\";i:1;s:12:\"align_tablet\";i:1;}s:33:\"section_gedung_head_title_style_2\";a:1:{s:13:\"title_color_2\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:6;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:6:\"weight\";i:8;s:5:\"color\";i:8;s:3:\"gap\";i:8;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:4:{s:5:\"width\";i:8;s:5:\"align\";i:2;s:12:\"width_mobile\";i:2;s:12:\"align_mobile\";i:2;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:8;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:29;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:27;s:16:\"content_position\";i:9;s:19:\"_inline_size_tablet\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:12;s:14:\"padding_tablet\";i:11;s:14:\"padding_mobile\";i:9;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:10;s:6:\"margin\";i:6;s:14:\"padding_tablet\";i:10;s:13:\"margin_mobile\";i:6;s:11:\"css_classes\";i:8;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:10;s:16:\"content_position\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:10;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:6;s:16:\"background_color\";i:6;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:10;s:5:\"align\";i:3;}}}}s:11:\"gedung-text\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:19:\"gedung_text_control\";a:7:{s:11:\"custom_text\";i:10;s:32:\"typography_text_block_typography\";i:6;s:38:\"typography_text_block_font_size_tablet\";i:6;s:40:\"typography_text_block_line_height_tablet\";i:5;s:16:\"text_block_align\";i:1;s:16:\"color_text_block\";i:1;s:23:\"text_block_align_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:4;s:11:\"header_size\";i:4;s:5:\"align\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:3:{s:11:\"title_color\";i:4;s:21:\"typography_typography\";i:4;s:20:\"typography_font_size\";i:4;}}}}s:24:\"gedung-testimonial-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:52:\"section_gedung_testimonial_block_testimonial_setting\";a:1:{s:10:\"testi_item\";i:1;}s:46:\"section_gedung_testimonial_block_image_setting\";a:2:{s:17:\"text_align_tablet\";i:1;s:17:\"text_align_mobile\";i:1;}s:31:\"section_gedung_carousel_options\";a:1:{s:13:\"choose_column\";i:1;}}s:5:\"style\";a:3:{s:51:\"section_gedung_testimonial_block_blockquote_setting\";a:5:{s:21:\"vertical_testi_detail\";i:1;s:44:\"typhography_blockquote_typography_typography\";i:1;s:43:\"typhography_blockquote_typography_font_size\";i:1;s:45:\"typhography_blockquote_typography_line_height\";i:1;s:28:\"typhography_blockquote_color\";i:1;}s:47:\"section_gedung_testimonial_block_author_setting\";a:5:{s:24:\"typhography_author_color\";i:1;s:16:\"author_img_color\";i:1;s:40:\"typhography_author_typography_typography\";i:1;s:39:\"typhography_author_typography_font_size\";i:1;s:41:\"typhography_author_typography_line_height\";i:1;}s:51:\"section_gedung_testimonial_block_author_job_setting\";a:1:{s:22:\"typhography_cite_color\";i:1;}}}}s:19:\"gedung-client-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:27:\"section_gedung_client_block\";a:2:{s:11:\"choose_type\";i:1;s:11:\"client_item\";i:1;}s:28:\"section_gedung_column_client\";a:5:{s:20:\"mobile_choose_column\";i:1;s:17:\"item_padding_size\";i:1;s:24:\"item_padding_size_tablet\";i:1;s:18:\"item_margin_bottom\";i:1;s:24:\"item_padding_size_mobile\";i:1;}s:31:\"section_gedung_carousel_options\";a:1:{s:10:\"column_gap\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:6:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;s:4:\"size\";i:1;s:12:\"align_mobile\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:25:\"button_hover_border_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;}}}}}'),(3317,757,'_elementor_css','a:5:{s:4:\"time\";i:1593691762;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3318,757,'header_style_choice','default'),(3319,757,'_header_style_choice','field_58c7b9d20beeb'),(3325,758,'_elementor_edit_mode','builder'),(3326,758,'_elementor_template_type','page'),(3327,758,'_elementor_version','2.9.9'),(3328,759,'_elementor_edit_mode','builder'),(3329,759,'_elementor_template_type','page'),(3330,759,'_elementor_version','2.9.9'),(3331,758,'_wp_page_template','default'),(3332,758,'_elementor_data','[{\"id\":\"38ad7217\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"848d84d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3e8001e1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"6ecb3062\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"47527b71\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f78f9f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"132328c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd.jpg\",\"id\":663},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"299cd2aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"47ee6b24\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise directs every situation.\\u00a0 We can quickly understand and<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40a83dc8\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"798c60df\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"70f947c0\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"36460f65\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e14b410\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"21fba356\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.025000000000006,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f46aa96\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"63f5b07a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.957999999999998,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c335152\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd2.jpg\",\"id\":672},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1beee1a2\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"34122b18\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"39d76bd1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"5e70432f\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71315510\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"3e0344cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43f712c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd3.png\",\"id\":674},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2d27e965\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"539a353e\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4d784583\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"401f2c17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61f446a7\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"235f19d5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3b54324f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1fd74634\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"51ff8383\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"49ae766b\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"26f1e012\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"23f4d234\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45ce96fc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e07c0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3ecc6101\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"63d29620\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"addb9d7\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f4ad094\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"3a8f1ef1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p1.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2d3238c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"64992ac6\",\"elType\":\"widget\",\"settings\":{\"title\":\"George \\u201cRed\\u201d Gilmartin \\u2010 President\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d6025d8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>43\\u00a0years<\\/strong>\\u00a0<\\/li><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0have\\u00a0owned\\u00a0ARS\\u00a0Contracting,\\u00a0Inc\\u00a0for\\u00a030\\u00a0years\\u201d<\\/strong>\\u00a0<\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0move\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 equipment\\u00a0that\\u00a0is\\u00a0challenging.\\u00a0When\\u00a0I\\u00a0first\\u00a0got\\u00a0into\\u00a0this\\u00a0trade,\\u00a0I\\u00a0was\\u00a0able\\u00a0to\\u00a0see\\u00a0all\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 challenges\\u00a0that\\u00a0made\\u00a0me\\u00a0want\\u00a0to\\u00a0get\\u00a0to\\u00a0 work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cTo\\u00a0think!!\\u00a0Use\\u00a0common\\u00a0sense\\u00a0when\\u00a0approaching\\u00a0any\\u00a0job.\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cReading\\u00a0articles\\u00a0about\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0 business\\u00a0and\\u00a0continuing\\u00a0to\\u00a0educate\\u00a0myself\\u00a0on\\u00a0how\\u00a0to\\u00a0fit\\u00a0this\\u00a0industry\\u00a0into\\u00a0this\\u00a0world\\u00a0that\\u00a0keeps\\u00a0evolving\\u201d\\u00a0\\u00a0\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40cb6013\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17274266\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"76f8c1d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p1.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"7fc26a00\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"422be8e7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ted Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e9f0388\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>25+\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>15\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cI\\u00a0really\\u00a0enjoy\\u00a0knowing\\u00a0that\\u00a0what\\u00a0we\\u00a0do\\u00a0matters.\\u00a0I\\u00a0have\\u00a0the opportunity\\u00a0to\\u00a0be\\u00a0involved\\u00a0in\\u00a0every\\u00a0industry\\/institution,\\u00a0so\\u00a0I\\u00a0am\\u00a0 able\\u00a0to\\u00a0see\\u00a0and\\u00a0be\\u00a0a\\u00a0part\\u00a0of\\u00a0a\\u00a0lot!\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0 business?\\u00a0 <strong>\\u201cLook.\\u00a0Listen.\\u00a0Learn.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cGoing\\u00a0out\\u00a0to\\u00a0eat\\u00a0and\\u00a0spending\\u00a0time\\u00a0with\\u00a0my\\u00a0loud\\u00a0family\\u201d\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4be36bb8\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1f184691\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"7a8f733f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/92.jpg\",\"id\":679}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d184914\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"53a8629d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeromy Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"68307c23\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>22 years full time\\u00a0\\u00a0<\\/strong><\\/li><li><p>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>8\\u00a0months<\\/strong>\\u00a0 \\u00a0<\\/p><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cThe\\u00a0nature\\u00a0of\\u00a0this\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 business\\u00a0is\\u00a0exciting!!\\u00a0 Rarely\\u00a0are\\u00a0there\\u00a0two\\u00a0jobs\\u00a0that\\u00a0are\\u00a0the\\u00a0exact\\u00a0same.\\u00a0Figuring\\u00a0out\\u00a0the\\u00a0difficult\\u00a0jobs\\u00a0and\\u00a0then\\u00a0executing\\u00a0a\\u00a0plan\\u00a0perfectly\\u00a0with\\u00a0our\\u00a0team\\u00a0is\\u00a0what\\u00a0it\\u2019s\\u00a0all\\u00a0about.\\u201d<\\/strong>\\u00a0 \\u00a0<\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business<strong>?\\u00a0 \\u00a0 \\u201cDo\\u00a0your\\u00a0work\\u00a0100%.\\u00a0Nothing\\u00a0should\\u00a0be\\u00a0just\\u00a0good\\u00a0enough,\\u00a0complete\\u00a0it\\u00a0to\\u00a0the\\u00a0very\\u00a0best\\u00a0of\\u00a0your\\u00a0ability\\u00a0\\u00a0\\u00a0 and\\u00a0if\\u00a0it\\u00a0is\\u00a0still\\u00a0not\\u00a0perfect,ask\\u00a0for\\u00a0help\\u00a0to\\u00a0make\\u00a0it\\u00a0perfect.\\u00a0Take\\u00a0your\\u00a0time,\\u00a0jobs\\u00a0like\\u00a0these \\u00a0take\\u00a0 time.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0was\\u00a0an\\u00a0MMA\\u00a0fighter\\u00a0for\\u00a0\\u00a0\\u00a0 many\\u00a0years.\\u00a0Currently\\u00a0looking\\u00a0for\\u00a0my\\u00a0next\\u00a0hobby.\\u201d<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"22d24925\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33002c03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"11e32d70\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p3.jpg\",\"id\":680}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"215e6639\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"6d73451b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Gibbons\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d83e4bc\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business<strong>?\\u00a0 \\u201cI\\u00a0have\\u00a0been\\u00a0in\\u00a0the\\u00a0construction\\u00a0industry\\u00a0for\\u00a0over\\u00a020\\u00a0years\\u00a0on\\u00a0both\\u00a0sides\\u00a0of\\u00a0the\\u00a0Atlantic\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>5\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0work\\u00a0with\\u00a0our\\u00a0rigging\\u00a0crews.\\u00a0The\\u00a0guys\\u00a0in\\u00a0the\\u00a0field\\u00a0 are\\u00a0full\\u00a0of\\u00a0knowledge\\u00a0and\\u00a0have\\u00a0precise\\u00a0accuracy\\u00a0when\\u00a0on\\u00a0the\\u00a0job.\\u00a0 It\\u2019s\\u00a0fun\\u00a0to\\u00a0see\\u00a0them\\u00a0put\\u00a0their\\u00a0skills\\u00a0to\\u00a0work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cListen\\u00a0to\\u00a0those\\u00a0who\\u00a0have\\u00a0experience\\u00a0with\\u00a0this\\u00a0kind\\u00a0of\\u00a0work.\\u201d\\u00a0\\u00a0 \\u00a0 <\\/strong><\\/li><li><p>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cFly\\u00a0fishing\\u201d\\u00a0\\u00a0<\\/strong><\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1d25ea62\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"46095625\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4488fc5f\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"6365c069\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31137f5b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"75b17210\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3d5a4ec7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1f82a782\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56e30867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"88ce8c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7c74d794\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6eaca560\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"643468f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5bd4d091\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"What our Customer says?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"6317f90\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"316bfdee\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p class=\\\"subtitle\\\">Don\'t take just our words. Hear what our Customers say.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"text_block_align\":\"center\",\"color_text_block\":\"#666666\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"53cc9869\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ac06bcd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ae3a3e3\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Once you\\u2019ve worked with them, when the next project comes around you just pick up the phone and call them without a second thought.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"We would have no hesitation recommending you to any further customers that you have that may require a reference to the quality of your workmanship.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"630ec990\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"a687e50\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"text\":\"Client Item #2\",\"_id\":\"dcc834e\",\"client_author\":\"Masator\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-02.png\",\"id\":30},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Narosha\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-03.png\",\"id\":31},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ce9a13f\"},{\"text\":\"Client Item #1\",\"_id\":\"bd866ad\",\"client_author\":\"Quare\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-01.png\",\"id\":29},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Electrend.\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-07.png\",\"id\":33},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d47a8ba\"},{\"client_author\":\"Qoloform\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-10.png\",\"id\":34},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d05e2ee\"},{\"client_author\":\"BataStock\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-05.png\",\"id\":32},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"fbd34bb\"}],\"mobile_choose_column\":\"mobile-column-3\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":50,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":8}},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"47add1ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"542ac35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"107d17df\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"747b655d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"79983020\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(3333,760,'_elementor_edit_mode','builder'),(3334,760,'_elementor_template_type','page'),(3335,760,'_elementor_version','2.9.9'),(3336,760,'_wp_page_template','default'),(3337,760,'_elementor_data','[{\"id\":\"38ad7217\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"848d84d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3e8001e1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"6ecb3062\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"47527b71\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"f78f9f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"132328c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd.jpg\",\"id\":663},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"299cd2aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"47ee6b24\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise directs every situation.\\u00a0 We can quickly understand and<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40a83dc8\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"798c60df\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"70f947c0\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"36460f65\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e14b410\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"21fba356\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.025000000000006,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f46aa96\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"63f5b07a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.957999999999998,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c335152\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd2.jpg\",\"id\":672},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1beee1a2\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"34122b18\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"39d76bd1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"5e70432f\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71315510\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"3e0344cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43f712c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd3.png\",\"id\":674},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2d27e965\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"539a353e\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4d784583\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"401f2c17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61f446a7\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"235f19d5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3b54324f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1fd74634\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"51ff8383\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"49ae766b\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"26f1e012\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"23f4d234\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45ce96fc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e07c0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3ecc6101\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"63d29620\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"addb9d7\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f4ad094\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"3a8f1ef1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p1.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2d3238c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"64992ac6\",\"elType\":\"widget\",\"settings\":{\"title\":\"George \\u201cRed\\u201d Gilmartin \\u2010 President\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d6025d8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>43\\u00a0years<\\/strong>\\u00a0<\\/li><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0have\\u00a0owned\\u00a0ARS\\u00a0Contracting,\\u00a0Inc\\u00a0for\\u00a030\\u00a0years\\u201d<\\/strong>\\u00a0<\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0move\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 equipment\\u00a0that\\u00a0is\\u00a0challenging.\\u00a0When\\u00a0I\\u00a0first\\u00a0got\\u00a0into\\u00a0this\\u00a0trade,\\u00a0I\\u00a0was\\u00a0able\\u00a0to\\u00a0see\\u00a0all\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 challenges\\u00a0that\\u00a0made\\u00a0me\\u00a0want\\u00a0to\\u00a0get\\u00a0to\\u00a0 work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cTo\\u00a0think!!\\u00a0Use\\u00a0common\\u00a0sense\\u00a0when\\u00a0approaching\\u00a0any\\u00a0job.\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cReading\\u00a0articles\\u00a0about\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0 business\\u00a0and\\u00a0continuing\\u00a0to\\u00a0educate\\u00a0myself\\u00a0on\\u00a0how\\u00a0to\\u00a0fit\\u00a0this\\u00a0industry\\u00a0into\\u00a0this\\u00a0world\\u00a0that\\u00a0keeps\\u00a0evolving\\u201d\\u00a0\\u00a0\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40cb6013\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17274266\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"76f8c1d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p1.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"7fc26a00\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"422be8e7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ted Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e9f0388\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>25+\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>15\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cI\\u00a0really\\u00a0enjoy\\u00a0knowing\\u00a0that\\u00a0what\\u00a0we\\u00a0do\\u00a0matters.\\u00a0I\\u00a0have\\u00a0the opportunity\\u00a0to\\u00a0be\\u00a0involved\\u00a0in\\u00a0every\\u00a0industry\\/institution,\\u00a0so\\u00a0I\\u00a0am\\u00a0 able\\u00a0to\\u00a0see\\u00a0and\\u00a0be\\u00a0a\\u00a0part\\u00a0of\\u00a0a\\u00a0lot!\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0 business?\\u00a0 <strong>\\u201cLook.\\u00a0Listen.\\u00a0Learn.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cGoing\\u00a0out\\u00a0to\\u00a0eat\\u00a0and\\u00a0spending\\u00a0time\\u00a0with\\u00a0my\\u00a0loud\\u00a0family\\u201d\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4be36bb8\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1f184691\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"7a8f733f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/92.jpg\",\"id\":679}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d184914\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"53a8629d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeromy Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"68307c23\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>22 years full time\\u00a0\\u00a0<\\/strong><\\/li><li><p>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>8\\u00a0months<\\/strong>\\u00a0 \\u00a0<\\/p><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cThe\\u00a0nature\\u00a0of\\u00a0this\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 business\\u00a0is\\u00a0exciting!!\\u00a0 Rarely\\u00a0are\\u00a0there\\u00a0two\\u00a0jobs\\u00a0that\\u00a0are\\u00a0the\\u00a0exact\\u00a0same.\\u00a0Figuring\\u00a0out\\u00a0the\\u00a0difficult\\u00a0jobs\\u00a0and\\u00a0then\\u00a0executing\\u00a0a\\u00a0plan\\u00a0perfectly\\u00a0with\\u00a0our\\u00a0team\\u00a0is\\u00a0what\\u00a0it\\u2019s\\u00a0all\\u00a0about.\\u201d<\\/strong>\\u00a0 \\u00a0<\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business<strong>?\\u00a0 \\u00a0 \\u201cDo\\u00a0your\\u00a0work\\u00a0100%.\\u00a0Nothing\\u00a0should\\u00a0be\\u00a0just\\u00a0good\\u00a0enough,\\u00a0complete\\u00a0it\\u00a0to\\u00a0the\\u00a0very\\u00a0best\\u00a0of\\u00a0your\\u00a0ability\\u00a0\\u00a0\\u00a0 and\\u00a0if\\u00a0it\\u00a0is\\u00a0still\\u00a0not\\u00a0perfect,ask\\u00a0for\\u00a0help\\u00a0to\\u00a0make\\u00a0it\\u00a0perfect.\\u00a0Take\\u00a0your\\u00a0time,\\u00a0jobs\\u00a0like\\u00a0these \\u00a0take\\u00a0 time.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0was\\u00a0an\\u00a0MMA\\u00a0fighter\\u00a0for\\u00a0\\u00a0\\u00a0 many\\u00a0years.\\u00a0Currently\\u00a0looking\\u00a0for\\u00a0my\\u00a0next\\u00a0hobby.\\u201d<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"22d24925\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33002c03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"11e32d70\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p3.jpg\",\"id\":680}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"215e6639\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"6d73451b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Gibbons\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d83e4bc\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business<strong>?\\u00a0 \\u201cI\\u00a0have\\u00a0been\\u00a0in\\u00a0the\\u00a0construction\\u00a0industry\\u00a0for\\u00a0over\\u00a020\\u00a0years\\u00a0on\\u00a0both\\u00a0sides\\u00a0of\\u00a0the\\u00a0Atlantic\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>5\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0work\\u00a0with\\u00a0our\\u00a0rigging\\u00a0crews.\\u00a0The\\u00a0guys\\u00a0in\\u00a0the\\u00a0field\\u00a0 are\\u00a0full\\u00a0of\\u00a0knowledge\\u00a0and\\u00a0have\\u00a0precise\\u00a0accuracy\\u00a0when\\u00a0on\\u00a0the\\u00a0job.\\u00a0 It\\u2019s\\u00a0fun\\u00a0to\\u00a0see\\u00a0them\\u00a0put\\u00a0their\\u00a0skills\\u00a0to\\u00a0work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cListen\\u00a0to\\u00a0those\\u00a0who\\u00a0have\\u00a0experience\\u00a0with\\u00a0this\\u00a0kind\\u00a0of\\u00a0work.\\u201d\\u00a0\\u00a0 \\u00a0 <\\/strong><\\/li><li><p>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cFly\\u00a0fishing\\u201d\\u00a0\\u00a0<\\/strong><\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1d25ea62\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"46095625\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4488fc5f\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"6365c069\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31137f5b\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"75b17210\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3d5a4ec7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1f82a782\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56e30867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"88ce8c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7c74d794\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6eaca560\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"643468f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5bd4d091\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"What our Customer says?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"6317f90\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"316bfdee\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p class=\\\"subtitle\\\">Don\'t take just our words. Hear what our Customers say.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"text_block_align\":\"center\",\"color_text_block\":\"#666666\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"53cc9869\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ac06bcd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ae3a3e3\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Once you\\u2019ve worked with them, when the next project comes around you just pick up the phone and call them without a second thought.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"We would have no hesitation recommending you to any further customers that you have that may require a reference to the quality of your workmanship.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"630ec990\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"a687e50\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"text\":\"Client Item #2\",\"_id\":\"dcc834e\",\"client_author\":\"Masator\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-02.png\",\"id\":30},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Narosha\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-03.png\",\"id\":31},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ce9a13f\"},{\"text\":\"Client Item #1\",\"_id\":\"bd866ad\",\"client_author\":\"Quare\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-01.png\",\"id\":29},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Electrend.\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-07.png\",\"id\":33},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d47a8ba\"},{\"client_author\":\"Qoloform\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-10.png\",\"id\":34},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d05e2ee\"},{\"client_author\":\"BataStock\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-05.png\",\"id\":32},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"fbd34bb\"}],\"mobile_choose_column\":\"mobile-column-3\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":50,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":8}},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"47add1ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"542ac35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"107d17df\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"747b655d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"79983020\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(3338,758,'_elementor_controls_usage','a:10:{s:17:\"gedung-head-title\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:25:\"section_gedung_head_title\";a:13:{s:12:\"choose_style\";i:9;s:9:\"the_title\";i:9;s:27:\"typography_title_typography\";i:9;s:33:\"typography_title_font_size_tablet\";i:7;s:35:\"typography_title_line_height_tablet\";i:6;s:17:\"head_use_subtitle\";i:9;s:5:\"align\";i:2;s:33:\"typography_title_font_size_mobile\";i:3;s:12:\"align_mobile\";i:3;s:26:\"typography_title_font_size\";i:2;s:35:\"typography_title_line_height_mobile\";i:2;s:28:\"typography_title_font_weight\";i:1;s:12:\"align_tablet\";i:1;}s:33:\"section_gedung_head_title_style_2\";a:1:{s:13:\"title_color_2\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:6;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:6:\"weight\";i:8;s:5:\"color\";i:8;s:3:\"gap\";i:8;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:4:{s:5:\"width\";i:8;s:5:\"align\";i:2;s:12:\"width_mobile\";i:2;s:12:\"align_mobile\";i:2;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:8;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:29;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:27;s:16:\"content_position\";i:9;s:19:\"_inline_size_tablet\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:12;s:14:\"padding_tablet\";i:11;s:14:\"padding_mobile\";i:9;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:10;s:6:\"margin\";i:6;s:14:\"padding_tablet\";i:10;s:13:\"margin_mobile\";i:6;s:11:\"css_classes\";i:8;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:10;s:16:\"content_position\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:10;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:6;s:16:\"background_color\";i:6;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:10;s:5:\"align\";i:3;}}}}s:11:\"gedung-text\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:19:\"gedung_text_control\";a:7:{s:11:\"custom_text\";i:10;s:32:\"typography_text_block_typography\";i:6;s:38:\"typography_text_block_font_size_tablet\";i:6;s:40:\"typography_text_block_line_height_tablet\";i:5;s:16:\"text_block_align\";i:1;s:16:\"color_text_block\";i:1;s:23:\"text_block_align_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:4;s:11:\"header_size\";i:4;s:5:\"align\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:3:{s:11:\"title_color\";i:4;s:21:\"typography_typography\";i:4;s:20:\"typography_font_size\";i:4;}}}}s:24:\"gedung-testimonial-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:52:\"section_gedung_testimonial_block_testimonial_setting\";a:1:{s:10:\"testi_item\";i:1;}s:46:\"section_gedung_testimonial_block_image_setting\";a:2:{s:17:\"text_align_tablet\";i:1;s:17:\"text_align_mobile\";i:1;}s:31:\"section_gedung_carousel_options\";a:1:{s:13:\"choose_column\";i:1;}}s:5:\"style\";a:3:{s:51:\"section_gedung_testimonial_block_blockquote_setting\";a:5:{s:21:\"vertical_testi_detail\";i:1;s:44:\"typhography_blockquote_typography_typography\";i:1;s:43:\"typhography_blockquote_typography_font_size\";i:1;s:45:\"typhography_blockquote_typography_line_height\";i:1;s:28:\"typhography_blockquote_color\";i:1;}s:47:\"section_gedung_testimonial_block_author_setting\";a:5:{s:24:\"typhography_author_color\";i:1;s:16:\"author_img_color\";i:1;s:40:\"typhography_author_typography_typography\";i:1;s:39:\"typhography_author_typography_font_size\";i:1;s:41:\"typhography_author_typography_line_height\";i:1;}s:51:\"section_gedung_testimonial_block_author_job_setting\";a:1:{s:22:\"typhography_cite_color\";i:1;}}}}s:19:\"gedung-client-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:27:\"section_gedung_client_block\";a:2:{s:11:\"choose_type\";i:1;s:11:\"client_item\";i:1;}s:28:\"section_gedung_column_client\";a:5:{s:20:\"mobile_choose_column\";i:1;s:17:\"item_padding_size\";i:1;s:24:\"item_padding_size_tablet\";i:1;s:18:\"item_margin_bottom\";i:1;s:24:\"item_padding_size_mobile\";i:1;}s:31:\"section_gedung_carousel_options\";a:1:{s:10:\"column_gap\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:6:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;s:4:\"size\";i:1;s:12:\"align_mobile\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:25:\"button_hover_border_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;}}}}}'),(3339,761,'_edit_lock','1595591383:5'),(3340,761,'_edit_last','5'),(3341,761,'header_style_choice','default'),(3342,761,'_header_style_choice','field_58c7b9d20beeb'),(3343,762,'header_style_choice','default'),(3344,762,'_header_style_choice','field_58c7b9d20beeb'),(3345,761,'_elementor_edit_mode','builder'),(3346,761,'_elementor_template_type','wp-page'),(3347,761,'_elementor_version','2.9.9'),(3358,761,'_wp_page_template','default'),(3359,761,'_elementor_data','[{\"id\":\"15e55129\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"495c78cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"67765f8b\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"5d9a40aa\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64f0aadf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"1225ace3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"686e878f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd.jpg\",\"id\":663},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4cb33e6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ae18aa9\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise directs every situation.\\u00a0 We can quickly understand and<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"42639d8a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2dd239e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2651cca5\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"369dcccd\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dc6cdbc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"602600ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.025000000000006,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f1e9540\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"2497b917\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.957999999999998,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d169a76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd2.jpg\",\"id\":672},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"432c1b4a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3493d0fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4e68e7d0\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"78ccd785\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"631cdbec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"417f5379\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"508701a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd3.png\",\"id\":674},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1cea00e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eaf60e5\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e311816\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"4dc681aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d6fc643\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"5211f7d9\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4898812a\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cf96177\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"76db909e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5aa2c498\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"459f8585\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2a4dd5c3\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d7e0175\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ffa36d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3b4f9c7d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"11025c8a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73ac6622\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2b8a74b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"2fc29a48\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p1.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"64e8d73c\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"5d50c2d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"George \\u201cRed\\u201d Gilmartin \\u2010 President\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"72b25c37\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>43\\u00a0years<\\/strong>\\u00a0<\\/li><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0have\\u00a0owned\\u00a0ARS\\u00a0Contracting,\\u00a0Inc\\u00a0for\\u00a030\\u00a0years\\u201d<\\/strong>\\u00a0<\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0move\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 equipment\\u00a0that\\u00a0is\\u00a0challenging.\\u00a0When\\u00a0I\\u00a0first\\u00a0got\\u00a0into\\u00a0this\\u00a0trade,\\u00a0I\\u00a0was\\u00a0able\\u00a0to\\u00a0see\\u00a0all\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 challenges\\u00a0that\\u00a0made\\u00a0me\\u00a0want\\u00a0to\\u00a0get\\u00a0to\\u00a0 work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cTo\\u00a0think!!\\u00a0Use\\u00a0common\\u00a0sense\\u00a0when\\u00a0approaching\\u00a0any\\u00a0job.\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cReading\\u00a0articles\\u00a0about\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0 business\\u00a0and\\u00a0continuing\\u00a0to\\u00a0educate\\u00a0myself\\u00a0on\\u00a0how\\u00a0to\\u00a0fit\\u00a0this\\u00a0industry\\u00a0into\\u00a0this\\u00a0world\\u00a0that\\u00a0keeps\\u00a0evolving\\u201d\\u00a0\\u00a0\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68c2f5c3\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"62e58858\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"7839803c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p1.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2004e3dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"5f380e28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ted Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c6fec34\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>25+\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>15\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cI\\u00a0really\\u00a0enjoy\\u00a0knowing\\u00a0that\\u00a0what\\u00a0we\\u00a0do\\u00a0matters.\\u00a0I\\u00a0have\\u00a0the opportunity\\u00a0to\\u00a0be\\u00a0involved\\u00a0in\\u00a0every\\u00a0industry\\/institution,\\u00a0so\\u00a0I\\u00a0am\\u00a0 able\\u00a0to\\u00a0see\\u00a0and\\u00a0be\\u00a0a\\u00a0part\\u00a0of\\u00a0a\\u00a0lot!\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0 business?\\u00a0 <strong>\\u201cLook.\\u00a0Listen.\\u00a0Learn.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cGoing\\u00a0out\\u00a0to\\u00a0eat\\u00a0and\\u00a0spending\\u00a0time\\u00a0with\\u00a0my\\u00a0loud\\u00a0family\\u201d\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a7d2d94\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6a6da080\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"58cc53b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/92.jpg\",\"id\":679}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6d08df2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"7262a4a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeromy Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"61163b6f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>22 years full time\\u00a0\\u00a0<\\/strong><\\/li><li><p>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>8\\u00a0months<\\/strong>\\u00a0 \\u00a0<\\/p><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cThe\\u00a0nature\\u00a0of\\u00a0this\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 business\\u00a0is\\u00a0exciting!!\\u00a0 Rarely\\u00a0are\\u00a0there\\u00a0two\\u00a0jobs\\u00a0that\\u00a0are\\u00a0the\\u00a0exact\\u00a0same.\\u00a0Figuring\\u00a0out\\u00a0the\\u00a0difficult\\u00a0jobs\\u00a0and\\u00a0then\\u00a0executing\\u00a0a\\u00a0plan\\u00a0perfectly\\u00a0with\\u00a0our\\u00a0team\\u00a0is\\u00a0what\\u00a0it\\u2019s\\u00a0all\\u00a0about.\\u201d<\\/strong>\\u00a0 \\u00a0<\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business<strong>?\\u00a0 \\u00a0 \\u201cDo\\u00a0your\\u00a0work\\u00a0100%.\\u00a0Nothing\\u00a0should\\u00a0be\\u00a0just\\u00a0good\\u00a0enough,\\u00a0complete\\u00a0it\\u00a0to\\u00a0the\\u00a0very\\u00a0best\\u00a0of\\u00a0your\\u00a0ability\\u00a0\\u00a0\\u00a0 and\\u00a0if\\u00a0it\\u00a0is\\u00a0still\\u00a0not\\u00a0perfect,ask\\u00a0for\\u00a0help\\u00a0to\\u00a0make\\u00a0it\\u00a0perfect.\\u00a0Take\\u00a0your\\u00a0time,\\u00a0jobs\\u00a0like\\u00a0these \\u00a0take\\u00a0 time.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0was\\u00a0an\\u00a0MMA\\u00a0fighter\\u00a0for\\u00a0\\u00a0\\u00a0 many\\u00a0years.\\u00a0Currently\\u00a0looking\\u00a0for\\u00a0my\\u00a0next\\u00a0hobby.\\u201d<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1932ecfb\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46670fa5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"4cfba4f5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p3.jpg\",\"id\":680}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4a7132ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"5d99b35c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Gibbons\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"54ae06d\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business<strong>?\\u00a0 \\u201cI\\u00a0have\\u00a0been\\u00a0in\\u00a0the\\u00a0construction\\u00a0industry\\u00a0for\\u00a0over\\u00a020\\u00a0years\\u00a0on\\u00a0both\\u00a0sides\\u00a0of\\u00a0the\\u00a0Atlantic\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>5\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0work\\u00a0with\\u00a0our\\u00a0rigging\\u00a0crews.\\u00a0The\\u00a0guys\\u00a0in\\u00a0the\\u00a0field\\u00a0 are\\u00a0full\\u00a0of\\u00a0knowledge\\u00a0and\\u00a0have\\u00a0precise\\u00a0accuracy\\u00a0when\\u00a0on\\u00a0the\\u00a0job.\\u00a0 It\\u2019s\\u00a0fun\\u00a0to\\u00a0see\\u00a0them\\u00a0put\\u00a0their\\u00a0skills\\u00a0to\\u00a0work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cListen\\u00a0to\\u00a0those\\u00a0who\\u00a0have\\u00a0experience\\u00a0with\\u00a0this\\u00a0kind\\u00a0of\\u00a0work.\\u201d\\u00a0\\u00a0 \\u00a0 <\\/strong><\\/li><li><p>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cFly\\u00a0fishing\\u201d\\u00a0\\u00a0<\\/strong><\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4d745a1a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"5d0fed67\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6537ca7d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"5f3e9b8b\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7803e5f7\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"5a185061\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2463aab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"784f4c31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17f45afa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"313b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3cc0506a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3382783d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"3600fe44\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1336dba3\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"What our Customer says?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"744e50d0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fbd43c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p class=\\\"subtitle\\\">Don\'t take just our words. Hear what our Customers say.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"text_block_align\":\"center\",\"color_text_block\":\"#666666\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"3b7eff2\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1e884d58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72743f8d\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Once you\\u2019ve worked with them, when the next project comes around you just pick up the phone and call them without a second thought.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"We would have no hesitation recommending you to any further customers that you have that may require a reference to the quality of your workmanship.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"53b67997\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"309ad618\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"text\":\"Client Item #2\",\"_id\":\"dcc834e\",\"client_author\":\"Masator\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-02.png\",\"id\":30},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Narosha\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-03.png\",\"id\":31},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ce9a13f\"},{\"text\":\"Client Item #1\",\"_id\":\"bd866ad\",\"client_author\":\"Quare\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-01.png\",\"id\":29},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Electrend.\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-07.png\",\"id\":33},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d47a8ba\"},{\"client_author\":\"Qoloform\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-10.png\",\"id\":34},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d05e2ee\"},{\"client_author\":\"BataStock\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-05.png\",\"id\":32},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"fbd34bb\"}],\"mobile_choose_column\":\"mobile-column-3\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":50,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":8}},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5127afb6\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"6c05ce4d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"556db58e\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"d014e0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"150eaf9\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(3361,764,'_elementor_edit_mode','builder'),(3362,764,'_elementor_template_type','wp-page'),(3363,764,'_elementor_version','2.9.9'),(3364,764,'_wp_page_template','default'),(3365,764,'_elementor_data','[{\"id\":\"15e55129\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"495c78cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"67765f8b\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"5d9a40aa\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"64f0aadf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"1225ace3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"686e878f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd.jpg\",\"id\":663},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4cb33e6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ae18aa9\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise directs every situation.\\u00a0 We can quickly understand and<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"42639d8a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2dd239e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2651cca5\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"369dcccd\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dc6cdbc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"602600ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.025000000000006,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f1e9540\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"2497b917\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.957999999999998,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d169a76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd2.jpg\",\"id\":672},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"432c1b4a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3493d0fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4e68e7d0\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"78ccd785\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"631cdbec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"417f5379\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"508701a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd3.png\",\"id\":674},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1cea00e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eaf60e5\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e311816\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"4dc681aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3d6fc643\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"5211f7d9\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4898812a\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1cf96177\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"76db909e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5aa2c498\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"459f8585\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2a4dd5c3\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d7e0175\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ffa36d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3b4f9c7d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"11025c8a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73ac6622\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2b8a74b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"2fc29a48\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p1.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"64e8d73c\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"5d50c2d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"George \\u201cRed\\u201d Gilmartin \\u2010 President\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"72b25c37\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>43\\u00a0years<\\/strong>\\u00a0<\\/li><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0have\\u00a0owned\\u00a0ARS\\u00a0Contracting,\\u00a0Inc\\u00a0for\\u00a030\\u00a0years\\u201d<\\/strong>\\u00a0<\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0move\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 equipment\\u00a0that\\u00a0is\\u00a0challenging.\\u00a0When\\u00a0I\\u00a0first\\u00a0got\\u00a0into\\u00a0this\\u00a0trade,\\u00a0I\\u00a0was\\u00a0able\\u00a0to\\u00a0see\\u00a0all\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 challenges\\u00a0that\\u00a0made\\u00a0me\\u00a0want\\u00a0to\\u00a0get\\u00a0to\\u00a0 work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cTo\\u00a0think!!\\u00a0Use\\u00a0common\\u00a0sense\\u00a0when\\u00a0approaching\\u00a0any\\u00a0job.\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cReading\\u00a0articles\\u00a0about\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0 business\\u00a0and\\u00a0continuing\\u00a0to\\u00a0educate\\u00a0myself\\u00a0on\\u00a0how\\u00a0to\\u00a0fit\\u00a0this\\u00a0industry\\u00a0into\\u00a0this\\u00a0world\\u00a0that\\u00a0keeps\\u00a0evolving\\u201d\\u00a0\\u00a0\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68c2f5c3\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"62e58858\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"7839803c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p1.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2004e3dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"5f380e28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ted Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c6fec34\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>25+\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>15\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cI\\u00a0really\\u00a0enjoy\\u00a0knowing\\u00a0that\\u00a0what\\u00a0we\\u00a0do\\u00a0matters.\\u00a0I\\u00a0have\\u00a0the opportunity\\u00a0to\\u00a0be\\u00a0involved\\u00a0in\\u00a0every\\u00a0industry\\/institution,\\u00a0so\\u00a0I\\u00a0am\\u00a0 able\\u00a0to\\u00a0see\\u00a0and\\u00a0be\\u00a0a\\u00a0part\\u00a0of\\u00a0a\\u00a0lot!\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0 business?\\u00a0 <strong>\\u201cLook.\\u00a0Listen.\\u00a0Learn.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cGoing\\u00a0out\\u00a0to\\u00a0eat\\u00a0and\\u00a0spending\\u00a0time\\u00a0with\\u00a0my\\u00a0loud\\u00a0family\\u201d\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a7d2d94\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6a6da080\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"58cc53b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/92.jpg\",\"id\":679}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6d08df2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"7262a4a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeromy Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"61163b6f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>22 years full time\\u00a0\\u00a0<\\/strong><\\/li><li><p>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>8\\u00a0months<\\/strong>\\u00a0 \\u00a0<\\/p><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cThe\\u00a0nature\\u00a0of\\u00a0this\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 business\\u00a0is\\u00a0exciting!!\\u00a0 Rarely\\u00a0are\\u00a0there\\u00a0two\\u00a0jobs\\u00a0that\\u00a0are\\u00a0the\\u00a0exact\\u00a0same.\\u00a0Figuring\\u00a0out\\u00a0the\\u00a0difficult\\u00a0jobs\\u00a0and\\u00a0then\\u00a0executing\\u00a0a\\u00a0plan\\u00a0perfectly\\u00a0with\\u00a0our\\u00a0team\\u00a0is\\u00a0what\\u00a0it\\u2019s\\u00a0all\\u00a0about.\\u201d<\\/strong>\\u00a0 \\u00a0<\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business<strong>?\\u00a0 \\u00a0 \\u201cDo\\u00a0your\\u00a0work\\u00a0100%.\\u00a0Nothing\\u00a0should\\u00a0be\\u00a0just\\u00a0good\\u00a0enough,\\u00a0complete\\u00a0it\\u00a0to\\u00a0the\\u00a0very\\u00a0best\\u00a0of\\u00a0your\\u00a0ability\\u00a0\\u00a0\\u00a0 and\\u00a0if\\u00a0it\\u00a0is\\u00a0still\\u00a0not\\u00a0perfect,ask\\u00a0for\\u00a0help\\u00a0to\\u00a0make\\u00a0it\\u00a0perfect.\\u00a0Take\\u00a0your\\u00a0time,\\u00a0jobs\\u00a0like\\u00a0these \\u00a0take\\u00a0 time.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0was\\u00a0an\\u00a0MMA\\u00a0fighter\\u00a0for\\u00a0\\u00a0\\u00a0 many\\u00a0years.\\u00a0Currently\\u00a0looking\\u00a0for\\u00a0my\\u00a0next\\u00a0hobby.\\u201d<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1932ecfb\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46670fa5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"4cfba4f5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p3.jpg\",\"id\":680}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4a7132ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"5d99b35c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Gibbons\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"54ae06d\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business<strong>?\\u00a0 \\u201cI\\u00a0have\\u00a0been\\u00a0in\\u00a0the\\u00a0construction\\u00a0industry\\u00a0for\\u00a0over\\u00a020\\u00a0years\\u00a0on\\u00a0both\\u00a0sides\\u00a0of\\u00a0the\\u00a0Atlantic\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>5\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0work\\u00a0with\\u00a0our\\u00a0rigging\\u00a0crews.\\u00a0The\\u00a0guys\\u00a0in\\u00a0the\\u00a0field\\u00a0 are\\u00a0full\\u00a0of\\u00a0knowledge\\u00a0and\\u00a0have\\u00a0precise\\u00a0accuracy\\u00a0when\\u00a0on\\u00a0the\\u00a0job.\\u00a0 It\\u2019s\\u00a0fun\\u00a0to\\u00a0see\\u00a0them\\u00a0put\\u00a0their\\u00a0skills\\u00a0to\\u00a0work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cListen\\u00a0to\\u00a0those\\u00a0who\\u00a0have\\u00a0experience\\u00a0with\\u00a0this\\u00a0kind\\u00a0of\\u00a0work.\\u201d\\u00a0\\u00a0 \\u00a0 <\\/strong><\\/li><li><p>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cFly\\u00a0fishing\\u201d\\u00a0\\u00a0<\\/strong><\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4d745a1a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"5d0fed67\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6537ca7d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"5f3e9b8b\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7803e5f7\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"5a185061\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2463aab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"784f4c31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17f45afa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"313b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3cc0506a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3382783d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"3600fe44\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1336dba3\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"What our Customer says?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"744e50d0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fbd43c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p class=\\\"subtitle\\\">Don\'t take just our words. Hear what our Customers say.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"text_block_align\":\"center\",\"color_text_block\":\"#666666\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"3b7eff2\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1e884d58\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72743f8d\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Once you\\u2019ve worked with them, when the next project comes around you just pick up the phone and call them without a second thought.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"We would have no hesitation recommending you to any further customers that you have that may require a reference to the quality of your workmanship.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"53b67997\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"309ad618\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"text\":\"Client Item #2\",\"_id\":\"dcc834e\",\"client_author\":\"Masator\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-02.png\",\"id\":30},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Narosha\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-03.png\",\"id\":31},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ce9a13f\"},{\"text\":\"Client Item #1\",\"_id\":\"bd866ad\",\"client_author\":\"Quare\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-01.png\",\"id\":29},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Electrend.\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-07.png\",\"id\":33},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d47a8ba\"},{\"client_author\":\"Qoloform\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-10.png\",\"id\":34},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d05e2ee\"},{\"client_author\":\"BataStock\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-05.png\",\"id\":32},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"fbd34bb\"}],\"mobile_choose_column\":\"mobile-column-3\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":50,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":8}},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5127afb6\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"6c05ce4d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"556db58e\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"d014e0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"150eaf9\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(3366,761,'_elementor_controls_usage','a:10:{s:17:\"gedung-head-title\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:25:\"section_gedung_head_title\";a:13:{s:12:\"choose_style\";i:9;s:9:\"the_title\";i:9;s:27:\"typography_title_typography\";i:9;s:33:\"typography_title_font_size_tablet\";i:7;s:35:\"typography_title_line_height_tablet\";i:6;s:17:\"head_use_subtitle\";i:9;s:5:\"align\";i:2;s:33:\"typography_title_font_size_mobile\";i:3;s:12:\"align_mobile\";i:3;s:26:\"typography_title_font_size\";i:2;s:35:\"typography_title_line_height_mobile\";i:2;s:28:\"typography_title_font_weight\";i:1;s:12:\"align_tablet\";i:1;}s:33:\"section_gedung_head_title_style_2\";a:1:{s:13:\"title_color_2\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:6;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:6:\"weight\";i:8;s:5:\"color\";i:8;s:3:\"gap\";i:8;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:4:{s:5:\"width\";i:8;s:5:\"align\";i:2;s:12:\"width_mobile\";i:2;s:12:\"align_mobile\";i:2;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:8;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:29;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:27;s:16:\"content_position\";i:9;s:19:\"_inline_size_tablet\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:12;s:14:\"padding_tablet\";i:11;s:14:\"padding_mobile\";i:9;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:10;s:6:\"margin\";i:6;s:14:\"padding_tablet\";i:10;s:13:\"margin_mobile\";i:6;s:11:\"css_classes\";i:8;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:10;s:16:\"content_position\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:10;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:6;s:16:\"background_color\";i:6;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:10;s:5:\"align\";i:3;}}}}s:11:\"gedung-text\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:19:\"gedung_text_control\";a:7:{s:11:\"custom_text\";i:10;s:32:\"typography_text_block_typography\";i:6;s:38:\"typography_text_block_font_size_tablet\";i:6;s:40:\"typography_text_block_line_height_tablet\";i:5;s:16:\"text_block_align\";i:1;s:16:\"color_text_block\";i:1;s:23:\"text_block_align_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:4;s:11:\"header_size\";i:4;s:5:\"align\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:3:{s:11:\"title_color\";i:4;s:21:\"typography_typography\";i:4;s:20:\"typography_font_size\";i:4;}}}}s:24:\"gedung-testimonial-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:52:\"section_gedung_testimonial_block_testimonial_setting\";a:1:{s:10:\"testi_item\";i:1;}s:46:\"section_gedung_testimonial_block_image_setting\";a:2:{s:17:\"text_align_tablet\";i:1;s:17:\"text_align_mobile\";i:1;}s:31:\"section_gedung_carousel_options\";a:1:{s:13:\"choose_column\";i:1;}}s:5:\"style\";a:3:{s:51:\"section_gedung_testimonial_block_blockquote_setting\";a:5:{s:21:\"vertical_testi_detail\";i:1;s:44:\"typhography_blockquote_typography_typography\";i:1;s:43:\"typhography_blockquote_typography_font_size\";i:1;s:45:\"typhography_blockquote_typography_line_height\";i:1;s:28:\"typhography_blockquote_color\";i:1;}s:47:\"section_gedung_testimonial_block_author_setting\";a:5:{s:24:\"typhography_author_color\";i:1;s:16:\"author_img_color\";i:1;s:40:\"typhography_author_typography_typography\";i:1;s:39:\"typhography_author_typography_font_size\";i:1;s:41:\"typhography_author_typography_line_height\";i:1;}s:51:\"section_gedung_testimonial_block_author_job_setting\";a:1:{s:22:\"typhography_cite_color\";i:1;}}}}s:19:\"gedung-client-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:27:\"section_gedung_client_block\";a:2:{s:11:\"choose_type\";i:1;s:11:\"client_item\";i:1;}s:28:\"section_gedung_column_client\";a:5:{s:20:\"mobile_choose_column\";i:1;s:17:\"item_padding_size\";i:1;s:24:\"item_padding_size_tablet\";i:1;s:18:\"item_margin_bottom\";i:1;s:24:\"item_padding_size_mobile\";i:1;}s:31:\"section_gedung_carousel_options\";a:1:{s:10:\"column_gap\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:6:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;s:4:\"size\";i:1;s:12:\"align_mobile\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:25:\"button_hover_border_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;}}}}}'),(3367,761,'_elementor_css','a:5:{s:4:\"time\";i:1593786424;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3368,765,'_wp_page_template','template/page-builder-template.php'),(3369,765,'_elementor_edit_mode','builder'),(3370,765,'_elementor_version','2.9.9'),(3371,765,'_elementor_data','[{\"id\":\"a585672\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c266d44\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c11fa77\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"INDUSTRIES\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_margin_bottom\":\"\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"2b4508f\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"%\",\"size\":8},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":15},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"af38339\",\"elType\":\"widget\",\"settings\":{\"color_text_block\":\"#666666\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":22},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"a997f35\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[gedung_industries]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4534fa0\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"e36a2d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40207fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rigging\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f1501b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"72fb049\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">When you have machinery that needs to be relocated, lifted or installed, call on the company with<\\/span>\\u00a0<span style=\\\"font-weight: 400;\\\">rigging and <\\/span><span style=\\\"font-weight: 400;\\\">machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">expertise. ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. <\\/span><span style=\\\"font-weight: 400;\\\">professionals have the experience and innovative solutions to solve the most complex problems. Plus, we\\u2019ll <\\/span><span style=\\\"font-weight: 400;\\\">keep our focus on safety, timelines and budget. We rig, move and set equipment every day \\u2013 it\\u2019s the only work we do! Contact us and learn why some of the biggest companies in the U.S. rely on us for all of their moves.\\u00a0\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fcdad8d\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"f0b7eda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c4c8843\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rigging, Machinery Moving & Installation\\n\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1551c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7608e48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Rigging and m<\\/span><span style=\\\"font-weight: 400;\\\">oving machinery <\\/span><span style=\\\"font-weight: 400;\\\">requires a unique set of skills. And this is exactly what we focus on. We\\u2019ll develop a plan, timeline and engage<\\/span>\\u00a0<span style=\\\"font-weight: 400;\\\">a <\\/span><span style=\\\"font-weight: 400;\\\">skilled team and essential equipment to get the job done smoothly. When large equipment must fit into tight spaces, we have the expertise and foresight to identify potential challenges and we develop a process to ensure success with minimal complications. From data centers, to healthcare facilities, public buildings, manufacturing facilities and beyond, we have the innovative solutions, equipment and certified talent to get the job done.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce883c7\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"ab27ddb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb5b411\",\"elType\":\"widget\",\"settings\":{\"title\":\"Heavy Lifting & Erecting\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65359a4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5e1345a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">A thorough analysis and detailed plan of action are a \\u201cmust\\u201d when lifting and erecting large equipment. Our <\\/span><span style=\\\"font-weight: 400;\\\">team <\\/span><span style=\\\"font-weight: 400;\\\">develop<\\/span><span style=\\\"font-weight: 400;\\\">s<\\/span><span style=\\\"font-weight: 400;\\\"> the solutions to overcome space and time challenges. Then, <\\/span><span style=\\\"font-weight: 400;\\\">planning turns into action, and our <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers <\\/span><span style=\\\"font-weight: 400;\\\">team executes every detail in a professional manner to ensure the project is done right the first time, safely and efficiently.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0ff355\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"a2be008\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"18ea389\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hauling & Jobsite Delivery\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3cc63b0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"42160cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our team engages the right vehicles to deliver your equipment safely to your destination across the U.S.\\u00a0<\\/span><\\/p><ul><li><span style=\\\"font-weight: 400;\\\">VEHICLES:<\\/span><ul><li><span style=\\\"font-weight: 400;\\\">Flatbeds<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Step Decks<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Double Drops \\u2013 Expandable & RGNs<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Tilt Beds - Trailers<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Straight Trucks \\u2013 12\\u2019 to 24\\u2019<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Vans \\u2013 48-53 Logistics<\\/span><\\/li><\\/ul><\\/li><\\/ul><p>\\u00a0<\\/p><ul><li>OTHER SERVICES WE PROVIDE:<ul><li><span style=\\\"font-weight: 400;\\\">Over Dimensional Loads<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Heavy Hauling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">LTL (Less than truckload)<\\/span><\\/li><\\/ul><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"82ab355\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"0d8dd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"30e6f57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Storage & Preservation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a04d14\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4fc24fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our <\\/span><span style=\\\"font-weight: 400;\\\">warehouse provides great value for customers because it allows us to receive equipment from across the country to be assembled in one location, then moved to the final destination. Our facility is centrally located and provides indoor and outdoor storage space. The warehouse is heated, under video surveillance and is equipped with fire alarms, docks, <\\/span><span style=\\\"font-weight: 400;\\\">and ground doors. The outside storage area is fenced, locked and under video surveillance. Allowing quick, easy access to Chicago and the suburbs, we\\u2019re located near O\\u2019Hare Airport<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddf392d\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2178868\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6893612\",\"elType\":\"widget\",\"settings\":{\"title\":\"Plant Relocation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bd8124\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"372fde6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Moving a plant involves precision planning, access to the best equipment and talent and flexibility to quickly adjust to any changes. We start with a consultation to fully understand the customer\\u2019s goals, along with the current and future facilities. Then, we develop a detailed plan of action to ensure every aspect of the move is thoroughly outlined and then implemented in the most efficient and cost-effective manner. From small to large size plants, we have the experience to implement the move quickly and safely.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">\\u00a0Unlike other moving contractors, our comprehensive proposals include costs for rigging, moving, electrical, piping, mechanical, millwright work, transportation and storage.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our moving services include:<\\/span><\\/p><ul><li><span style=\\\"font-weight: 400;\\\">Lay out floors of new location<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Dismantling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Moving of common stock inventory<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Hauling\\/transportation<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Assembling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Alignment<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Leveling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Anchoring<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Grouting<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Fabrication\\/modification as requested<\\/span><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a0aef0b\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"dba8281\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"05f84cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Millwright Services\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"98d9428\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4927f9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our Millwrights are highly skilled at executing <\\/span><span style=\\\"font-weight: 400;\\\">another <\\/span><span style=\\\"font-weight: 400;\\\">type of <\\/span><span style=\\\"font-weight: 400;\\\">operation <\\/span><span style=\\\"font-weight: 400;\\\">from layout, dismantling, <\\/span><span style=\\\"font-weight: 400;\\\">installing, assembling, leveling, anchoring, grouting and fabricating<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span> <span style=\\\"font-weight: 400;\\\">Our team will help your business avoid downtime and keep all aspects of your operation running smoothly.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"412bebc\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"ead261f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"06edbd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consultation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f22ef8\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"093c704\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our team of <\\/span><span style=\\\"font-weight: 400;\\\">professionals <\\/span><span style=\\\"font-weight: 400;\\\">provides us with the talent necessary to analyze and advise on any potential lifting or rigging challenge that you have. It takes years of experience with large and small projects, plus a dedication to continually learning the industry trends and new technologies to enable an individual to comprehend and plan for the many details involved in complex projects. These are the people we hire at ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc<\\/span><span style=\\\"font-weight: 400;\\\">. <\\/span><span style=\\\"font-weight: 400;\\\">T<\\/span><span style=\\\"font-weight: 400;\\\">hese are the people you can depend on for complete project management<\\/span><span style=\\\"font-weight: 400;\\\">, <\\/span><span style=\\\"font-weight: 400;\\\">or consultation on the best process and resources for the job.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cfa5bf9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"10b935a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"89aca30\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0873ffb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3f0a453c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#2B4D7B\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6900af55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.710999999999999,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2433e0fb\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Need our expertise for a job?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":35},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":31},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"4ef8c81b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.289000000000001,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6296e83\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"right\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(3372,765,'_elementor_template_type','wp-post'),(3373,765,'_elementor_css','a:5:{s:4:\"time\";i:1593780432;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3386,767,'_wp_page_template','template/page-builder-template.php'),(3387,767,'_elementor_edit_mode','builder'),(3388,767,'_elementor_version','2.9.9'),(3389,767,'_elementor_data','[{\"id\":\"a585672\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c266d44\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c11fa77\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"SERVICES\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_margin_bottom\":\"\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"2b4508f\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"%\",\"size\":8},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":15},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"af38339\",\"elType\":\"widget\",\"settings\":{\"color_text_block\":\"#666666\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":22},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"3ff7e63\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"-1\",\"width\":\"1200\",\"height\":\"800\",\"caption_horizontal\":{\"unit\":\"%\",\"size\":52},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":10,\"use_padding\":\"use\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"choose_column\":\"3\",\"filter_align\":\"center\",\"margin_bottom_tablet\":10,\"padding_size_tablet\":{\"unit\":\"px\",\"size\":10},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"typography_portfolio_title_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_portfolio_title_line_height\":{\"unit\":\"px\",\"size\":30},\"title_margin_bottom\":10,\"title_margin_bottom_tablet\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"typography_portfolio_category_line_height\":{\"unit\":\"px\",\"size\":22},\"filter_padding_size_mobile\":{\"unit\":\"px\",\"size\":20},\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"load_style\":\"style-3\",\"load_style2_bg_hov_color\":\"#f7c51e\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4534fa0\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"e36a2d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40207fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rigging\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f1501b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"72fb049\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">When you have machinery that needs to be relocated, lifted or installed, call on the company with<\\/span>\\u00a0<span style=\\\"font-weight: 400;\\\">rigging and <\\/span><span style=\\\"font-weight: 400;\\\">machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">expertise. ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. <\\/span><span style=\\\"font-weight: 400;\\\">professionals have the experience and innovative solutions to solve the most complex problems. Plus, we\\u2019ll <\\/span><span style=\\\"font-weight: 400;\\\">keep our focus on safety, timelines and budget. We rig, move and set equipment every day \\u2013 it\\u2019s the only work we do! Contact us and learn why some of the biggest companies in the U.S. rely on us for all of their moves.\\u00a0\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fcdad8d\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"f0b7eda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c4c8843\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rigging, Machinery Moving & Installation\\n\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1551c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7608e48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Rigging and m<\\/span><span style=\\\"font-weight: 400;\\\">oving machinery <\\/span><span style=\\\"font-weight: 400;\\\">requires a unique set of skills. And this is exactly what we focus on. We\\u2019ll develop a plan, timeline and engage<\\/span>\\u00a0<span style=\\\"font-weight: 400;\\\">a <\\/span><span style=\\\"font-weight: 400;\\\">skilled team and essential equipment to get the job done smoothly. When large equipment must fit into tight spaces, we have the expertise and foresight to identify potential challenges and we develop a process to ensure success with minimal complications. From data centers, to healthcare facilities, public buildings, manufacturing facilities and beyond, we have the innovative solutions, equipment and certified talent to get the job done.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce883c7\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"ab27ddb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb5b411\",\"elType\":\"widget\",\"settings\":{\"title\":\"Heavy Lifting & Erecting\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65359a4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5e1345a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">A thorough analysis and detailed plan of action are a \\u201cmust\\u201d when lifting and erecting large equipment. Our <\\/span><span style=\\\"font-weight: 400;\\\">team <\\/span><span style=\\\"font-weight: 400;\\\">develop<\\/span><span style=\\\"font-weight: 400;\\\">s<\\/span><span style=\\\"font-weight: 400;\\\"> the solutions to overcome space and time challenges. Then, <\\/span><span style=\\\"font-weight: 400;\\\">planning turns into action, and our <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers <\\/span><span style=\\\"font-weight: 400;\\\">team executes every detail in a professional manner to ensure the project is done right the first time, safely and efficiently.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0ff355\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"a2be008\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"18ea389\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hauling & Jobsite Delivery\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3cc63b0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"42160cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our team engages the right vehicles to deliver your equipment safely to your destination across the U.S.\\u00a0<\\/span><\\/p><ul><li><span style=\\\"font-weight: 400;\\\">VEHICLES:<\\/span><ul><li><span style=\\\"font-weight: 400;\\\">Flatbeds<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Step Decks<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Double Drops \\u2013 Expandable & RGNs<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Tilt Beds - Trailers<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Straight Trucks \\u2013 12\\u2019 to 24\\u2019<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Vans \\u2013 48-53 Logistics<\\/span><\\/li><\\/ul><\\/li><\\/ul><p>\\u00a0<\\/p><ul><li>OTHER SERVICES WE PROVIDE:<ul><li><span style=\\\"font-weight: 400;\\\">Over Dimensional Loads<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Heavy Hauling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">LTL (Less than truckload)<\\/span><\\/li><\\/ul><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"82ab355\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"0d8dd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"30e6f57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Storage & Preservation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a04d14\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4fc24fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our <\\/span><span style=\\\"font-weight: 400;\\\">warehouse provides great value for customers because it allows us to receive equipment from across the country to be assembled in one location, then moved to the final destination. Our facility is centrally located and provides indoor and outdoor storage space. The warehouse is heated, under video surveillance and is equipped with fire alarms, docks, <\\/span><span style=\\\"font-weight: 400;\\\">and ground doors. The outside storage area is fenced, locked and under video surveillance. Allowing quick, easy access to Chicago and the suburbs, we\\u2019re located near O\\u2019Hare Airport<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddf392d\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2178868\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6893612\",\"elType\":\"widget\",\"settings\":{\"title\":\"Plant Relocation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bd8124\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"372fde6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Moving a plant involves precision planning, access to the best equipment and talent and flexibility to quickly adjust to any changes. We start with a consultation to fully understand the customer\\u2019s goals, along with the current and future facilities. Then, we develop a detailed plan of action to ensure every aspect of the move is thoroughly outlined and then implemented in the most efficient and cost-effective manner. From small to large size plants, we have the experience to implement the move quickly and safely.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">\\u00a0Unlike other moving contractors, our comprehensive proposals include costs for rigging, moving, electrical, piping, mechanical, millwright work, transportation and storage.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our moving services include:<\\/span><\\/p><ul><li><span style=\\\"font-weight: 400;\\\">Lay out floors of new location<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Dismantling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Moving of common stock inventory<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Hauling\\/transportation<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Assembling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Alignment<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Leveling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Anchoring<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Grouting<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Fabrication\\/modification as requested<\\/span><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a0aef0b\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"dba8281\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"05f84cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Millwright Services\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"98d9428\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4927f9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our Millwrights are highly skilled at executing <\\/span><span style=\\\"font-weight: 400;\\\">another <\\/span><span style=\\\"font-weight: 400;\\\">type of <\\/span><span style=\\\"font-weight: 400;\\\">operation <\\/span><span style=\\\"font-weight: 400;\\\">from layout, dismantling, <\\/span><span style=\\\"font-weight: 400;\\\">installing, assembling, leveling, anchoring, grouting and fabricating<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span> <span style=\\\"font-weight: 400;\\\">Our team will help your business avoid downtime and keep all aspects of your operation running smoothly.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"412bebc\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"ead261f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"06edbd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consultation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f22ef8\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"093c704\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our team of <\\/span><span style=\\\"font-weight: 400;\\\">professionals <\\/span><span style=\\\"font-weight: 400;\\\">provides us with the talent necessary to analyze and advise on any potential lifting or rigging challenge that you have. It takes years of experience with large and small projects, plus a dedication to continually learning the industry trends and new technologies to enable an individual to comprehend and plan for the many details involved in complex projects. These are the people we hire at ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc<\\/span><span style=\\\"font-weight: 400;\\\">. <\\/span><span style=\\\"font-weight: 400;\\\">T<\\/span><span style=\\\"font-weight: 400;\\\">hese are the people you can depend on for complete project management<\\/span><span style=\\\"font-weight: 400;\\\">, <\\/span><span style=\\\"font-weight: 400;\\\">or consultation on the best process and resources for the job.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cfa5bf9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"10b935a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"89aca30\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0873ffb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3f0a453c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#2B4D7B\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6900af55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.710999999999999,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2433e0fb\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Need our expertise for a job?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":35},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":31},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"4ef8c81b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.289000000000001,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6296e83\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"right\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(3390,767,'_elementor_template_type','wp-post'),(3391,767,'_elementor_css','a:5:{s:4:\"time\";i:1593774687;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3394,203,'_wp_old_slug','barco-villa'),(3395,207,'_wp_old_slug','jacob-villa'),(3396,205,'_wp_old_slug','katora-villa'),(3397,197,'_wp_old_slug','gobang-building'),(3398,190,'_wp_old_slug','taruma-villa'),(3399,768,'_elementor_edit_mode','builder'),(3400,768,'_elementor_template_type','section'),(3401,768,'_elementor_version','2.9.9'),(3402,769,'_elementor_edit_mode','builder'),(3403,769,'_elementor_template_type','section'),(3404,769,'_elementor_version','2.9.9'),(3405,768,'_wp_page_template','default'),(3406,768,'_elementor_data','[{\"id\":\"3a5b85b9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#2B4D7B\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"34ca394d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.710999999999999,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e4a229c\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Need our expertise for a job?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":35},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":31},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"749abac6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.289000000000001,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ed4877\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"right\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(3407,770,'_elementor_edit_mode','builder'),(3408,770,'_elementor_template_type','section'),(3409,770,'_elementor_version','2.9.9'),(3410,770,'_wp_page_template','default'),(3411,770,'_elementor_data','[{\"id\":\"3a5b85b9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#2B4D7B\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"34ca394d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.710999999999999,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e4a229c\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Need our expertise for a job?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":35},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":31},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"749abac6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.289000000000001,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ed4877\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"right\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(3412,768,'_elementor_controls_usage','a:4:{s:17:\"gedung-head-title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:25:\"section_gedung_head_title\";a:9:{s:12:\"choose_style\";i:1;s:9:\"the_title\";i:1;s:27:\"typography_title_typography\";i:1;s:26:\"typography_title_font_size\";i:1;s:28:\"typography_title_font_weight\";i:1;s:17:\"head_use_subtitle\";i:1;s:12:\"align_tablet\";i:1;s:33:\"typography_title_font_size_mobile\";i:1;s:35:\"typography_title_line_height_mobile\";i:1;}s:33:\"section_gedung_head_title_style_2\";a:1:{s:13:\"title_color_2\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:2;s:19:\"_inline_size_tablet\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:14:\"padding_mobile\";i:1;s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;s:4:\"size\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:25:\"button_hover_border_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}s:14:\"section_layout\";a:1:{s:3:\"gap\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;}}}}}'),(3414,772,'_thumbnail_id','393'),(3415,772,'_elementor_edit_mode','builder'),(3416,772,'_elementor_template_type','wp-post'),(3417,772,'_elementor_version','2.9.9'),(3418,772,'_wp_page_template','default'),(3419,439,'_elementor_data','[{\"id\":\"68fd4428\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"48f1c0dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"10a77fcb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We completed moves of high value works of art and museum installations, plus zoo exhibits for organizations across the country.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our team is accustomed to these unique moves and focuses on preplanning and attention to details, which results in the lowest impact to the environment and the staff and visitors. Call us today to put our expertise to work \\u2013 <a href=\\\"tel:800-358-8444\\\"><strong>800-358-8444.<\\/strong><\\/a><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5011f94\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"css_classes\":\"ind-sub-img mech-img\"},\"elements\":[{\"id\":\"a76ec71\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c71e90e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/i5.png\",\"id\":994}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"13d275c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"67794b6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/i6.png\",\"id\":995}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93859ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"css_classes\":\"ind-sub-img mech-img\"},\"elements\":[{\"id\":\"356f8f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9592746\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/05\\/musem-zoo-specialty-scaled.jpg\",\"id\":1064}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6fd3b99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4046177\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/05\\/Zoo-NO-WATERMARKS-Depositphotos_66161830_l-2015.jpg\",\"id\":1065}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(3420,773,'_thumbnail_id','393'),(3421,773,'_elementor_edit_mode','builder'),(3422,773,'_elementor_template_type','wp-post'),(3423,773,'_elementor_version','2.9.9'),(3424,773,'_wp_page_template','default'),(3425,773,'_elementor_data','[{\"id\":\"68fd4428\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"48f1c0dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"10a77fcb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We completed moves of high value works of art and museum installations, plus zoo exhibits for organizations across the country.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b55daa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#2B4D7B\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"58c1be65\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.710999999999999,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1b7f814a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Need our expertise for a job?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":35},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":31},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"7f5c4ca8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.289000000000001,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7cb9721\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"right\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b8d3538\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3b6a1e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"89f20c1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"21e54b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(3428,774,'_thumbnail_id','393'),(3429,774,'_elementor_edit_mode','builder'),(3430,774,'_elementor_template_type','wp-post'),(3431,774,'_elementor_version','2.9.9'),(3432,774,'_wp_page_template','default'),(3433,774,'_elementor_data','[{\"id\":\"68fd4428\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"48f1c0dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"10a77fcb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We completed moves of high value works of art and museum installations, plus zoo exhibits for organizations across the country.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b55daa\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#2B4D7B\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"58c1be65\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.710999999999999,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1b7f814a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Need our expertise for a job?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":35},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":31},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"7f5c4ca8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.289000000000001,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7cb9721\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"right\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b8d3538\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3b6a1e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"89f20c1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"21e54b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(3434,774,'_elementor_css','a:5:{s:4:\"time\";i:1593787957;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3435,775,'_thumbnail_id','393'),(3436,775,'_elementor_edit_mode','builder'),(3437,775,'_elementor_template_type','wp-post'),(3438,775,'_elementor_version','2.9.9'),(3439,775,'_wp_page_template','default'),(3440,775,'_elementor_data','[{\"id\":\"68fd4428\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"48f1c0dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"10a77fcb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We completed moves of high value works of art and museum installations, plus zoo exhibits for organizations across the country.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3441,775,'_elementor_css','a:5:{s:4:\"time\";i:1593787957;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3444,776,'mcc_copied','1'),(3445,776,'_wp_page_template','default'),(3446,776,'_thumbnail_id','425'),(3447,776,'_elementor_edit_mode','builder'),(3448,776,'_elementor_template_type','wp-post'),(3449,776,'_elementor_version','2.9.9'),(3450,776,'_elementor_data','[{\"id\":\"3f1f5281\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"502ddebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5172ddc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Suspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\\n<blockquote>Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae.<\\/blockquote>\\nVivamus pulvinar urna nec ipsum interdum blandit. Phasellus molestie feugiat hendrerit. Interdum et malesuada fames ac ante ipsum primis in faucibus. Suspendisse ut dapibus elit. Vivamus dui justo, dapibus nec fermentum sodales, convallis a nisi. Nullam auctor ante metus, eu lacinia mauris hendrerit a. Donec maximus porta turpis non venenatis. Pellentesque quis odio nec ex vestibulum ornare vel at erat. Vestibulum fringilla mauris quis mi pellentesque, a convallis turpis cursus. Praesent molestie, arcu vel faucibus tristique, erat lorem interdum libero, eget maximus mauris augue sed quam. Duis sit amet fringilla felis. Phasellus eget eros vitae dui finibus tincidunt vitae non sapien. Aliquam erat volutpat. Praesent volutpat, nibh eget viverra tristique, odio dolor iaculis elit, eget tincidunt felis arcu nec lectus. Nulla fermentum lorem a massa laoreet, non tincidunt dolor scelerisque.\\n\\n<img class=\\\"size-medium wp-image-6 alignleft\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/blog-5-1-300x200.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"200\\\">Aenean faucibus libero ultrices tincidunt pretium. Vestibulum id mi eget massa scelerisque facilisis vel semper nisl. Mauris pulvinar scelerisque fringilla. Ut eu mauris aliquet, mattis sem eleifend, vehicula massa. Nullam sit amet condimentum urna, a convallis nibh. Nulla at porttitor nulla. In hac habitasse platea dictumst. Donec ut pretium eros, eget condimentum augue. Vivamus venenatis leo sed dolor mattis imperdiet.\\n\\nProin in orci quis elit blandit imperdiet ut eu enim. Nulla mattis arcu eget nisi eleifend, non pellentesque augue mollis. Ut mauris ligula, interdum sed lobortis eu, fermentum vel neque. Maecenas facilisis erat quis augue fermentum vestibulum. Aenean vel sem ac tellus luctus efficitur. Mauris ultrices non libero eget auctor. Mauris rhoncus, risus ac dapibus rhoncus, dui purus ultrices lorem, efficitur gravida elit turpis quis metus.\\n\\nSed varius eros eu lorem condimentum, ac rutrum ex pharetra. Integer vitae tincidunt ipsum, vitae lacinia lacus. Aenean ac maximus eros, eu posuere erat. Sed efficitur magna vitae erat vehicula elementum. Ut cursus purus id tellus volutpat tempus. Mauris lacus eros, fermentum vitae congue volutpat, tincidunt non risus. Quisque at mollis nibh. Nulla aliquet placerat mollis. Morbi luctus porttitor ultricies. Phasellus ullamcorper in arcu ut ultricies. Donec odio nisl, iaculis eget odio id, tempor pulvinar justo. Phasellus sit amet dolor sit amet neque ultrices posuere sed nec neque. Pellentesque cursus varius sagittis. Duis placerat porta risus ac sagittis.\\n\\n<img class=\\\"aligncenter wp-image-5 size-full\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/blog-4-1.jpg\\\" alt=\\\"\\\" width=\\\"1200\\\" height=\\\"800\\\">\\n\\nUt tempus malesuada neque, laoreet ornare magna vehicula a. Curabitur augue nibh, faucibus id faucibus in, tincidunt et justo. Nulla facilisis tempus ligula ut venenatis. Donec diam felis, volutpat maximus viverra quis, maximus a leo. Quisque vestibulum tortor justo. Nullam nec venenatis urna, vel suscipit massa. Proin sed rutrum magna, sed blandit lacus. Donec dolor risus, tempor et ipsum vel, convallis vehicula urna. Sed vel elit accumsan diam condimentum finibus vel sollicitudin risus. Nunc a venenatis mi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed sed tellus urna. Sed hendrerit a justo ac sodales.\\n\\n<img class=\\\"size-medium wp-image-10 alignright\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image3-1-300x200.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"200\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut suscipit odio ante, id dapibus elit condimentum vitae. Maecenas eget orci vitae enim accumsan mollis. In congue nunc velit, sit amet eleifend velit cursus vitae. Morbi lorem massa, lobortis id bibendum et, rhoncus porttitor tortor. Aenean eget orci pulvinar, tincidunt neque quis, aliquam lectus. Etiam nec malesuada tortor. Sed id condimentum turpis. Quisque non fermentum est. Integer lobortis turpis a justo dignissim, sit amet accumsan sem pulvinar. Morbi mollis vitae libero in rhoncus. Vestibulum at arcu faucibus, congue diam sit amet, viverra velit. Sed rutrum urna ut dolor dignissim suscipit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Maecenas ultrices justo metus, quis facilisis justo interdum nec. Donec luctus ligula elit, eget varius urna sodales at. Mauris enim risus, cursus at nulla eget, mattis imperdiet orci.\\n\\nSuspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3451,776,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(3452,776,'_elementor_css','a:6:{s:4:\"time\";i:1592509819;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(3453,776,'_wp_old_slug','suspendisse-eget-ullamcorper-turpis-donec'),(3454,776,'_dp_original','329'),(3455,776,'_edit_last','5'),(3457,777,'_wp_page_template','default'),(3458,777,'_thumbnail_id','425'),(3459,777,'_elementor_edit_mode','builder'),(3460,777,'_elementor_template_type','wp-post'),(3461,777,'_elementor_version','2.9.9'),(3462,777,'_elementor_data','[{\"id\":\"3f1f5281\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"502ddebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5172ddc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Suspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\\n<blockquote>Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae.<\\/blockquote>\\nVivamus pulvinar urna nec ipsum interdum blandit. Phasellus molestie feugiat hendrerit. Interdum et malesuada fames ac ante ipsum primis in faucibus. Suspendisse ut dapibus elit. Vivamus dui justo, dapibus nec fermentum sodales, convallis a nisi. Nullam auctor ante metus, eu lacinia mauris hendrerit a. Donec maximus porta turpis non venenatis. Pellentesque quis odio nec ex vestibulum ornare vel at erat. Vestibulum fringilla mauris quis mi pellentesque, a convallis turpis cursus. Praesent molestie, arcu vel faucibus tristique, erat lorem interdum libero, eget maximus mauris augue sed quam. Duis sit amet fringilla felis. Phasellus eget eros vitae dui finibus tincidunt vitae non sapien. Aliquam erat volutpat. Praesent volutpat, nibh eget viverra tristique, odio dolor iaculis elit, eget tincidunt felis arcu nec lectus. Nulla fermentum lorem a massa laoreet, non tincidunt dolor scelerisque.\\n\\n<img class=\\\"size-medium wp-image-6 alignleft\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/blog-5-1-300x200.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"200\\\">Aenean faucibus libero ultrices tincidunt pretium. Vestibulum id mi eget massa scelerisque facilisis vel semper nisl. Mauris pulvinar scelerisque fringilla. Ut eu mauris aliquet, mattis sem eleifend, vehicula massa. Nullam sit amet condimentum urna, a convallis nibh. Nulla at porttitor nulla. In hac habitasse platea dictumst. Donec ut pretium eros, eget condimentum augue. Vivamus venenatis leo sed dolor mattis imperdiet.\\n\\nProin in orci quis elit blandit imperdiet ut eu enim. Nulla mattis arcu eget nisi eleifend, non pellentesque augue mollis. Ut mauris ligula, interdum sed lobortis eu, fermentum vel neque. Maecenas facilisis erat quis augue fermentum vestibulum. Aenean vel sem ac tellus luctus efficitur. Mauris ultrices non libero eget auctor. Mauris rhoncus, risus ac dapibus rhoncus, dui purus ultrices lorem, efficitur gravida elit turpis quis metus.\\n\\nSed varius eros eu lorem condimentum, ac rutrum ex pharetra. Integer vitae tincidunt ipsum, vitae lacinia lacus. Aenean ac maximus eros, eu posuere erat. Sed efficitur magna vitae erat vehicula elementum. Ut cursus purus id tellus volutpat tempus. Mauris lacus eros, fermentum vitae congue volutpat, tincidunt non risus. Quisque at mollis nibh. Nulla aliquet placerat mollis. Morbi luctus porttitor ultricies. Phasellus ullamcorper in arcu ut ultricies. Donec odio nisl, iaculis eget odio id, tempor pulvinar justo. Phasellus sit amet dolor sit amet neque ultrices posuere sed nec neque. Pellentesque cursus varius sagittis. Duis placerat porta risus ac sagittis.\\n\\n<img class=\\\"aligncenter wp-image-5 size-full\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/blog-4-1.jpg\\\" alt=\\\"\\\" width=\\\"1200\\\" height=\\\"800\\\">\\n\\nUt tempus malesuada neque, laoreet ornare magna vehicula a. Curabitur augue nibh, faucibus id faucibus in, tincidunt et justo. Nulla facilisis tempus ligula ut venenatis. Donec diam felis, volutpat maximus viverra quis, maximus a leo. Quisque vestibulum tortor justo. Nullam nec venenatis urna, vel suscipit massa. Proin sed rutrum magna, sed blandit lacus. Donec dolor risus, tempor et ipsum vel, convallis vehicula urna. Sed vel elit accumsan diam condimentum finibus vel sollicitudin risus. Nunc a venenatis mi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed sed tellus urna. Sed hendrerit a justo ac sodales.\\n\\n<img class=\\\"size-medium wp-image-10 alignright\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image3-1-300x200.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"200\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut suscipit odio ante, id dapibus elit condimentum vitae. Maecenas eget orci vitae enim accumsan mollis. In congue nunc velit, sit amet eleifend velit cursus vitae. Morbi lorem massa, lobortis id bibendum et, rhoncus porttitor tortor. Aenean eget orci pulvinar, tincidunt neque quis, aliquam lectus. Etiam nec malesuada tortor. Sed id condimentum turpis. Quisque non fermentum est. Integer lobortis turpis a justo dignissim, sit amet accumsan sem pulvinar. Morbi mollis vitae libero in rhoncus. Vestibulum at arcu faucibus, congue diam sit amet, viverra velit. Sed rutrum urna ut dolor dignissim suscipit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Maecenas ultrices justo metus, quis facilisis justo interdum nec. Donec luctus ligula elit, eget varius urna sodales at. Mauris enim risus, cursus at nulla eget, mattis imperdiet orci.\\n\\nSuspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3463,777,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(3464,777,'_elementor_css','a:6:{s:4:\"time\";i:1592509819;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(3465,776,'_edit_lock','1593791347:5'),(3466,778,'mcc_copied','1'),(3467,778,'_wp_page_template','default'),(3468,778,'_thumbnail_id','714'),(3469,778,'_elementor_edit_mode','builder'),(3470,778,'_elementor_template_type','wp-post'),(3471,778,'_elementor_version','2.9.9'),(3472,778,'_elementor_data','[{\"id\":\"3f1f5281\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"502ddebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5172ddc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Suspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\\n<blockquote>Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae.<\\/blockquote>\\nVivamus pulvinar urna nec ipsum interdum blandit. Phasellus molestie feugiat hendrerit. Interdum et malesuada fames ac ante ipsum primis in faucibus. Suspendisse ut dapibus elit. Vivamus dui justo, dapibus nec fermentum sodales, convallis a nisi. Nullam auctor ante metus, eu lacinia mauris hendrerit a. Donec maximus porta turpis non venenatis. Pellentesque quis odio nec ex vestibulum ornare vel at erat. Vestibulum fringilla mauris quis mi pellentesque, a convallis turpis cursus. Praesent molestie, arcu vel faucibus tristique, erat lorem interdum libero, eget maximus mauris augue sed quam. Duis sit amet fringilla felis. Phasellus eget eros vitae dui finibus tincidunt vitae non sapien. Aliquam erat volutpat. Praesent volutpat, nibh eget viverra tristique, odio dolor iaculis elit, eget tincidunt felis arcu nec lectus. Nulla fermentum lorem a massa laoreet, non tincidunt dolor scelerisque.\\n\\n<img class=\\\"size-medium wp-image-6 alignleft\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/blog-5-1-300x200.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"200\\\">Aenean faucibus libero ultrices tincidunt pretium. Vestibulum id mi eget massa scelerisque facilisis vel semper nisl. Mauris pulvinar scelerisque fringilla. Ut eu mauris aliquet, mattis sem eleifend, vehicula massa. Nullam sit amet condimentum urna, a convallis nibh. Nulla at porttitor nulla. In hac habitasse platea dictumst. Donec ut pretium eros, eget condimentum augue. Vivamus venenatis leo sed dolor mattis imperdiet.\\n\\nProin in orci quis elit blandit imperdiet ut eu enim. Nulla mattis arcu eget nisi eleifend, non pellentesque augue mollis. Ut mauris ligula, interdum sed lobortis eu, fermentum vel neque. Maecenas facilisis erat quis augue fermentum vestibulum. Aenean vel sem ac tellus luctus efficitur. Mauris ultrices non libero eget auctor. Mauris rhoncus, risus ac dapibus rhoncus, dui purus ultrices lorem, efficitur gravida elit turpis quis metus.\\n\\nSed varius eros eu lorem condimentum, ac rutrum ex pharetra. Integer vitae tincidunt ipsum, vitae lacinia lacus. Aenean ac maximus eros, eu posuere erat. Sed efficitur magna vitae erat vehicula elementum. Ut cursus purus id tellus volutpat tempus. Mauris lacus eros, fermentum vitae congue volutpat, tincidunt non risus. Quisque at mollis nibh. Nulla aliquet placerat mollis. Morbi luctus porttitor ultricies. Phasellus ullamcorper in arcu ut ultricies. Donec odio nisl, iaculis eget odio id, tempor pulvinar justo. Phasellus sit amet dolor sit amet neque ultrices posuere sed nec neque. Pellentesque cursus varius sagittis. Duis placerat porta risus ac sagittis.\\n\\n<img class=\\\"aligncenter wp-image-5 size-full\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/blog-4-1.jpg\\\" alt=\\\"\\\" width=\\\"1200\\\" height=\\\"800\\\">\\n\\nUt tempus malesuada neque, laoreet ornare magna vehicula a. Curabitur augue nibh, faucibus id faucibus in, tincidunt et justo. Nulla facilisis tempus ligula ut venenatis. Donec diam felis, volutpat maximus viverra quis, maximus a leo. Quisque vestibulum tortor justo. Nullam nec venenatis urna, vel suscipit massa. Proin sed rutrum magna, sed blandit lacus. Donec dolor risus, tempor et ipsum vel, convallis vehicula urna. Sed vel elit accumsan diam condimentum finibus vel sollicitudin risus. Nunc a venenatis mi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed sed tellus urna. Sed hendrerit a justo ac sodales.\\n\\n<img class=\\\"size-medium wp-image-10 alignright\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image3-1-300x200.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"200\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut suscipit odio ante, id dapibus elit condimentum vitae. Maecenas eget orci vitae enim accumsan mollis. In congue nunc velit, sit amet eleifend velit cursus vitae. Morbi lorem massa, lobortis id bibendum et, rhoncus porttitor tortor. Aenean eget orci pulvinar, tincidunt neque quis, aliquam lectus. Etiam nec malesuada tortor. Sed id condimentum turpis. Quisque non fermentum est. Integer lobortis turpis a justo dignissim, sit amet accumsan sem pulvinar. Morbi mollis vitae libero in rhoncus. Vestibulum at arcu faucibus, congue diam sit amet, viverra velit. Sed rutrum urna ut dolor dignissim suscipit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Maecenas ultrices justo metus, quis facilisis justo interdum nec. Donec luctus ligula elit, eget varius urna sodales at. Mauris enim risus, cursus at nulla eget, mattis imperdiet orci.\\n\\nSuspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3473,778,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(3474,778,'_elementor_css','a:6:{s:4:\"time\";i:1592509819;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(3476,778,'_dp_original','698'),(3477,778,'_edit_last','5'),(3479,779,'_wp_page_template','default'),(3480,779,'_thumbnail_id','714'),(3481,779,'_elementor_edit_mode','builder'),(3482,779,'_elementor_template_type','wp-post'),(3483,779,'_elementor_version','2.9.9'),(3484,779,'_elementor_data','[{\"id\":\"3f1f5281\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"502ddebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5172ddc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Suspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\\n<blockquote>Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae.<\\/blockquote>\\nVivamus pulvinar urna nec ipsum interdum blandit. Phasellus molestie feugiat hendrerit. Interdum et malesuada fames ac ante ipsum primis in faucibus. Suspendisse ut dapibus elit. Vivamus dui justo, dapibus nec fermentum sodales, convallis a nisi. Nullam auctor ante metus, eu lacinia mauris hendrerit a. Donec maximus porta turpis non venenatis. Pellentesque quis odio nec ex vestibulum ornare vel at erat. Vestibulum fringilla mauris quis mi pellentesque, a convallis turpis cursus. Praesent molestie, arcu vel faucibus tristique, erat lorem interdum libero, eget maximus mauris augue sed quam. Duis sit amet fringilla felis. Phasellus eget eros vitae dui finibus tincidunt vitae non sapien. Aliquam erat volutpat. Praesent volutpat, nibh eget viverra tristique, odio dolor iaculis elit, eget tincidunt felis arcu nec lectus. Nulla fermentum lorem a massa laoreet, non tincidunt dolor scelerisque.\\n\\n<img class=\\\"size-medium wp-image-6 alignleft\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/blog-5-1-300x200.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"200\\\">Aenean faucibus libero ultrices tincidunt pretium. Vestibulum id mi eget massa scelerisque facilisis vel semper nisl. Mauris pulvinar scelerisque fringilla. Ut eu mauris aliquet, mattis sem eleifend, vehicula massa. Nullam sit amet condimentum urna, a convallis nibh. Nulla at porttitor nulla. In hac habitasse platea dictumst. Donec ut pretium eros, eget condimentum augue. Vivamus venenatis leo sed dolor mattis imperdiet.\\n\\nProin in orci quis elit blandit imperdiet ut eu enim. Nulla mattis arcu eget nisi eleifend, non pellentesque augue mollis. Ut mauris ligula, interdum sed lobortis eu, fermentum vel neque. Maecenas facilisis erat quis augue fermentum vestibulum. Aenean vel sem ac tellus luctus efficitur. Mauris ultrices non libero eget auctor. Mauris rhoncus, risus ac dapibus rhoncus, dui purus ultrices lorem, efficitur gravida elit turpis quis metus.\\n\\nSed varius eros eu lorem condimentum, ac rutrum ex pharetra. Integer vitae tincidunt ipsum, vitae lacinia lacus. Aenean ac maximus eros, eu posuere erat. Sed efficitur magna vitae erat vehicula elementum. Ut cursus purus id tellus volutpat tempus. Mauris lacus eros, fermentum vitae congue volutpat, tincidunt non risus. Quisque at mollis nibh. Nulla aliquet placerat mollis. Morbi luctus porttitor ultricies. Phasellus ullamcorper in arcu ut ultricies. Donec odio nisl, iaculis eget odio id, tempor pulvinar justo. Phasellus sit amet dolor sit amet neque ultrices posuere sed nec neque. Pellentesque cursus varius sagittis. Duis placerat porta risus ac sagittis.\\n\\n<img class=\\\"aligncenter wp-image-5 size-full\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/blog-4-1.jpg\\\" alt=\\\"\\\" width=\\\"1200\\\" height=\\\"800\\\">\\n\\nUt tempus malesuada neque, laoreet ornare magna vehicula a. Curabitur augue nibh, faucibus id faucibus in, tincidunt et justo. Nulla facilisis tempus ligula ut venenatis. Donec diam felis, volutpat maximus viverra quis, maximus a leo. Quisque vestibulum tortor justo. Nullam nec venenatis urna, vel suscipit massa. Proin sed rutrum magna, sed blandit lacus. Donec dolor risus, tempor et ipsum vel, convallis vehicula urna. Sed vel elit accumsan diam condimentum finibus vel sollicitudin risus. Nunc a venenatis mi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed sed tellus urna. Sed hendrerit a justo ac sodales.\\n\\n<img class=\\\"size-medium wp-image-10 alignright\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image3-1-300x200.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"200\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut suscipit odio ante, id dapibus elit condimentum vitae. Maecenas eget orci vitae enim accumsan mollis. In congue nunc velit, sit amet eleifend velit cursus vitae. Morbi lorem massa, lobortis id bibendum et, rhoncus porttitor tortor. Aenean eget orci pulvinar, tincidunt neque quis, aliquam lectus. Etiam nec malesuada tortor. Sed id condimentum turpis. Quisque non fermentum est. Integer lobortis turpis a justo dignissim, sit amet accumsan sem pulvinar. Morbi mollis vitae libero in rhoncus. Vestibulum at arcu faucibus, congue diam sit amet, viverra velit. Sed rutrum urna ut dolor dignissim suscipit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Maecenas ultrices justo metus, quis facilisis justo interdum nec. Donec luctus ligula elit, eget varius urna sodales at. Mauris enim risus, cursus at nulla eget, mattis imperdiet orci.\\n\\nSuspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3485,779,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(3486,779,'_elementor_css','a:6:{s:4:\"time\";i:1592509819;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(3487,778,'_edit_lock','1593791827:5'),(3513,782,'mcc_copied','1'),(3514,782,'_wp_page_template','default'),(3515,782,'_thumbnail_id','715'),(3516,782,'_elementor_edit_mode','builder'),(3517,782,'_elementor_template_type','wp-post'),(3518,782,'_elementor_version','2.9.9'),(3519,782,'_elementor_data','[{\"id\":\"3f1f5281\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"502ddebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5172ddc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Suspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\\n<blockquote>Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae.<\\/blockquote>\\nVivamus pulvinar urna nec ipsum interdum blandit. Phasellus molestie feugiat hendrerit. Interdum et malesuada fames ac ante ipsum primis in faucibus. Suspendisse ut dapibus elit. Vivamus dui justo, dapibus nec fermentum sodales, convallis a nisi. Nullam auctor ante metus, eu lacinia mauris hendrerit a. Donec maximus porta turpis non venenatis. Pellentesque quis odio nec ex vestibulum ornare vel at erat. Vestibulum fringilla mauris quis mi pellentesque, a convallis turpis cursus. Praesent molestie, arcu vel faucibus tristique, erat lorem interdum libero, eget maximus mauris augue sed quam. Duis sit amet fringilla felis. Phasellus eget eros vitae dui finibus tincidunt vitae non sapien. Aliquam erat volutpat. Praesent volutpat, nibh eget viverra tristique, odio dolor iaculis elit, eget tincidunt felis arcu nec lectus. Nulla fermentum lorem a massa laoreet, non tincidunt dolor scelerisque.\\n\\n<img class=\\\"size-medium wp-image-6 alignleft\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/blog-5-1-300x200.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"200\\\">Aenean faucibus libero ultrices tincidunt pretium. Vestibulum id mi eget massa scelerisque facilisis vel semper nisl. Mauris pulvinar scelerisque fringilla. Ut eu mauris aliquet, mattis sem eleifend, vehicula massa. Nullam sit amet condimentum urna, a convallis nibh. Nulla at porttitor nulla. In hac habitasse platea dictumst. Donec ut pretium eros, eget condimentum augue. Vivamus venenatis leo sed dolor mattis imperdiet.\\n\\nProin in orci quis elit blandit imperdiet ut eu enim. Nulla mattis arcu eget nisi eleifend, non pellentesque augue mollis. Ut mauris ligula, interdum sed lobortis eu, fermentum vel neque. Maecenas facilisis erat quis augue fermentum vestibulum. Aenean vel sem ac tellus luctus efficitur. Mauris ultrices non libero eget auctor. Mauris rhoncus, risus ac dapibus rhoncus, dui purus ultrices lorem, efficitur gravida elit turpis quis metus.\\n\\nSed varius eros eu lorem condimentum, ac rutrum ex pharetra. Integer vitae tincidunt ipsum, vitae lacinia lacus. Aenean ac maximus eros, eu posuere erat. Sed efficitur magna vitae erat vehicula elementum. Ut cursus purus id tellus volutpat tempus. Mauris lacus eros, fermentum vitae congue volutpat, tincidunt non risus. Quisque at mollis nibh. Nulla aliquet placerat mollis. Morbi luctus porttitor ultricies. Phasellus ullamcorper in arcu ut ultricies. Donec odio nisl, iaculis eget odio id, tempor pulvinar justo. Phasellus sit amet dolor sit amet neque ultrices posuere sed nec neque. Pellentesque cursus varius sagittis. Duis placerat porta risus ac sagittis.\\n\\n<img class=\\\"aligncenter wp-image-5 size-full\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/blog-4-1.jpg\\\" alt=\\\"\\\" width=\\\"1200\\\" height=\\\"800\\\">\\n\\nUt tempus malesuada neque, laoreet ornare magna vehicula a. Curabitur augue nibh, faucibus id faucibus in, tincidunt et justo. Nulla facilisis tempus ligula ut venenatis. Donec diam felis, volutpat maximus viverra quis, maximus a leo. Quisque vestibulum tortor justo. Nullam nec venenatis urna, vel suscipit massa. Proin sed rutrum magna, sed blandit lacus. Donec dolor risus, tempor et ipsum vel, convallis vehicula urna. Sed vel elit accumsan diam condimentum finibus vel sollicitudin risus. Nunc a venenatis mi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed sed tellus urna. Sed hendrerit a justo ac sodales.\\n\\n<img class=\\\"size-medium wp-image-10 alignright\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image3-1-300x200.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"200\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut suscipit odio ante, id dapibus elit condimentum vitae. Maecenas eget orci vitae enim accumsan mollis. In congue nunc velit, sit amet eleifend velit cursus vitae. Morbi lorem massa, lobortis id bibendum et, rhoncus porttitor tortor. Aenean eget orci pulvinar, tincidunt neque quis, aliquam lectus. Etiam nec malesuada tortor. Sed id condimentum turpis. Quisque non fermentum est. Integer lobortis turpis a justo dignissim, sit amet accumsan sem pulvinar. Morbi mollis vitae libero in rhoncus. Vestibulum at arcu faucibus, congue diam sit amet, viverra velit. Sed rutrum urna ut dolor dignissim suscipit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Maecenas ultrices justo metus, quis facilisis justo interdum nec. Donec luctus ligula elit, eget varius urna sodales at. Mauris enim risus, cursus at nulla eget, mattis imperdiet orci.\\n\\nSuspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3520,782,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(3521,782,'_elementor_css','a:6:{s:4:\"time\";i:1592509819;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(3523,782,'_dp_original','700'),(3524,782,'_edit_last','5'),(3526,783,'_wp_page_template','default'),(3527,783,'_thumbnail_id','715'),(3528,783,'_elementor_edit_mode','builder'),(3529,783,'_elementor_template_type','wp-post'),(3530,783,'_elementor_version','2.9.9'),(3531,783,'_elementor_data','[{\"id\":\"3f1f5281\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"502ddebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5172ddc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Suspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\\n<blockquote>Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae.<\\/blockquote>\\nVivamus pulvinar urna nec ipsum interdum blandit. Phasellus molestie feugiat hendrerit. Interdum et malesuada fames ac ante ipsum primis in faucibus. Suspendisse ut dapibus elit. Vivamus dui justo, dapibus nec fermentum sodales, convallis a nisi. Nullam auctor ante metus, eu lacinia mauris hendrerit a. Donec maximus porta turpis non venenatis. Pellentesque quis odio nec ex vestibulum ornare vel at erat. Vestibulum fringilla mauris quis mi pellentesque, a convallis turpis cursus. Praesent molestie, arcu vel faucibus tristique, erat lorem interdum libero, eget maximus mauris augue sed quam. Duis sit amet fringilla felis. Phasellus eget eros vitae dui finibus tincidunt vitae non sapien. Aliquam erat volutpat. Praesent volutpat, nibh eget viverra tristique, odio dolor iaculis elit, eget tincidunt felis arcu nec lectus. Nulla fermentum lorem a massa laoreet, non tincidunt dolor scelerisque.\\n\\n<img class=\\\"size-medium wp-image-6 alignleft\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/blog-5-1-300x200.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"200\\\">Aenean faucibus libero ultrices tincidunt pretium. Vestibulum id mi eget massa scelerisque facilisis vel semper nisl. Mauris pulvinar scelerisque fringilla. Ut eu mauris aliquet, mattis sem eleifend, vehicula massa. Nullam sit amet condimentum urna, a convallis nibh. Nulla at porttitor nulla. In hac habitasse platea dictumst. Donec ut pretium eros, eget condimentum augue. Vivamus venenatis leo sed dolor mattis imperdiet.\\n\\nProin in orci quis elit blandit imperdiet ut eu enim. Nulla mattis arcu eget nisi eleifend, non pellentesque augue mollis. Ut mauris ligula, interdum sed lobortis eu, fermentum vel neque. Maecenas facilisis erat quis augue fermentum vestibulum. Aenean vel sem ac tellus luctus efficitur. Mauris ultrices non libero eget auctor. Mauris rhoncus, risus ac dapibus rhoncus, dui purus ultrices lorem, efficitur gravida elit turpis quis metus.\\n\\nSed varius eros eu lorem condimentum, ac rutrum ex pharetra. Integer vitae tincidunt ipsum, vitae lacinia lacus. Aenean ac maximus eros, eu posuere erat. Sed efficitur magna vitae erat vehicula elementum. Ut cursus purus id tellus volutpat tempus. Mauris lacus eros, fermentum vitae congue volutpat, tincidunt non risus. Quisque at mollis nibh. Nulla aliquet placerat mollis. Morbi luctus porttitor ultricies. Phasellus ullamcorper in arcu ut ultricies. Donec odio nisl, iaculis eget odio id, tempor pulvinar justo. Phasellus sit amet dolor sit amet neque ultrices posuere sed nec neque. Pellentesque cursus varius sagittis. Duis placerat porta risus ac sagittis.\\n\\n<img class=\\\"aligncenter wp-image-5 size-full\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/blog-4-1.jpg\\\" alt=\\\"\\\" width=\\\"1200\\\" height=\\\"800\\\">\\n\\nUt tempus malesuada neque, laoreet ornare magna vehicula a. Curabitur augue nibh, faucibus id faucibus in, tincidunt et justo. Nulla facilisis tempus ligula ut venenatis. Donec diam felis, volutpat maximus viverra quis, maximus a leo. Quisque vestibulum tortor justo. Nullam nec venenatis urna, vel suscipit massa. Proin sed rutrum magna, sed blandit lacus. Donec dolor risus, tempor et ipsum vel, convallis vehicula urna. Sed vel elit accumsan diam condimentum finibus vel sollicitudin risus. Nunc a venenatis mi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed sed tellus urna. Sed hendrerit a justo ac sodales.\\n\\n<img class=\\\"size-medium wp-image-10 alignright\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image3-1-300x200.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"200\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut suscipit odio ante, id dapibus elit condimentum vitae. Maecenas eget orci vitae enim accumsan mollis. In congue nunc velit, sit amet eleifend velit cursus vitae. Morbi lorem massa, lobortis id bibendum et, rhoncus porttitor tortor. Aenean eget orci pulvinar, tincidunt neque quis, aliquam lectus. Etiam nec malesuada tortor. Sed id condimentum turpis. Quisque non fermentum est. Integer lobortis turpis a justo dignissim, sit amet accumsan sem pulvinar. Morbi mollis vitae libero in rhoncus. Vestibulum at arcu faucibus, congue diam sit amet, viverra velit. Sed rutrum urna ut dolor dignissim suscipit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Maecenas ultrices justo metus, quis facilisis justo interdum nec. Donec luctus ligula elit, eget varius urna sodales at. Mauris enim risus, cursus at nulla eget, mattis imperdiet orci.\\n\\nSuspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3532,783,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(3533,783,'_elementor_css','a:6:{s:4:\"time\";i:1592509819;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(3534,782,'_edit_lock','1593792203:5'),(3535,784,'_thumbnail_id','712'),(3536,784,'_wp_page_template','default'),(3537,784,'_elementor_edit_mode','builder'),(3538,784,'_elementor_template_type','wp-post'),(3539,784,'_elementor_version','2.9.9'),(3540,784,'_elementor_css','a:6:{s:4:\"time\";i:1593705496;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(3542,784,'_dp_original','54'),(3543,784,'_edit_last','5'),(3545,785,'_thumbnail_id','712'),(3546,785,'_wp_page_template','default'),(3547,785,'_elementor_edit_mode','builder'),(3548,785,'_elementor_template_type','wp-post'),(3549,785,'_elementor_version','2.9.9'),(3550,785,'_elementor_css','a:6:{s:4:\"time\";i:1593705496;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(3551,784,'_edit_lock','1593792231:5'),(3552,786,'_thumbnail_id','385'),(3553,786,'_wp_page_template','default'),(3554,786,'_elementor_edit_mode','builder'),(3555,786,'_elementor_template_type','wp-post'),(3556,786,'_elementor_version','2.9.9'),(3557,786,'_elementor_css','a:6:{s:4:\"time\";i:1591265151;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(3559,786,'_dp_original','50'),(3560,786,'_edit_last','5'),(3562,787,'_thumbnail_id','385'),(3563,787,'_wp_page_template','default'),(3564,787,'_elementor_edit_mode','builder'),(3565,787,'_elementor_template_type','wp-post'),(3566,787,'_elementor_version','2.9.9'),(3567,787,'_elementor_css','a:6:{s:4:\"time\";i:1591265151;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(3568,786,'_edit_lock','1593792253:5'),(3569,788,'_thumbnail_id','392'),(3570,788,'mcc_copied','1'),(3571,788,'_wp_page_template','default'),(3572,788,'_elementor_edit_mode','builder'),(3573,788,'_elementor_template_type','wp-post'),(3574,788,'_elementor_version','2.9.9'),(3575,788,'_elementor_css','a:6:{s:4:\"time\";i:1591183564;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(3577,788,'_dp_original','48'),(3578,788,'_edit_last','5'),(3580,789,'_thumbnail_id','392'),(3581,789,'_wp_page_template','default'),(3582,789,'_elementor_edit_mode','builder'),(3583,789,'_elementor_template_type','wp-post'),(3584,789,'_elementor_version','2.9.9'),(3585,789,'_elementor_css','a:6:{s:4:\"time\";i:1591183564;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(3586,788,'_edit_lock','1593792281:5'),(3587,790,'_thumbnail_id','717'),(3588,790,'mcc_copied','1'),(3589,790,'_wp_page_template','default'),(3590,790,'_elementor_edit_mode','builder'),(3591,790,'_elementor_template_type','wp-post'),(3592,790,'_elementor_version','2.9.9'),(3593,790,'_elementor_data','[{\"id\":\"918bd6b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"704beaa3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3c88927c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Suspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\\n<blockquote>Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae.<\\/blockquote>\\nVivamus pulvinar urna nec ipsum interdum blandit. Phasellus molestie feugiat hendrerit. Interdum et malesuada fames ac ante ipsum primis in faucibus. Suspendisse ut dapibus elit. Vivamus dui justo, dapibus nec fermentum sodales, convallis a nisi. Nullam auctor ante metus, eu lacinia mauris hendrerit a. Donec maximus porta turpis non venenatis. Pellentesque quis odio nec ex vestibulum ornare vel at erat. Vestibulum fringilla mauris quis mi pellentesque, a convallis turpis cursus. Praesent molestie, arcu vel faucibus tristique, erat lorem interdum libero, eget maximus mauris augue sed quam. Duis sit amet fringilla felis. Phasellus eget eros vitae dui finibus tincidunt vitae non sapien. Aliquam erat volutpat. Praesent volutpat, nibh eget viverra tristique, odio dolor iaculis elit, eget tincidunt felis arcu nec lectus. Nulla fermentum lorem a massa laoreet, non tincidunt dolor scelerisque.\\n\\n<img class=\\\"size-medium wp-image-6 alignleft\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/blog-5-1-300x200.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"200\\\">Aenean faucibus libero ultrices tincidunt pretium. Vestibulum id mi eget massa scelerisque facilisis vel semper nisl. Mauris pulvinar scelerisque fringilla. Ut eu mauris aliquet, mattis sem eleifend, vehicula massa. Nullam sit amet condimentum urna, a convallis nibh. Nulla at porttitor nulla. In hac habitasse platea dictumst. Donec ut pretium eros, eget condimentum augue. Vivamus venenatis leo sed dolor mattis imperdiet.\\n\\nProin in orci quis elit blandit imperdiet ut eu enim. Nulla mattis arcu eget nisi eleifend, non pellentesque augue mollis. Ut mauris ligula, interdum sed lobortis eu, fermentum vel neque. Maecenas facilisis erat quis augue fermentum vestibulum. Aenean vel sem ac tellus luctus efficitur. Mauris ultrices non libero eget auctor. Mauris rhoncus, risus ac dapibus rhoncus, dui purus ultrices lorem, efficitur gravida elit turpis quis metus.\\n\\nSed varius eros eu lorem condimentum, ac rutrum ex pharetra. Integer vitae tincidunt ipsum, vitae lacinia lacus. Aenean ac maximus eros, eu posuere erat. Sed efficitur magna vitae erat vehicula elementum. Ut cursus purus id tellus volutpat tempus. Mauris lacus eros, fermentum vitae congue volutpat, tincidunt non risus. Quisque at mollis nibh. Nulla aliquet placerat mollis. Morbi luctus porttitor ultricies. Phasellus ullamcorper in arcu ut ultricies. Donec odio nisl, iaculis eget odio id, tempor pulvinar justo. Phasellus sit amet dolor sit amet neque ultrices posuere sed nec neque. Pellentesque cursus varius sagittis. Duis placerat porta risus ac sagittis.\\n\\n<img class=\\\"aligncenter wp-image-5 size-full\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/blog-4-1.jpg\\\" alt=\\\"\\\" width=\\\"1200\\\" height=\\\"800\\\">\\n\\nUt tempus malesuada neque, laoreet ornare magna vehicula a. Curabitur augue nibh, faucibus id faucibus in, tincidunt et justo. Nulla facilisis tempus ligula ut venenatis. Donec diam felis, volutpat maximus viverra quis, maximus a leo. Quisque vestibulum tortor justo. Nullam nec venenatis urna, vel suscipit massa. Proin sed rutrum magna, sed blandit lacus. Donec dolor risus, tempor et ipsum vel, convallis vehicula urna. Sed vel elit accumsan diam condimentum finibus vel sollicitudin risus. Nunc a venenatis mi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed sed tellus urna. Sed hendrerit a justo ac sodales.\\n\\n<img class=\\\"size-medium wp-image-10 alignright\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image3-1-300x200.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"200\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut suscipit odio ante, id dapibus elit condimentum vitae. Maecenas eget orci vitae enim accumsan mollis. In congue nunc velit, sit amet eleifend velit cursus vitae. Morbi lorem massa, lobortis id bibendum et, rhoncus porttitor tortor. Aenean eget orci pulvinar, tincidunt neque quis, aliquam lectus. Etiam nec malesuada tortor. Sed id condimentum turpis. Quisque non fermentum est. Integer lobortis turpis a justo dignissim, sit amet accumsan sem pulvinar. Morbi mollis vitae libero in rhoncus. Vestibulum at arcu faucibus, congue diam sit amet, viverra velit. Sed rutrum urna ut dolor dignissim suscipit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Maecenas ultrices justo metus, quis facilisis justo interdum nec. Donec luctus ligula elit, eget varius urna sodales at. Mauris enim risus, cursus at nulla eget, mattis imperdiet orci.\\n\\nSuspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3594,790,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(3596,790,'_elementor_css','a:6:{s:4:\"time\";i:1593755383;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(3597,790,'_dp_original','703'),(3598,790,'_edit_last','5'),(3600,791,'_thumbnail_id','717'),(3601,791,'_wp_page_template','default'),(3602,791,'_elementor_edit_mode','builder'),(3603,791,'_elementor_template_type','wp-post'),(3604,791,'_elementor_version','2.9.9'),(3605,791,'_elementor_data','[{\"id\":\"918bd6b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"704beaa3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3c88927c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Suspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\\n<blockquote>Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae.<\\/blockquote>\\nVivamus pulvinar urna nec ipsum interdum blandit. Phasellus molestie feugiat hendrerit. Interdum et malesuada fames ac ante ipsum primis in faucibus. Suspendisse ut dapibus elit. Vivamus dui justo, dapibus nec fermentum sodales, convallis a nisi. Nullam auctor ante metus, eu lacinia mauris hendrerit a. Donec maximus porta turpis non venenatis. Pellentesque quis odio nec ex vestibulum ornare vel at erat. Vestibulum fringilla mauris quis mi pellentesque, a convallis turpis cursus. Praesent molestie, arcu vel faucibus tristique, erat lorem interdum libero, eget maximus mauris augue sed quam. Duis sit amet fringilla felis. Phasellus eget eros vitae dui finibus tincidunt vitae non sapien. Aliquam erat volutpat. Praesent volutpat, nibh eget viverra tristique, odio dolor iaculis elit, eget tincidunt felis arcu nec lectus. Nulla fermentum lorem a massa laoreet, non tincidunt dolor scelerisque.\\n\\n<img class=\\\"size-medium wp-image-6 alignleft\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/blog-5-1-300x200.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"200\\\">Aenean faucibus libero ultrices tincidunt pretium. Vestibulum id mi eget massa scelerisque facilisis vel semper nisl. Mauris pulvinar scelerisque fringilla. Ut eu mauris aliquet, mattis sem eleifend, vehicula massa. Nullam sit amet condimentum urna, a convallis nibh. Nulla at porttitor nulla. In hac habitasse platea dictumst. Donec ut pretium eros, eget condimentum augue. Vivamus venenatis leo sed dolor mattis imperdiet.\\n\\nProin in orci quis elit blandit imperdiet ut eu enim. Nulla mattis arcu eget nisi eleifend, non pellentesque augue mollis. Ut mauris ligula, interdum sed lobortis eu, fermentum vel neque. Maecenas facilisis erat quis augue fermentum vestibulum. Aenean vel sem ac tellus luctus efficitur. Mauris ultrices non libero eget auctor. Mauris rhoncus, risus ac dapibus rhoncus, dui purus ultrices lorem, efficitur gravida elit turpis quis metus.\\n\\nSed varius eros eu lorem condimentum, ac rutrum ex pharetra. Integer vitae tincidunt ipsum, vitae lacinia lacus. Aenean ac maximus eros, eu posuere erat. Sed efficitur magna vitae erat vehicula elementum. Ut cursus purus id tellus volutpat tempus. Mauris lacus eros, fermentum vitae congue volutpat, tincidunt non risus. Quisque at mollis nibh. Nulla aliquet placerat mollis. Morbi luctus porttitor ultricies. Phasellus ullamcorper in arcu ut ultricies. Donec odio nisl, iaculis eget odio id, tempor pulvinar justo. Phasellus sit amet dolor sit amet neque ultrices posuere sed nec neque. Pellentesque cursus varius sagittis. Duis placerat porta risus ac sagittis.\\n\\n<img class=\\\"aligncenter wp-image-5 size-full\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/blog-4-1.jpg\\\" alt=\\\"\\\" width=\\\"1200\\\" height=\\\"800\\\">\\n\\nUt tempus malesuada neque, laoreet ornare magna vehicula a. Curabitur augue nibh, faucibus id faucibus in, tincidunt et justo. Nulla facilisis tempus ligula ut venenatis. Donec diam felis, volutpat maximus viverra quis, maximus a leo. Quisque vestibulum tortor justo. Nullam nec venenatis urna, vel suscipit massa. Proin sed rutrum magna, sed blandit lacus. Donec dolor risus, tempor et ipsum vel, convallis vehicula urna. Sed vel elit accumsan diam condimentum finibus vel sollicitudin risus. Nunc a venenatis mi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed sed tellus urna. Sed hendrerit a justo ac sodales.\\n\\n<img class=\\\"size-medium wp-image-10 alignright\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image3-1-300x200.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"200\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut suscipit odio ante, id dapibus elit condimentum vitae. Maecenas eget orci vitae enim accumsan mollis. In congue nunc velit, sit amet eleifend velit cursus vitae. Morbi lorem massa, lobortis id bibendum et, rhoncus porttitor tortor. Aenean eget orci pulvinar, tincidunt neque quis, aliquam lectus. Etiam nec malesuada tortor. Sed id condimentum turpis. Quisque non fermentum est. Integer lobortis turpis a justo dignissim, sit amet accumsan sem pulvinar. Morbi mollis vitae libero in rhoncus. Vestibulum at arcu faucibus, congue diam sit amet, viverra velit. Sed rutrum urna ut dolor dignissim suscipit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Maecenas ultrices justo metus, quis facilisis justo interdum nec. Donec luctus ligula elit, eget varius urna sodales at. Mauris enim risus, cursus at nulla eget, mattis imperdiet orci.\\n\\nSuspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3606,791,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(3607,791,'_elementor_css','a:6:{s:4:\"time\";i:1593755383;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(3608,790,'_edit_lock','1593792305:5'),(3609,792,'_thumbnail_id','716'),(3610,792,'mcc_copied','1'),(3611,792,'_wp_page_template','default'),(3612,792,'_elementor_edit_mode','builder'),(3613,792,'_elementor_template_type','wp-post'),(3614,792,'_elementor_version','2.9.9'),(3615,792,'_elementor_data','[{\"id\":\"918bd6b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"704beaa3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3c88927c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Suspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\\n<blockquote>Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae.<\\/blockquote>\\nVivamus pulvinar urna nec ipsum interdum blandit. Phasellus molestie feugiat hendrerit. Interdum et malesuada fames ac ante ipsum primis in faucibus. Suspendisse ut dapibus elit. Vivamus dui justo, dapibus nec fermentum sodales, convallis a nisi. Nullam auctor ante metus, eu lacinia mauris hendrerit a. Donec maximus porta turpis non venenatis. Pellentesque quis odio nec ex vestibulum ornare vel at erat. Vestibulum fringilla mauris quis mi pellentesque, a convallis turpis cursus. Praesent molestie, arcu vel faucibus tristique, erat lorem interdum libero, eget maximus mauris augue sed quam. Duis sit amet fringilla felis. Phasellus eget eros vitae dui finibus tincidunt vitae non sapien. Aliquam erat volutpat. Praesent volutpat, nibh eget viverra tristique, odio dolor iaculis elit, eget tincidunt felis arcu nec lectus. Nulla fermentum lorem a massa laoreet, non tincidunt dolor scelerisque.\\n\\n<img class=\\\"size-medium wp-image-6 alignleft\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/blog-5-1-300x200.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"200\\\">Aenean faucibus libero ultrices tincidunt pretium. Vestibulum id mi eget massa scelerisque facilisis vel semper nisl. Mauris pulvinar scelerisque fringilla. Ut eu mauris aliquet, mattis sem eleifend, vehicula massa. Nullam sit amet condimentum urna, a convallis nibh. Nulla at porttitor nulla. In hac habitasse platea dictumst. Donec ut pretium eros, eget condimentum augue. Vivamus venenatis leo sed dolor mattis imperdiet.\\n\\nProin in orci quis elit blandit imperdiet ut eu enim. Nulla mattis arcu eget nisi eleifend, non pellentesque augue mollis. Ut mauris ligula, interdum sed lobortis eu, fermentum vel neque. Maecenas facilisis erat quis augue fermentum vestibulum. Aenean vel sem ac tellus luctus efficitur. Mauris ultrices non libero eget auctor. Mauris rhoncus, risus ac dapibus rhoncus, dui purus ultrices lorem, efficitur gravida elit turpis quis metus.\\n\\nSed varius eros eu lorem condimentum, ac rutrum ex pharetra. Integer vitae tincidunt ipsum, vitae lacinia lacus. Aenean ac maximus eros, eu posuere erat. Sed efficitur magna vitae erat vehicula elementum. Ut cursus purus id tellus volutpat tempus. Mauris lacus eros, fermentum vitae congue volutpat, tincidunt non risus. Quisque at mollis nibh. Nulla aliquet placerat mollis. Morbi luctus porttitor ultricies. Phasellus ullamcorper in arcu ut ultricies. Donec odio nisl, iaculis eget odio id, tempor pulvinar justo. Phasellus sit amet dolor sit amet neque ultrices posuere sed nec neque. Pellentesque cursus varius sagittis. Duis placerat porta risus ac sagittis.\\n\\n<img class=\\\"aligncenter wp-image-5 size-full\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/blog-4-1.jpg\\\" alt=\\\"\\\" width=\\\"1200\\\" height=\\\"800\\\">\\n\\nUt tempus malesuada neque, laoreet ornare magna vehicula a. Curabitur augue nibh, faucibus id faucibus in, tincidunt et justo. Nulla facilisis tempus ligula ut venenatis. Donec diam felis, volutpat maximus viverra quis, maximus a leo. Quisque vestibulum tortor justo. Nullam nec venenatis urna, vel suscipit massa. Proin sed rutrum magna, sed blandit lacus. Donec dolor risus, tempor et ipsum vel, convallis vehicula urna. Sed vel elit accumsan diam condimentum finibus vel sollicitudin risus. Nunc a venenatis mi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed sed tellus urna. Sed hendrerit a justo ac sodales.\\n\\n<img class=\\\"size-medium wp-image-10 alignright\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image3-1-300x200.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"200\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut suscipit odio ante, id dapibus elit condimentum vitae. Maecenas eget orci vitae enim accumsan mollis. In congue nunc velit, sit amet eleifend velit cursus vitae. Morbi lorem massa, lobortis id bibendum et, rhoncus porttitor tortor. Aenean eget orci pulvinar, tincidunt neque quis, aliquam lectus. Etiam nec malesuada tortor. Sed id condimentum turpis. Quisque non fermentum est. Integer lobortis turpis a justo dignissim, sit amet accumsan sem pulvinar. Morbi mollis vitae libero in rhoncus. Vestibulum at arcu faucibus, congue diam sit amet, viverra velit. Sed rutrum urna ut dolor dignissim suscipit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Maecenas ultrices justo metus, quis facilisis justo interdum nec. Donec luctus ligula elit, eget varius urna sodales at. Mauris enim risus, cursus at nulla eget, mattis imperdiet orci.\\n\\nSuspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3616,792,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(3617,792,'_elementor_css','a:6:{s:4:\"time\";i:1593755274;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(3619,792,'_dp_original','46'),(3620,792,'_edit_last','5'),(3622,793,'_thumbnail_id','716'),(3623,793,'_wp_page_template','default'),(3624,793,'_elementor_edit_mode','builder'),(3625,793,'_elementor_template_type','wp-post'),(3626,793,'_elementor_version','2.9.9'),(3627,793,'_elementor_data','[{\"id\":\"918bd6b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"704beaa3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3c88927c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Suspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\\n<blockquote>Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae.<\\/blockquote>\\nVivamus pulvinar urna nec ipsum interdum blandit. Phasellus molestie feugiat hendrerit. Interdum et malesuada fames ac ante ipsum primis in faucibus. Suspendisse ut dapibus elit. Vivamus dui justo, dapibus nec fermentum sodales, convallis a nisi. Nullam auctor ante metus, eu lacinia mauris hendrerit a. Donec maximus porta turpis non venenatis. Pellentesque quis odio nec ex vestibulum ornare vel at erat. Vestibulum fringilla mauris quis mi pellentesque, a convallis turpis cursus. Praesent molestie, arcu vel faucibus tristique, erat lorem interdum libero, eget maximus mauris augue sed quam. Duis sit amet fringilla felis. Phasellus eget eros vitae dui finibus tincidunt vitae non sapien. Aliquam erat volutpat. Praesent volutpat, nibh eget viverra tristique, odio dolor iaculis elit, eget tincidunt felis arcu nec lectus. Nulla fermentum lorem a massa laoreet, non tincidunt dolor scelerisque.\\n\\n<img class=\\\"size-medium wp-image-6 alignleft\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/blog-5-1-300x200.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"200\\\">Aenean faucibus libero ultrices tincidunt pretium. Vestibulum id mi eget massa scelerisque facilisis vel semper nisl. Mauris pulvinar scelerisque fringilla. Ut eu mauris aliquet, mattis sem eleifend, vehicula massa. Nullam sit amet condimentum urna, a convallis nibh. Nulla at porttitor nulla. In hac habitasse platea dictumst. Donec ut pretium eros, eget condimentum augue. Vivamus venenatis leo sed dolor mattis imperdiet.\\n\\nProin in orci quis elit blandit imperdiet ut eu enim. Nulla mattis arcu eget nisi eleifend, non pellentesque augue mollis. Ut mauris ligula, interdum sed lobortis eu, fermentum vel neque. Maecenas facilisis erat quis augue fermentum vestibulum. Aenean vel sem ac tellus luctus efficitur. Mauris ultrices non libero eget auctor. Mauris rhoncus, risus ac dapibus rhoncus, dui purus ultrices lorem, efficitur gravida elit turpis quis metus.\\n\\nSed varius eros eu lorem condimentum, ac rutrum ex pharetra. Integer vitae tincidunt ipsum, vitae lacinia lacus. Aenean ac maximus eros, eu posuere erat. Sed efficitur magna vitae erat vehicula elementum. Ut cursus purus id tellus volutpat tempus. Mauris lacus eros, fermentum vitae congue volutpat, tincidunt non risus. Quisque at mollis nibh. Nulla aliquet placerat mollis. Morbi luctus porttitor ultricies. Phasellus ullamcorper in arcu ut ultricies. Donec odio nisl, iaculis eget odio id, tempor pulvinar justo. Phasellus sit amet dolor sit amet neque ultrices posuere sed nec neque. Pellentesque cursus varius sagittis. Duis placerat porta risus ac sagittis.\\n\\n<img class=\\\"aligncenter wp-image-5 size-full\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/blog-4-1.jpg\\\" alt=\\\"\\\" width=\\\"1200\\\" height=\\\"800\\\">\\n\\nUt tempus malesuada neque, laoreet ornare magna vehicula a. Curabitur augue nibh, faucibus id faucibus in, tincidunt et justo. Nulla facilisis tempus ligula ut venenatis. Donec diam felis, volutpat maximus viverra quis, maximus a leo. Quisque vestibulum tortor justo. Nullam nec venenatis urna, vel suscipit massa. Proin sed rutrum magna, sed blandit lacus. Donec dolor risus, tempor et ipsum vel, convallis vehicula urna. Sed vel elit accumsan diam condimentum finibus vel sollicitudin risus. Nunc a venenatis mi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed sed tellus urna. Sed hendrerit a justo ac sodales.\\n\\n<img class=\\\"size-medium wp-image-10 alignright\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image3-1-300x200.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"200\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut suscipit odio ante, id dapibus elit condimentum vitae. Maecenas eget orci vitae enim accumsan mollis. In congue nunc velit, sit amet eleifend velit cursus vitae. Morbi lorem massa, lobortis id bibendum et, rhoncus porttitor tortor. Aenean eget orci pulvinar, tincidunt neque quis, aliquam lectus. Etiam nec malesuada tortor. Sed id condimentum turpis. Quisque non fermentum est. Integer lobortis turpis a justo dignissim, sit amet accumsan sem pulvinar. Morbi mollis vitae libero in rhoncus. Vestibulum at arcu faucibus, congue diam sit amet, viverra velit. Sed rutrum urna ut dolor dignissim suscipit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Maecenas ultrices justo metus, quis facilisis justo interdum nec. Donec luctus ligula elit, eget varius urna sodales at. Mauris enim risus, cursus at nulla eget, mattis imperdiet orci.\\n\\nSuspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3628,793,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(3629,793,'_elementor_css','a:6:{s:4:\"time\";i:1593755274;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(3630,792,'_edit_lock','1593792329:5'),(3631,794,'_wp_page_template','default'),(3632,794,'_thumbnail_id','389'),(3633,794,'_elementor_edit_mode','builder'),(3634,794,'_elementor_template_type','wp-post'),(3635,794,'_elementor_version','2.9.9'),(3636,794,'_elementor_data','[{\"id\":\"4b5a5ec8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c6d8e77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7f451c97\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Suspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\\n<blockquote>Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae.<\\/blockquote>\\nVivamus pulvinar urna nec ipsum interdum blandit. Phasellus molestie feugiat hendrerit. Interdum et malesuada fames ac ante ipsum primis in faucibus. Suspendisse ut dapibus elit. Vivamus dui justo, dapibus nec fermentum sodales, convallis a nisi. Nullam auctor ante metus, eu lacinia mauris hendrerit a. Donec maximus porta turpis non venenatis. Pellentesque quis odio nec ex vestibulum ornare vel at erat. Vestibulum fringilla mauris quis mi pellentesque, a convallis turpis cursus. Praesent molestie, arcu vel faucibus tristique, erat lorem interdum libero, eget maximus mauris augue sed quam. Duis sit amet fringilla felis. Phasellus eget eros vitae dui finibus tincidunt vitae non sapien. Aliquam erat volutpat. Praesent volutpat, nibh eget viverra tristique, odio dolor iaculis elit, eget tincidunt felis arcu nec lectus. Nulla fermentum lorem a massa laoreet, non tincidunt dolor scelerisque.\\n\\n<img class=\\\"size-medium wp-image-6 alignleft\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/blog-5-1-300x200.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"200\\\">Aenean faucibus libero ultrices tincidunt pretium. Vestibulum id mi eget massa scelerisque facilisis vel semper nisl. Mauris pulvinar scelerisque fringilla. Ut eu mauris aliquet, mattis sem eleifend, vehicula massa. Nullam sit amet condimentum urna, a convallis nibh. Nulla at porttitor nulla. In hac habitasse platea dictumst. Donec ut pretium eros, eget condimentum augue. Vivamus venenatis leo sed dolor mattis imperdiet.\\n\\nProin in orci quis elit blandit imperdiet ut eu enim. Nulla mattis arcu eget nisi eleifend, non pellentesque augue mollis. Ut mauris ligula, interdum sed lobortis eu, fermentum vel neque. Maecenas facilisis erat quis augue fermentum vestibulum. Aenean vel sem ac tellus luctus efficitur. Mauris ultrices non libero eget auctor. Mauris rhoncus, risus ac dapibus rhoncus, dui purus ultrices lorem, efficitur gravida elit turpis quis metus.\\n\\nSed varius eros eu lorem condimentum, ac rutrum ex pharetra. Integer vitae tincidunt ipsum, vitae lacinia lacus. Aenean ac maximus eros, eu posuere erat. Sed efficitur magna vitae erat vehicula elementum. Ut cursus purus id tellus volutpat tempus. Mauris lacus eros, fermentum vitae congue volutpat, tincidunt non risus. Quisque at mollis nibh. Nulla aliquet placerat mollis. Morbi luctus porttitor ultricies. Phasellus ullamcorper in arcu ut ultricies. Donec odio nisl, iaculis eget odio id, tempor pulvinar justo. Phasellus sit amet dolor sit amet neque ultrices posuere sed nec neque. Pellentesque cursus varius sagittis. Duis placerat porta risus ac sagittis.\\n\\n<img class=\\\"aligncenter wp-image-5 size-full\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/blog-4-1.jpg\\\" alt=\\\"\\\" width=\\\"1200\\\" height=\\\"800\\\">\\n\\nUt tempus malesuada neque, laoreet ornare magna vehicula a. Curabitur augue nibh, faucibus id faucibus in, tincidunt et justo. Nulla facilisis tempus ligula ut venenatis. Donec diam felis, volutpat maximus viverra quis, maximus a leo. Quisque vestibulum tortor justo. Nullam nec venenatis urna, vel suscipit massa. Proin sed rutrum magna, sed blandit lacus. Donec dolor risus, tempor et ipsum vel, convallis vehicula urna. Sed vel elit accumsan diam condimentum finibus vel sollicitudin risus. Nunc a venenatis mi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed sed tellus urna. Sed hendrerit a justo ac sodales.\\n\\n<img class=\\\"size-medium wp-image-10 alignright\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image3-1-300x200.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"200\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut suscipit odio ante, id dapibus elit condimentum vitae. Maecenas eget orci vitae enim accumsan mollis. In congue nunc velit, sit amet eleifend velit cursus vitae. Morbi lorem massa, lobortis id bibendum et, rhoncus porttitor tortor. Aenean eget orci pulvinar, tincidunt neque quis, aliquam lectus. Etiam nec malesuada tortor. Sed id condimentum turpis. Quisque non fermentum est. Integer lobortis turpis a justo dignissim, sit amet accumsan sem pulvinar. Morbi mollis vitae libero in rhoncus. Vestibulum at arcu faucibus, congue diam sit amet, viverra velit. Sed rutrum urna ut dolor dignissim suscipit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Maecenas ultrices justo metus, quis facilisis justo interdum nec. Donec luctus ligula elit, eget varius urna sodales at. Mauris enim risus, cursus at nulla eget, mattis imperdiet orci.\\n\\nSuspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3637,794,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(3638,794,'_elementor_css','a:6:{s:4:\"time\";i:1593782292;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(3640,794,'_dp_original','52'),(3641,794,'_edit_last','5'),(3643,795,'_wp_page_template','default'),(3644,795,'_thumbnail_id','389'),(3645,795,'_elementor_edit_mode','builder'),(3646,795,'_elementor_template_type','wp-post'),(3647,795,'_elementor_version','2.9.9'),(3648,795,'_elementor_data','[{\"id\":\"4b5a5ec8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c6d8e77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7f451c97\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Suspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\\n<blockquote>Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae.<\\/blockquote>\\nVivamus pulvinar urna nec ipsum interdum blandit. Phasellus molestie feugiat hendrerit. Interdum et malesuada fames ac ante ipsum primis in faucibus. Suspendisse ut dapibus elit. Vivamus dui justo, dapibus nec fermentum sodales, convallis a nisi. Nullam auctor ante metus, eu lacinia mauris hendrerit a. Donec maximus porta turpis non venenatis. Pellentesque quis odio nec ex vestibulum ornare vel at erat. Vestibulum fringilla mauris quis mi pellentesque, a convallis turpis cursus. Praesent molestie, arcu vel faucibus tristique, erat lorem interdum libero, eget maximus mauris augue sed quam. Duis sit amet fringilla felis. Phasellus eget eros vitae dui finibus tincidunt vitae non sapien. Aliquam erat volutpat. Praesent volutpat, nibh eget viverra tristique, odio dolor iaculis elit, eget tincidunt felis arcu nec lectus. Nulla fermentum lorem a massa laoreet, non tincidunt dolor scelerisque.\\n\\n<img class=\\\"size-medium wp-image-6 alignleft\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/blog-5-1-300x200.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"200\\\">Aenean faucibus libero ultrices tincidunt pretium. Vestibulum id mi eget massa scelerisque facilisis vel semper nisl. Mauris pulvinar scelerisque fringilla. Ut eu mauris aliquet, mattis sem eleifend, vehicula massa. Nullam sit amet condimentum urna, a convallis nibh. Nulla at porttitor nulla. In hac habitasse platea dictumst. Donec ut pretium eros, eget condimentum augue. Vivamus venenatis leo sed dolor mattis imperdiet.\\n\\nProin in orci quis elit blandit imperdiet ut eu enim. Nulla mattis arcu eget nisi eleifend, non pellentesque augue mollis. Ut mauris ligula, interdum sed lobortis eu, fermentum vel neque. Maecenas facilisis erat quis augue fermentum vestibulum. Aenean vel sem ac tellus luctus efficitur. Mauris ultrices non libero eget auctor. Mauris rhoncus, risus ac dapibus rhoncus, dui purus ultrices lorem, efficitur gravida elit turpis quis metus.\\n\\nSed varius eros eu lorem condimentum, ac rutrum ex pharetra. Integer vitae tincidunt ipsum, vitae lacinia lacus. Aenean ac maximus eros, eu posuere erat. Sed efficitur magna vitae erat vehicula elementum. Ut cursus purus id tellus volutpat tempus. Mauris lacus eros, fermentum vitae congue volutpat, tincidunt non risus. Quisque at mollis nibh. Nulla aliquet placerat mollis. Morbi luctus porttitor ultricies. Phasellus ullamcorper in arcu ut ultricies. Donec odio nisl, iaculis eget odio id, tempor pulvinar justo. Phasellus sit amet dolor sit amet neque ultrices posuere sed nec neque. Pellentesque cursus varius sagittis. Duis placerat porta risus ac sagittis.\\n\\n<img class=\\\"aligncenter wp-image-5 size-full\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/blog-4-1.jpg\\\" alt=\\\"\\\" width=\\\"1200\\\" height=\\\"800\\\">\\n\\nUt tempus malesuada neque, laoreet ornare magna vehicula a. Curabitur augue nibh, faucibus id faucibus in, tincidunt et justo. Nulla facilisis tempus ligula ut venenatis. Donec diam felis, volutpat maximus viverra quis, maximus a leo. Quisque vestibulum tortor justo. Nullam nec venenatis urna, vel suscipit massa. Proin sed rutrum magna, sed blandit lacus. Donec dolor risus, tempor et ipsum vel, convallis vehicula urna. Sed vel elit accumsan diam condimentum finibus vel sollicitudin risus. Nunc a venenatis mi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed sed tellus urna. Sed hendrerit a justo ac sodales.\\n\\n<img class=\\\"size-medium wp-image-10 alignright\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image3-1-300x200.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"200\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut suscipit odio ante, id dapibus elit condimentum vitae. Maecenas eget orci vitae enim accumsan mollis. In congue nunc velit, sit amet eleifend velit cursus vitae. Morbi lorem massa, lobortis id bibendum et, rhoncus porttitor tortor. Aenean eget orci pulvinar, tincidunt neque quis, aliquam lectus. Etiam nec malesuada tortor. Sed id condimentum turpis. Quisque non fermentum est. Integer lobortis turpis a justo dignissim, sit amet accumsan sem pulvinar. Morbi mollis vitae libero in rhoncus. Vestibulum at arcu faucibus, congue diam sit amet, viverra velit. Sed rutrum urna ut dolor dignissim suscipit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Maecenas ultrices justo metus, quis facilisis justo interdum nec. Donec luctus ligula elit, eget varius urna sodales at. Mauris enim risus, cursus at nulla eget, mattis imperdiet orci.\\n\\nSuspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3649,795,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(3650,795,'_elementor_css','a:6:{s:4:\"time\";i:1593782292;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(3651,794,'_edit_lock','1593792362:5'),(3652,796,'mcc_copied','1'),(3653,796,'_wp_page_template','default'),(3654,796,'_thumbnail_id','718'),(3655,796,'_elementor_edit_mode','builder'),(3656,796,'_elementor_template_type','wp-post'),(3657,796,'_elementor_version','2.9.9'),(3658,796,'_elementor_data','[{\"id\":\"3f1f5281\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"502ddebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5172ddc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Suspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\\n<blockquote>Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae.<\\/blockquote>\\nVivamus pulvinar urna nec ipsum interdum blandit. Phasellus molestie feugiat hendrerit. Interdum et malesuada fames ac ante ipsum primis in faucibus. Suspendisse ut dapibus elit. Vivamus dui justo, dapibus nec fermentum sodales, convallis a nisi. Nullam auctor ante metus, eu lacinia mauris hendrerit a. Donec maximus porta turpis non venenatis. Pellentesque quis odio nec ex vestibulum ornare vel at erat. Vestibulum fringilla mauris quis mi pellentesque, a convallis turpis cursus. Praesent molestie, arcu vel faucibus tristique, erat lorem interdum libero, eget maximus mauris augue sed quam. Duis sit amet fringilla felis. Phasellus eget eros vitae dui finibus tincidunt vitae non sapien. Aliquam erat volutpat. Praesent volutpat, nibh eget viverra tristique, odio dolor iaculis elit, eget tincidunt felis arcu nec lectus. Nulla fermentum lorem a massa laoreet, non tincidunt dolor scelerisque.\\n\\n<img class=\\\"size-medium wp-image-6 alignleft\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/blog-5-1-300x200.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"200\\\">Aenean faucibus libero ultrices tincidunt pretium. Vestibulum id mi eget massa scelerisque facilisis vel semper nisl. Mauris pulvinar scelerisque fringilla. Ut eu mauris aliquet, mattis sem eleifend, vehicula massa. Nullam sit amet condimentum urna, a convallis nibh. Nulla at porttitor nulla. In hac habitasse platea dictumst. Donec ut pretium eros, eget condimentum augue. Vivamus venenatis leo sed dolor mattis imperdiet.\\n\\nProin in orci quis elit blandit imperdiet ut eu enim. Nulla mattis arcu eget nisi eleifend, non pellentesque augue mollis. Ut mauris ligula, interdum sed lobortis eu, fermentum vel neque. Maecenas facilisis erat quis augue fermentum vestibulum. Aenean vel sem ac tellus luctus efficitur. Mauris ultrices non libero eget auctor. Mauris rhoncus, risus ac dapibus rhoncus, dui purus ultrices lorem, efficitur gravida elit turpis quis metus.\\n\\nSed varius eros eu lorem condimentum, ac rutrum ex pharetra. Integer vitae tincidunt ipsum, vitae lacinia lacus. Aenean ac maximus eros, eu posuere erat. Sed efficitur magna vitae erat vehicula elementum. Ut cursus purus id tellus volutpat tempus. Mauris lacus eros, fermentum vitae congue volutpat, tincidunt non risus. Quisque at mollis nibh. Nulla aliquet placerat mollis. Morbi luctus porttitor ultricies. Phasellus ullamcorper in arcu ut ultricies. Donec odio nisl, iaculis eget odio id, tempor pulvinar justo. Phasellus sit amet dolor sit amet neque ultrices posuere sed nec neque. Pellentesque cursus varius sagittis. Duis placerat porta risus ac sagittis.\\n\\n<img class=\\\"aligncenter wp-image-5 size-full\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/blog-4-1.jpg\\\" alt=\\\"\\\" width=\\\"1200\\\" height=\\\"800\\\">\\n\\nUt tempus malesuada neque, laoreet ornare magna vehicula a. Curabitur augue nibh, faucibus id faucibus in, tincidunt et justo. Nulla facilisis tempus ligula ut venenatis. Donec diam felis, volutpat maximus viverra quis, maximus a leo. Quisque vestibulum tortor justo. Nullam nec venenatis urna, vel suscipit massa. Proin sed rutrum magna, sed blandit lacus. Donec dolor risus, tempor et ipsum vel, convallis vehicula urna. Sed vel elit accumsan diam condimentum finibus vel sollicitudin risus. Nunc a venenatis mi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed sed tellus urna. Sed hendrerit a justo ac sodales.\\n\\n<img class=\\\"size-medium wp-image-10 alignright\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image3-1-300x200.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"200\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut suscipit odio ante, id dapibus elit condimentum vitae. Maecenas eget orci vitae enim accumsan mollis. In congue nunc velit, sit amet eleifend velit cursus vitae. Morbi lorem massa, lobortis id bibendum et, rhoncus porttitor tortor. Aenean eget orci pulvinar, tincidunt neque quis, aliquam lectus. Etiam nec malesuada tortor. Sed id condimentum turpis. Quisque non fermentum est. Integer lobortis turpis a justo dignissim, sit amet accumsan sem pulvinar. Morbi mollis vitae libero in rhoncus. Vestibulum at arcu faucibus, congue diam sit amet, viverra velit. Sed rutrum urna ut dolor dignissim suscipit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Maecenas ultrices justo metus, quis facilisis justo interdum nec. Donec luctus ligula elit, eget varius urna sodales at. Mauris enim risus, cursus at nulla eget, mattis imperdiet orci.\\n\\nSuspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3659,796,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(3660,796,'_elementor_css','a:6:{s:4:\"time\";i:1592509819;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(3662,796,'_dp_original','706'),(3663,796,'_edit_last','5'),(3665,797,'_wp_page_template','default'),(3666,797,'_thumbnail_id','718'),(3667,797,'_elementor_edit_mode','builder'),(3668,797,'_elementor_template_type','wp-post'),(3669,797,'_elementor_version','2.9.9'),(3670,797,'_elementor_data','[{\"id\":\"3f1f5281\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"502ddebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5172ddc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Suspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\\n<blockquote>Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae.<\\/blockquote>\\nVivamus pulvinar urna nec ipsum interdum blandit. Phasellus molestie feugiat hendrerit. Interdum et malesuada fames ac ante ipsum primis in faucibus. Suspendisse ut dapibus elit. Vivamus dui justo, dapibus nec fermentum sodales, convallis a nisi. Nullam auctor ante metus, eu lacinia mauris hendrerit a. Donec maximus porta turpis non venenatis. Pellentesque quis odio nec ex vestibulum ornare vel at erat. Vestibulum fringilla mauris quis mi pellentesque, a convallis turpis cursus. Praesent molestie, arcu vel faucibus tristique, erat lorem interdum libero, eget maximus mauris augue sed quam. Duis sit amet fringilla felis. Phasellus eget eros vitae dui finibus tincidunt vitae non sapien. Aliquam erat volutpat. Praesent volutpat, nibh eget viverra tristique, odio dolor iaculis elit, eget tincidunt felis arcu nec lectus. Nulla fermentum lorem a massa laoreet, non tincidunt dolor scelerisque.\\n\\n<img class=\\\"size-medium wp-image-6 alignleft\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/blog-5-1-300x200.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"200\\\">Aenean faucibus libero ultrices tincidunt pretium. Vestibulum id mi eget massa scelerisque facilisis vel semper nisl. Mauris pulvinar scelerisque fringilla. Ut eu mauris aliquet, mattis sem eleifend, vehicula massa. Nullam sit amet condimentum urna, a convallis nibh. Nulla at porttitor nulla. In hac habitasse platea dictumst. Donec ut pretium eros, eget condimentum augue. Vivamus venenatis leo sed dolor mattis imperdiet.\\n\\nProin in orci quis elit blandit imperdiet ut eu enim. Nulla mattis arcu eget nisi eleifend, non pellentesque augue mollis. Ut mauris ligula, interdum sed lobortis eu, fermentum vel neque. Maecenas facilisis erat quis augue fermentum vestibulum. Aenean vel sem ac tellus luctus efficitur. Mauris ultrices non libero eget auctor. Mauris rhoncus, risus ac dapibus rhoncus, dui purus ultrices lorem, efficitur gravida elit turpis quis metus.\\n\\nSed varius eros eu lorem condimentum, ac rutrum ex pharetra. Integer vitae tincidunt ipsum, vitae lacinia lacus. Aenean ac maximus eros, eu posuere erat. Sed efficitur magna vitae erat vehicula elementum. Ut cursus purus id tellus volutpat tempus. Mauris lacus eros, fermentum vitae congue volutpat, tincidunt non risus. Quisque at mollis nibh. Nulla aliquet placerat mollis. Morbi luctus porttitor ultricies. Phasellus ullamcorper in arcu ut ultricies. Donec odio nisl, iaculis eget odio id, tempor pulvinar justo. Phasellus sit amet dolor sit amet neque ultrices posuere sed nec neque. Pellentesque cursus varius sagittis. Duis placerat porta risus ac sagittis.\\n\\n<img class=\\\"aligncenter wp-image-5 size-full\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/blog-4-1.jpg\\\" alt=\\\"\\\" width=\\\"1200\\\" height=\\\"800\\\">\\n\\nUt tempus malesuada neque, laoreet ornare magna vehicula a. Curabitur augue nibh, faucibus id faucibus in, tincidunt et justo. Nulla facilisis tempus ligula ut venenatis. Donec diam felis, volutpat maximus viverra quis, maximus a leo. Quisque vestibulum tortor justo. Nullam nec venenatis urna, vel suscipit massa. Proin sed rutrum magna, sed blandit lacus. Donec dolor risus, tempor et ipsum vel, convallis vehicula urna. Sed vel elit accumsan diam condimentum finibus vel sollicitudin risus. Nunc a venenatis mi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed sed tellus urna. Sed hendrerit a justo ac sodales.\\n\\n<img class=\\\"size-medium wp-image-10 alignright\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image3-1-300x200.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"200\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut suscipit odio ante, id dapibus elit condimentum vitae. Maecenas eget orci vitae enim accumsan mollis. In congue nunc velit, sit amet eleifend velit cursus vitae. Morbi lorem massa, lobortis id bibendum et, rhoncus porttitor tortor. Aenean eget orci pulvinar, tincidunt neque quis, aliquam lectus. Etiam nec malesuada tortor. Sed id condimentum turpis. Quisque non fermentum est. Integer lobortis turpis a justo dignissim, sit amet accumsan sem pulvinar. Morbi mollis vitae libero in rhoncus. Vestibulum at arcu faucibus, congue diam sit amet, viverra velit. Sed rutrum urna ut dolor dignissim suscipit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Maecenas ultrices justo metus, quis facilisis justo interdum nec. Donec luctus ligula elit, eget varius urna sodales at. Mauris enim risus, cursus at nulla eget, mattis imperdiet orci.\\n\\nSuspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3671,797,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(3672,797,'_elementor_css','a:6:{s:4:\"time\";i:1592509819;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(3673,796,'_edit_lock','1593792389:5'),(3674,798,'_thumbnail_id','438'),(3675,798,'_elementor_edit_mode','builder'),(3676,798,'_elementor_template_type','wp-post'),(3677,798,'_elementor_version','2.9.9'),(3678,798,'_elementor_css','a:6:{s:4:\"time\";i:1591285540;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(3679,798,'_wp_page_template','default'),(3680,798,'_dp_original','437'),(3681,798,'_edit_last','5'),(3683,799,'_thumbnail_id','438'),(3684,799,'_elementor_edit_mode','builder'),(3685,799,'_elementor_template_type','wp-post'),(3686,799,'_elementor_version','2.9.9'),(3687,799,'_elementor_css','a:6:{s:4:\"time\";i:1591285540;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(3688,799,'_wp_page_template','default'),(3689,798,'_edit_lock','1593792414:5'),(3690,800,'_thumbnail_id','393'),(3691,800,'_elementor_edit_mode','builder'),(3692,800,'_elementor_template_type','wp-post'),(3693,800,'_elementor_version','2.9.9'),(3694,800,'_wp_page_template','default'),(3695,800,'_elementor_data','[{\"id\":\"68fd4428\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"48f1c0dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"10a77fcb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We completed moves of high value works of art and museum installations, plus zoo exhibits for organizations across the country.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3696,800,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(3697,800,'_elementor_css','a:6:{s:4:\"time\";i:1593790823;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(3698,800,'_dp_original','439'),(3699,800,'_edit_last','5'),(3701,801,'_thumbnail_id','393'),(3702,801,'_elementor_edit_mode','builder'),(3703,801,'_elementor_template_type','wp-post'),(3704,801,'_elementor_version','2.9.9'),(3705,801,'_wp_page_template','default'),(3706,801,'_elementor_data','[{\"id\":\"68fd4428\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"48f1c0dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"10a77fcb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We completed moves of high value works of art and museum installations, plus zoo exhibits for organizations across the country.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3707,801,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(3708,801,'_elementor_css','a:6:{s:4:\"time\";i:1593790823;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(3709,800,'_edit_lock','1593792437:5'),(3710,802,'_menu_item_type','post_type'),(3711,802,'_menu_item_menu_item_parent','754'),(3712,802,'_menu_item_object_id','706'),(3713,802,'_menu_item_object','gedung-industries'),(3714,802,'_menu_item_target',''),(3715,802,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3716,802,'_menu_item_xfn',''),(3717,802,'_menu_item_url',''),(3719,803,'_menu_item_type','post_type'),(3720,803,'_menu_item_menu_item_parent','754'),(3721,803,'_menu_item_object_id','703'),(3722,803,'_menu_item_object','gedung-industries'),(3723,803,'_menu_item_target',''),(3724,803,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3725,803,'_menu_item_xfn',''),(3726,803,'_menu_item_url',''),(3728,804,'_menu_item_type','post_type'),(3729,804,'_menu_item_menu_item_parent','754'),(3730,804,'_menu_item_object_id','700'),(3731,804,'_menu_item_object','gedung-industries'),(3732,804,'_menu_item_target',''),(3733,804,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3734,804,'_menu_item_xfn',''),(3735,804,'_menu_item_url',''),(3737,805,'_menu_item_type','post_type'),(3738,805,'_menu_item_menu_item_parent','754'),(3739,805,'_menu_item_object_id','698'),(3740,805,'_menu_item_object','gedung-industries'),(3741,805,'_menu_item_target',''),(3742,805,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3743,805,'_menu_item_xfn',''),(3744,805,'_menu_item_url',''),(3746,806,'_menu_item_type','post_type'),(3747,806,'_menu_item_menu_item_parent','754'),(3748,806,'_menu_item_object_id','439'),(3749,806,'_menu_item_object','gedung-industries'),(3750,806,'_menu_item_target',''),(3751,806,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3752,806,'_menu_item_xfn',''),(3753,806,'_menu_item_url',''),(3755,807,'_menu_item_type','post_type'),(3756,807,'_menu_item_menu_item_parent','754'),(3757,807,'_menu_item_object_id','437'),(3758,807,'_menu_item_object','gedung-industries'),(3759,807,'_menu_item_target',''),(3760,807,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3761,807,'_menu_item_xfn',''),(3762,807,'_menu_item_url',''),(3764,808,'_menu_item_type','post_type'),(3765,808,'_menu_item_menu_item_parent','754'),(3766,808,'_menu_item_object_id','54'),(3767,808,'_menu_item_object','gedung-industries'),(3768,808,'_menu_item_target',''),(3769,808,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3770,808,'_menu_item_xfn',''),(3771,808,'_menu_item_url',''),(3773,809,'_menu_item_type','post_type'),(3774,809,'_menu_item_menu_item_parent','754'),(3775,809,'_menu_item_object_id','52'),(3776,809,'_menu_item_object','gedung-industries'),(3777,809,'_menu_item_target',''),(3778,809,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3779,809,'_menu_item_xfn',''),(3780,809,'_menu_item_url',''),(3782,810,'_menu_item_type','post_type'),(3783,810,'_menu_item_menu_item_parent','754'),(3784,810,'_menu_item_object_id','50'),(3785,810,'_menu_item_object','gedung-industries'),(3786,810,'_menu_item_target',''),(3787,810,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3788,810,'_menu_item_xfn',''),(3789,810,'_menu_item_url',''),(3791,811,'_menu_item_type','post_type'),(3792,811,'_menu_item_menu_item_parent','754'),(3793,811,'_menu_item_object_id','48'),(3794,811,'_menu_item_object','gedung-industries'),(3795,811,'_menu_item_target',''),(3796,811,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3797,811,'_menu_item_xfn',''),(3798,811,'_menu_item_url',''),(3800,812,'_menu_item_type','post_type'),(3801,812,'_menu_item_menu_item_parent','754'),(3802,812,'_menu_item_object_id','46'),(3803,812,'_menu_item_object','gedung-industries'),(3804,812,'_menu_item_target',''),(3805,812,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3806,812,'_menu_item_xfn',''),(3807,812,'_menu_item_url',''),(3809,813,'_menu_item_type','post_type'),(3810,813,'_menu_item_menu_item_parent','754'),(3811,813,'_menu_item_object_id','329'),(3812,813,'_menu_item_object','gedung-industries'),(3813,813,'_menu_item_target',''),(3814,813,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3815,813,'_menu_item_xfn',''),(3816,813,'_menu_item_url',''),(3819,815,'_menu_item_type','custom'),(3820,815,'_menu_item_menu_item_parent','553'),(3821,815,'_menu_item_object_id','815'),(3822,815,'_menu_item_object','custom'),(3823,815,'_menu_item_target',''),(3824,815,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3825,815,'_menu_item_xfn',''),(3826,815,'_menu_item_url','http://www.arscontracting.com/portfolio/rigging/'),(3837,817,'_menu_item_type','custom'),(3838,817,'_menu_item_menu_item_parent','553'),(3839,817,'_menu_item_object_id','817'),(3840,817,'_menu_item_object','custom'),(3841,817,'_menu_item_target',''),(3842,817,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3843,817,'_menu_item_xfn',''),(3844,817,'_menu_item_url','http://www.arscontracting.com/portfolio/machinery-moving-installation/'),(3855,819,'_menu_item_type','custom'),(3856,819,'_menu_item_menu_item_parent','553'),(3857,819,'_menu_item_object_id','819'),(3858,819,'_menu_item_object','custom'),(3859,819,'_menu_item_target',''),(3860,819,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3861,819,'_menu_item_xfn',''),(3862,819,'_menu_item_url','http://www.arscontracting.com/portfolio/heavy-lifting-erecting/'),(3864,820,'_menu_item_type','custom'),(3865,820,'_menu_item_menu_item_parent','553'),(3866,820,'_menu_item_object_id','820'),(3867,820,'_menu_item_object','custom'),(3868,820,'_menu_item_target',''),(3869,820,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3870,820,'_menu_item_xfn',''),(3871,820,'_menu_item_url','http://www.arscontracting.com/portfolio/hauling-jobsite-delivery/'),(3873,821,'_menu_item_type','custom'),(3874,821,'_menu_item_menu_item_parent','553'),(3875,821,'_menu_item_object_id','821'),(3876,821,'_menu_item_object','custom'),(3877,821,'_menu_item_target',''),(3878,821,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3879,821,'_menu_item_xfn',''),(3880,821,'_menu_item_url','http://www.arscontracting.com/portfolio/storage-preservation/'),(3882,822,'_menu_item_type','custom'),(3883,822,'_menu_item_menu_item_parent','553'),(3884,822,'_menu_item_object_id','822'),(3885,822,'_menu_item_object','custom'),(3886,822,'_menu_item_target',''),(3887,822,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3888,822,'_menu_item_xfn',''),(3889,822,'_menu_item_url','http://www.arscontracting.com/portfolio/plant-relocation/'),(3891,823,'_menu_item_type','custom'),(3892,823,'_menu_item_menu_item_parent','553'),(3893,823,'_menu_item_object_id','823'),(3894,823,'_menu_item_object','custom'),(3895,823,'_menu_item_target',''),(3896,823,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3897,823,'_menu_item_xfn',''),(3898,823,'_menu_item_url','http://www.arscontracting.com/portfolio/millwright-services/'),(3900,824,'_menu_item_type','custom'),(3901,824,'_menu_item_menu_item_parent','553'),(3902,824,'_menu_item_object_id','824'),(3903,824,'_menu_item_object','custom'),(3904,824,'_menu_item_target',''),(3905,824,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3906,824,'_menu_item_xfn',''),(3907,824,'_menu_item_url','http://www.arscontracting.com/portfolio/consultations/'),(3909,825,'_wp_attached_file','2020/07/header-1.png'),(3910,825,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:240;s:6:\"height\";i:68;s:4:\"file\";s:20:\"2020/07/header-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"header-1-150x68.png\";s:5:\"width\";i:150;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:19:\"header-1-100x68.png\";s:5:\"width\";i:100;s:6:\"height\";i:68;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:{}}}'),(3911,826,'_wp_attached_file','2020/07/footer-1.png'),(3912,826,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:170;s:6:\"height\";i:49;s:4:\"file\";s:20:\"2020/07/footer-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"footer-1-150x49.png\";s:5:\"width\";i:150;s:6:\"height\";i:49;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:19:\"footer-1-100x49.png\";s:5:\"width\";i:100;s:6:\"height\";i:49;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:{}}}'),(3920,829,'_wp_page_template','template/page-builder-template.php'),(3921,829,'_elementor_edit_mode','builder'),(3922,829,'_elementor_version','2.9.9'),(3923,829,'_elementor_data','[{\"id\":\"7673b2a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40f6e83\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d01e9c6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3693055\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3150906\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd.jpg\",\"id\":663},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"956a3d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e4ae49d\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise directs every situation.\\u00a0 We can quickly understand and<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7759086\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cbbb86\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9bac57a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"74b493a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f3d4169\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"20230aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.025000000000006,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c5e8450\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"0b5824c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.957999999999998,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"487cb33\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd2.jpg\",\"id\":672},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d0d1f44\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cbb1174\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1436938\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3ff4780\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9f893a1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"9de3470\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46eae88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd3.png\",\"id\":674},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e0937c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b07afc2\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"422c0c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"d806c09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6a680d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1df7366\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"503b817\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef81faf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"3973e79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f7691\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c952bb5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d06c5c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56d4482\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa0a24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"c73ea72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p1.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6d0a072\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4b2d053\",\"elType\":\"widget\",\"settings\":{\"title\":\"George \\u201cRed\\u201d Gilmartin \\u2010 President\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6370ba7\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>43\\u00a0years<\\/strong>\\u00a0<\\/li><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0have\\u00a0owned\\u00a0ARS\\u00a0Contracting,\\u00a0Inc\\u00a0for\\u00a030\\u00a0years\\u201d<\\/strong>\\u00a0<\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0move\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 equipment\\u00a0that\\u00a0is\\u00a0challenging.\\u00a0When\\u00a0I\\u00a0first\\u00a0got\\u00a0into\\u00a0this\\u00a0trade,\\u00a0I\\u00a0was\\u00a0able\\u00a0to\\u00a0see\\u00a0all\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 challenges\\u00a0that\\u00a0made\\u00a0me\\u00a0want\\u00a0to\\u00a0get\\u00a0to\\u00a0 work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cTo\\u00a0think!!\\u00a0Use\\u00a0common\\u00a0sense\\u00a0when\\u00a0approaching\\u00a0any\\u00a0job.\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cReading\\u00a0articles\\u00a0about\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0 business\\u00a0and\\u00a0continuing\\u00a0to\\u00a0educate\\u00a0myself\\u00a0on\\u00a0how\\u00a0to\\u00a0fit\\u00a0this\\u00a0industry\\u00a0into\\u00a0this\\u00a0world\\u00a0that\\u00a0keeps\\u00a0evolving\\u201d\\u00a0\\u00a0\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c054124\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e7b4ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"9195df9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p1.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e5a3fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"16e9fac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ted Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc47661\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>25+\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>15\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cI\\u00a0really\\u00a0enjoy\\u00a0knowing\\u00a0that\\u00a0what\\u00a0we\\u00a0do\\u00a0matters.\\u00a0I\\u00a0have\\u00a0the opportunity\\u00a0to\\u00a0be\\u00a0involved\\u00a0in\\u00a0every\\u00a0industry\\/institution,\\u00a0so\\u00a0I\\u00a0am\\u00a0 able\\u00a0to\\u00a0see\\u00a0and\\u00a0be\\u00a0a\\u00a0part\\u00a0of\\u00a0a\\u00a0lot!\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0 business?\\u00a0 <strong>\\u201cLook.\\u00a0Listen.\\u00a0Learn.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cGoing\\u00a0out\\u00a0to\\u00a0eat\\u00a0and\\u00a0spending\\u00a0time\\u00a0with\\u00a0my\\u00a0loud\\u00a0family\\u201d\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8bd277e\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8a94d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"ab9ae3b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/92.jpg\",\"id\":679}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b929fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"0480362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeromy Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16ac035\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>22 years full time\\u00a0\\u00a0<\\/strong><\\/li><li><p>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>8\\u00a0months<\\/strong> \\u00a0<\\/p><\\/li><li><p>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cThe\\u00a0nature\\u00a0of\\u00a0this\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 business\\u00a0is\\u00a0exciting!!\\u00a0 Rarely\\u00a0are\\u00a0there\\u00a0two\\u00a0jobs\\u00a0that\\u00a0are\\u00a0the\\u00a0exact\\u00a0same.\\u00a0Figuring\\u00a0out\\u00a0the\\u00a0difficult\\u00a0jobs\\u00a0and\\u00a0then\\u00a0executing\\u00a0a\\u00a0plan\\u00a0perfectly\\u00a0with\\u00a0our\\u00a0team\\u00a0is\\u00a0what\\u00a0it\\u2019s\\u00a0all\\u00a0about.\\u201d<\\/strong>\\u00a0 \\u00a0<\\/p><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business<strong>?\\u00a0 \\u00a0 \\u201cDo\\u00a0your\\u00a0work\\u00a0100%.\\u00a0Nothing\\u00a0should\\u00a0be\\u00a0just\\u00a0good\\u00a0enough,\\u00a0complete\\u00a0it\\u00a0to\\u00a0the\\u00a0very\\u00a0best\\u00a0of\\u00a0your\\u00a0ability\\u00a0\\u00a0\\u00a0 and\\u00a0if\\u00a0it\\u00a0is\\u00a0still\\u00a0not\\u00a0perfect,ask\\u00a0for\\u00a0help\\u00a0to\\u00a0make\\u00a0it\\u00a0perfect.\\u00a0Take\\u00a0your\\u00a0time,\\u00a0jobs\\u00a0like\\u00a0these \\u00a0take\\u00a0 time.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0was\\u00a0an\\u00a0MMA\\u00a0fighter\\u00a0for\\u00a0\\u00a0\\u00a0 many\\u00a0years.\\u00a0Currently\\u00a0looking\\u00a0for\\u00a0my\\u00a0next\\u00a0hobby.\\u201d<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"543d250\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d050cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"bd14265\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p3.jpg\",\"id\":680}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"46b103a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4fd3d56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Gibbons\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"921c1d3\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business<strong>?\\u00a0 \\u201cI\\u00a0have\\u00a0been\\u00a0in\\u00a0the\\u00a0construction\\u00a0industry\\u00a0for\\u00a0over\\u00a020\\u00a0years\\u00a0on\\u00a0both\\u00a0sides\\u00a0of\\u00a0the\\u00a0Atlantic\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>5\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0work\\u00a0with\\u00a0our\\u00a0rigging\\u00a0crews.\\u00a0The\\u00a0guys\\u00a0in\\u00a0the\\u00a0field\\u00a0 are\\u00a0full\\u00a0of\\u00a0knowledge\\u00a0and\\u00a0have\\u00a0precise\\u00a0accuracy\\u00a0when\\u00a0on\\u00a0the\\u00a0job.\\u00a0 It\\u2019s\\u00a0fun\\u00a0to\\u00a0see\\u00a0them\\u00a0put\\u00a0their\\u00a0skills\\u00a0to\\u00a0work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cListen\\u00a0to\\u00a0those\\u00a0who\\u00a0have\\u00a0experience\\u00a0with\\u00a0this\\u00a0kind\\u00a0of\\u00a0work.\\u201d\\u00a0\\u00a0 \\u00a0 <\\/strong><\\/li><li><p>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cFly\\u00a0fishing\\u201d\\u00a0\\u00a0<\\/strong><\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7005acd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"b0822e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17fc8fa\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"06d5df4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17a24f6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"14cbafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0b17af3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f0c181e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"24b7249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"66fd030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2d587c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"What our Customer says?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"67cdb5f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p class=\\\"subtitle\\\">Don\'t take just our words. Hear what our Customers say.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"text_block_align\":\"center\",\"color_text_block\":\"#666666\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Once you\\u2019ve worked with them, when the next project comes around you just pick up the phone and call them without a second thought.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"We would have no hesitation recommending you to any further customers that you have that may require a reference to the quality of your workmanship.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"989fdd5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5cb631a\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"text\":\"Client Item #2\",\"_id\":\"dcc834e\",\"client_author\":\"Masator\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-02.png\",\"id\":30},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Narosha\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-03.png\",\"id\":31},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ce9a13f\"},{\"text\":\"Client Item #1\",\"_id\":\"bd866ad\",\"client_author\":\"Quare\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-01.png\",\"id\":29},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Electrend.\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-07.png\",\"id\":33},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d47a8ba\"},{\"client_author\":\"Qoloform\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-10.png\",\"id\":34},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d05e2ee\"},{\"client_author\":\"BataStock\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-05.png\",\"id\":32},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"fbd34bb\"}],\"mobile_choose_column\":\"mobile-column-3\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":50,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":8}},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(3924,829,'_elementor_template_type','wp-post'),(3926,830,'_wp_page_template','template/page-builder-template.php'),(3927,830,'_elementor_edit_mode','builder'),(3928,830,'_elementor_version','2.9.9'),(3929,830,'_elementor_data','[{\"id\":\"7673b2a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40f6e83\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d01e9c6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3693055\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3150906\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd.jpg\",\"id\":663},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"956a3d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e4ae49d\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise directs every situation.\\u00a0 We can quickly understand and<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7759086\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cbbb86\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9bac57a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"74b493a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f3d4169\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"20230aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.025000000000006,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c5e8450\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"0b5824c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.957999999999998,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"487cb33\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd2.jpg\",\"id\":672},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d0d1f44\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cbb1174\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1436938\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3ff4780\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9f893a1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"9de3470\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46eae88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd3.png\",\"id\":674},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e0937c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b07afc2\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"422c0c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"d806c09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6a680d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1df7366\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"503b817\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef81faf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"3973e79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f7691\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c952bb5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d06c5c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56d4482\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa0a24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"c73ea72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p1.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6d0a072\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4b2d053\",\"elType\":\"widget\",\"settings\":{\"title\":\"George \\u201cRed\\u201d Gilmartin \\u2010 President\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6370ba7\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>43\\u00a0years<\\/strong>\\u00a0<\\/li><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0have\\u00a0owned\\u00a0ARS\\u00a0Contracting,\\u00a0Inc\\u00a0for\\u00a030\\u00a0years\\u201d<\\/strong>\\u00a0<\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0move\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 equipment\\u00a0that\\u00a0is\\u00a0challenging.\\u00a0When\\u00a0I\\u00a0first\\u00a0got\\u00a0into\\u00a0this\\u00a0trade,\\u00a0I\\u00a0was\\u00a0able\\u00a0to\\u00a0see\\u00a0all\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 challenges\\u00a0that\\u00a0made\\u00a0me\\u00a0want\\u00a0to\\u00a0get\\u00a0to\\u00a0 work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cTo\\u00a0think!!\\u00a0Use\\u00a0common\\u00a0sense\\u00a0when\\u00a0approaching\\u00a0any\\u00a0job.\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cReading\\u00a0articles\\u00a0about\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0 business\\u00a0and\\u00a0continuing\\u00a0to\\u00a0educate\\u00a0myself\\u00a0on\\u00a0how\\u00a0to\\u00a0fit\\u00a0this\\u00a0industry\\u00a0into\\u00a0this\\u00a0world\\u00a0that\\u00a0keeps\\u00a0evolving\\u201d\\u00a0\\u00a0\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c054124\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e7b4ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"9195df9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p1.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e5a3fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"16e9fac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ted Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc47661\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>25+\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>15\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cI\\u00a0really\\u00a0enjoy\\u00a0knowing\\u00a0that\\u00a0what\\u00a0we\\u00a0do\\u00a0matters.\\u00a0I\\u00a0have\\u00a0the opportunity\\u00a0to\\u00a0be\\u00a0involved\\u00a0in\\u00a0every\\u00a0industry\\/institution,\\u00a0so\\u00a0I\\u00a0am\\u00a0 able\\u00a0to\\u00a0see\\u00a0and\\u00a0be\\u00a0a\\u00a0part\\u00a0of\\u00a0a\\u00a0lot!\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0 business?\\u00a0 <strong>\\u201cLook.\\u00a0Listen.\\u00a0Learn.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cGoing\\u00a0out\\u00a0to\\u00a0eat\\u00a0and\\u00a0spending\\u00a0time\\u00a0with\\u00a0my\\u00a0loud\\u00a0family\\u201d\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8bd277e\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8a94d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"ab9ae3b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/92.jpg\",\"id\":679}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b929fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"0480362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeromy Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16ac035\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol>\\n \\t<li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>22 years full time\\u00a0\\u00a0<\\/strong><\\/li>\\n \\t<li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>8\\u00a0months<\\/strong><\\/li>\\n \\t<li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part? <strong>\\u201cThe\\u00a0nature\\u00a0of\\u00a0this business\\u00a0is\\u00a0exciting!!\\u00a0 Rarely\\u00a0are\\u00a0there\\u00a0two\\u00a0jobs\\u00a0that\\u00a0are\\u00a0the\\u00a0exact\\u00a0same.\\u00a0Figuring\\u00a0out\\u00a0the\\u00a0difficult\\u00a0jobs\\u00a0and\\u00a0then\\u00a0executing\\u00a0a\\u00a0plan\\u00a0perfectly\\u00a0with\\u00a0our\\u00a0team\\u00a0is\\u00a0what\\u00a0it\\u2019s\\u00a0all\\u00a0about.\\u201d<\\/strong><\\/li>\\n \\t<li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business<strong>?\\u00a0 \\u00a0 \\u201cDo\\u00a0your\\u00a0work\\u00a0100%.\\u00a0Nothing\\u00a0should\\u00a0be\\u00a0just\\u00a0good\\u00a0enough,\\u00a0complete\\u00a0it\\u00a0to\\u00a0the\\u00a0very\\u00a0best\\u00a0of\\u00a0your\\u00a0ability\\u00a0\\u00a0\\u00a0 and\\u00a0if\\u00a0it\\u00a0is\\u00a0still\\u00a0not\\u00a0perfect,ask\\u00a0for\\u00a0help\\u00a0to\\u00a0make\\u00a0it\\u00a0perfect.\\u00a0Take\\u00a0your\\u00a0time,\\u00a0jobs\\u00a0like\\u00a0these \\u00a0take\\u00a0 time.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li>\\n \\t<li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0was\\u00a0an\\u00a0MMA\\u00a0fighter\\u00a0for\\u00a0\\u00a0\\u00a0 many\\u00a0years.\\u00a0Currently\\u00a0looking\\u00a0for\\u00a0my\\u00a0next\\u00a0hobby.\\u201d<\\/strong><\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"543d250\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d050cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"bd14265\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p3.jpg\",\"id\":680}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"46b103a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4fd3d56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Gibbons\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"921c1d3\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business<strong>?\\u00a0 \\u201cI\\u00a0have\\u00a0been\\u00a0in\\u00a0the\\u00a0construction\\u00a0industry\\u00a0for\\u00a0over\\u00a020\\u00a0years\\u00a0on\\u00a0both\\u00a0sides\\u00a0of\\u00a0the\\u00a0Atlantic\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>5\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0work\\u00a0with\\u00a0our\\u00a0rigging\\u00a0crews.\\u00a0The\\u00a0guys\\u00a0in\\u00a0the\\u00a0field\\u00a0 are\\u00a0full\\u00a0of\\u00a0knowledge\\u00a0and\\u00a0have\\u00a0precise\\u00a0accuracy\\u00a0when\\u00a0on\\u00a0the\\u00a0job.\\u00a0 It\\u2019s\\u00a0fun\\u00a0to\\u00a0see\\u00a0them\\u00a0put\\u00a0their\\u00a0skills\\u00a0to\\u00a0work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cListen\\u00a0to\\u00a0those\\u00a0who\\u00a0have\\u00a0experience\\u00a0with\\u00a0this\\u00a0kind\\u00a0of\\u00a0work.\\u201d\\u00a0\\u00a0 \\u00a0 <\\/strong><\\/li><li><p>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cFly\\u00a0fishing\\u201d\\u00a0\\u00a0<\\/strong><\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7005acd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"b0822e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17fc8fa\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"06d5df4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17a24f6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"14cbafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0b17af3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f0c181e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"24b7249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"66fd030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2d587c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"What our Customer says?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"67cdb5f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p class=\\\"subtitle\\\">Don\'t take just our words. Hear what our Customers say.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"text_block_align\":\"center\",\"color_text_block\":\"#666666\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Once you\\u2019ve worked with them, when the next project comes around you just pick up the phone and call them without a second thought.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"We would have no hesitation recommending you to any further customers that you have that may require a reference to the quality of your workmanship.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"989fdd5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5cb631a\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"text\":\"Client Item #2\",\"_id\":\"dcc834e\",\"client_author\":\"Masator\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-02.png\",\"id\":30},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Narosha\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-03.png\",\"id\":31},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ce9a13f\"},{\"text\":\"Client Item #1\",\"_id\":\"bd866ad\",\"client_author\":\"Quare\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-01.png\",\"id\":29},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Electrend.\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-07.png\",\"id\":33},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d47a8ba\"},{\"client_author\":\"Qoloform\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-10.png\",\"id\":34},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d05e2ee\"},{\"client_author\":\"BataStock\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-05.png\",\"id\":32},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"fbd34bb\"}],\"mobile_choose_column\":\"mobile-column-3\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":50,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":8}},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(3930,830,'_elementor_template_type','wp-post'),(3933,831,'_wp_attached_file','2020/07/image2.jpg'),(3934,831,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:675;s:6:\"height\";i:207;s:4:\"file\";s:18:\"2020/07/image2.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"image2-300x92.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"image2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:17:\"image2-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(3935,832,'_wp_page_template','template/page-builder-template.php'),(3936,832,'_elementor_edit_mode','builder'),(3937,832,'_elementor_version','2.9.9'); INSERT INTO `wp_postmeta` VALUES (3938,832,'_elementor_data','[{\"id\":\"7673b2a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40f6e83\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d01e9c6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3693055\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3150906\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd.jpg\",\"id\":663},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"956a3d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e4ae49d\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise directs every situation.\\u00a0 We can quickly understand and<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7759086\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cbbb86\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9bac57a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"74b493a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f3d4169\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"20230aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.025000000000006,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c5e8450\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"0b5824c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.957999999999998,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"487cb33\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd2.jpg\",\"id\":672},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d0d1f44\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cbb1174\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1436938\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3ff4780\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9f893a1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"9de3470\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46eae88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd3.png\",\"id\":674},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e0937c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b07afc2\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"422c0c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"d806c09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6a680d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1df7366\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"503b817\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef81faf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"3973e79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f7691\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c952bb5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d06c5c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56d4482\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa0a24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"c73ea72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image2.jpg\",\"id\":831}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6d0a072\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4b2d053\",\"elType\":\"widget\",\"settings\":{\"title\":\"George \\u201cRed\\u201d Gilmartin \\u2010 President\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6370ba7\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>43\\u00a0years<\\/strong>\\u00a0<\\/li><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0have\\u00a0owned\\u00a0ARS\\u00a0Contracting,\\u00a0Inc\\u00a0for\\u00a030\\u00a0years\\u201d<\\/strong>\\u00a0<\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0move\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 equipment\\u00a0that\\u00a0is\\u00a0challenging.\\u00a0When\\u00a0I\\u00a0first\\u00a0got\\u00a0into\\u00a0this\\u00a0trade,\\u00a0I\\u00a0was\\u00a0able\\u00a0to\\u00a0see\\u00a0all\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 challenges\\u00a0that\\u00a0made\\u00a0me\\u00a0want\\u00a0to\\u00a0get\\u00a0to\\u00a0 work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cTo\\u00a0think!!\\u00a0Use\\u00a0common\\u00a0sense\\u00a0when\\u00a0approaching\\u00a0any\\u00a0job.\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cReading\\u00a0articles\\u00a0about\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0 business\\u00a0and\\u00a0continuing\\u00a0to\\u00a0educate\\u00a0myself\\u00a0on\\u00a0how\\u00a0to\\u00a0fit\\u00a0this\\u00a0industry\\u00a0into\\u00a0this\\u00a0world\\u00a0that\\u00a0keeps\\u00a0evolving\\u201d\\u00a0\\u00a0\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c054124\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e7b4ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"9195df9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p1.jpg\",\"id\":676},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"300\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_css_classes\":\"ted-binachi\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e5a3fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"16e9fac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ted Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc47661\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>25+\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>15\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cI\\u00a0really\\u00a0enjoy\\u00a0knowing\\u00a0that\\u00a0what\\u00a0we\\u00a0do\\u00a0matters.\\u00a0I\\u00a0have\\u00a0the opportunity\\u00a0to\\u00a0be\\u00a0involved\\u00a0in\\u00a0every\\u00a0industry\\/institution,\\u00a0so\\u00a0I\\u00a0am\\u00a0 able\\u00a0to\\u00a0see\\u00a0and\\u00a0be\\u00a0a\\u00a0part\\u00a0of\\u00a0a\\u00a0lot!\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0 business?\\u00a0 <strong>\\u201cLook.\\u00a0Listen.\\u00a0Learn.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cGoing\\u00a0out\\u00a0to\\u00a0eat\\u00a0and\\u00a0spending\\u00a0time\\u00a0with\\u00a0my\\u00a0loud\\u00a0family\\u201d\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8bd277e\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8a94d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"ab9ae3b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/92.jpg\",\"id\":679}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b929fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"0480362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeromy Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16ac035\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol>\\n \\t<li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>22 years full time\\u00a0\\u00a0<\\/strong><\\/li>\\n \\t<li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>8\\u00a0months<\\/strong><\\/li>\\n \\t<li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part? <strong>\\u201cThe\\u00a0nature\\u00a0of\\u00a0this business\\u00a0is\\u00a0exciting!!\\u00a0 Rarely\\u00a0are\\u00a0there\\u00a0two\\u00a0jobs\\u00a0that\\u00a0are\\u00a0the\\u00a0exact\\u00a0same.\\u00a0Figuring\\u00a0out\\u00a0the\\u00a0difficult\\u00a0jobs\\u00a0and\\u00a0then\\u00a0executing\\u00a0a\\u00a0plan\\u00a0perfectly\\u00a0with\\u00a0our\\u00a0team\\u00a0is\\u00a0what\\u00a0it\\u2019s\\u00a0all\\u00a0about.\\u201d<\\/strong><\\/li>\\n \\t<li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business<strong>?\\u00a0 \\u00a0 \\u201cDo\\u00a0your\\u00a0work\\u00a0100%.\\u00a0Nothing\\u00a0should\\u00a0be\\u00a0just\\u00a0good\\u00a0enough,\\u00a0complete\\u00a0it\\u00a0to\\u00a0the\\u00a0very\\u00a0best\\u00a0of\\u00a0your\\u00a0ability\\u00a0\\u00a0\\u00a0 and\\u00a0if\\u00a0it\\u00a0is\\u00a0still\\u00a0not\\u00a0perfect,ask\\u00a0for\\u00a0help\\u00a0to\\u00a0make\\u00a0it\\u00a0perfect.\\u00a0Take\\u00a0your\\u00a0time,\\u00a0jobs\\u00a0like\\u00a0these \\u00a0take\\u00a0 time.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li>\\n \\t<li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0was\\u00a0an\\u00a0MMA\\u00a0fighter\\u00a0for\\u00a0\\u00a0\\u00a0 many\\u00a0years.\\u00a0Currently\\u00a0looking\\u00a0for\\u00a0my\\u00a0next\\u00a0hobby.\\u201d<\\/strong><\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"543d250\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d050cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"bd14265\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p3.jpg\",\"id\":680}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"46b103a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4fd3d56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Gibbons\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"921c1d3\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business<strong>?\\u00a0 \\u201cI\\u00a0have\\u00a0been\\u00a0in\\u00a0the\\u00a0construction\\u00a0industry\\u00a0for\\u00a0over\\u00a020\\u00a0years\\u00a0on\\u00a0both\\u00a0sides\\u00a0of\\u00a0the\\u00a0Atlantic\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>5\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0work\\u00a0with\\u00a0our\\u00a0rigging\\u00a0crews.\\u00a0The\\u00a0guys\\u00a0in\\u00a0the\\u00a0field\\u00a0 are\\u00a0full\\u00a0of\\u00a0knowledge\\u00a0and\\u00a0have\\u00a0precise\\u00a0accuracy\\u00a0when\\u00a0on\\u00a0the\\u00a0job.\\u00a0 It\\u2019s\\u00a0fun\\u00a0to\\u00a0see\\u00a0them\\u00a0put\\u00a0their\\u00a0skills\\u00a0to\\u00a0work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cListen\\u00a0to\\u00a0those\\u00a0who\\u00a0have\\u00a0experience\\u00a0with\\u00a0this\\u00a0kind\\u00a0of\\u00a0work.\\u201d\\u00a0\\u00a0 \\u00a0 <\\/strong><\\/li><li><p>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cFly\\u00a0fishing\\u201d\\u00a0\\u00a0<\\/strong><\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7005acd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"b0822e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17fc8fa\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"06d5df4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17a24f6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"14cbafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0b17af3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f0c181e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"24b7249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"66fd030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2d587c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"What our Customer says?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"67cdb5f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p class=\\\"subtitle\\\">Don\'t take just our words. Hear what our Customers say.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"text_block_align\":\"center\",\"color_text_block\":\"#666666\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Once you\\u2019ve worked with them, when the next project comes around you just pick up the phone and call them without a second thought.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"We would have no hesitation recommending you to any further customers that you have that may require a reference to the quality of your workmanship.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"989fdd5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5cb631a\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"text\":\"Client Item #2\",\"_id\":\"dcc834e\",\"client_author\":\"Masator\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-02.png\",\"id\":30},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Narosha\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-03.png\",\"id\":31},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ce9a13f\"},{\"text\":\"Client Item #1\",\"_id\":\"bd866ad\",\"client_author\":\"Quare\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-01.png\",\"id\":29},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Electrend.\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-07.png\",\"id\":33},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d47a8ba\"},{\"client_author\":\"Qoloform\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-10.png\",\"id\":34},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d05e2ee\"},{\"client_author\":\"BataStock\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-05.png\",\"id\":32},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"fbd34bb\"}],\"mobile_choose_column\":\"mobile-column-3\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":50,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":8}},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(3939,832,'_elementor_template_type','wp-post'),(3940,832,'_elementor_css','a:5:{s:4:\"time\";i:1595569018;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3943,833,'_wp_page_template','template/page-builder-template.php'),(3944,833,'_elementor_edit_mode','builder'),(3945,833,'_elementor_version','2.9.9'),(3946,833,'_elementor_data','[{\"id\":\"7673b2a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40f6e83\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d01e9c6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3693055\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3150906\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd.jpg\",\"id\":663},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"956a3d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e4ae49d\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise directs every situation.\\u00a0 We can quickly understand and<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7759086\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cbbb86\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9bac57a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"74b493a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f3d4169\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"20230aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.025000000000006,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c5e8450\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"0b5824c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.957999999999998,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"487cb33\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd2.jpg\",\"id\":672},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d0d1f44\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cbb1174\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1436938\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3ff4780\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9f893a1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"9de3470\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46eae88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd3.png\",\"id\":674},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e0937c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b07afc2\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"422c0c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"d806c09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6a680d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1df7366\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"503b817\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef81faf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"3973e79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f7691\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c952bb5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d06c5c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56d4482\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa0a24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"c73ea72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image2.jpg\",\"id\":831}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6d0a072\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4b2d053\",\"elType\":\"widget\",\"settings\":{\"title\":\"George \\u201cRed\\u201d Gilmartin \\u2010 President\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6370ba7\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>43\\u00a0years<\\/strong>\\u00a0<\\/li><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0have\\u00a0owned\\u00a0ARS\\u00a0Contracting,\\u00a0Inc\\u00a0for\\u00a030\\u00a0years\\u201d<\\/strong>\\u00a0<\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0move\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 equipment\\u00a0that\\u00a0is\\u00a0challenging.\\u00a0When\\u00a0I\\u00a0first\\u00a0got\\u00a0into\\u00a0this\\u00a0trade,\\u00a0I\\u00a0was\\u00a0able\\u00a0to\\u00a0see\\u00a0all\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 challenges\\u00a0that\\u00a0made\\u00a0me\\u00a0want\\u00a0to\\u00a0get\\u00a0to\\u00a0 work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cTo\\u00a0think!!\\u00a0Use\\u00a0common\\u00a0sense\\u00a0when\\u00a0approaching\\u00a0any\\u00a0job.\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cReading\\u00a0articles\\u00a0about\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0 business\\u00a0and\\u00a0continuing\\u00a0to\\u00a0educate\\u00a0myself\\u00a0on\\u00a0how\\u00a0to\\u00a0fit\\u00a0this\\u00a0industry\\u00a0into\\u00a0this\\u00a0world\\u00a0that\\u00a0keeps\\u00a0evolving\\u201d\\u00a0\\u00a0\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c054124\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e7b4ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"9195df9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p1.jpg\",\"id\":676},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"300\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e5a3fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"16e9fac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ted Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc47661\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>25+\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>15\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cI\\u00a0really\\u00a0enjoy\\u00a0knowing\\u00a0that\\u00a0what\\u00a0we\\u00a0do\\u00a0matters.\\u00a0I\\u00a0have\\u00a0the opportunity\\u00a0to\\u00a0be\\u00a0involved\\u00a0in\\u00a0every\\u00a0industry\\/institution,\\u00a0so\\u00a0I\\u00a0am\\u00a0 able\\u00a0to\\u00a0see\\u00a0and\\u00a0be\\u00a0a\\u00a0part\\u00a0of\\u00a0a\\u00a0lot!\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0 business?\\u00a0 <strong>\\u201cLook.\\u00a0Listen.\\u00a0Learn.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cGoing\\u00a0out\\u00a0to\\u00a0eat\\u00a0and\\u00a0spending\\u00a0time\\u00a0with\\u00a0my\\u00a0loud\\u00a0family\\u201d\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8bd277e\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8a94d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"ab9ae3b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/92.jpg\",\"id\":679}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b929fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"0480362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeromy Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16ac035\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol>\\n \\t<li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>22 years full time\\u00a0\\u00a0<\\/strong><\\/li>\\n \\t<li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>8\\u00a0months<\\/strong><\\/li>\\n \\t<li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part? <strong>\\u201cThe\\u00a0nature\\u00a0of\\u00a0this business\\u00a0is\\u00a0exciting!!\\u00a0 Rarely\\u00a0are\\u00a0there\\u00a0two\\u00a0jobs\\u00a0that\\u00a0are\\u00a0the\\u00a0exact\\u00a0same.\\u00a0Figuring\\u00a0out\\u00a0the\\u00a0difficult\\u00a0jobs\\u00a0and\\u00a0then\\u00a0executing\\u00a0a\\u00a0plan\\u00a0perfectly\\u00a0with\\u00a0our\\u00a0team\\u00a0is\\u00a0what\\u00a0it\\u2019s\\u00a0all\\u00a0about.\\u201d<\\/strong><\\/li>\\n \\t<li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business<strong>?\\u00a0 \\u00a0 \\u201cDo\\u00a0your\\u00a0work\\u00a0100%.\\u00a0Nothing\\u00a0should\\u00a0be\\u00a0just\\u00a0good\\u00a0enough,\\u00a0complete\\u00a0it\\u00a0to\\u00a0the\\u00a0very\\u00a0best\\u00a0of\\u00a0your\\u00a0ability\\u00a0\\u00a0\\u00a0 and\\u00a0if\\u00a0it\\u00a0is\\u00a0still\\u00a0not\\u00a0perfect,ask\\u00a0for\\u00a0help\\u00a0to\\u00a0make\\u00a0it\\u00a0perfect.\\u00a0Take\\u00a0your\\u00a0time,\\u00a0jobs\\u00a0like\\u00a0these \\u00a0take\\u00a0 time.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li>\\n \\t<li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0was\\u00a0an\\u00a0MMA\\u00a0fighter\\u00a0for\\u00a0\\u00a0\\u00a0 many\\u00a0years.\\u00a0Currently\\u00a0looking\\u00a0for\\u00a0my\\u00a0next\\u00a0hobby.\\u201d<\\/strong><\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"543d250\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d050cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"bd14265\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p3.jpg\",\"id\":680}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"46b103a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4fd3d56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Gibbons\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"921c1d3\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business<strong>?\\u00a0 \\u201cI\\u00a0have\\u00a0been\\u00a0in\\u00a0the\\u00a0construction\\u00a0industry\\u00a0for\\u00a0over\\u00a020\\u00a0years\\u00a0on\\u00a0both\\u00a0sides\\u00a0of\\u00a0the\\u00a0Atlantic\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>5\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0work\\u00a0with\\u00a0our\\u00a0rigging\\u00a0crews.\\u00a0The\\u00a0guys\\u00a0in\\u00a0the\\u00a0field\\u00a0 are\\u00a0full\\u00a0of\\u00a0knowledge\\u00a0and\\u00a0have\\u00a0precise\\u00a0accuracy\\u00a0when\\u00a0on\\u00a0the\\u00a0job.\\u00a0 It\\u2019s\\u00a0fun\\u00a0to\\u00a0see\\u00a0them\\u00a0put\\u00a0their\\u00a0skills\\u00a0to\\u00a0work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cListen\\u00a0to\\u00a0those\\u00a0who\\u00a0have\\u00a0experience\\u00a0with\\u00a0this\\u00a0kind\\u00a0of\\u00a0work.\\u201d\\u00a0\\u00a0 \\u00a0 <\\/strong><\\/li><li><p>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cFly\\u00a0fishing\\u201d\\u00a0\\u00a0<\\/strong><\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7005acd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"b0822e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17fc8fa\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"06d5df4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17a24f6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"14cbafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0b17af3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f0c181e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"24b7249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"66fd030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2d587c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"What our Customer says?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"67cdb5f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p class=\\\"subtitle\\\">Don\'t take just our words. Hear what our Customers say.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"text_block_align\":\"center\",\"color_text_block\":\"#666666\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Once you\\u2019ve worked with them, when the next project comes around you just pick up the phone and call them without a second thought.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"We would have no hesitation recommending you to any further customers that you have that may require a reference to the quality of your workmanship.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"989fdd5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5cb631a\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"text\":\"Client Item #2\",\"_id\":\"dcc834e\",\"client_author\":\"Masator\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-02.png\",\"id\":30},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Narosha\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-03.png\",\"id\":31},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ce9a13f\"},{\"text\":\"Client Item #1\",\"_id\":\"bd866ad\",\"client_author\":\"Quare\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-01.png\",\"id\":29},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Electrend.\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-07.png\",\"id\":33},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d47a8ba\"},{\"client_author\":\"Qoloform\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-10.png\",\"id\":34},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d05e2ee\"},{\"client_author\":\"BataStock\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-05.png\",\"id\":32},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"fbd34bb\"}],\"mobile_choose_column\":\"mobile-column-3\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":50,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":8}},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(3947,833,'_elementor_template_type','wp-post'),(3948,833,'_elementor_css','a:5:{s:4:\"time\";i:1595569860;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3951,834,'_wp_page_template','template/page-builder-template.php'),(3952,834,'_elementor_edit_mode','builder'),(3953,834,'_elementor_version','2.9.9'),(3954,834,'_elementor_data','[{\"id\":\"7673b2a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40f6e83\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d01e9c6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3693055\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3150906\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd.jpg\",\"id\":663},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"956a3d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e4ae49d\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise directs every situation.\\u00a0 We can quickly understand and<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7759086\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cbbb86\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9bac57a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"74b493a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f3d4169\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"20230aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.025000000000006,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c5e8450\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"0b5824c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.957999999999998,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"487cb33\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd2.jpg\",\"id\":672},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d0d1f44\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cbb1174\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1436938\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3ff4780\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9f893a1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"9de3470\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46eae88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd3.png\",\"id\":674},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e0937c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b07afc2\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"422c0c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"d806c09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6a680d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1df7366\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"503b817\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef81faf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"3973e79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f7691\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c952bb5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d06c5c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56d4482\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa0a24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"c73ea72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image2.jpg\",\"id\":831}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6d0a072\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4b2d053\",\"elType\":\"widget\",\"settings\":{\"title\":\"George \\u201cRed\\u201d Gilmartin \\u2010 President\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6370ba7\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>43\\u00a0years<\\/strong>\\u00a0<\\/li><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0have\\u00a0owned\\u00a0ARS\\u00a0Contracting,\\u00a0Inc\\u00a0for\\u00a030\\u00a0years\\u201d<\\/strong>\\u00a0<\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0move\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 equipment\\u00a0that\\u00a0is\\u00a0challenging.\\u00a0When\\u00a0I\\u00a0first\\u00a0got\\u00a0into\\u00a0this\\u00a0trade,\\u00a0I\\u00a0was\\u00a0able\\u00a0to\\u00a0see\\u00a0all\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 challenges\\u00a0that\\u00a0made\\u00a0me\\u00a0want\\u00a0to\\u00a0get\\u00a0to\\u00a0 work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cTo\\u00a0think!!\\u00a0Use\\u00a0common\\u00a0sense\\u00a0when\\u00a0approaching\\u00a0any\\u00a0job.\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cReading\\u00a0articles\\u00a0about\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0 business\\u00a0and\\u00a0continuing\\u00a0to\\u00a0educate\\u00a0myself\\u00a0on\\u00a0how\\u00a0to\\u00a0fit\\u00a0this\\u00a0industry\\u00a0into\\u00a0this\\u00a0world\\u00a0that\\u00a0keeps\\u00a0evolving\\u201d\\u00a0\\u00a0\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c054124\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e7b4ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"9195df9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p1.jpg\",\"id\":676},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"300\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e5a3fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"16e9fac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ted Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc47661\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>25+\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>15\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cI\\u00a0really\\u00a0enjoy\\u00a0knowing\\u00a0that\\u00a0what\\u00a0we\\u00a0do\\u00a0matters.\\u00a0I\\u00a0have\\u00a0the opportunity\\u00a0to\\u00a0be\\u00a0involved\\u00a0in\\u00a0every\\u00a0industry\\/institution,\\u00a0so\\u00a0I\\u00a0am\\u00a0 able\\u00a0to\\u00a0see\\u00a0and\\u00a0be\\u00a0a\\u00a0part\\u00a0of\\u00a0a\\u00a0lot!\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0 business?\\u00a0 <strong>\\u201cLook.\\u00a0Listen.\\u00a0Learn.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cGoing\\u00a0out\\u00a0to\\u00a0eat\\u00a0and\\u00a0spending\\u00a0time\\u00a0with\\u00a0my\\u00a0loud\\u00a0family\\u201d\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8bd277e\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8a94d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"ab9ae3b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/92.jpg\",\"id\":679},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b929fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"0480362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeromy Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16ac035\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol>\\n \\t<li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>22 years full time\\u00a0\\u00a0<\\/strong><\\/li>\\n \\t<li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>8\\u00a0months<\\/strong><\\/li>\\n \\t<li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part? <strong>\\u201cThe\\u00a0nature\\u00a0of\\u00a0this business\\u00a0is\\u00a0exciting!!\\u00a0 Rarely\\u00a0are\\u00a0there\\u00a0two\\u00a0jobs\\u00a0that\\u00a0are\\u00a0the\\u00a0exact\\u00a0same.\\u00a0Figuring\\u00a0out\\u00a0the\\u00a0difficult\\u00a0jobs\\u00a0and\\u00a0then\\u00a0executing\\u00a0a\\u00a0plan\\u00a0perfectly\\u00a0with\\u00a0our\\u00a0team\\u00a0is\\u00a0what\\u00a0it\\u2019s\\u00a0all\\u00a0about.\\u201d<\\/strong><\\/li>\\n \\t<li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business<strong>?\\u00a0 \\u00a0 \\u201cDo\\u00a0your\\u00a0work\\u00a0100%.\\u00a0Nothing\\u00a0should\\u00a0be\\u00a0just\\u00a0good\\u00a0enough,\\u00a0complete\\u00a0it\\u00a0to\\u00a0the\\u00a0very\\u00a0best\\u00a0of\\u00a0your\\u00a0ability\\u00a0\\u00a0\\u00a0 and\\u00a0if\\u00a0it\\u00a0is\\u00a0still\\u00a0not\\u00a0perfect,ask\\u00a0for\\u00a0help\\u00a0to\\u00a0make\\u00a0it\\u00a0perfect.\\u00a0Take\\u00a0your\\u00a0time,\\u00a0jobs\\u00a0like\\u00a0these \\u00a0take\\u00a0 time.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li>\\n \\t<li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0was\\u00a0an\\u00a0MMA\\u00a0fighter\\u00a0for\\u00a0\\u00a0\\u00a0 many\\u00a0years.\\u00a0Currently\\u00a0looking\\u00a0for\\u00a0my\\u00a0next\\u00a0hobby.\\u201d<\\/strong><\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"543d250\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d050cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"bd14265\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p3.jpg\",\"id\":680}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"46b103a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4fd3d56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Gibbons\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"921c1d3\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business<strong>?\\u00a0 \\u201cI\\u00a0have\\u00a0been\\u00a0in\\u00a0the\\u00a0construction\\u00a0industry\\u00a0for\\u00a0over\\u00a020\\u00a0years\\u00a0on\\u00a0both\\u00a0sides\\u00a0of\\u00a0the\\u00a0Atlantic\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>5\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0work\\u00a0with\\u00a0our\\u00a0rigging\\u00a0crews.\\u00a0The\\u00a0guys\\u00a0in\\u00a0the\\u00a0field\\u00a0 are\\u00a0full\\u00a0of\\u00a0knowledge\\u00a0and\\u00a0have\\u00a0precise\\u00a0accuracy\\u00a0when\\u00a0on\\u00a0the\\u00a0job.\\u00a0 It\\u2019s\\u00a0fun\\u00a0to\\u00a0see\\u00a0them\\u00a0put\\u00a0their\\u00a0skills\\u00a0to\\u00a0work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cListen\\u00a0to\\u00a0those\\u00a0who\\u00a0have\\u00a0experience\\u00a0with\\u00a0this\\u00a0kind\\u00a0of\\u00a0work.\\u201d\\u00a0\\u00a0 \\u00a0 <\\/strong><\\/li><li><p>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cFly\\u00a0fishing\\u201d\\u00a0\\u00a0<\\/strong><\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7005acd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"b0822e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17fc8fa\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"06d5df4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17a24f6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"14cbafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0b17af3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f0c181e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"24b7249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"66fd030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2d587c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"What our Customer says?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"67cdb5f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p class=\\\"subtitle\\\">Don\'t take just our words. Hear what our Customers say.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"text_block_align\":\"center\",\"color_text_block\":\"#666666\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Once you\\u2019ve worked with them, when the next project comes around you just pick up the phone and call them without a second thought.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"We would have no hesitation recommending you to any further customers that you have that may require a reference to the quality of your workmanship.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"989fdd5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5cb631a\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"text\":\"Client Item #2\",\"_id\":\"dcc834e\",\"client_author\":\"Masator\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-02.png\",\"id\":30},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Narosha\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-03.png\",\"id\":31},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ce9a13f\"},{\"text\":\"Client Item #1\",\"_id\":\"bd866ad\",\"client_author\":\"Quare\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-01.png\",\"id\":29},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Electrend.\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-07.png\",\"id\":33},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d47a8ba\"},{\"client_author\":\"Qoloform\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-10.png\",\"id\":34},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d05e2ee\"},{\"client_author\":\"BataStock\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-05.png\",\"id\":32},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"fbd34bb\"}],\"mobile_choose_column\":\"mobile-column-3\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":50,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":8}},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(3955,834,'_elementor_template_type','wp-post'),(3956,834,'_elementor_css','a:5:{s:4:\"time\";i:1595570002;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3959,835,'_wp_page_template','template/page-builder-template.php'),(3960,835,'_elementor_edit_mode','builder'),(3961,835,'_elementor_version','2.9.9'),(3962,835,'_elementor_data','[{\"id\":\"7673b2a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40f6e83\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d01e9c6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3693055\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3150906\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd.jpg\",\"id\":663},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"956a3d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e4ae49d\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise directs every situation.\\u00a0 We can quickly understand and<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7759086\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cbbb86\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9bac57a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"74b493a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f3d4169\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"20230aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.025000000000006,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c5e8450\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"0b5824c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.957999999999998,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"487cb33\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd2.jpg\",\"id\":672},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d0d1f44\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cbb1174\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1436938\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3ff4780\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9f893a1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"9de3470\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46eae88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd3.png\",\"id\":674},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e0937c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b07afc2\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"422c0c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"d806c09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6a680d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1df7366\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"503b817\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef81faf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"3973e79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f7691\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c952bb5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d06c5c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56d4482\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa0a24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"c73ea72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image2.jpg\",\"id\":831}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6d0a072\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4b2d053\",\"elType\":\"widget\",\"settings\":{\"title\":\"George \\u201cRed\\u201d Gilmartin \\u2010 President\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6370ba7\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>43\\u00a0years<\\/strong>\\u00a0<\\/li><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0have\\u00a0owned\\u00a0ARS\\u00a0Contracting,\\u00a0Inc\\u00a0for\\u00a030\\u00a0years\\u201d<\\/strong>\\u00a0<\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0move\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 equipment\\u00a0that\\u00a0is\\u00a0challenging.\\u00a0When\\u00a0I\\u00a0first\\u00a0got\\u00a0into\\u00a0this\\u00a0trade,\\u00a0I\\u00a0was\\u00a0able\\u00a0to\\u00a0see\\u00a0all\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 challenges\\u00a0that\\u00a0made\\u00a0me\\u00a0want\\u00a0to\\u00a0get\\u00a0to\\u00a0 work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cTo\\u00a0think!!\\u00a0Use\\u00a0common\\u00a0sense\\u00a0when\\u00a0approaching\\u00a0any\\u00a0job.\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cReading\\u00a0articles\\u00a0about\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0 business\\u00a0and\\u00a0continuing\\u00a0to\\u00a0educate\\u00a0myself\\u00a0on\\u00a0how\\u00a0to\\u00a0fit\\u00a0this\\u00a0industry\\u00a0into\\u00a0this\\u00a0world\\u00a0that\\u00a0keeps\\u00a0evolving\\u201d\\u00a0\\u00a0\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c054124\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e7b4ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"9195df9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p1.jpg\",\"id\":676},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"300\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e5a3fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"16e9fac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ted Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc47661\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>25+\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>15\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cI\\u00a0really\\u00a0enjoy\\u00a0knowing\\u00a0that\\u00a0what\\u00a0we\\u00a0do\\u00a0matters.\\u00a0I\\u00a0have\\u00a0the opportunity\\u00a0to\\u00a0be\\u00a0involved\\u00a0in\\u00a0every\\u00a0industry\\/institution,\\u00a0so\\u00a0I\\u00a0am\\u00a0 able\\u00a0to\\u00a0see\\u00a0and\\u00a0be\\u00a0a\\u00a0part\\u00a0of\\u00a0a\\u00a0lot!\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0 business?\\u00a0 <strong>\\u201cLook.\\u00a0Listen.\\u00a0Learn.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cGoing\\u00a0out\\u00a0to\\u00a0eat\\u00a0and\\u00a0spending\\u00a0time\\u00a0with\\u00a0my\\u00a0loud\\u00a0family\\u201d\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8bd277e\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8a94d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"ab9ae3b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/92.jpg\",\"id\":679},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b929fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"0480362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeromy Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16ac035\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol>\\n \\t<li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>22 years full time\\u00a0\\u00a0<\\/strong><\\/li>\\n \\t<li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>8\\u00a0months<\\/strong><\\/li>\\n \\t<li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part? <strong>\\u201cThe\\u00a0nature\\u00a0of\\u00a0this business\\u00a0is\\u00a0exciting!!\\u00a0 Rarely\\u00a0are\\u00a0there\\u00a0two\\u00a0jobs\\u00a0that\\u00a0are\\u00a0the\\u00a0exact\\u00a0same.\\u00a0Figuring\\u00a0out\\u00a0the\\u00a0difficult\\u00a0jobs\\u00a0and\\u00a0then\\u00a0executing\\u00a0a\\u00a0plan\\u00a0perfectly\\u00a0with\\u00a0our\\u00a0team\\u00a0is\\u00a0what\\u00a0it\\u2019s\\u00a0all\\u00a0about.\\u201d<\\/strong><\\/li>\\n \\t<li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business<strong>?\\u00a0 \\u00a0 \\u201cDo\\u00a0your\\u00a0work\\u00a0100%.\\u00a0Nothing\\u00a0should\\u00a0be\\u00a0just\\u00a0good\\u00a0enough,\\u00a0complete\\u00a0it\\u00a0to\\u00a0the\\u00a0very\\u00a0best\\u00a0of\\u00a0your\\u00a0ability\\u00a0\\u00a0\\u00a0 and\\u00a0if\\u00a0it\\u00a0is\\u00a0still\\u00a0not\\u00a0perfect,ask\\u00a0for\\u00a0help\\u00a0to\\u00a0make\\u00a0it\\u00a0perfect.\\u00a0Take\\u00a0your\\u00a0time,\\u00a0jobs\\u00a0like\\u00a0these \\u00a0take\\u00a0 time.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li>\\n \\t<li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0was\\u00a0an\\u00a0MMA\\u00a0fighter\\u00a0for\\u00a0\\u00a0\\u00a0 many\\u00a0years.\\u00a0Currently\\u00a0looking\\u00a0for\\u00a0my\\u00a0next\\u00a0hobby.\\u201d<\\/strong><\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"543d250\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d050cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"bd14265\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p3.jpg\",\"id\":680}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"46b103a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4fd3d56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Gibbons\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"921c1d3\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business<strong>?\\u00a0 \\u201cI\\u00a0have\\u00a0been\\u00a0in\\u00a0the\\u00a0construction\\u00a0industry\\u00a0for\\u00a0over\\u00a020\\u00a0years\\u00a0on\\u00a0both\\u00a0sides\\u00a0of\\u00a0the\\u00a0Atlantic\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>5\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0work\\u00a0with\\u00a0our\\u00a0rigging\\u00a0crews.\\u00a0The\\u00a0guys\\u00a0in\\u00a0the\\u00a0field\\u00a0 are\\u00a0full\\u00a0of\\u00a0knowledge\\u00a0and\\u00a0have\\u00a0precise\\u00a0accuracy\\u00a0when\\u00a0on\\u00a0the\\u00a0job.\\u00a0 It\\u2019s\\u00a0fun\\u00a0to\\u00a0see\\u00a0them\\u00a0put\\u00a0their\\u00a0skills\\u00a0to\\u00a0work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cListen\\u00a0to\\u00a0those\\u00a0who\\u00a0have\\u00a0experience\\u00a0with\\u00a0this\\u00a0kind\\u00a0of\\u00a0work.\\u201d\\u00a0\\u00a0 \\u00a0 <\\/strong><\\/li><li><p>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cFly\\u00a0fishing\\u201d\\u00a0\\u00a0<\\/strong><\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7005acd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"b0822e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17fc8fa\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"06d5df4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17a24f6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"14cbafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0b17af3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f0c181e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"24b7249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"66fd030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2d587c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Here\'s What Our Customers Say\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Once you\\u2019ve worked with them, when the next project comes around you just pick up the phone and call them without a second thought.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"We would have no hesitation recommending you to any further customers that you have that may require a reference to the quality of your workmanship.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(3963,835,'_elementor_template_type','wp-post'),(3964,835,'_elementor_css','a:5:{s:4:\"time\";i:1595570133;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3967,836,'_wp_page_template','template/page-builder-template.php'),(3968,836,'_elementor_edit_mode','builder'),(3969,836,'_elementor_version','2.9.9'),(3970,836,'_elementor_data','[{\"id\":\"7673b2a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40f6e83\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d01e9c6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3693055\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3150906\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd.jpg\",\"id\":663},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"956a3d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e4ae49d\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise directs every situation.\\u00a0 We can quickly understand and<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7759086\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cbbb86\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9bac57a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"74b493a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f3d4169\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"20230aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.025000000000006,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c5e8450\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"0b5824c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.957999999999998,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"487cb33\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd2.jpg\",\"id\":672},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d0d1f44\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cbb1174\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1436938\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3ff4780\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9f893a1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"9de3470\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46eae88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd3.png\",\"id\":674},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e0937c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b07afc2\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"422c0c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"d806c09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6a680d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1df7366\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"503b817\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef81faf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"3973e79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f7691\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c952bb5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d06c5c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56d4482\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa0a24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"c73ea72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image2.jpg\",\"id\":831}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6d0a072\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4b2d053\",\"elType\":\"widget\",\"settings\":{\"title\":\"George \\u201cRed\\u201d Gilmartin \\u2010 President\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6370ba7\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>43\\u00a0years<\\/strong>\\u00a0<\\/li><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0have\\u00a0owned\\u00a0ARS\\u00a0Contracting,\\u00a0Inc\\u00a0for\\u00a030\\u00a0years\\u201d<\\/strong>\\u00a0<\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0move\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 equipment\\u00a0that\\u00a0is\\u00a0challenging.\\u00a0When\\u00a0I\\u00a0first\\u00a0got\\u00a0into\\u00a0this\\u00a0trade,\\u00a0I\\u00a0was\\u00a0able\\u00a0to\\u00a0see\\u00a0all\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 challenges\\u00a0that\\u00a0made\\u00a0me\\u00a0want\\u00a0to\\u00a0get\\u00a0to\\u00a0 work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cTo\\u00a0think!!\\u00a0Use\\u00a0common\\u00a0sense\\u00a0when\\u00a0approaching\\u00a0any\\u00a0job.\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cReading\\u00a0articles\\u00a0about\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0 business\\u00a0and\\u00a0continuing\\u00a0to\\u00a0educate\\u00a0myself\\u00a0on\\u00a0how\\u00a0to\\u00a0fit\\u00a0this\\u00a0industry\\u00a0into\\u00a0this\\u00a0world\\u00a0that\\u00a0keeps\\u00a0evolving\\u201d\\u00a0\\u00a0\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c054124\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e7b4ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"9195df9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p1.jpg\",\"id\":676},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"300\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e5a3fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"16e9fac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ted Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc47661\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>25+\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>15\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cI\\u00a0really\\u00a0enjoy\\u00a0knowing\\u00a0that\\u00a0what\\u00a0we\\u00a0do\\u00a0matters.\\u00a0I\\u00a0have\\u00a0the opportunity\\u00a0to\\u00a0be\\u00a0involved\\u00a0in\\u00a0every\\u00a0industry\\/institution,\\u00a0so\\u00a0I\\u00a0am\\u00a0 able\\u00a0to\\u00a0see\\u00a0and\\u00a0be\\u00a0a\\u00a0part\\u00a0of\\u00a0a\\u00a0lot!\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0 business?\\u00a0 <strong>\\u201cLook.\\u00a0Listen.\\u00a0Learn.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cGoing\\u00a0out\\u00a0to\\u00a0eat\\u00a0and\\u00a0spending\\u00a0time\\u00a0with\\u00a0my\\u00a0loud\\u00a0family\\u201d\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8bd277e\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8a94d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"ab9ae3b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/92.jpg\",\"id\":679},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b929fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"0480362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeromy Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16ac035\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol>\\n \\t<li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>22 years full time\\u00a0\\u00a0<\\/strong><\\/li>\\n \\t<li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>8\\u00a0months<\\/strong><\\/li>\\n \\t<li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part? <strong>\\u201cThe\\u00a0nature\\u00a0of\\u00a0this business\\u00a0is\\u00a0exciting!!\\u00a0 Rarely\\u00a0are\\u00a0there\\u00a0two\\u00a0jobs\\u00a0that\\u00a0are\\u00a0the\\u00a0exact\\u00a0same.\\u00a0Figuring\\u00a0out\\u00a0the\\u00a0difficult\\u00a0jobs\\u00a0and\\u00a0then\\u00a0executing\\u00a0a\\u00a0plan\\u00a0perfectly\\u00a0with\\u00a0our\\u00a0team\\u00a0is\\u00a0what\\u00a0it\\u2019s\\u00a0all\\u00a0about.\\u201d<\\/strong><\\/li>\\n \\t<li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business<strong>?\\u00a0 \\u00a0 \\u201cDo\\u00a0your\\u00a0work\\u00a0100%.\\u00a0Nothing\\u00a0should\\u00a0be\\u00a0just\\u00a0good\\u00a0enough,\\u00a0complete\\u00a0it\\u00a0to\\u00a0the\\u00a0very\\u00a0best\\u00a0of\\u00a0your\\u00a0ability\\u00a0\\u00a0\\u00a0 and\\u00a0if\\u00a0it\\u00a0is\\u00a0still\\u00a0not\\u00a0perfect,ask\\u00a0for\\u00a0help\\u00a0to\\u00a0make\\u00a0it\\u00a0perfect.\\u00a0Take\\u00a0your\\u00a0time,\\u00a0jobs\\u00a0like\\u00a0these \\u00a0take\\u00a0 time.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li>\\n \\t<li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0was\\u00a0an\\u00a0MMA\\u00a0fighter\\u00a0for\\u00a0\\u00a0\\u00a0 many\\u00a0years.\\u00a0Currently\\u00a0looking\\u00a0for\\u00a0my\\u00a0next\\u00a0hobby.\\u201d<\\/strong><\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"543d250\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d050cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"bd14265\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p3.jpg\",\"id\":680}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"46b103a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4fd3d56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Gibbons\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"921c1d3\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business<strong>?\\u00a0 \\u201cI\\u00a0have\\u00a0been\\u00a0in\\u00a0the\\u00a0construction\\u00a0industry\\u00a0for\\u00a0over\\u00a020\\u00a0years\\u00a0on\\u00a0both\\u00a0sides\\u00a0of\\u00a0the\\u00a0Atlantic\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>5\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0work\\u00a0with\\u00a0our\\u00a0rigging\\u00a0crews.\\u00a0The\\u00a0guys\\u00a0in\\u00a0the\\u00a0field\\u00a0 are\\u00a0full\\u00a0of\\u00a0knowledge\\u00a0and\\u00a0have\\u00a0precise\\u00a0accuracy\\u00a0when\\u00a0on\\u00a0the\\u00a0job.\\u00a0 It\\u2019s\\u00a0fun\\u00a0to\\u00a0see\\u00a0them\\u00a0put\\u00a0their\\u00a0skills\\u00a0to\\u00a0work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cListen\\u00a0to\\u00a0those\\u00a0who\\u00a0have\\u00a0experience\\u00a0with\\u00a0this\\u00a0kind\\u00a0of\\u00a0work.\\u201d\\u00a0\\u00a0 \\u00a0 <\\/strong><\\/li><li><p>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cFly\\u00a0fishing\\u201d\\u00a0\\u00a0<\\/strong><\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7005acd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"b0822e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17fc8fa\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"06d5df4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17a24f6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"14cbafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0b17af3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f0c181e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"24b7249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"66fd030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2d587c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Here\'s What Our Customers Say\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\u201cWe\\u00a0have\\u00a0worked\\u00a0with\\u00a0ARS\\u00a0for\\u00a0more\\u00a0than\\u00a030\\u00a0years\\u00a0and\\u00a0have\\u00a0built\\u00a0a\\u00a0trusted\\u00a0relationship\\u00a0utilizing\\u00a0 their\\u00a0services\\u00a0for\\u00a0large\\u00a0Data\\u00a0center\\u00a0projects,\\u00a0hoisting,\\u00a0and\\u00a0setting\\u00a0generators,\\u00a0electrical switchgear,\\u00a0storage\\u00a0of\\u00a0equipment\\u00a0and\\u00a0much\\u00a0more.\\u00a0Thank\\u00a0you,\\u00a0ARS\\u00a0team.\\u201d\\u00a0 \",\"testi_author\":\"Daniel\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\u201cThe\\u00a0ARS\\u00a0Foreman,\\u00a0Kevin,\\u00a0knew\\u00a0exactly\\u00a0what\\u00a0he\\u00a0needed\\u00a0to\\u00a0do\\u00a0to\\u00a0bring\\u00a0in\\u00a0the\\u00a0(4)\\u00a01000#\\u00a0Electrical\\u00a0 Switchgear\\u00a0sections\\u2026\\u00a0while\\u00a0traversing\\u00a0some\\u00a0challenging\\u00a0terrain\\u2026Kevin\\u2019s\\u00a0professionalism\\u00a0and\\u00a0 get\\u2010it\\u2010done\\u00a0[safely]\\u00a0attitude\\u00a0did,\\u00a0in\\u00a0fact,\\u00a0get\\u00a0the\\u00a0job\\u00a0done\\u00a0with\\u00a0extreme\\u00a0efficiency\\u00a0and\\u00a0not\\u00a0one\\u00a0 issue.\\u201d\",\"testi_author\":\"Michael\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}},{\"testi_text\":\"\\u201cThe\\u00a0Museum\\u00a0Project\\u00a0required\\u00a0the\\u00a0backend\\u00a0(Generator)\\u00a0to\\u00a0be\\u00a0removed\\u00a0and\\u00a0shipped\\u00a0to\\u00a0the\\u00a0 repair\\u00a0shop.\\u00a0The\\u00a0detail\\u00a0that\\u00a0ARS\\u00a0Equipment\\u00a0Movers\\u00a0took\\u00a0to\\u00a0remove\\u00a0the\\u00a0backend\\u00a0from\\u00a0the\\u00a0job\\u00a0 site\\u00a0and\\u00a0return\\u00a0it\\u00a0after\\u00a0the\\u00a0repairs\\u00a0were\\u00a0made\\u00a0was\\u00a0nothing\\u00a0short\\u00a0of\\u00a0exemplary.\\u00a0They\\u00a0were\\u00a0 flawless\\u00a0in\\u00a0performing\\u00a0their\\u00a0duties.\\u00a0I\\u00a0will\\u00a0certainly\\u00a0use\\u00a0them\\u00a0again.\\u201d\\u00a0 \",\"testi_author\":\"Vince\",\"testi_author_job\":\"Architects\",\"_id\":\"6a776aa\"}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(3971,836,'_elementor_template_type','wp-post'),(3972,836,'_elementor_css','a:5:{s:4:\"time\";i:1595570500;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3975,837,'_wp_page_template','template/page-builder-template.php'),(3976,837,'_elementor_edit_mode','builder'),(3977,837,'_elementor_version','2.9.9'),(3978,837,'_elementor_data','[{\"id\":\"7673b2a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40f6e83\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d01e9c6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3693055\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3150906\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd.jpg\",\"id\":663},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"956a3d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e4ae49d\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise directs every situation.\\u00a0 We can quickly understand and<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7759086\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cbbb86\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9bac57a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"74b493a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f3d4169\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"20230aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.025000000000006,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c5e8450\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"0b5824c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.957999999999998,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"487cb33\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd2.jpg\",\"id\":672},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d0d1f44\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cbb1174\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1436938\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3ff4780\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9f893a1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"9de3470\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46eae88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd3.png\",\"id\":674},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e0937c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b07afc2\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"422c0c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"d806c09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6a680d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1df7366\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"503b817\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef81faf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"3973e79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f7691\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c952bb5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d06c5c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56d4482\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa0a24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"c73ea72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image2.jpg\",\"id\":831}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6d0a072\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4b2d053\",\"elType\":\"widget\",\"settings\":{\"title\":\"George \\u201cRed\\u201d Gilmartin \\u2010 President\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6370ba7\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>43\\u00a0years<\\/strong>\\u00a0<\\/li><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0have\\u00a0owned\\u00a0ARS\\u00a0Contracting,\\u00a0Inc\\u00a0for\\u00a030\\u00a0years\\u201d<\\/strong>\\u00a0<\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0move\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 equipment\\u00a0that\\u00a0is\\u00a0challenging.\\u00a0When\\u00a0I\\u00a0first\\u00a0got\\u00a0into\\u00a0this\\u00a0trade,\\u00a0I\\u00a0was\\u00a0able\\u00a0to\\u00a0see\\u00a0all\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 challenges\\u00a0that\\u00a0made\\u00a0me\\u00a0want\\u00a0to\\u00a0get\\u00a0to\\u00a0 work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cTo\\u00a0think!!\\u00a0Use\\u00a0common\\u00a0sense\\u00a0when\\u00a0approaching\\u00a0any\\u00a0job.\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cReading\\u00a0articles\\u00a0about\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0 business\\u00a0and\\u00a0continuing\\u00a0to\\u00a0educate\\u00a0myself\\u00a0on\\u00a0how\\u00a0to\\u00a0fit\\u00a0this\\u00a0industry\\u00a0into\\u00a0this\\u00a0world\\u00a0that\\u00a0keeps\\u00a0evolving\\u201d\\u00a0\\u00a0\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c054124\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e7b4ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"9195df9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p1.jpg\",\"id\":676},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"300\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e5a3fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"16e9fac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ted Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc47661\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>25+\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>15\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cI\\u00a0really\\u00a0enjoy\\u00a0knowing\\u00a0that\\u00a0what\\u00a0we\\u00a0do\\u00a0matters.\\u00a0I\\u00a0have\\u00a0the opportunity\\u00a0to\\u00a0be\\u00a0involved\\u00a0in\\u00a0every\\u00a0industry\\/institution,\\u00a0so\\u00a0I\\u00a0am\\u00a0 able\\u00a0to\\u00a0see\\u00a0and\\u00a0be\\u00a0a\\u00a0part\\u00a0of\\u00a0a\\u00a0lot!\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0 business?\\u00a0 <strong>\\u201cLook.\\u00a0Listen.\\u00a0Learn.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cGoing\\u00a0out\\u00a0to\\u00a0eat\\u00a0and\\u00a0spending\\u00a0time\\u00a0with\\u00a0my\\u00a0loud\\u00a0family\\u201d\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8bd277e\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8a94d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"ab9ae3b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/92.jpg\",\"id\":679},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b929fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"0480362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeromy Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16ac035\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol>\\n \\t<li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>22 years full time\\u00a0\\u00a0<\\/strong><\\/li>\\n \\t<li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>8\\u00a0months<\\/strong><\\/li>\\n \\t<li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part? <strong>\\u201cThe\\u00a0nature\\u00a0of\\u00a0this business\\u00a0is\\u00a0exciting!!\\u00a0 Rarely\\u00a0are\\u00a0there\\u00a0two\\u00a0jobs\\u00a0that\\u00a0are\\u00a0the\\u00a0exact\\u00a0same.\\u00a0Figuring\\u00a0out\\u00a0the\\u00a0difficult\\u00a0jobs\\u00a0and\\u00a0then\\u00a0executing\\u00a0a\\u00a0plan\\u00a0perfectly\\u00a0with\\u00a0our\\u00a0team\\u00a0is\\u00a0what\\u00a0it\\u2019s\\u00a0all\\u00a0about.\\u201d<\\/strong><\\/li>\\n \\t<li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business<strong>?\\u00a0 \\u00a0 \\u201cDo\\u00a0your\\u00a0work\\u00a0100%.\\u00a0Nothing\\u00a0should\\u00a0be\\u00a0just\\u00a0good\\u00a0enough,\\u00a0complete\\u00a0it\\u00a0to\\u00a0the\\u00a0very\\u00a0best\\u00a0of\\u00a0your\\u00a0ability\\u00a0\\u00a0\\u00a0 and\\u00a0if\\u00a0it\\u00a0is\\u00a0still\\u00a0not\\u00a0perfect,ask\\u00a0for\\u00a0help\\u00a0to\\u00a0make\\u00a0it\\u00a0perfect.\\u00a0Take\\u00a0your\\u00a0time,\\u00a0jobs\\u00a0like\\u00a0these \\u00a0take\\u00a0 time.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li>\\n \\t<li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0was\\u00a0an\\u00a0MMA\\u00a0fighter\\u00a0for\\u00a0\\u00a0\\u00a0 many\\u00a0years.\\u00a0Currently\\u00a0looking\\u00a0for\\u00a0my\\u00a0next\\u00a0hobby.\\u201d<\\/strong><\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"543d250\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d050cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"bd14265\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p3.jpg\",\"id\":680}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"46b103a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4fd3d56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Gibbons\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"921c1d3\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business<strong>?\\u00a0 \\u201cI\\u00a0have\\u00a0been\\u00a0in\\u00a0the\\u00a0construction\\u00a0industry\\u00a0for\\u00a0over\\u00a020\\u00a0years\\u00a0on\\u00a0both\\u00a0sides\\u00a0of\\u00a0the\\u00a0Atlantic\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>5\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0work\\u00a0with\\u00a0our\\u00a0rigging\\u00a0crews.\\u00a0The\\u00a0guys\\u00a0in\\u00a0the\\u00a0field\\u00a0 are\\u00a0full\\u00a0of\\u00a0knowledge\\u00a0and\\u00a0have\\u00a0precise\\u00a0accuracy\\u00a0when\\u00a0on\\u00a0the\\u00a0job.\\u00a0 It\\u2019s\\u00a0fun\\u00a0to\\u00a0see\\u00a0them\\u00a0put\\u00a0their\\u00a0skills\\u00a0to\\u00a0work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cListen\\u00a0to\\u00a0those\\u00a0who\\u00a0have\\u00a0experience\\u00a0with\\u00a0this\\u00a0kind\\u00a0of\\u00a0work.\\u201d\\u00a0\\u00a0 \\u00a0 <\\/strong><\\/li><li><p>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cFly\\u00a0fishing\\u201d\\u00a0\\u00a0<\\/strong><\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7005acd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"b0822e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17fc8fa\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"06d5df4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17a24f6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"14cbafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0b17af3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f0c181e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"24b7249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"66fd030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2d587c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Here\'s What Our Customers Say\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\u201cWe\\u00a0have\\u00a0worked\\u00a0with\\u00a0ARS\\u00a0for\\u00a0more\\u00a0than\\u00a030\\u00a0years\\u00a0and\\u00a0have\\u00a0built\\u00a0a\\u00a0trusted\\u00a0relationship\\u00a0utilizing\\u00a0 their\\u00a0services\\u00a0for\\u00a0large\\u00a0Data\\u00a0center\\u00a0projects,\\u00a0hoisting,\\u00a0and\\u00a0setting\\u00a0generators,\\u00a0electrical switchgear,\\u00a0storage\\u00a0of\\u00a0equipment\\u00a0and\\u00a0much\\u00a0more.\\u00a0Thank\\u00a0you,\\u00a0ARS\\u00a0team.\\u201d\\u00a0 \",\"testi_author\":\"Daniel\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\u201cThe\\u00a0ARS\\u00a0Foreman,\\u00a0Kevin,\\u00a0knew\\u00a0exactly\\u00a0what\\u00a0he\\u00a0needed\\u00a0to\\u00a0do\\u00a0to\\u00a0bring\\u00a0in\\u00a0the\\u00a0(4)\\u00a01000#\\u00a0Electrical\\u00a0 Switchgear\\u00a0sections\\u2026\\u00a0while\\u00a0traversing\\u00a0some\\u00a0challenging\\u00a0terrain\\u2026Kevin\\u2019s\\u00a0professionalism\\u00a0and\\u00a0 get\\u2010it\\u2010done\\u00a0[safely]\\u00a0attitude\\u00a0did,\\u00a0in\\u00a0fact,\\u00a0get\\u00a0the\\u00a0job\\u00a0done\\u00a0with\\u00a0extreme\\u00a0efficiency\\u00a0and\\u00a0not\\u00a0one\\u00a0 issue.\\u201d\",\"testi_author\":\"Michael\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}},{\"testi_text\":\"\\u201cThe\\u00a0Museum\\u00a0Project\\u00a0required\\u00a0the\\u00a0backend\\u00a0(Generator)\\u00a0to\\u00a0be\\u00a0removed\\u00a0and\\u00a0shipped\\u00a0to\\u00a0the\\u00a0 repair\\u00a0shop.\\u00a0The\\u00a0detail\\u00a0that\\u00a0ARS\\u00a0Equipment\\u00a0Movers\\u00a0took\\u00a0to\\u00a0remove\\u00a0the\\u00a0backend\\u00a0from\\u00a0the\\u00a0job\\u00a0 site\\u00a0and\\u00a0return\\u00a0it\\u00a0after\\u00a0the\\u00a0repairs\\u00a0were\\u00a0made\\u00a0was\\u00a0nothing\\u00a0short\\u00a0of\\u00a0exemplary.\\u00a0They\\u00a0were\\u00a0 flawless\\u00a0in\\u00a0performing\\u00a0their\\u00a0duties.\\u00a0I\\u00a0will\\u00a0certainly\\u00a0use\\u00a0them\\u00a0again.\\u201d\\u00a0 \",\"testi_author\":\"Vince\",\"testi_author_job\":\"Architects\",\"_id\":\"6a776aa\"}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\",\"_css_classes\":\"customer-syas\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(3979,837,'_elementor_template_type','wp-post'),(3980,837,'_elementor_css','a:5:{s:4:\"time\";i:1595570889;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3983,838,'_wp_attached_file','2020/07/image43.png'),(3984,838,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:548;s:6:\"height\";i:316;s:4:\"file\";s:19:\"2020/07/image43.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"image43-300x173.png\";s:5:\"width\";i:300;s:6:\"height\";i:173;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"image43-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:18:\"image43-100x80.png\";s:5:\"width\";i:100;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:{}}}'),(3985,839,'_wp_page_template','template/page-builder-template.php'),(3986,839,'_elementor_edit_mode','builder'),(3987,839,'_elementor_version','2.9.9'),(3988,839,'_elementor_data','[{\"id\":\"7673b2a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40f6e83\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d01e9c6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3693055\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3150906\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image43.png\",\"id\":838},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"956a3d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e4ae49d\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise directs every situation.\\u00a0 We can quickly understand and<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7759086\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cbbb86\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9bac57a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"74b493a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f3d4169\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"20230aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.025000000000006,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c5e8450\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"0b5824c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.957999999999998,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"487cb33\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd2.jpg\",\"id\":672},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d0d1f44\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cbb1174\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1436938\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3ff4780\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9f893a1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"9de3470\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46eae88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd3.png\",\"id\":674},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e0937c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b07afc2\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"422c0c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"d806c09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6a680d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1df7366\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"503b817\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef81faf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"3973e79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f7691\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c952bb5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d06c5c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56d4482\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa0a24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"c73ea72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image2.jpg\",\"id\":831}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6d0a072\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4b2d053\",\"elType\":\"widget\",\"settings\":{\"title\":\"George \\u201cRed\\u201d Gilmartin \\u2010 President\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6370ba7\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>43\\u00a0years<\\/strong>\\u00a0<\\/li><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0have\\u00a0owned\\u00a0ARS\\u00a0Contracting,\\u00a0Inc\\u00a0for\\u00a030\\u00a0years\\u201d<\\/strong>\\u00a0<\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0move\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 equipment\\u00a0that\\u00a0is\\u00a0challenging.\\u00a0When\\u00a0I\\u00a0first\\u00a0got\\u00a0into\\u00a0this\\u00a0trade,\\u00a0I\\u00a0was\\u00a0able\\u00a0to\\u00a0see\\u00a0all\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 challenges\\u00a0that\\u00a0made\\u00a0me\\u00a0want\\u00a0to\\u00a0get\\u00a0to\\u00a0 work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cTo\\u00a0think!!\\u00a0Use\\u00a0common\\u00a0sense\\u00a0when\\u00a0approaching\\u00a0any\\u00a0job.\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cReading\\u00a0articles\\u00a0about\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0 business\\u00a0and\\u00a0continuing\\u00a0to\\u00a0educate\\u00a0myself\\u00a0on\\u00a0how\\u00a0to\\u00a0fit\\u00a0this\\u00a0industry\\u00a0into\\u00a0this\\u00a0world\\u00a0that\\u00a0keeps\\u00a0evolving\\u201d\\u00a0\\u00a0\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c054124\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e7b4ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"9195df9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p1.jpg\",\"id\":676},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"300\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e5a3fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"16e9fac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ted Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc47661\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>25+\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>15\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cI\\u00a0really\\u00a0enjoy\\u00a0knowing\\u00a0that\\u00a0what\\u00a0we\\u00a0do\\u00a0matters.\\u00a0I\\u00a0have\\u00a0the opportunity\\u00a0to\\u00a0be\\u00a0involved\\u00a0in\\u00a0every\\u00a0industry\\/institution,\\u00a0so\\u00a0I\\u00a0am\\u00a0 able\\u00a0to\\u00a0see\\u00a0and\\u00a0be\\u00a0a\\u00a0part\\u00a0of\\u00a0a\\u00a0lot!\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0 business?\\u00a0 <strong>\\u201cLook.\\u00a0Listen.\\u00a0Learn.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cGoing\\u00a0out\\u00a0to\\u00a0eat\\u00a0and\\u00a0spending\\u00a0time\\u00a0with\\u00a0my\\u00a0loud\\u00a0family\\u201d\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8bd277e\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8a94d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"ab9ae3b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/92.jpg\",\"id\":679},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b929fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"0480362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeromy Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16ac035\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol>\\n \\t<li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>22 years full time\\u00a0\\u00a0<\\/strong><\\/li>\\n \\t<li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>8\\u00a0months<\\/strong><\\/li>\\n \\t<li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part? <strong>\\u201cThe\\u00a0nature\\u00a0of\\u00a0this business\\u00a0is\\u00a0exciting!!\\u00a0 Rarely\\u00a0are\\u00a0there\\u00a0two\\u00a0jobs\\u00a0that\\u00a0are\\u00a0the\\u00a0exact\\u00a0same.\\u00a0Figuring\\u00a0out\\u00a0the\\u00a0difficult\\u00a0jobs\\u00a0and\\u00a0then\\u00a0executing\\u00a0a\\u00a0plan\\u00a0perfectly\\u00a0with\\u00a0our\\u00a0team\\u00a0is\\u00a0what\\u00a0it\\u2019s\\u00a0all\\u00a0about.\\u201d<\\/strong><\\/li>\\n \\t<li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business<strong>?\\u00a0 \\u00a0 \\u201cDo\\u00a0your\\u00a0work\\u00a0100%.\\u00a0Nothing\\u00a0should\\u00a0be\\u00a0just\\u00a0good\\u00a0enough,\\u00a0complete\\u00a0it\\u00a0to\\u00a0the\\u00a0very\\u00a0best\\u00a0of\\u00a0your\\u00a0ability\\u00a0\\u00a0\\u00a0 and\\u00a0if\\u00a0it\\u00a0is\\u00a0still\\u00a0not\\u00a0perfect,ask\\u00a0for\\u00a0help\\u00a0to\\u00a0make\\u00a0it\\u00a0perfect.\\u00a0Take\\u00a0your\\u00a0time,\\u00a0jobs\\u00a0like\\u00a0these \\u00a0take\\u00a0 time.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li>\\n \\t<li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0was\\u00a0an\\u00a0MMA\\u00a0fighter\\u00a0for\\u00a0\\u00a0\\u00a0 many\\u00a0years.\\u00a0Currently\\u00a0looking\\u00a0for\\u00a0my\\u00a0next\\u00a0hobby.\\u201d<\\/strong><\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"543d250\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d050cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"bd14265\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p3.jpg\",\"id\":680}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"46b103a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4fd3d56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Gibbons\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"921c1d3\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business<strong>?\\u00a0 \\u201cI\\u00a0have\\u00a0been\\u00a0in\\u00a0the\\u00a0construction\\u00a0industry\\u00a0for\\u00a0over\\u00a020\\u00a0years\\u00a0on\\u00a0both\\u00a0sides\\u00a0of\\u00a0the\\u00a0Atlantic\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>5\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0work\\u00a0with\\u00a0our\\u00a0rigging\\u00a0crews.\\u00a0The\\u00a0guys\\u00a0in\\u00a0the\\u00a0field\\u00a0 are\\u00a0full\\u00a0of\\u00a0knowledge\\u00a0and\\u00a0have\\u00a0precise\\u00a0accuracy\\u00a0when\\u00a0on\\u00a0the\\u00a0job.\\u00a0 It\\u2019s\\u00a0fun\\u00a0to\\u00a0see\\u00a0them\\u00a0put\\u00a0their\\u00a0skills\\u00a0to\\u00a0work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cListen\\u00a0to\\u00a0those\\u00a0who\\u00a0have\\u00a0experience\\u00a0with\\u00a0this\\u00a0kind\\u00a0of\\u00a0work.\\u201d\\u00a0\\u00a0 \\u00a0 <\\/strong><\\/li><li><p>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cFly\\u00a0fishing\\u201d\\u00a0\\u00a0<\\/strong><\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7005acd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"b0822e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17fc8fa\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"06d5df4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17a24f6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"14cbafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0b17af3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f0c181e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"24b7249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"66fd030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2d587c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Here\'s What Our Customers Say\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\u201cWe\\u00a0have\\u00a0worked\\u00a0with\\u00a0ARS\\u00a0for\\u00a0more\\u00a0than\\u00a030\\u00a0years\\u00a0and\\u00a0have\\u00a0built\\u00a0a\\u00a0trusted\\u00a0relationship\\u00a0utilizing\\u00a0 their\\u00a0services\\u00a0for\\u00a0large\\u00a0Data\\u00a0center\\u00a0projects,\\u00a0hoisting,\\u00a0and\\u00a0setting\\u00a0generators,\\u00a0electrical switchgear,\\u00a0storage\\u00a0of\\u00a0equipment\\u00a0and\\u00a0much\\u00a0more.\\u00a0Thank\\u00a0you,\\u00a0ARS\\u00a0team.\\u201d\\u00a0 \",\"testi_author\":\"Daniel\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\u201cThe\\u00a0ARS\\u00a0Foreman,\\u00a0Kevin,\\u00a0knew\\u00a0exactly\\u00a0what\\u00a0he\\u00a0needed\\u00a0to\\u00a0do\\u00a0to\\u00a0bring\\u00a0in\\u00a0the\\u00a0(4)\\u00a01000#\\u00a0Electrical\\u00a0 Switchgear\\u00a0sections\\u2026\\u00a0while\\u00a0traversing\\u00a0some\\u00a0challenging\\u00a0terrain\\u2026Kevin\\u2019s\\u00a0professionalism\\u00a0and\\u00a0 get\\u2010it\\u2010done\\u00a0[safely]\\u00a0attitude\\u00a0did,\\u00a0in\\u00a0fact,\\u00a0get\\u00a0the\\u00a0job\\u00a0done\\u00a0with\\u00a0extreme\\u00a0efficiency\\u00a0and\\u00a0not\\u00a0one\\u00a0 issue.\\u201d\",\"testi_author\":\"Michael\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}},{\"testi_text\":\"\\u201cThe\\u00a0Museum\\u00a0Project\\u00a0required\\u00a0the\\u00a0backend\\u00a0(Generator)\\u00a0to\\u00a0be\\u00a0removed\\u00a0and\\u00a0shipped\\u00a0to\\u00a0the\\u00a0 repair\\u00a0shop.\\u00a0The\\u00a0detail\\u00a0that\\u00a0ARS\\u00a0Equipment\\u00a0Movers\\u00a0took\\u00a0to\\u00a0remove\\u00a0the\\u00a0backend\\u00a0from\\u00a0the\\u00a0job\\u00a0 site\\u00a0and\\u00a0return\\u00a0it\\u00a0after\\u00a0the\\u00a0repairs\\u00a0were\\u00a0made\\u00a0was\\u00a0nothing\\u00a0short\\u00a0of\\u00a0exemplary.\\u00a0They\\u00a0were\\u00a0 flawless\\u00a0in\\u00a0performing\\u00a0their\\u00a0duties.\\u00a0I\\u00a0will\\u00a0certainly\\u00a0use\\u00a0them\\u00a0again.\\u201d\\u00a0 \",\"testi_author\":\"Vince\",\"testi_author_job\":\"Architects\",\"_id\":\"6a776aa\"}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\",\"_css_classes\":\"customer-syas\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(3989,839,'_elementor_template_type','wp-post'),(3990,839,'_elementor_css','a:5:{s:4:\"time\";i:1595570998;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3992,840,'_wp_attached_file','2020/07/image37.jpg'),(3993,840,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:498;s:6:\"height\";i:374;s:4:\"file\";s:19:\"2020/07/image37.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"image37-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"image37-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:18:\"image37-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(3994,841,'_wp_attached_file','2020/07/image38.jpg'),(3995,841,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:332;s:6:\"height\";i:221;s:4:\"file\";s:19:\"2020/07/image38.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"image38-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"image38-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:18:\"image38-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(3996,842,'_wp_page_template','template/page-builder-template.php'),(3997,842,'_elementor_edit_mode','builder'),(3998,842,'_elementor_version','2.9.9'),(3999,842,'_elementor_data','[{\"id\":\"7673b2a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40f6e83\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d01e9c6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3693055\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3150906\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image43.png\",\"id\":838},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"956a3d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e4ae49d\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"00531fa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"9a348ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a7203c\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise directs every situation.\\u00a0 We can quickly understand and<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"1d67695\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f25849d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image37.jpg\",\"id\":840},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7759086\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cbbb86\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9bac57a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"74b493a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f3d4169\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"20230aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.025000000000006,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c5e8450\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"0b5824c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.957999999999998,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"487cb33\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image38.jpg\",\"id\":841},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d0d1f44\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cbb1174\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1436938\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3ff4780\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9f893a1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"9de3470\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46eae88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd3.png\",\"id\":674},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e0937c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b07afc2\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"422c0c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"d806c09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6a680d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1df7366\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"503b817\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef81faf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"3973e79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f7691\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c952bb5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d06c5c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56d4482\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa0a24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"c73ea72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image2.jpg\",\"id\":831}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6d0a072\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4b2d053\",\"elType\":\"widget\",\"settings\":{\"title\":\"George \\u201cRed\\u201d Gilmartin \\u2010 President\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6370ba7\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>43\\u00a0years<\\/strong>\\u00a0<\\/li><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0have\\u00a0owned\\u00a0ARS\\u00a0Contracting,\\u00a0Inc\\u00a0for\\u00a030\\u00a0years\\u201d<\\/strong>\\u00a0<\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0move\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 equipment\\u00a0that\\u00a0is\\u00a0challenging.\\u00a0When\\u00a0I\\u00a0first\\u00a0got\\u00a0into\\u00a0this\\u00a0trade,\\u00a0I\\u00a0was\\u00a0able\\u00a0to\\u00a0see\\u00a0all\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 challenges\\u00a0that\\u00a0made\\u00a0me\\u00a0want\\u00a0to\\u00a0get\\u00a0to\\u00a0 work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cTo\\u00a0think!!\\u00a0Use\\u00a0common\\u00a0sense\\u00a0when\\u00a0approaching\\u00a0any\\u00a0job.\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cReading\\u00a0articles\\u00a0about\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0 business\\u00a0and\\u00a0continuing\\u00a0to\\u00a0educate\\u00a0myself\\u00a0on\\u00a0how\\u00a0to\\u00a0fit\\u00a0this\\u00a0industry\\u00a0into\\u00a0this\\u00a0world\\u00a0that\\u00a0keeps\\u00a0evolving\\u201d\\u00a0\\u00a0\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c054124\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e7b4ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"9195df9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p1.jpg\",\"id\":676},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"300\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e5a3fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"16e9fac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ted Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc47661\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>25+\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>15\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cI\\u00a0really\\u00a0enjoy\\u00a0knowing\\u00a0that\\u00a0what\\u00a0we\\u00a0do\\u00a0matters.\\u00a0I\\u00a0have\\u00a0the opportunity\\u00a0to\\u00a0be\\u00a0involved\\u00a0in\\u00a0every\\u00a0industry\\/institution,\\u00a0so\\u00a0I\\u00a0am\\u00a0 able\\u00a0to\\u00a0see\\u00a0and\\u00a0be\\u00a0a\\u00a0part\\u00a0of\\u00a0a\\u00a0lot!\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0 business?\\u00a0 <strong>\\u201cLook.\\u00a0Listen.\\u00a0Learn.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cGoing\\u00a0out\\u00a0to\\u00a0eat\\u00a0and\\u00a0spending\\u00a0time\\u00a0with\\u00a0my\\u00a0loud\\u00a0family\\u201d\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8bd277e\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8a94d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"ab9ae3b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/92.jpg\",\"id\":679},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b929fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"0480362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeromy Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16ac035\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol>\\n \\t<li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>22 years full time\\u00a0\\u00a0<\\/strong><\\/li>\\n \\t<li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>8\\u00a0months<\\/strong><\\/li>\\n \\t<li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part? <strong>\\u201cThe\\u00a0nature\\u00a0of\\u00a0this business\\u00a0is\\u00a0exciting!!\\u00a0 Rarely\\u00a0are\\u00a0there\\u00a0two\\u00a0jobs\\u00a0that\\u00a0are\\u00a0the\\u00a0exact\\u00a0same.\\u00a0Figuring\\u00a0out\\u00a0the\\u00a0difficult\\u00a0jobs\\u00a0and\\u00a0then\\u00a0executing\\u00a0a\\u00a0plan\\u00a0perfectly\\u00a0with\\u00a0our\\u00a0team\\u00a0is\\u00a0what\\u00a0it\\u2019s\\u00a0all\\u00a0about.\\u201d<\\/strong><\\/li>\\n \\t<li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business<strong>?\\u00a0 \\u00a0 \\u201cDo\\u00a0your\\u00a0work\\u00a0100%.\\u00a0Nothing\\u00a0should\\u00a0be\\u00a0just\\u00a0good\\u00a0enough,\\u00a0complete\\u00a0it\\u00a0to\\u00a0the\\u00a0very\\u00a0best\\u00a0of\\u00a0your\\u00a0ability\\u00a0\\u00a0\\u00a0 and\\u00a0if\\u00a0it\\u00a0is\\u00a0still\\u00a0not\\u00a0perfect,ask\\u00a0for\\u00a0help\\u00a0to\\u00a0make\\u00a0it\\u00a0perfect.\\u00a0Take\\u00a0your\\u00a0time,\\u00a0jobs\\u00a0like\\u00a0these \\u00a0take\\u00a0 time.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li>\\n \\t<li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0was\\u00a0an\\u00a0MMA\\u00a0fighter\\u00a0for\\u00a0\\u00a0\\u00a0 many\\u00a0years.\\u00a0Currently\\u00a0looking\\u00a0for\\u00a0my\\u00a0next\\u00a0hobby.\\u201d<\\/strong><\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"543d250\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d050cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"bd14265\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p3.jpg\",\"id\":680}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"46b103a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4fd3d56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Gibbons\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"921c1d3\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business<strong>?\\u00a0 \\u201cI\\u00a0have\\u00a0been\\u00a0in\\u00a0the\\u00a0construction\\u00a0industry\\u00a0for\\u00a0over\\u00a020\\u00a0years\\u00a0on\\u00a0both\\u00a0sides\\u00a0of\\u00a0the\\u00a0Atlantic\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>5\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0work\\u00a0with\\u00a0our\\u00a0rigging\\u00a0crews.\\u00a0The\\u00a0guys\\u00a0in\\u00a0the\\u00a0field\\u00a0 are\\u00a0full\\u00a0of\\u00a0knowledge\\u00a0and\\u00a0have\\u00a0precise\\u00a0accuracy\\u00a0when\\u00a0on\\u00a0the\\u00a0job.\\u00a0 It\\u2019s\\u00a0fun\\u00a0to\\u00a0see\\u00a0them\\u00a0put\\u00a0their\\u00a0skills\\u00a0to\\u00a0work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cListen\\u00a0to\\u00a0those\\u00a0who\\u00a0have\\u00a0experience\\u00a0with\\u00a0this\\u00a0kind\\u00a0of\\u00a0work.\\u201d\\u00a0\\u00a0 \\u00a0 <\\/strong><\\/li><li><p>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cFly\\u00a0fishing\\u201d\\u00a0\\u00a0<\\/strong><\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7005acd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"b0822e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17fc8fa\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"06d5df4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17a24f6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"14cbafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0b17af3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f0c181e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"24b7249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"66fd030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2d587c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Here\'s What Our Customers Say\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\u201cWe\\u00a0have\\u00a0worked\\u00a0with\\u00a0ARS\\u00a0for\\u00a0more\\u00a0than\\u00a030\\u00a0years\\u00a0and\\u00a0have\\u00a0built\\u00a0a\\u00a0trusted\\u00a0relationship\\u00a0utilizing\\u00a0 their\\u00a0services\\u00a0for\\u00a0large\\u00a0Data\\u00a0center\\u00a0projects,\\u00a0hoisting,\\u00a0and\\u00a0setting\\u00a0generators,\\u00a0electrical switchgear,\\u00a0storage\\u00a0of\\u00a0equipment\\u00a0and\\u00a0much\\u00a0more.\\u00a0Thank\\u00a0you,\\u00a0ARS\\u00a0team.\\u201d\\u00a0 \",\"testi_author\":\"Daniel\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\u201cThe\\u00a0ARS\\u00a0Foreman,\\u00a0Kevin,\\u00a0knew\\u00a0exactly\\u00a0what\\u00a0he\\u00a0needed\\u00a0to\\u00a0do\\u00a0to\\u00a0bring\\u00a0in\\u00a0the\\u00a0(4)\\u00a01000#\\u00a0Electrical\\u00a0 Switchgear\\u00a0sections\\u2026\\u00a0while\\u00a0traversing\\u00a0some\\u00a0challenging\\u00a0terrain\\u2026Kevin\\u2019s\\u00a0professionalism\\u00a0and\\u00a0 get\\u2010it\\u2010done\\u00a0[safely]\\u00a0attitude\\u00a0did,\\u00a0in\\u00a0fact,\\u00a0get\\u00a0the\\u00a0job\\u00a0done\\u00a0with\\u00a0extreme\\u00a0efficiency\\u00a0and\\u00a0not\\u00a0one\\u00a0 issue.\\u201d\",\"testi_author\":\"Michael\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}},{\"testi_text\":\"\\u201cThe\\u00a0Museum\\u00a0Project\\u00a0required\\u00a0the\\u00a0backend\\u00a0(Generator)\\u00a0to\\u00a0be\\u00a0removed\\u00a0and\\u00a0shipped\\u00a0to\\u00a0the\\u00a0 repair\\u00a0shop.\\u00a0The\\u00a0detail\\u00a0that\\u00a0ARS\\u00a0Equipment\\u00a0Movers\\u00a0took\\u00a0to\\u00a0remove\\u00a0the\\u00a0backend\\u00a0from\\u00a0the\\u00a0job\\u00a0 site\\u00a0and\\u00a0return\\u00a0it\\u00a0after\\u00a0the\\u00a0repairs\\u00a0were\\u00a0made\\u00a0was\\u00a0nothing\\u00a0short\\u00a0of\\u00a0exemplary.\\u00a0They\\u00a0were\\u00a0 flawless\\u00a0in\\u00a0performing\\u00a0their\\u00a0duties.\\u00a0I\\u00a0will\\u00a0certainly\\u00a0use\\u00a0them\\u00a0again.\\u201d\\u00a0 \",\"testi_author\":\"Vince\",\"testi_author_job\":\"Architects\",\"_id\":\"6a776aa\"}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\",\"_css_classes\":\"customer-syas\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(4000,842,'_elementor_template_type','wp-post'),(4002,843,'_wp_page_template','template/page-builder-template.php'),(4003,843,'_elementor_edit_mode','builder'),(4004,843,'_elementor_version','2.9.9'),(4005,843,'_elementor_data','[{\"id\":\"7673b2a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40f6e83\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d01e9c6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3693055\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3150906\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image43.png\",\"id\":838},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"956a3d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e4ae49d\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"00531fa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"9a348ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a7203c\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise directs every situation.\\u00a0 We can quickly understand and<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"1d67695\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f25849d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image37.jpg\",\"id\":840},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7759086\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cbbb86\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9bac57a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"74b493a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f3d4169\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"20230aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.025000000000006,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c5e8450\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"0b5824c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.957999999999998,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"487cb33\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image38.jpg\",\"id\":841},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d0d1f44\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cbb1174\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1436938\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3ff4780\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9f893a1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"e0937c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b07afc2\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"9de3470\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46eae88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd3.png\",\"id\":674},\"align\":\"right\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"422c0c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"d806c09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6a680d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1df7366\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"503b817\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef81faf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"3973e79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f7691\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c952bb5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d06c5c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56d4482\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa0a24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"c73ea72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image2.jpg\",\"id\":831}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6d0a072\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4b2d053\",\"elType\":\"widget\",\"settings\":{\"title\":\"George \\u201cRed\\u201d Gilmartin \\u2010 President\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6370ba7\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>43\\u00a0years<\\/strong>\\u00a0<\\/li><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0have\\u00a0owned\\u00a0ARS\\u00a0Contracting,\\u00a0Inc\\u00a0for\\u00a030\\u00a0years\\u201d<\\/strong>\\u00a0<\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0move\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 equipment\\u00a0that\\u00a0is\\u00a0challenging.\\u00a0When\\u00a0I\\u00a0first\\u00a0got\\u00a0into\\u00a0this\\u00a0trade,\\u00a0I\\u00a0was\\u00a0able\\u00a0to\\u00a0see\\u00a0all\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 challenges\\u00a0that\\u00a0made\\u00a0me\\u00a0want\\u00a0to\\u00a0get\\u00a0to\\u00a0 work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cTo\\u00a0think!!\\u00a0Use\\u00a0common\\u00a0sense\\u00a0when\\u00a0approaching\\u00a0any\\u00a0job.\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cReading\\u00a0articles\\u00a0about\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0 business\\u00a0and\\u00a0continuing\\u00a0to\\u00a0educate\\u00a0myself\\u00a0on\\u00a0how\\u00a0to\\u00a0fit\\u00a0this\\u00a0industry\\u00a0into\\u00a0this\\u00a0world\\u00a0that\\u00a0keeps\\u00a0evolving\\u201d\\u00a0\\u00a0\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c054124\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e7b4ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"9195df9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p1.jpg\",\"id\":676},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"300\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e5a3fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"16e9fac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ted Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc47661\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>25+\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>15\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cI\\u00a0really\\u00a0enjoy\\u00a0knowing\\u00a0that\\u00a0what\\u00a0we\\u00a0do\\u00a0matters.\\u00a0I\\u00a0have\\u00a0the opportunity\\u00a0to\\u00a0be\\u00a0involved\\u00a0in\\u00a0every\\u00a0industry\\/institution,\\u00a0so\\u00a0I\\u00a0am\\u00a0 able\\u00a0to\\u00a0see\\u00a0and\\u00a0be\\u00a0a\\u00a0part\\u00a0of\\u00a0a\\u00a0lot!\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0 business?\\u00a0 <strong>\\u201cLook.\\u00a0Listen.\\u00a0Learn.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cGoing\\u00a0out\\u00a0to\\u00a0eat\\u00a0and\\u00a0spending\\u00a0time\\u00a0with\\u00a0my\\u00a0loud\\u00a0family\\u201d\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8bd277e\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8a94d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"ab9ae3b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/92.jpg\",\"id\":679},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b929fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"0480362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeromy Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16ac035\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol>\\n \\t<li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>22 years full time\\u00a0\\u00a0<\\/strong><\\/li>\\n \\t<li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>8\\u00a0months<\\/strong><\\/li>\\n \\t<li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part? <strong>\\u201cThe\\u00a0nature\\u00a0of\\u00a0this business\\u00a0is\\u00a0exciting!!\\u00a0 Rarely\\u00a0are\\u00a0there\\u00a0two\\u00a0jobs\\u00a0that\\u00a0are\\u00a0the\\u00a0exact\\u00a0same.\\u00a0Figuring\\u00a0out\\u00a0the\\u00a0difficult\\u00a0jobs\\u00a0and\\u00a0then\\u00a0executing\\u00a0a\\u00a0plan\\u00a0perfectly\\u00a0with\\u00a0our\\u00a0team\\u00a0is\\u00a0what\\u00a0it\\u2019s\\u00a0all\\u00a0about.\\u201d<\\/strong><\\/li>\\n \\t<li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business<strong>?\\u00a0 \\u00a0 \\u201cDo\\u00a0your\\u00a0work\\u00a0100%.\\u00a0Nothing\\u00a0should\\u00a0be\\u00a0just\\u00a0good\\u00a0enough,\\u00a0complete\\u00a0it\\u00a0to\\u00a0the\\u00a0very\\u00a0best\\u00a0of\\u00a0your\\u00a0ability\\u00a0\\u00a0\\u00a0 and\\u00a0if\\u00a0it\\u00a0is\\u00a0still\\u00a0not\\u00a0perfect,ask\\u00a0for\\u00a0help\\u00a0to\\u00a0make\\u00a0it\\u00a0perfect.\\u00a0Take\\u00a0your\\u00a0time,\\u00a0jobs\\u00a0like\\u00a0these \\u00a0take\\u00a0 time.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li>\\n \\t<li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0was\\u00a0an\\u00a0MMA\\u00a0fighter\\u00a0for\\u00a0\\u00a0\\u00a0 many\\u00a0years.\\u00a0Currently\\u00a0looking\\u00a0for\\u00a0my\\u00a0next\\u00a0hobby.\\u201d<\\/strong><\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"543d250\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d050cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"bd14265\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p3.jpg\",\"id\":680}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"46b103a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4fd3d56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Gibbons\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"921c1d3\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business<strong>?\\u00a0 \\u201cI\\u00a0have\\u00a0been\\u00a0in\\u00a0the\\u00a0construction\\u00a0industry\\u00a0for\\u00a0over\\u00a020\\u00a0years\\u00a0on\\u00a0both\\u00a0sides\\u00a0of\\u00a0the\\u00a0Atlantic\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>5\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0work\\u00a0with\\u00a0our\\u00a0rigging\\u00a0crews.\\u00a0The\\u00a0guys\\u00a0in\\u00a0the\\u00a0field\\u00a0 are\\u00a0full\\u00a0of\\u00a0knowledge\\u00a0and\\u00a0have\\u00a0precise\\u00a0accuracy\\u00a0when\\u00a0on\\u00a0the\\u00a0job.\\u00a0 It\\u2019s\\u00a0fun\\u00a0to\\u00a0see\\u00a0them\\u00a0put\\u00a0their\\u00a0skills\\u00a0to\\u00a0work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cListen\\u00a0to\\u00a0those\\u00a0who\\u00a0have\\u00a0experience\\u00a0with\\u00a0this\\u00a0kind\\u00a0of\\u00a0work.\\u201d\\u00a0\\u00a0 \\u00a0 <\\/strong><\\/li><li><p>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cFly\\u00a0fishing\\u201d\\u00a0\\u00a0<\\/strong><\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7005acd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"b0822e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17fc8fa\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"06d5df4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17a24f6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"14cbafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0b17af3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f0c181e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"24b7249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"66fd030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2d587c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Here\'s What Our Customers Say\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\u201cWe\\u00a0have\\u00a0worked\\u00a0with\\u00a0ARS\\u00a0for\\u00a0more\\u00a0than\\u00a030\\u00a0years\\u00a0and\\u00a0have\\u00a0built\\u00a0a\\u00a0trusted\\u00a0relationship\\u00a0utilizing\\u00a0 their\\u00a0services\\u00a0for\\u00a0large\\u00a0Data\\u00a0center\\u00a0projects,\\u00a0hoisting,\\u00a0and\\u00a0setting\\u00a0generators,\\u00a0electrical switchgear,\\u00a0storage\\u00a0of\\u00a0equipment\\u00a0and\\u00a0much\\u00a0more.\\u00a0Thank\\u00a0you,\\u00a0ARS\\u00a0team.\\u201d\\u00a0 \",\"testi_author\":\"Daniel\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\u201cThe\\u00a0ARS\\u00a0Foreman,\\u00a0Kevin,\\u00a0knew\\u00a0exactly\\u00a0what\\u00a0he\\u00a0needed\\u00a0to\\u00a0do\\u00a0to\\u00a0bring\\u00a0in\\u00a0the\\u00a0(4)\\u00a01000#\\u00a0Electrical\\u00a0 Switchgear\\u00a0sections\\u2026\\u00a0while\\u00a0traversing\\u00a0some\\u00a0challenging\\u00a0terrain\\u2026Kevin\\u2019s\\u00a0professionalism\\u00a0and\\u00a0 get\\u2010it\\u2010done\\u00a0[safely]\\u00a0attitude\\u00a0did,\\u00a0in\\u00a0fact,\\u00a0get\\u00a0the\\u00a0job\\u00a0done\\u00a0with\\u00a0extreme\\u00a0efficiency\\u00a0and\\u00a0not\\u00a0one\\u00a0 issue.\\u201d\",\"testi_author\":\"Michael\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}},{\"testi_text\":\"\\u201cThe\\u00a0Museum\\u00a0Project\\u00a0required\\u00a0the\\u00a0backend\\u00a0(Generator)\\u00a0to\\u00a0be\\u00a0removed\\u00a0and\\u00a0shipped\\u00a0to\\u00a0the\\u00a0 repair\\u00a0shop.\\u00a0The\\u00a0detail\\u00a0that\\u00a0ARS\\u00a0Equipment\\u00a0Movers\\u00a0took\\u00a0to\\u00a0remove\\u00a0the\\u00a0backend\\u00a0from\\u00a0the\\u00a0job\\u00a0 site\\u00a0and\\u00a0return\\u00a0it\\u00a0after\\u00a0the\\u00a0repairs\\u00a0were\\u00a0made\\u00a0was\\u00a0nothing\\u00a0short\\u00a0of\\u00a0exemplary.\\u00a0They\\u00a0were\\u00a0 flawless\\u00a0in\\u00a0performing\\u00a0their\\u00a0duties.\\u00a0I\\u00a0will\\u00a0certainly\\u00a0use\\u00a0them\\u00a0again.\\u201d\\u00a0 \",\"testi_author\":\"Vince\",\"testi_author_job\":\"Architects\",\"_id\":\"6a776aa\"}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\",\"_css_classes\":\"customer-syas\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(4006,843,'_elementor_template_type','wp-post'),(4009,844,'_wp_page_template','template/page-builder-template.php'),(4010,844,'_elementor_edit_mode','builder'),(4011,844,'_elementor_version','2.9.9'),(4012,844,'_elementor_data','[{\"id\":\"7673b2a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40f6e83\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d01e9c6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3693055\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3150906\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image43.png\",\"id\":838},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"956a3d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e4ae49d\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"00531fa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"9a348ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a7203c\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise directs every situation.\\u00a0 We can quickly understand and<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"1d67695\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f25849d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image37.jpg\",\"id\":840},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7759086\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cbbb86\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9bac57a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"74b493a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f3d4169\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"20230aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.025000000000006,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c5e8450\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"0b5824c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.957999999999998,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"487cb33\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image38.jpg\",\"id\":841},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d0d1f44\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cbb1174\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1436938\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3ff4780\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9f893a1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"e0937c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84.724999999999994,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b07afc2\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"9de3470\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15.257999999999999,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46eae88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd3.png\",\"id\":674},\"align\":\"right\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"422c0c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"d806c09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6a680d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1df7366\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"503b817\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef81faf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"3973e79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f7691\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c952bb5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d06c5c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56d4482\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa0a24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"c73ea72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image2.jpg\",\"id\":831}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6d0a072\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4b2d053\",\"elType\":\"widget\",\"settings\":{\"title\":\"George \\u201cRed\\u201d Gilmartin \\u2010 President\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6370ba7\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>43\\u00a0years<\\/strong>\\u00a0<\\/li><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0have\\u00a0owned\\u00a0ARS\\u00a0Contracting,\\u00a0Inc\\u00a0for\\u00a030\\u00a0years\\u201d<\\/strong>\\u00a0<\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0move\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 equipment\\u00a0that\\u00a0is\\u00a0challenging.\\u00a0When\\u00a0I\\u00a0first\\u00a0got\\u00a0into\\u00a0this\\u00a0trade,\\u00a0I\\u00a0was\\u00a0able\\u00a0to\\u00a0see\\u00a0all\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 challenges\\u00a0that\\u00a0made\\u00a0me\\u00a0want\\u00a0to\\u00a0get\\u00a0to\\u00a0 work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cTo\\u00a0think!!\\u00a0Use\\u00a0common\\u00a0sense\\u00a0when\\u00a0approaching\\u00a0any\\u00a0job.\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cReading\\u00a0articles\\u00a0about\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0 business\\u00a0and\\u00a0continuing\\u00a0to\\u00a0educate\\u00a0myself\\u00a0on\\u00a0how\\u00a0to\\u00a0fit\\u00a0this\\u00a0industry\\u00a0into\\u00a0this\\u00a0world\\u00a0that\\u00a0keeps\\u00a0evolving\\u201d\\u00a0\\u00a0\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c054124\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e7b4ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"9195df9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p1.jpg\",\"id\":676},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"300\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e5a3fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"16e9fac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ted Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc47661\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>25+\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>15\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cI\\u00a0really\\u00a0enjoy\\u00a0knowing\\u00a0that\\u00a0what\\u00a0we\\u00a0do\\u00a0matters.\\u00a0I\\u00a0have\\u00a0the opportunity\\u00a0to\\u00a0be\\u00a0involved\\u00a0in\\u00a0every\\u00a0industry\\/institution,\\u00a0so\\u00a0I\\u00a0am\\u00a0 able\\u00a0to\\u00a0see\\u00a0and\\u00a0be\\u00a0a\\u00a0part\\u00a0of\\u00a0a\\u00a0lot!\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0 business?\\u00a0 <strong>\\u201cLook.\\u00a0Listen.\\u00a0Learn.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cGoing\\u00a0out\\u00a0to\\u00a0eat\\u00a0and\\u00a0spending\\u00a0time\\u00a0with\\u00a0my\\u00a0loud\\u00a0family\\u201d\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8bd277e\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8a94d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"ab9ae3b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/92.jpg\",\"id\":679},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b929fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"0480362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeromy Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16ac035\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol>\\n \\t<li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>22 years full time\\u00a0\\u00a0<\\/strong><\\/li>\\n \\t<li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>8\\u00a0months<\\/strong><\\/li>\\n \\t<li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part? <strong>\\u201cThe\\u00a0nature\\u00a0of\\u00a0this business\\u00a0is\\u00a0exciting!!\\u00a0 Rarely\\u00a0are\\u00a0there\\u00a0two\\u00a0jobs\\u00a0that\\u00a0are\\u00a0the\\u00a0exact\\u00a0same.\\u00a0Figuring\\u00a0out\\u00a0the\\u00a0difficult\\u00a0jobs\\u00a0and\\u00a0then\\u00a0executing\\u00a0a\\u00a0plan\\u00a0perfectly\\u00a0with\\u00a0our\\u00a0team\\u00a0is\\u00a0what\\u00a0it\\u2019s\\u00a0all\\u00a0about.\\u201d<\\/strong><\\/li>\\n \\t<li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business<strong>?\\u00a0 \\u00a0 \\u201cDo\\u00a0your\\u00a0work\\u00a0100%.\\u00a0Nothing\\u00a0should\\u00a0be\\u00a0just\\u00a0good\\u00a0enough,\\u00a0complete\\u00a0it\\u00a0to\\u00a0the\\u00a0very\\u00a0best\\u00a0of\\u00a0your\\u00a0ability\\u00a0\\u00a0\\u00a0 and\\u00a0if\\u00a0it\\u00a0is\\u00a0still\\u00a0not\\u00a0perfect,ask\\u00a0for\\u00a0help\\u00a0to\\u00a0make\\u00a0it\\u00a0perfect.\\u00a0Take\\u00a0your\\u00a0time,\\u00a0jobs\\u00a0like\\u00a0these \\u00a0take\\u00a0 time.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li>\\n \\t<li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0was\\u00a0an\\u00a0MMA\\u00a0fighter\\u00a0for\\u00a0\\u00a0\\u00a0 many\\u00a0years.\\u00a0Currently\\u00a0looking\\u00a0for\\u00a0my\\u00a0next\\u00a0hobby.\\u201d<\\/strong><\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"543d250\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d050cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"bd14265\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p3.jpg\",\"id\":680}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"46b103a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4fd3d56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Gibbons\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"921c1d3\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business<strong>?\\u00a0 \\u201cI\\u00a0have\\u00a0been\\u00a0in\\u00a0the\\u00a0construction\\u00a0industry\\u00a0for\\u00a0over\\u00a020\\u00a0years\\u00a0on\\u00a0both\\u00a0sides\\u00a0of\\u00a0the\\u00a0Atlantic\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>5\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0work\\u00a0with\\u00a0our\\u00a0rigging\\u00a0crews.\\u00a0The\\u00a0guys\\u00a0in\\u00a0the\\u00a0field\\u00a0 are\\u00a0full\\u00a0of\\u00a0knowledge\\u00a0and\\u00a0have\\u00a0precise\\u00a0accuracy\\u00a0when\\u00a0on\\u00a0the\\u00a0job.\\u00a0 It\\u2019s\\u00a0fun\\u00a0to\\u00a0see\\u00a0them\\u00a0put\\u00a0their\\u00a0skills\\u00a0to\\u00a0work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cListen\\u00a0to\\u00a0those\\u00a0who\\u00a0have\\u00a0experience\\u00a0with\\u00a0this\\u00a0kind\\u00a0of\\u00a0work.\\u201d\\u00a0\\u00a0 \\u00a0 <\\/strong><\\/li><li><p>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cFly\\u00a0fishing\\u201d\\u00a0\\u00a0<\\/strong><\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7005acd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"b0822e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17fc8fa\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"06d5df4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17a24f6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"14cbafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0b17af3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f0c181e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"24b7249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"66fd030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2d587c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Here\'s What Our Customers Say\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\u201cWe\\u00a0have\\u00a0worked\\u00a0with\\u00a0ARS\\u00a0for\\u00a0more\\u00a0than\\u00a030\\u00a0years\\u00a0and\\u00a0have\\u00a0built\\u00a0a\\u00a0trusted\\u00a0relationship\\u00a0utilizing\\u00a0 their\\u00a0services\\u00a0for\\u00a0large\\u00a0Data\\u00a0center\\u00a0projects,\\u00a0hoisting,\\u00a0and\\u00a0setting\\u00a0generators,\\u00a0electrical switchgear,\\u00a0storage\\u00a0of\\u00a0equipment\\u00a0and\\u00a0much\\u00a0more.\\u00a0Thank\\u00a0you,\\u00a0ARS\\u00a0team.\\u201d\\u00a0 \",\"testi_author\":\"Daniel\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\u201cThe\\u00a0ARS\\u00a0Foreman,\\u00a0Kevin,\\u00a0knew\\u00a0exactly\\u00a0what\\u00a0he\\u00a0needed\\u00a0to\\u00a0do\\u00a0to\\u00a0bring\\u00a0in\\u00a0the\\u00a0(4)\\u00a01000#\\u00a0Electrical\\u00a0 Switchgear\\u00a0sections\\u2026\\u00a0while\\u00a0traversing\\u00a0some\\u00a0challenging\\u00a0terrain\\u2026Kevin\\u2019s\\u00a0professionalism\\u00a0and\\u00a0 get\\u2010it\\u2010done\\u00a0[safely]\\u00a0attitude\\u00a0did,\\u00a0in\\u00a0fact,\\u00a0get\\u00a0the\\u00a0job\\u00a0done\\u00a0with\\u00a0extreme\\u00a0efficiency\\u00a0and\\u00a0not\\u00a0one\\u00a0 issue.\\u201d\",\"testi_author\":\"Michael\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}},{\"testi_text\":\"\\u201cThe\\u00a0Museum\\u00a0Project\\u00a0required\\u00a0the\\u00a0backend\\u00a0(Generator)\\u00a0to\\u00a0be\\u00a0removed\\u00a0and\\u00a0shipped\\u00a0to\\u00a0the\\u00a0 repair\\u00a0shop.\\u00a0The\\u00a0detail\\u00a0that\\u00a0ARS\\u00a0Equipment\\u00a0Movers\\u00a0took\\u00a0to\\u00a0remove\\u00a0the\\u00a0backend\\u00a0from\\u00a0the\\u00a0job\\u00a0 site\\u00a0and\\u00a0return\\u00a0it\\u00a0after\\u00a0the\\u00a0repairs\\u00a0were\\u00a0made\\u00a0was\\u00a0nothing\\u00a0short\\u00a0of\\u00a0exemplary.\\u00a0They\\u00a0were\\u00a0 flawless\\u00a0in\\u00a0performing\\u00a0their\\u00a0duties.\\u00a0I\\u00a0will\\u00a0certainly\\u00a0use\\u00a0them\\u00a0again.\\u201d\\u00a0 \",\"testi_author\":\"Vince\",\"testi_author_job\":\"Architects\",\"_id\":\"6a776aa\"}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\",\"_css_classes\":\"customer-syas\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(4013,844,'_elementor_template_type','wp-post'),(4014,844,'_elementor_css','a:5:{s:4:\"time\";i:1595571764;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4017,845,'_elementor_edit_mode','builder'),(4018,845,'_elementor_template_type','wp-page'),(4019,845,'_elementor_version','2.9.9'),(4020,845,'_wp_page_template','template/page-builder-template.php'),(4021,845,'_elementor_data','[{\"id\":\"869b16b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5a60c91\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f969fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Qualifications \",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a65c6f2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd0da0b\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\"},\"elements\":[{\"id\":\"5651c44\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"02bf0c5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/q1.jpg\",\"id\":684}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5146b17\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"8343794\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Qualified Riggers vs. Certified Riggers: What is the Difference?<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">The terms \\u201cqualified\\u201d and \\u201ccertified\\u201d are often used interchangeably in the rigging industry, but OSHA standards and qualifications for each role are very different. OSHA standards require that qualified riggers must be used during hoisting activities for assembly and disassembly work, or when workers are within the fall zone and hooking, unhooking, or guiding a load, or connecting a load to a component or structure.\\u00a0 However, OSHA does not require that riggers be \\u201ccertified,\\u201d which is another level of achievement in the rigging industry.<\\/span><\\/p><p>Qualified Rigger:<span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><span style=\\\"font-weight: 400;\\\">OSHA only loosely specifies who meets the criteria of a qualified rigger, leaving the final determination up to the employer.\\u00a0 A qualified rigger \\u201cpossesses a recognized degree, certificate, or professional standing, OR who by extensive knowledge, training and experience, can successfully demonstrate the ability to solve problems related to rigging loads. Qualified riggers do not, however have to be certified by an accredited organization or third party.\\u00a0 Under these criteria, a rigger with extensive hands-on experience, but no formal training or certifications, may be considered a qualified rigger.\\u00a0To become a Qualified Rigger, a 2-hour exam is required with 100 questions.<\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span>Certified Rigger:<span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><span style=\\\"font-weight: 400;\\\">A certified rigger is a person who has passed stringent written and practical exams related to rigging and can be certified at a Level 1 or 2. \\u00a0 Accredited organizations such as NCCCO (National Commission for the Certification of Crane Operators) and many training programs offer rigger certification testing <\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0for various levels.\\u00a0\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">NCCCO Certified Rigger Level I:<br \\/><\\/span><span style=\\\"font-weight: 400;\\\">The Certified Rigger Level I Written Examination consists of 60 multiple-choice questions. Candidates are allowed 60 minutes to complete the test. The successful completion demonstrates a candidate\\u2019s basic rigging competency.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">NCCCO Certified Rigger Level II:<br \\/><\\/span><span style=\\\"font-weight: 400;\\\">The Certified Rigger Level II Written Examination consists of 40 multiple-choice questions, completed in 60 minutes.\\u00a0 The successful completion demonstrates a candidate\\u2019s competency in rigging a load for a level lift and for rotating a load.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3e85a51\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"bb8ee47\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"6e3bdc2\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Professionally Certified Rigger:<br \\/><\\/span><span style=\\\"font-weight: 400;\\\">The strictest requirements are in place to be designated as a Professionally Certified Rigger, including:<\\/span><\\/p><ul><li><span style=\\\"font-weight: 400;\\\">A total of <\\/span><span style=\\\"font-weight: 400;\\\">6,000 <\\/span><span style=\\\"font-weight: 400;\\\">hours to become a journeyman.<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Individuals complete an Accredited Apprentice and re-training Journeyman School (<\\/span><span style=\\\"font-weight: 400;\\\">the o<\\/span><span style=\\\"font-weight: 400;\\\">nly school in the nation certified by the Department of Labor (D.O.L.) for <\\/span><span style=\\\"font-weight: 400;\\\">rigging, machinery moving, and machinery erecting.<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">OSHA<\\/span>\\u00a0<span style=\\\"font-weight: 400;\\\">- 30 hour<\\/span><span style=\\\"font-weight: 400;\\\">s<\\/span><span style=\\\"font-weight: 400;\\\"> is required<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">IMPACT (Ironworker International Program) Drug and Alcohol random testing with 3rd party medical screening<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">OSHA Forklift Operation<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">OSHA Ariel Lift Operation<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">OSHA First Aid and CAD<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">OSHA Crane Signal and Hoisting Person<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Lift Director (Foreman training)<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Certified Welding in Stick, Tig, and Mig.<\\/span><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"8c6b121\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"14865be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/q2.jpg\",\"id\":685},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"380\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1219934\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"qualification-contain\"},\"elements\":[{\"id\":\"7d2a4dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0cf214c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OSHA Regulations\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"780d3c1\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4481386\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adcd458\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"qualification-contain\"},\"elements\":[{\"id\":\"8b4a8c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"119b606\",\"elType\":\"widget\",\"settings\":{\"title\":\"Insurance\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb12a6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3c746fa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4022,845,'_elementor_css','a:5:{s:4:\"time\";i:1593692717;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4024,846,'_elementor_edit_mode','builder'),(4025,846,'_elementor_template_type','wp-page'),(4026,846,'_elementor_version','2.9.9'),(4027,846,'_wp_page_template','template/page-builder-template.php'),(4028,846,'_elementor_data','[{\"id\":\"869b16b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5a60c91\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f969fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Qualifications \",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a65c6f2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd0da0b\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\"},\"elements\":[{\"id\":\"5651c44\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"02bf0c5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/q1.jpg\",\"id\":684}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5146b17\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"8343794\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Qualified Riggers vs. Certified Riggers: What is the Difference?<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">The terms \\u201cqualified\\u201d and \\u201ccertified\\u201d are often used interchangeably in the rigging industry, but OSHA standards and qualifications for each role are very different. OSHA standards require that qualified riggers must be used during hoisting activities for assembly and disassembly work, or when workers are within the fall zone and hooking, unhooking, or guiding a load, or connecting a load to a component or structure.\\u00a0 However, OSHA does not require that riggers be \\u201ccertified,\\u201d which is another level of achievement in the rigging industry.<\\/span><\\/p><p>Qualified Rigger:<span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><span style=\\\"font-weight: 400;\\\">OSHA only loosely specifies who meets the criteria of a qualified rigger, leaving the final determination up to the employer.\\u00a0 A qualified rigger \\u201cpossesses a recognized degree, certificate, or professional standing, OR who by extensive knowledge, training and experience, can successfully demonstrate the ability to solve problems related to rigging loads. Qualified riggers do not, however have to be certified by an accredited organization or third party.\\u00a0 Under these criteria, a rigger with extensive hands-on experience, but no formal training or certifications, may be considered a qualified rigger.\\u00a0To become a Qualified Rigger, a 2-hour exam is required with 100 questions.<\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span>Certified Rigger:<span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><span style=\\\"font-weight: 400;\\\">A certified rigger is a person who has passed stringent written and practical exams related to rigging and can be certified at a Level 1 or 2. \\u00a0 Accredited organizations such as NCCCO (National Commission for the Certification of Crane Operators) and many training programs offer rigger certification testing <\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0for various levels.\\u00a0\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">NCCCO Certified Rigger Level I:<br \\/><\\/span><span style=\\\"font-weight: 400;\\\">The Certified Rigger Level I Written Examination consists of 60 multiple-choice questions. Candidates are allowed 60 minutes to complete the test. The successful completion demonstrates a candidate\\u2019s basic rigging competency.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">NCCCO Certified Rigger Level II:<br \\/><\\/span><span style=\\\"font-weight: 400;\\\">The Certified Rigger Level II Written Examination consists of 40 multiple-choice questions, completed in 60 minutes.\\u00a0 The successful completion demonstrates a candidate\\u2019s competency in rigging a load for a level lift and for rotating a load.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3e85a51\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"bb8ee47\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"6e3bdc2\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Professionally Certified Rigger:<br \\/><\\/span><span style=\\\"font-weight: 400;\\\">The strictest requirements are in place to be designated as a Professionally Certified Rigger, including:<\\/span><\\/p><ul><li><span style=\\\"font-weight: 400;\\\">A total of <\\/span><span style=\\\"font-weight: 400;\\\">6,000 <\\/span><span style=\\\"font-weight: 400;\\\">hours to become a journeyman.<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Individuals complete an Accredited Apprentice and re-training Journeyman School (<\\/span><span style=\\\"font-weight: 400;\\\">the o<\\/span><span style=\\\"font-weight: 400;\\\">nly school in the nation certified by the Department of Labor (D.O.L.) for <\\/span><span style=\\\"font-weight: 400;\\\">rigging, machinery moving, and machinery erecting.<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">OSHA<\\/span>\\u00a0<span style=\\\"font-weight: 400;\\\">- 30 hour<\\/span><span style=\\\"font-weight: 400;\\\">s<\\/span><span style=\\\"font-weight: 400;\\\"> is required<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">IMPACT (Ironworker International Program) Drug and Alcohol random testing with 3rd party medical screening<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">OSHA Forklift Operation<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">OSHA Ariel Lift Operation<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">OSHA First Aid and CAD<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">OSHA Crane Signal and Hoisting Person<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Lift Director (Foreman training)<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Certified Welding in Stick, Tig, and Mig.<\\/span><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"8c6b121\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"14865be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/q2.jpg\",\"id\":685},\"image_custom_dimension\":{\"width\":\"\",\"height\":\"380\"},\"align\":\"right\",\"_css_classes\":\"osha-imgsk\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1219934\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"qualification-contain\"},\"elements\":[{\"id\":\"7d2a4dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0cf214c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OSHA Regulations\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"780d3c1\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4481386\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adcd458\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"qualification-contain\"},\"elements\":[{\"id\":\"8b4a8c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"119b606\",\"elType\":\"widget\",\"settings\":{\"title\":\"Insurance\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb12a6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3c746fa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4031,847,'_elementor_edit_mode','builder'),(4032,847,'_elementor_template_type','wp-page'),(4033,847,'_elementor_version','2.9.9'),(4034,847,'_wp_page_template','template/page-builder-template.php'),(4035,847,'_elementor_data','[{\"id\":\"869b16b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5a60c91\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f969fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Qualifications \",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a65c6f2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd0da0b\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\"},\"elements\":[{\"id\":\"5651c44\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"02bf0c5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/q1.jpg\",\"id\":684}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5146b17\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"8343794\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Qualified Riggers vs. Certified Riggers: What is the Difference?<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">The terms \\u201cqualified\\u201d and \\u201ccertified\\u201d are often used interchangeably in the rigging industry, but OSHA standards and qualifications for each role are very different. OSHA standards require that qualified riggers must be used during hoisting activities for assembly and disassembly work, or when workers are within the fall zone and hooking, unhooking, or guiding a load, or connecting a load to a component or structure.\\u00a0 However, OSHA does not require that riggers be \\u201ccertified,\\u201d which is another level of achievement in the rigging industry.<\\/span><\\/p><p>Qualified Rigger:<span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><span style=\\\"font-weight: 400;\\\">OSHA only loosely specifies who meets the criteria of a qualified rigger, leaving the final determination up to the employer.\\u00a0 A qualified rigger \\u201cpossesses a recognized degree, certificate, or professional standing, OR who by extensive knowledge, training and experience, can successfully demonstrate the ability to solve problems related to rigging loads. Qualified riggers do not, however have to be certified by an accredited organization or third party.\\u00a0 Under these criteria, a rigger with extensive hands-on experience, but no formal training or certifications, may be considered a qualified rigger.\\u00a0To become a Qualified Rigger, a 2-hour exam is required with 100 questions.<\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span>Certified Rigger:<span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><span style=\\\"font-weight: 400;\\\">A certified rigger is a person who has passed stringent written and practical exams related to rigging and can be certified at a Level 1 or 2. \\u00a0 Accredited organizations such as NCCCO (National Commission for the Certification of Crane Operators) and many training programs offer rigger certification testing <\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0for various levels.\\u00a0\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">NCCCO Certified Rigger Level I:<br \\/><\\/span><span style=\\\"font-weight: 400;\\\">The Certified Rigger Level I Written Examination consists of 60 multiple-choice questions. Candidates are allowed 60 minutes to complete the test. The successful completion demonstrates a candidate\\u2019s basic rigging competency.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">NCCCO Certified Rigger Level II:<br \\/><\\/span><span style=\\\"font-weight: 400;\\\">The Certified Rigger Level II Written Examination consists of 40 multiple-choice questions, completed in 60 minutes.\\u00a0 The successful completion demonstrates a candidate\\u2019s competency in rigging a load for a level lift and for rotating a load.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3e85a51\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"bb8ee47\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"6e3bdc2\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Professionally Certified Rigger:<br \\/><\\/span><span style=\\\"font-weight: 400;\\\">The strictest requirements are in place to be designated as a Professionally Certified Rigger, including:<\\/span><\\/p><ul><li><span style=\\\"font-weight: 400;\\\">A total of <\\/span><span style=\\\"font-weight: 400;\\\">6,000 <\\/span><span style=\\\"font-weight: 400;\\\">hours to become a journeyman.<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Individuals complete an Accredited Apprentice and re-training Journeyman School (<\\/span><span style=\\\"font-weight: 400;\\\">the o<\\/span><span style=\\\"font-weight: 400;\\\">nly school in the nation certified by the Department of Labor (D.O.L.) for <\\/span><span style=\\\"font-weight: 400;\\\">rigging, machinery moving, and machinery erecting.)<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">OSHA<\\/span>\\u00a0<span style=\\\"font-weight: 400;\\\">- 30 hour<\\/span><span style=\\\"font-weight: 400;\\\">s<\\/span><span style=\\\"font-weight: 400;\\\"> is required<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">IMPACT (Ironworker International Program) Drug and Alcohol random testing with 3rd party medical screening<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">OSHA Forklift Operation<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">OSHA Ariel Lift Operation<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">OSHA First Aid and CAD<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">OSHA Crane Signal and Hoisting Person<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Lift Director (Foreman training)<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Certified Welding in Stick, Tig, and Mig.<\\/span><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"8c6b121\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"14865be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/q2.jpg\",\"id\":685},\"image_custom_dimension\":{\"width\":\"\",\"height\":\"380\"},\"align\":\"right\",\"_css_classes\":\"osha-imgsk\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1219934\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"qualification-contain\"},\"elements\":[{\"id\":\"7d2a4dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0cf214c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OSHA Regulations\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"780d3c1\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4481386\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adcd458\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"qualification-contain\"},\"elements\":[{\"id\":\"8b4a8c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"119b606\",\"elType\":\"widget\",\"settings\":{\"title\":\"Insurance\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb12a6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3c746fa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4036,847,'_elementor_css','a:5:{s:4:\"time\";i:1595572134;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4045,850,'_wp_attached_file','2018/03/unnamed.jpg'),(4046,850,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:309;s:4:\"file\";s:19:\"2018/03/unnamed.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"unnamed-300x181.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"unnamed-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:18:\"unnamed-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(4055,852,'_wp_attached_file','2018/03/image19.jpg'),(4056,852,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:533;s:4:\"file\";s:19:\"2018/03/image19.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"image19-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"image19-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:18:\"image19-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(4057,853,'_wp_attached_file','2020/07/Case-study-1_page-0001.jpg'),(4058,853,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1275;s:6:\"height\";i:1650;s:4:\"file\";s:34:\"2020/07/Case-study-1_page-0001.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Case-study-1_page-0001-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"Case-study-1_page-0001-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Case-study-1_page-0001-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"Case-study-1_page-0001-768x994.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:36:\"Case-study-1_page-0001-1187x1536.jpg\";s:5:\"width\";i:1187;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:33:\"Case-study-1_page-0001-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(4059,854,'_wp_attached_file','2020/07/case-study-2_page-0001.jpg'),(4060,854,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1275;s:6:\"height\";i:1650;s:4:\"file\";s:34:\"2020/07/case-study-2_page-0001.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"case-study-2_page-0001-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"case-study-2_page-0001-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"case-study-2_page-0001-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"case-study-2_page-0001-768x994.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:36:\"case-study-2_page-0001-1187x1536.jpg\";s:5:\"width\";i:1187;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:33:\"case-study-2_page-0001-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(4061,855,'_wp_page_template','default'),(4062,855,'_elementor_edit_mode','builder'),(4063,855,'_elementor_version','2.9.9'),(4064,855,'_elementor_data','[{\"id\":\"796f4fe\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67eab385\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1c99276b\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Case Studies\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"77cab155\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4cf73f7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d69a09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac7f7b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/Case-study-1_page-0001.jpg\",\"id\":853}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35474d9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a91f239\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d39130\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/case-study-2_page-0001.jpg\",\"id\":854},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cac608a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"2cebcecb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"299c5023\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"54294708\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7de2c753\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(4065,855,'_elementor_template_type','wp-post'),(4068,856,'_wp_page_template','default'),(4069,856,'_elementor_edit_mode','builder'),(4070,856,'_elementor_version','2.9.9'),(4071,856,'_elementor_data','[{\"id\":\"796f4fe\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67eab385\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1c99276b\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Case Studies\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"77cab155\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4cf73f7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d69a09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac7f7b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/Case-study-1_page-0001.jpg\",\"id\":853}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35474d9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a91f239\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d39130\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/case-study-2_page-0001.jpg\",\"id\":854},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cac608a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"2cebcecb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"299c5023\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"54294708\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7de2c753\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(4072,856,'_elementor_template_type','wp-post'),(4073,856,'_elementor_css','a:5:{s:4:\"time\";i:1595583885;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4076,857,'_wp_page_template','template/page-builder-template.php'),(4077,857,'_elementor_data','[{\"id\":\"787d5c6b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"20\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"id\":338,\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/05\\/ARS-header-photo-rev-1.png\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color_b\":\"#2d2d2d\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":100},\"custom_height\":{\"unit\":\"px\",\"size\":\"663\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"height\":\"full\",\"background_video_fallback\":{\"id\":79,\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/bg-fallback.jpg\"},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"21feba2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"home-banner-text\"},\"elements\":[{\"id\":\"5af5fe4\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"ARS CONTRACTING, INC.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_title_font_weight\":\"500\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":12},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_2\":\"#FFFFFF\",\"title_margin_bottom\":-10,\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":10},\"align_mobile\":\"left\",\"title_size\":\"h1\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c2b71c4\",\"elType\":\"widget\",\"settings\":{\"the_title\":\"Certified Riggers & Machinery Movers\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":80},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_1\":\"#ffffff\",\"choose_style\":\"2\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":65},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":70},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"81cb3fc\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<h2 style=\\\"color: white;\\\"><b>Moving America\\u2019s Businesses<\\/b><\\/h2>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_text_block_line_height\":{\"unit\":\"px\",\"size\":28},\"color_text_block\":\"#FDF8F8\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"text_block_align_mobile\":\"left\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_text_block_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"586b5444\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"hover_animation\":\"sink\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeInUp\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e1426a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"9414b9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bad6cf\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Services\",\"description_text\":\"Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":482,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/crane-48591-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255, 255, 255, 0)\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"154f0f93\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c2e578e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Exceptional Safety Rating\",\"description_text\":\"We have one of the best safety ratings in the industry & we are certified riggers\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":379,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/Safety-Rev-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":19},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4a35cdf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bfab3bb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Industries\",\"description_text\":\"We offer outstanding service to most industries including, contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers\\/building owners and more\\n\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":378,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/gears.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3334b860\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#eaeaea\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fb97c40\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.042999999999999,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57bdcd45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":11,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image2-1.jpg\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"align\":\"left\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5b694d6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.957000000000001,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2161d8d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"For almost 30 years, ARS Contracting, Inc. has built a national reputation for rigging, machinery moving, hauling and lifting components that keep America\\u2019s businesses moving. We\\u2019re dedicated to solving problems for our clients by using innovation and technology to constantly move the industry forward. By doing so, this can result in lowering overall project costs for our customers.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":19},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":45},\"the_subtitle\":\"Since 1991\",\"typography_subtitle_typography\":\"custom\",\"typography_subtitle_font_family\":\"Lato\",\"typography_subtitle_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_subtitle_font_weight\":\"300\",\"typography_subtitle_text_transform\":\"uppercase\",\"typography_subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":34},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":30},\"title_size\":\"h6\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"23901ed0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60cf4773\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1800},\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"_element_id\":\"projects\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7352b447\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"97cfb80\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"333b722f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d4210f\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Services We Offer\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"4c49f11d\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"43ef6c3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"7d11f6a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL SERVICES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=347\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d246d91\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"9\",\"width\":\"585\",\"height\":\"390\",\"caption_vertical\":{\"unit\":\"%\",\"size\":50},\"caption_horizontal\":{\"unit\":\"%\",\"size\":50},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":15,\"use_padding\":\"use\",\"padding_size\":{\"unit\":\"px\",\"size\":15},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"title_hover_effect\":\"ih-fade-down\",\"title_margin_bottom\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_family\":\"Raleway\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"category_hover_effect\":\"ih-fade-up\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"filter_style1_color\":\"#ffffff\",\"filter_style1_hov_color\":\"#ffffff\",\"filter_style1_bord_hov_color\":\"#3315C6\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_portfolio_title_line_height_mobile\":{\"unit\":\"px\",\"size\":24},\"title_margin_bottom_mobile\":5,\"typography_portfolio_category_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"filter_mobile_bord_bg_color\":\"#2b2b2b\",\"filter_mobile_bord_hov_color\":\"#2b2b2b\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"filter_padding_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"filter_align\":\"center\",\"filter_style\":\"style-2\",\"filter_style2_color\":\"#FFFFFF\",\"filter_style2_hov_color\":\"#8AABCA\",\"filter_style2_border_hov_color\":\"#8AABCA\",\"category_hover_delay\":\"ih-delay-xs\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"orderby\":\"menu_order\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f3e067f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/image-port-7.jpg\",\"id\":22},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#7A7A7A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ef29580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"788dae8b\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"30\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#ffffff\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#ffffff\",\"choose_column\":\"1\",\"typhography_blockquote_color\":\"#ffffff\",\"navigation_dots_color\":\"#ffffff\",\"autoplay\":\"use\",\"autoplay_ms\":2000,\"auto_loop\":\"use\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"50e8eeb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"4169d630\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/1693-logo.jpg\",\"id\":570},\"_id\":\"373378a\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT.jpg\",\"id\":571},\"_id\":\"5b20e48\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IMPACTLogo.jpg\",\"id\":572},\"_id\":\"0da84d8\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra.jpg\",\"id\":573},\"_id\":\"cc18593\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574},\"_id\":\"306ecd3\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/Riggers.jpg\",\"id\":569},\"_id\":\"ab6cc54\"}],\"mobile_choose_column\":\"mobile-column-2\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":20,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":9},\"_css_classes\":\"client-logos\"},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46b4cfee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190},\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"763dcf8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"60111074\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6daf8247\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1f8fca5\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Industries We Serve\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"5e67d616\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ddd3ef5\",\"elType\":\"widget\",\"settings\":{\"color_text_block\":\"#555555\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":26}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":true},{\"id\":\"24b615c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1dd27b4a\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL INDUSTRIES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"rgba(243, 235, 235, 0.3)\",\"border_color\":\"#000000\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=348\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8133960\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6238ce7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7de5ddc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[gedung_industries_home]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd640fa\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"12\",\"post_margin_bottom\":\"30\",\"horizontal_col_select_col2\":\"column-3\",\"width\":\"535\",\"height\":\"355\",\"height_grid2\":\"400\",\"use_category\":\"\",\"use_author\":\"\",\"use_date\":\"\",\"use_excerpt\":\"\",\"read_more_text\":\"Read More\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"typography_post_title_typography\":\"custom\",\"typography_post_title_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typhography_read_more_color_masonry\":\"#D7D7D7\",\"typhography_title_color\":\"#2B4D7B\",\"typhography_read_more_bg_color_masonry\":\"#FFFFFF\",\"read_more_title_hov_color\":\"#FFFFFF\",\"typhography_read_more_bg_hover_masonry\":\"#C7B4B4\",\"typography_post_read_more_typography\":\"custom\",\"_background_background\":\"classic\",\"_background_color\":\"#FEFEFE\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"gedung-post-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf3159\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c1572fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd675da\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"70618554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.68,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"700616c\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"419c7848\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1bc1cc0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"align_tablet\":\"center\",\"button_hover_border_color\":\"#ffffff\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(4078,857,'_elementor_version','2.9.9'),(4079,857,'_elementor_template_type','wp-post'),(4080,857,'_elementor_edit_mode','builder'),(4081,857,'_thumbnail_id','338'),(4082,857,'_elementor_controls_usage','a:13:{s:17:\"gedung-head-title\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:4:{s:25:\"section_gedung_head_title\";a:24:{s:12:\"choose_style\";i:6;s:9:\"the_title\";i:6;s:27:\"typography_title_typography\";i:6;s:26:\"typography_title_font_size\";i:4;s:28:\"typography_title_font_weight\";i:2;s:31:\"typography_title_letter_spacing\";i:1;s:17:\"head_use_subtitle\";i:5;s:5:\"align\";i:2;s:33:\"typography_title_font_size_mobile\";i:6;s:35:\"typography_title_line_height_mobile\";i:4;s:38:\"typography_title_letter_spacing_mobile\";i:1;s:12:\"align_mobile\";i:3;s:10:\"title_size\";i:2;s:28:\"typography_title_line_height\";i:2;s:33:\"typography_title_font_size_tablet\";i:3;s:35:\"typography_title_line_height_tablet\";i:2;s:12:\"the_subtitle\";i:1;s:30:\"typography_subtitle_typography\";i:1;s:31:\"typography_subtitle_font_family\";i:1;s:29:\"typography_subtitle_font_size\";i:1;s:31:\"typography_subtitle_font_weight\";i:1;s:34:\"typography_subtitle_text_transform\";i:1;s:34:\"typography_subtitle_letter_spacing\";i:1;s:12:\"align_tablet\";i:1;}s:33:\"section_gedung_head_title_style_2\";a:1:{s:13:\"title_color_2\";i:4;}s:36:\"section_gedung_head_title_dimensions\";a:1:{s:19:\"title_margin_bottom\";i:1;}s:33:\"section_gedung_head_title_style_1\";a:1:{s:13:\"title_color_1\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:11:\"gedung-text\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"gedung_text_control\";a:11:{s:11:\"custom_text\";i:1;s:32:\"typography_text_block_typography\";i:2;s:31:\"typography_text_block_font_size\";i:1;s:33:\"typography_text_block_line_height\";i:1;s:16:\"color_text_block\";i:2;s:16:\"text_block_align\";i:1;s:23:\"text_block_align_mobile\";i:1;s:38:\"typography_text_block_font_size_tablet\";i:1;s:38:\"typography_text_block_font_size_mobile\";i:2;s:33:\"typography_text_block_font_weight\";i:1;s:40:\"typography_text_block_line_height_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:1;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:10;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:6:{s:4:\"text\";i:4;s:5:\"align\";i:4;s:4:\"size\";i:4;s:4:\"link\";i:4;s:12:\"align_mobile\";i:4;s:12:\"align_tablet\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:17:{s:21:\"typography_typography\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_family\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:16:\"background_color\";i:4;s:13:\"border_border\";i:4;s:12:\"border_width\";i:4;s:13:\"border_radius\";i:4;s:27:\"typography_font_size_mobile\";i:1;s:11:\"hover_color\";i:4;s:29:\"button_background_hover_color\";i:4;s:15:\"hover_animation\";i:4;s:17:\"button_text_color\";i:3;s:12:\"border_color\";i:3;s:25:\"button_hover_border_color\";i:3;s:28:\"text_shadow_text_shadow_type\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:15:\"_padding_mobile\";i:1;s:8:\"_padding\";i:2;s:15:\"_padding_tablet\";i:3;s:7:\"_margin\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:4;s:18:\"animation_duration\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:17;s:19:\"_inline_size_mobile\";i:3;s:19:\"_inline_size_tablet\";i:9;s:16:\"content_position\";i:2;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:14:\"padding_tablet\";i:4;s:11:\"css_classes\";i:1;s:7:\"padding\";i:8;s:14:\"padding_mobile\";i:6;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:3:\"gap\";i:8;s:13:\"custom_height\";i:1;s:6:\"height\";i:1;s:13:\"content_width\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:13:\"margin_tablet\";i:1;s:14:\"padding_tablet\";i:8;s:6:\"margin\";i:4;s:7:\"padding\";i:8;s:13:\"margin_mobile\";i:3;s:14:\"padding_mobile\";i:8;s:11:\"_element_id\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:7;s:16:\"background_image\";i:2;s:19:\"background_position\";i:3;s:15:\"background_size\";i:3;s:25:\"background_video_fallback\";i:1;s:21:\"background_attachment\";i:3;s:16:\"background_color\";i:5;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_color\";i:2;s:26:\"background_overlay_opacity\";i:2;s:26:\"background_overlay_color_b\";i:1;s:29:\"background_overlay_color_stop\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;s:5:\"image\";i:3;s:8:\"position\";i:3;}}s:5:\"style\";a:2:{s:21:\"section_style_content\";a:14:{s:10:\"text_align\";i:3;s:18:\"title_bottom_space\";i:3;s:11:\"title_color\";i:3;s:27:\"title_typography_typography\";i:3;s:26:\"title_typography_font_size\";i:3;s:17:\"description_color\";i:3;s:17:\"text_align_tablet\";i:2;s:17:\"text_align_mobile\";i:3;s:33:\"title_typography_font_size_tablet\";i:3;s:35:\"title_typography_line_height_tablet\";i:3;s:33:\"description_typography_typography\";i:3;s:39:\"description_typography_font_size_tablet\";i:3;s:41:\"description_typography_line_height_tablet\";i:3;s:32:\"description_typography_font_size\";i:3;}s:19:\"section_style_image\";a:3:{s:11:\"image_space\";i:3;s:10:\"image_size\";i:3;s:18:\"image_space_tablet\";i:3;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:2:{s:15:\"_padding_mobile\";i:1;s:8:\"_padding\";i:3;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:3;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:1;s:17:\"_background_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:5:\"align\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:6:\"weight\";i:3;s:3:\"gap\";i:3;s:5:\"color\";i:3;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:3;s:5:\"align\";i:3;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:3;}}}}s:22:\"gedung-portfolio-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:12;s:8:\"controls\";a:3:{s:7:\"content\";a:6:{s:43:\"section_gedung_portfolio_block_post_setting\";a:2:{s:14:\"posts_per_page\";i:1;s:7:\"orderby\";i:1;}s:44:\"section_gedung_portfolio_block_image_setting\";a:2:{s:5:\"width\";i:1;s:6:\"height\";i:1;}s:43:\"section_gedung_portfolio_block_item_setting\";a:3:{s:16:\"caption_vertical\";i:1;s:18:\"caption_horizontal\";i:1;s:10:\"text_align\";i:1;}s:44:\"section_gedung_portfolio_block_hover_setting\";a:3:{s:12:\"hover_effect\";i:1;s:12:\"grid_item_bg\";i:1;s:13:\"grid_item_bg2\";i:1;}s:39:\"section_gedung_portfolio_layout_control\";a:4:{s:13:\"margin_bottom\";i:1;s:11:\"use_padding\";i:1;s:12:\"padding_size\";i:1;s:19:\"padding_size_mobile\";i:1;}s:39:\"section_gedung_portfolio_filter_control\";a:14:{s:10:\"use_filter\";i:1;s:19:\"filter_style1_color\";i:1;s:23:\"filter_style1_hov_color\";i:1;s:28:\"filter_style1_bord_hov_color\";i:1;s:25:\"filter_margin_bottom_size\";i:1;s:32:\"filter_margin_bottom_size_mobile\";i:1;s:27:\"filter_mobile_bord_bg_color\";i:1;s:28:\"filter_mobile_bord_hov_color\";i:1;s:19:\"filter_padding_size\";i:1;s:12:\"filter_align\";i:1;s:12:\"filter_style\";i:1;s:19:\"filter_style2_color\";i:1;s:23:\"filter_style2_hov_color\";i:1;s:30:\"filter_style2_border_hov_color\";i:1;}}s:5:\"style\";a:2:{s:44:\"section_gedung_portfolio_block_title_setting\";a:7:{s:23:\"typhography_title_color\";i:1;s:37:\"typography_portfolio_title_typography\";i:1;s:18:\"title_hover_effect\";i:1;s:19:\"title_margin_bottom\";i:1;s:43:\"typography_portfolio_title_font_size_mobile\";i:1;s:45:\"typography_portfolio_title_line_height_mobile\";i:1;s:26:\"title_margin_bottom_mobile\";i:1;}s:47:\"section_gedung_portfolio_block_category_setting\";a:9:{s:26:\"typhography_category_color\";i:1;s:40:\"typography_portfolio_category_typography\";i:1;s:41:\"typography_portfolio_category_font_family\";i:1;s:39:\"typography_portfolio_category_font_size\";i:1;s:41:\"typography_portfolio_category_font_weight\";i:1;s:40:\"typography_portfolio_category_font_style\";i:1;s:21:\"category_hover_effect\";i:1;s:46:\"typography_portfolio_category_font_size_mobile\";i:1;s:20:\"category_hover_delay\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;}}}}s:24:\"gedung-testimonial-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:52:\"section_gedung_testimonial_block_testimonial_setting\";a:1:{s:10:\"testi_item\";i:1;}s:46:\"section_gedung_testimonial_block_image_setting\";a:1:{s:17:\"text_align_tablet\";i:1;}s:31:\"section_gedung_carousel_options\";a:5:{s:13:\"choose_column\";i:1;s:21:\"navigation_dots_color\";i:1;s:8:\"autoplay\";i:1;s:11:\"autoplay_ms\";i:1;s:9:\"auto_loop\";i:1;}}s:5:\"style\";a:3:{s:51:\"section_gedung_testimonial_block_blockquote_setting\";a:5:{s:21:\"vertical_testi_detail\";i:1;s:44:\"typhography_blockquote_typography_typography\";i:1;s:43:\"typhography_blockquote_typography_font_size\";i:1;s:45:\"typhography_blockquote_typography_line_height\";i:1;s:28:\"typhography_blockquote_color\";i:1;}s:47:\"section_gedung_testimonial_block_author_setting\";a:5:{s:24:\"typhography_author_color\";i:1;s:16:\"author_img_color\";i:1;s:40:\"typhography_author_typography_typography\";i:1;s:39:\"typhography_author_typography_font_size\";i:1;s:41:\"typhography_author_typography_line_height\";i:1;}s:51:\"section_gedung_testimonial_block_author_job_setting\";a:1:{s:22:\"typhography_cite_color\";i:1;}}}}s:19:\"gedung-client-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:27:\"section_gedung_client_block\";a:2:{s:11:\"choose_type\";i:1;s:11:\"client_item\";i:1;}s:28:\"section_gedung_column_client\";a:5:{s:20:\"mobile_choose_column\";i:1;s:17:\"item_padding_size\";i:1;s:24:\"item_padding_size_tablet\";i:1;s:18:\"item_margin_bottom\";i:1;s:24:\"item_padding_size_mobile\";i:1;}s:31:\"section_gedung_carousel_options\";a:1:{s:10:\"column_gap\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}s:17:\"gedung-post-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:38:\"section_gedung_post_block_post_setting\";a:1:{s:14:\"posts_per_page\";i:1;}s:40:\"section_gedung_post_block_layout_setting\";a:1:{s:26:\"horizontal_col_select_col2\";i:1;}}s:5:\"style\";a:6:{s:48:\"section_gedung_post_block_category_style_setting\";a:1:{s:12:\"use_category\";i:1;}s:46:\"section_gedung_post_block_author_style_setting\";a:1:{s:10:\"use_author\";i:1;}s:44:\"section_gedung_post_block_date_style_setting\";a:1:{s:8:\"use_date\";i:1;}s:47:\"section_gedung_post_block_excerpt_style_setting\";a:1:{s:11:\"use_excerpt\";i:1;}s:45:\"section_gedung_post_block_title_style_setting\";a:3:{s:32:\"typography_post_title_typography\";i:1;s:31:\"typography_post_title_font_size\";i:1;s:23:\"typhography_title_color\";i:1;}s:48:\"section_gedung_post_block_readmore_style_setting\";a:5:{s:35:\"typhography_read_more_color_masonry\";i:1;s:38:\"typhography_read_more_bg_color_masonry\";i:1;s:25:\"read_more_title_hov_color\";i:1;s:38:\"typhography_read_more_bg_hover_masonry\";i:1;s:36:\"typography_post_read_more_typography\";i:1;}}s:8:\"advanced\";a:2:{s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:1;s:17:\"_background_color\";i:1;}s:19:\"_section_responsive\";a:3:{s:12:\"hide_desktop\";i:1;s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}}'),(4083,857,'_elementor_css','a:5:{s:4:\"time\";i:1593785171;s:5:\"fonts\";a:3:{i:0;s:10:\"Montserrat\";i:1;s:4:\"Lato\";i:3;s:7:\"Raleway\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4084,61,'_elementor_edit_mode','builder'),(4085,205,'_wp_old_slug','hauling-jobsite-delivery'),(4086,498,'_wp_old_slug','storage-preservation'),(4094,861,'_wp_page_template','template/page-builder-template.php'),(4095,861,'_elementor_data','[{\"id\":\"787d5c6b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"20\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"id\":338,\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/05\\/ARS-header-photo-rev-1.png\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color_b\":\"#2d2d2d\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":100},\"custom_height\":{\"unit\":\"px\",\"size\":\"663\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"height\":\"full\",\"background_video_fallback\":{\"id\":79,\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/bg-fallback.jpg\"},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"21feba2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"home-banner-text\"},\"elements\":[{\"id\":\"5af5fe4\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"ARS CONTRACTING, INC.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_title_font_weight\":\"500\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":12},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_2\":\"#FFFFFF\",\"title_margin_bottom\":-10,\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":10},\"align_mobile\":\"left\",\"title_size\":\"h1\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c2b71c4\",\"elType\":\"widget\",\"settings\":{\"the_title\":\"Certified Riggers & Machinery Movers\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":80},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_1\":\"#ffffff\",\"choose_style\":\"2\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":65},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":70},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"81cb3fc\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<h2 style=\\\"color: white;\\\"><b>Moving America\\u2019s Businesses<\\/b><\\/h2>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_text_block_line_height\":{\"unit\":\"px\",\"size\":28},\"color_text_block\":\"#FDF8F8\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"text_block_align_mobile\":\"left\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_text_block_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"586b5444\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"hover_animation\":\"sink\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeInUp\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e1426a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"9414b9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bad6cf\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Services\",\"description_text\":\"Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":482,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/crane-48591-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255, 255, 255, 0)\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"154f0f93\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c2e578e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Exceptional Safety Rating\",\"description_text\":\"We have one of the best safety ratings in the industry & we are certified riggers\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":379,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/Safety-Rev-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":19},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4a35cdf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bfab3bb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Industries\",\"description_text\":\"We offer outstanding service to most industries including, contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers\\/building owners and more\\n\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":378,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/gears.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3334b860\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#eaeaea\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fb97c40\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.042999999999999,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57bdcd45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":11,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image2-1.jpg\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"align\":\"left\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5b694d6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.957000000000001,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2161d8d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"For almost 30 years, ARS Contracting, Inc. has built a national reputation for rigging, machinery moving, hauling and lifting components that keep America\\u2019s businesses moving. We\\u2019re dedicated to solving problems for our clients by using innovation and technology to constantly move the industry forward. By doing so, this can result in lowering overall project costs for our customers.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":19},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":45},\"the_subtitle\":\"Since 1991\",\"typography_subtitle_typography\":\"custom\",\"typography_subtitle_font_family\":\"Lato\",\"typography_subtitle_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_subtitle_font_weight\":\"300\",\"typography_subtitle_text_transform\":\"uppercase\",\"typography_subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":34},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":30},\"title_size\":\"h6\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"23901ed0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60cf4773\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1800},\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"_element_id\":\"projects\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7352b447\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"97cfb80\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"333b722f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d4210f\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Services We Offer\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"4c49f11d\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"43ef6c3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"7d11f6a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL SERVICES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=347\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d246d91\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"9\",\"width\":\"585\",\"height\":\"390\",\"caption_vertical\":{\"unit\":\"%\",\"size\":50},\"caption_horizontal\":{\"unit\":\"%\",\"size\":50},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":15,\"use_padding\":\"use\",\"padding_size\":{\"unit\":\"px\",\"size\":15},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"title_hover_effect\":\"ih-fade-down\",\"title_margin_bottom\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_family\":\"Raleway\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"category_hover_effect\":\"ih-fade-up\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"filter_style1_color\":\"#ffffff\",\"filter_style1_hov_color\":\"#ffffff\",\"filter_style1_bord_hov_color\":\"#3315C6\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_portfolio_title_line_height_mobile\":{\"unit\":\"px\",\"size\":24},\"title_margin_bottom_mobile\":5,\"typography_portfolio_category_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"filter_mobile_bord_bg_color\":\"#2b2b2b\",\"filter_mobile_bord_hov_color\":\"#2b2b2b\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"filter_padding_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"filter_align\":\"center\",\"filter_style\":\"style-2\",\"filter_style2_color\":\"#FFFFFF\",\"filter_style2_hov_color\":\"#8AABCA\",\"filter_style2_border_hov_color\":\"#8AABCA\",\"category_hover_delay\":\"ih-delay-xs\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"orderby\":\"title\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f3e067f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/image-port-7.jpg\",\"id\":22},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#7A7A7A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ef29580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"788dae8b\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"30\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#ffffff\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#ffffff\",\"choose_column\":\"1\",\"typhography_blockquote_color\":\"#ffffff\",\"navigation_dots_color\":\"#ffffff\",\"autoplay\":\"use\",\"autoplay_ms\":2000,\"auto_loop\":\"use\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"50e8eeb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"4169d630\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/1693-logo.jpg\",\"id\":570},\"_id\":\"373378a\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT.jpg\",\"id\":571},\"_id\":\"5b20e48\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IMPACTLogo.jpg\",\"id\":572},\"_id\":\"0da84d8\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra.jpg\",\"id\":573},\"_id\":\"cc18593\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574},\"_id\":\"306ecd3\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/Riggers.jpg\",\"id\":569},\"_id\":\"ab6cc54\"}],\"mobile_choose_column\":\"mobile-column-2\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":20,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":9},\"_css_classes\":\"client-logos\"},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46b4cfee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190},\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"763dcf8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"60111074\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6daf8247\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1f8fca5\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Industries We Serve\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"5e67d616\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ddd3ef5\",\"elType\":\"widget\",\"settings\":{\"color_text_block\":\"#555555\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":26}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":true},{\"id\":\"24b615c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1dd27b4a\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL INDUSTRIES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"rgba(243, 235, 235, 0.3)\",\"border_color\":\"#000000\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=348\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8133960\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6238ce7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7de5ddc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[gedung_industries_home]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd640fa\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"12\",\"post_margin_bottom\":\"30\",\"horizontal_col_select_col2\":\"column-3\",\"width\":\"535\",\"height\":\"355\",\"height_grid2\":\"400\",\"use_category\":\"\",\"use_author\":\"\",\"use_date\":\"\",\"use_excerpt\":\"\",\"read_more_text\":\"Read More\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"typography_post_title_typography\":\"custom\",\"typography_post_title_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typhography_read_more_color_masonry\":\"#D7D7D7\",\"typhography_title_color\":\"#2B4D7B\",\"typhography_read_more_bg_color_masonry\":\"#FFFFFF\",\"read_more_title_hov_color\":\"#FFFFFF\",\"typhography_read_more_bg_hover_masonry\":\"#C7B4B4\",\"typography_post_read_more_typography\":\"custom\",\"_background_background\":\"classic\",\"_background_color\":\"#FEFEFE\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"gedung-post-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf3159\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c1572fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd675da\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"70618554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.68,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"700616c\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"419c7848\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1bc1cc0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"align_tablet\":\"center\",\"button_hover_border_color\":\"#ffffff\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(4096,861,'_elementor_version','2.9.9'),(4097,861,'_elementor_template_type','wp-post'),(4098,861,'_thumbnail_id','338'),(4099,861,'_elementor_css','a:5:{s:4:\"time\";i:1593785171;s:5:\"fonts\";a:3:{i:0;s:10:\"Montserrat\";i:1;s:4:\"Lato\";i:3;s:7:\"Raleway\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4100,861,'_elementor_edit_mode','builder'),(4103,862,'_wp_page_template','template/page-builder-template.php'),(4104,862,'_elementor_edit_mode','builder'),(4105,862,'_elementor_version','2.9.9'),(4106,862,'_elementor_data','[{\"id\":\"7673b2a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40f6e83\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d01e9c6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3693055\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3150906\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image43.png\",\"id\":838},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"956a3d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e4ae49d\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"00531fa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"9a348ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a7203c\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise directs every situation.\\u00a0 We can quickly understand and<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"1d67695\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f25849d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image37.jpg\",\"id\":840},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7759086\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cbbb86\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9bac57a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"74b493a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f3d4169\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"20230aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.025000000000006,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c5e8450\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"0b5824c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.957999999999998,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"487cb33\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image38.jpg\",\"id\":841},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d0d1f44\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cbb1174\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1436938\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3ff4780\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9f893a1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"e0937c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15.986000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"827d846\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd3.png\",\"id\":674},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"9de3470\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":83.997,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c456fc8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"422c0c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"d806c09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6a680d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1df7366\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"503b817\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef81faf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"3973e79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f7691\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c952bb5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d06c5c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56d4482\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa0a24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"c73ea72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image2.jpg\",\"id\":831}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6d0a072\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4b2d053\",\"elType\":\"widget\",\"settings\":{\"title\":\"George \\u201cRed\\u201d Gilmartin \\u2010 President\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6370ba7\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>43\\u00a0years<\\/strong>\\u00a0<\\/li><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0have\\u00a0owned\\u00a0ARS\\u00a0Contracting,\\u00a0Inc\\u00a0for\\u00a030\\u00a0years\\u201d<\\/strong>\\u00a0<\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0move\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 equipment\\u00a0that\\u00a0is\\u00a0challenging.\\u00a0When\\u00a0I\\u00a0first\\u00a0got\\u00a0into\\u00a0this\\u00a0trade,\\u00a0I\\u00a0was\\u00a0able\\u00a0to\\u00a0see\\u00a0all\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 challenges\\u00a0that\\u00a0made\\u00a0me\\u00a0want\\u00a0to\\u00a0get\\u00a0to\\u00a0 work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cTo\\u00a0think!!\\u00a0Use\\u00a0common\\u00a0sense\\u00a0when\\u00a0approaching\\u00a0any\\u00a0job.\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cReading\\u00a0articles\\u00a0about\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0 business\\u00a0and\\u00a0continuing\\u00a0to\\u00a0educate\\u00a0myself\\u00a0on\\u00a0how\\u00a0to\\u00a0fit\\u00a0this\\u00a0industry\\u00a0into\\u00a0this\\u00a0world\\u00a0that\\u00a0keeps\\u00a0evolving\\u201d\\u00a0\\u00a0\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c054124\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e7b4ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"9195df9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p1.jpg\",\"id\":676},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"300\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e5a3fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"16e9fac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ted Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc47661\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>25+\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>15\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cI\\u00a0really\\u00a0enjoy\\u00a0knowing\\u00a0that\\u00a0what\\u00a0we\\u00a0do\\u00a0matters.\\u00a0I\\u00a0have\\u00a0the opportunity\\u00a0to\\u00a0be\\u00a0involved\\u00a0in\\u00a0every\\u00a0industry\\/institution,\\u00a0so\\u00a0I\\u00a0am\\u00a0 able\\u00a0to\\u00a0see\\u00a0and\\u00a0be\\u00a0a\\u00a0part\\u00a0of\\u00a0a\\u00a0lot!\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0 business?\\u00a0 <strong>\\u201cLook.\\u00a0Listen.\\u00a0Learn.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cGoing\\u00a0out\\u00a0to\\u00a0eat\\u00a0and\\u00a0spending\\u00a0time\\u00a0with\\u00a0my\\u00a0loud\\u00a0family\\u201d\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8bd277e\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8a94d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"ab9ae3b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/92.jpg\",\"id\":679},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b929fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"0480362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeromy Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16ac035\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol>\\n \\t<li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>22 years full time\\u00a0\\u00a0<\\/strong><\\/li>\\n \\t<li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>8\\u00a0months<\\/strong><\\/li>\\n \\t<li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part? <strong>\\u201cThe\\u00a0nature\\u00a0of\\u00a0this business\\u00a0is\\u00a0exciting!!\\u00a0 Rarely\\u00a0are\\u00a0there\\u00a0two\\u00a0jobs\\u00a0that\\u00a0are\\u00a0the\\u00a0exact\\u00a0same.\\u00a0Figuring\\u00a0out\\u00a0the\\u00a0difficult\\u00a0jobs\\u00a0and\\u00a0then\\u00a0executing\\u00a0a\\u00a0plan\\u00a0perfectly\\u00a0with\\u00a0our\\u00a0team\\u00a0is\\u00a0what\\u00a0it\\u2019s\\u00a0all\\u00a0about.\\u201d<\\/strong><\\/li>\\n \\t<li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business<strong>?\\u00a0 \\u00a0 \\u201cDo\\u00a0your\\u00a0work\\u00a0100%.\\u00a0Nothing\\u00a0should\\u00a0be\\u00a0just\\u00a0good\\u00a0enough,\\u00a0complete\\u00a0it\\u00a0to\\u00a0the\\u00a0very\\u00a0best\\u00a0of\\u00a0your\\u00a0ability\\u00a0\\u00a0\\u00a0 and\\u00a0if\\u00a0it\\u00a0is\\u00a0still\\u00a0not\\u00a0perfect,ask\\u00a0for\\u00a0help\\u00a0to\\u00a0make\\u00a0it\\u00a0perfect.\\u00a0Take\\u00a0your\\u00a0time,\\u00a0jobs\\u00a0like\\u00a0these \\u00a0take\\u00a0 time.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li>\\n \\t<li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0was\\u00a0an\\u00a0MMA\\u00a0fighter\\u00a0for\\u00a0\\u00a0\\u00a0 many\\u00a0years.\\u00a0Currently\\u00a0looking\\u00a0for\\u00a0my\\u00a0next\\u00a0hobby.\\u201d<\\/strong><\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"543d250\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d050cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"bd14265\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p3.jpg\",\"id\":680}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"46b103a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4fd3d56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Gibbons\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"921c1d3\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business<strong>?\\u00a0 \\u201cI\\u00a0have\\u00a0been\\u00a0in\\u00a0the\\u00a0construction\\u00a0industry\\u00a0for\\u00a0over\\u00a020\\u00a0years\\u00a0on\\u00a0both\\u00a0sides\\u00a0of\\u00a0the\\u00a0Atlantic\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>5\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0work\\u00a0with\\u00a0our\\u00a0rigging\\u00a0crews.\\u00a0The\\u00a0guys\\u00a0in\\u00a0the\\u00a0field\\u00a0 are\\u00a0full\\u00a0of\\u00a0knowledge\\u00a0and\\u00a0have\\u00a0precise\\u00a0accuracy\\u00a0when\\u00a0on\\u00a0the\\u00a0job.\\u00a0 It\\u2019s\\u00a0fun\\u00a0to\\u00a0see\\u00a0them\\u00a0put\\u00a0their\\u00a0skills\\u00a0to\\u00a0work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cListen\\u00a0to\\u00a0those\\u00a0who\\u00a0have\\u00a0experience\\u00a0with\\u00a0this\\u00a0kind\\u00a0of\\u00a0work.\\u201d\\u00a0\\u00a0 \\u00a0 <\\/strong><\\/li><li><p>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cFly\\u00a0fishing\\u201d\\u00a0\\u00a0<\\/strong><\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7005acd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"b0822e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17fc8fa\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"06d5df4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17a24f6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"14cbafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0b17af3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f0c181e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"24b7249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"66fd030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2d587c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Here\'s What Our Customers Say\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\u201cWe\\u00a0have\\u00a0worked\\u00a0with\\u00a0ARS\\u00a0for\\u00a0more\\u00a0than\\u00a030\\u00a0years\\u00a0and\\u00a0have\\u00a0built\\u00a0a\\u00a0trusted\\u00a0relationship\\u00a0utilizing\\u00a0 their\\u00a0services\\u00a0for\\u00a0large\\u00a0Data\\u00a0center\\u00a0projects,\\u00a0hoisting,\\u00a0and\\u00a0setting\\u00a0generators,\\u00a0electrical switchgear,\\u00a0storage\\u00a0of\\u00a0equipment\\u00a0and\\u00a0much\\u00a0more.\\u00a0Thank\\u00a0you,\\u00a0ARS\\u00a0team.\\u201d\\u00a0 \",\"testi_author\":\"Daniel\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\u201cThe\\u00a0ARS\\u00a0Foreman,\\u00a0Kevin,\\u00a0knew\\u00a0exactly\\u00a0what\\u00a0he\\u00a0needed\\u00a0to\\u00a0do\\u00a0to\\u00a0bring\\u00a0in\\u00a0the\\u00a0(4)\\u00a01000#\\u00a0Electrical\\u00a0 Switchgear\\u00a0sections\\u2026\\u00a0while\\u00a0traversing\\u00a0some\\u00a0challenging\\u00a0terrain\\u2026Kevin\\u2019s\\u00a0professionalism\\u00a0and\\u00a0 get\\u2010it\\u2010done\\u00a0[safely]\\u00a0attitude\\u00a0did,\\u00a0in\\u00a0fact,\\u00a0get\\u00a0the\\u00a0job\\u00a0done\\u00a0with\\u00a0extreme\\u00a0efficiency\\u00a0and\\u00a0not\\u00a0one\\u00a0 issue.\\u201d\",\"testi_author\":\"Michael\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}},{\"testi_text\":\"\\u201cThe\\u00a0Museum\\u00a0Project\\u00a0required\\u00a0the\\u00a0backend\\u00a0(Generator)\\u00a0to\\u00a0be\\u00a0removed\\u00a0and\\u00a0shipped\\u00a0to\\u00a0the\\u00a0 repair\\u00a0shop.\\u00a0The\\u00a0detail\\u00a0that\\u00a0ARS\\u00a0Equipment\\u00a0Movers\\u00a0took\\u00a0to\\u00a0remove\\u00a0the\\u00a0backend\\u00a0from\\u00a0the\\u00a0job\\u00a0 site\\u00a0and\\u00a0return\\u00a0it\\u00a0after\\u00a0the\\u00a0repairs\\u00a0were\\u00a0made\\u00a0was\\u00a0nothing\\u00a0short\\u00a0of\\u00a0exemplary.\\u00a0They\\u00a0were\\u00a0 flawless\\u00a0in\\u00a0performing\\u00a0their\\u00a0duties.\\u00a0I\\u00a0will\\u00a0certainly\\u00a0use\\u00a0them\\u00a0again.\\u201d\\u00a0 \",\"testi_author\":\"Vince\",\"testi_author_job\":\"Architects\",\"_id\":\"6a776aa\"}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\",\"_css_classes\":\"customer-syas\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(4107,862,'_elementor_template_type','wp-post'),(4109,863,'_wp_page_template','template/page-builder-template.php'),(4110,863,'_elementor_edit_mode','builder'),(4111,863,'_elementor_version','2.9.9'),(4112,863,'_elementor_data','[{\"id\":\"7673b2a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40f6e83\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d01e9c6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3693055\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3150906\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image43.png\",\"id\":838},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"956a3d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e4ae49d\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"00531fa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"9a348ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a7203c\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise directs every situation.\\u00a0 We can quickly understand and<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"1d67695\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f25849d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image37.jpg\",\"id\":840},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7759086\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cbbb86\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9bac57a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"74b493a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f3d4169\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"20230aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.025000000000006,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c5e8450\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"0b5824c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.957999999999998,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"487cb33\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image38.jpg\",\"id\":841},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d0d1f44\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cbb1174\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1436938\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3ff4780\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9f893a1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"e0937c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84.724999999999994,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b07afc2\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"9de3470\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15.257999999999999,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46eae88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd3.png\",\"id\":674},\"align\":\"right\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"422c0c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"d806c09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6a680d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1df7366\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"503b817\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef81faf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"3973e79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f7691\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c952bb5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d06c5c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56d4482\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa0a24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"c73ea72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image2.jpg\",\"id\":831}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6d0a072\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4b2d053\",\"elType\":\"widget\",\"settings\":{\"title\":\"George \\u201cRed\\u201d Gilmartin \\u2010 President\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6370ba7\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>43\\u00a0years<\\/strong>\\u00a0<\\/li><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0have\\u00a0owned\\u00a0ARS\\u00a0Contracting,\\u00a0Inc\\u00a0for\\u00a030\\u00a0years\\u201d<\\/strong>\\u00a0<\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0move\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 equipment\\u00a0that\\u00a0is\\u00a0challenging.\\u00a0When\\u00a0I\\u00a0first\\u00a0got\\u00a0into\\u00a0this\\u00a0trade,\\u00a0I\\u00a0was\\u00a0able\\u00a0to\\u00a0see\\u00a0all\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 challenges\\u00a0that\\u00a0made\\u00a0me\\u00a0want\\u00a0to\\u00a0get\\u00a0to\\u00a0 work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cTo\\u00a0think!!\\u00a0Use\\u00a0common\\u00a0sense\\u00a0when\\u00a0approaching\\u00a0any\\u00a0job.\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cReading\\u00a0articles\\u00a0about\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0 business\\u00a0and\\u00a0continuing\\u00a0to\\u00a0educate\\u00a0myself\\u00a0on\\u00a0how\\u00a0to\\u00a0fit\\u00a0this\\u00a0industry\\u00a0into\\u00a0this\\u00a0world\\u00a0that\\u00a0keeps\\u00a0evolving\\u201d\\u00a0\\u00a0\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c054124\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e7b4ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"9195df9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p1.jpg\",\"id\":676},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"300\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e5a3fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"16e9fac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ted Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc47661\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>25+\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>15\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cI\\u00a0really\\u00a0enjoy\\u00a0knowing\\u00a0that\\u00a0what\\u00a0we\\u00a0do\\u00a0matters.\\u00a0I\\u00a0have\\u00a0the opportunity\\u00a0to\\u00a0be\\u00a0involved\\u00a0in\\u00a0every\\u00a0industry\\/institution,\\u00a0so\\u00a0I\\u00a0am\\u00a0 able\\u00a0to\\u00a0see\\u00a0and\\u00a0be\\u00a0a\\u00a0part\\u00a0of\\u00a0a\\u00a0lot!\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0 business?\\u00a0 <strong>\\u201cLook.\\u00a0Listen.\\u00a0Learn.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cGoing\\u00a0out\\u00a0to\\u00a0eat\\u00a0and\\u00a0spending\\u00a0time\\u00a0with\\u00a0my\\u00a0loud\\u00a0family\\u201d\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8bd277e\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8a94d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"ab9ae3b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/92.jpg\",\"id\":679},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b929fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"0480362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeromy Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16ac035\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol>\\n \\t<li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>22 years full time\\u00a0\\u00a0<\\/strong><\\/li>\\n \\t<li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>8\\u00a0months<\\/strong><\\/li>\\n \\t<li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part? <strong>\\u201cThe\\u00a0nature\\u00a0of\\u00a0this business\\u00a0is\\u00a0exciting!!\\u00a0 Rarely\\u00a0are\\u00a0there\\u00a0two\\u00a0jobs\\u00a0that\\u00a0are\\u00a0the\\u00a0exact\\u00a0same.\\u00a0Figuring\\u00a0out\\u00a0the\\u00a0difficult\\u00a0jobs\\u00a0and\\u00a0then\\u00a0executing\\u00a0a\\u00a0plan\\u00a0perfectly\\u00a0with\\u00a0our\\u00a0team\\u00a0is\\u00a0what\\u00a0it\\u2019s\\u00a0all\\u00a0about.\\u201d<\\/strong><\\/li>\\n \\t<li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business<strong>?\\u00a0 \\u00a0 \\u201cDo\\u00a0your\\u00a0work\\u00a0100%.\\u00a0Nothing\\u00a0should\\u00a0be\\u00a0just\\u00a0good\\u00a0enough,\\u00a0complete\\u00a0it\\u00a0to\\u00a0the\\u00a0very\\u00a0best\\u00a0of\\u00a0your\\u00a0ability\\u00a0\\u00a0\\u00a0 and\\u00a0if\\u00a0it\\u00a0is\\u00a0still\\u00a0not\\u00a0perfect,ask\\u00a0for\\u00a0help\\u00a0to\\u00a0make\\u00a0it\\u00a0perfect.\\u00a0Take\\u00a0your\\u00a0time,\\u00a0jobs\\u00a0like\\u00a0these \\u00a0take\\u00a0 time.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li>\\n \\t<li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0was\\u00a0an\\u00a0MMA\\u00a0fighter\\u00a0for\\u00a0\\u00a0\\u00a0 many\\u00a0years.\\u00a0Currently\\u00a0looking\\u00a0for\\u00a0my\\u00a0next\\u00a0hobby.\\u201d<\\/strong><\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"543d250\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d050cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"bd14265\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p3.jpg\",\"id\":680}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"46b103a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4fd3d56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Gibbons\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"921c1d3\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business<strong>?\\u00a0 \\u201cI\\u00a0have\\u00a0been\\u00a0in\\u00a0the\\u00a0construction\\u00a0industry\\u00a0for\\u00a0over\\u00a020\\u00a0years\\u00a0on\\u00a0both\\u00a0sides\\u00a0of\\u00a0the\\u00a0Atlantic\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>5\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0work\\u00a0with\\u00a0our\\u00a0rigging\\u00a0crews.\\u00a0The\\u00a0guys\\u00a0in\\u00a0the\\u00a0field\\u00a0 are\\u00a0full\\u00a0of\\u00a0knowledge\\u00a0and\\u00a0have\\u00a0precise\\u00a0accuracy\\u00a0when\\u00a0on\\u00a0the\\u00a0job.\\u00a0 It\\u2019s\\u00a0fun\\u00a0to\\u00a0see\\u00a0them\\u00a0put\\u00a0their\\u00a0skills\\u00a0to\\u00a0work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cListen\\u00a0to\\u00a0those\\u00a0who\\u00a0have\\u00a0experience\\u00a0with\\u00a0this\\u00a0kind\\u00a0of\\u00a0work.\\u201d\\u00a0\\u00a0 \\u00a0 <\\/strong><\\/li><li><p>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cFly\\u00a0fishing\\u201d\\u00a0\\u00a0<\\/strong><\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7005acd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"b0822e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17fc8fa\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"06d5df4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17a24f6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"14cbafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0b17af3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f0c181e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"24b7249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"66fd030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2d587c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Here\'s What Our Customers Say\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\u201cWe\\u00a0have\\u00a0worked\\u00a0with\\u00a0ARS\\u00a0for\\u00a0more\\u00a0than\\u00a030\\u00a0years\\u00a0and\\u00a0have\\u00a0built\\u00a0a\\u00a0trusted\\u00a0relationship\\u00a0utilizing\\u00a0 their\\u00a0services\\u00a0for\\u00a0large\\u00a0Data\\u00a0center\\u00a0projects,\\u00a0hoisting,\\u00a0and\\u00a0setting\\u00a0generators,\\u00a0electrical switchgear,\\u00a0storage\\u00a0of\\u00a0equipment\\u00a0and\\u00a0much\\u00a0more.\\u00a0Thank\\u00a0you,\\u00a0ARS\\u00a0team.\\u201d\\u00a0 \",\"testi_author\":\"Daniel\",\"testi_author_job\":\"\",\"testi_img\":{\"url\":\"\",\"id\":\"\"}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\u201cThe\\u00a0ARS\\u00a0Foreman,\\u00a0Kevin,\\u00a0knew\\u00a0exactly\\u00a0what\\u00a0he\\u00a0needed\\u00a0to\\u00a0do\\u00a0to\\u00a0bring\\u00a0in\\u00a0the\\u00a0(4)\\u00a01000#\\u00a0Electrical\\u00a0 Switchgear\\u00a0sections\\u2026\\u00a0while\\u00a0traversing\\u00a0some\\u00a0challenging\\u00a0terrain\\u2026Kevin\\u2019s\\u00a0professionalism\\u00a0and\\u00a0 get\\u2010it\\u2010done\\u00a0[safely]\\u00a0attitude\\u00a0did,\\u00a0in\\u00a0fact,\\u00a0get\\u00a0the\\u00a0job\\u00a0done\\u00a0with\\u00a0extreme\\u00a0efficiency\\u00a0and\\u00a0not\\u00a0one\\u00a0 issue.\\u201d\",\"testi_author\":\"Michael\",\"testi_author_job\":\"\",\"testi_img\":{\"url\":\"\",\"id\":\"\"}},{\"testi_text\":\"\\u201cThe\\u00a0Museum\\u00a0Project\\u00a0required\\u00a0the\\u00a0backend\\u00a0(Generator)\\u00a0to\\u00a0be\\u00a0removed\\u00a0and\\u00a0shipped\\u00a0to\\u00a0the\\u00a0 repair\\u00a0shop.\\u00a0The\\u00a0detail\\u00a0that\\u00a0ARS\\u00a0Equipment\\u00a0Movers\\u00a0took\\u00a0to\\u00a0remove\\u00a0the\\u00a0backend\\u00a0from\\u00a0the\\u00a0job\\u00a0 site\\u00a0and\\u00a0return\\u00a0it\\u00a0after\\u00a0the\\u00a0repairs\\u00a0were\\u00a0made\\u00a0was\\u00a0nothing\\u00a0short\\u00a0of\\u00a0exemplary.\\u00a0They\\u00a0were\\u00a0 flawless\\u00a0in\\u00a0performing\\u00a0their\\u00a0duties.\\u00a0I\\u00a0will\\u00a0certainly\\u00a0use\\u00a0them\\u00a0again.\\u201d\\u00a0 \",\"testi_author\":\"Vince\",\"testi_author_job\":\"\",\"_id\":\"6a776aa\"}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\",\"_css_classes\":\"customer-syas\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(4113,863,'_elementor_template_type','wp-post'),(4116,864,'_wp_page_template','template/page-builder-template.php'),(4117,864,'_elementor_data','[{\"id\":\"787d5c6b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"20\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"id\":338,\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/05\\/ARS-header-photo-rev-1.png\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color_b\":\"#2d2d2d\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":100},\"custom_height\":{\"unit\":\"px\",\"size\":\"663\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"height\":\"full\",\"background_video_fallback\":{\"id\":79,\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/bg-fallback.jpg\"},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"21feba2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"home-banner-text\"},\"elements\":[{\"id\":\"5af5fe4\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"ARS CONTRACTING, INC.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_title_font_weight\":\"500\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":12},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_2\":\"#FFFFFF\",\"title_margin_bottom\":-10,\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":10},\"align_mobile\":\"left\",\"title_size\":\"h1\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c2b71c4\",\"elType\":\"widget\",\"settings\":{\"the_title\":\"Certified Riggers & Machinery Movers\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":80},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_1\":\"#ffffff\",\"choose_style\":\"2\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":65},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":70},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"81cb3fc\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<h2 style=\\\"color: white;\\\"><b>Moving America\\u2019s Businesses<\\/b><\\/h2>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_text_block_line_height\":{\"unit\":\"px\",\"size\":28},\"color_text_block\":\"#FDF8F8\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"text_block_align_mobile\":\"left\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_text_block_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"586b5444\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"hover_animation\":\"sink\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeInUp\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e1426a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"9414b9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bad6cf\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Services\",\"description_text\":\"Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":482,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/crane-48591-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255, 255, 255, 0)\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"154f0f93\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c2e578e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Exceptional Safety Rating\",\"description_text\":\"We have one of the best safety ratings in the industry & we are certified riggers\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":379,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/Safety-Rev-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":19},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4a35cdf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bfab3bb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Industries\",\"description_text\":\"We offer outstanding service to most industries including contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers\\/building owners, and more\\n\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":378,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/gears.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3334b860\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#eaeaea\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fb97c40\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.042999999999999,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57bdcd45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":11,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image2-1.jpg\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"align\":\"left\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5b694d6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.957000000000001,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2161d8d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"For almost 30 years, ARS Contracting, Inc. has built a national reputation for rigging, machinery moving, hauling and lifting components that keep America\\u2019s businesses moving. We\\u2019re dedicated to solving problems for our clients by using innovation and technology to constantly move the industry forward. By doing so, this can result in lowering overall project costs for our customers.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":19},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":45},\"the_subtitle\":\"Since 1991\",\"typography_subtitle_typography\":\"custom\",\"typography_subtitle_font_family\":\"Lato\",\"typography_subtitle_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_subtitle_font_weight\":\"300\",\"typography_subtitle_text_transform\":\"uppercase\",\"typography_subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":34},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":30},\"title_size\":\"h6\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"23901ed0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60cf4773\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1800},\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"_element_id\":\"projects\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7352b447\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"97cfb80\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"333b722f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d4210f\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Services We Offer\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"4c49f11d\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"43ef6c3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"7d11f6a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL SERVICES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=347\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d246d91\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"9\",\"width\":\"585\",\"height\":\"390\",\"caption_vertical\":{\"unit\":\"%\",\"size\":50},\"caption_horizontal\":{\"unit\":\"%\",\"size\":50},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":15,\"use_padding\":\"use\",\"padding_size\":{\"unit\":\"px\",\"size\":15},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"title_hover_effect\":\"ih-fade-down\",\"title_margin_bottom\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_family\":\"Raleway\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"category_hover_effect\":\"ih-fade-up\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"filter_style1_color\":\"#ffffff\",\"filter_style1_hov_color\":\"#ffffff\",\"filter_style1_bord_hov_color\":\"#3315C6\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_portfolio_title_line_height_mobile\":{\"unit\":\"px\",\"size\":24},\"title_margin_bottom_mobile\":5,\"typography_portfolio_category_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"filter_mobile_bord_bg_color\":\"#2b2b2b\",\"filter_mobile_bord_hov_color\":\"#2b2b2b\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"filter_padding_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"filter_align\":\"center\",\"filter_style\":\"style-2\",\"filter_style2_color\":\"#FFFFFF\",\"filter_style2_hov_color\":\"#8AABCA\",\"filter_style2_border_hov_color\":\"#8AABCA\",\"category_hover_delay\":\"ih-delay-xs\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"orderby\":\"title\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f3e067f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/image-port-7.jpg\",\"id\":22},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#7A7A7A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ef29580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"788dae8b\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"30\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#ffffff\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#ffffff\",\"choose_column\":\"1\",\"typhography_blockquote_color\":\"#ffffff\",\"navigation_dots_color\":\"#ffffff\",\"autoplay\":\"use\",\"autoplay_ms\":2000,\"auto_loop\":\"use\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"50e8eeb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"4169d630\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/1693-logo.jpg\",\"id\":570},\"_id\":\"373378a\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT.jpg\",\"id\":571},\"_id\":\"5b20e48\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IMPACTLogo.jpg\",\"id\":572},\"_id\":\"0da84d8\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra.jpg\",\"id\":573},\"_id\":\"cc18593\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574},\"_id\":\"306ecd3\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/Riggers.jpg\",\"id\":569},\"_id\":\"ab6cc54\"}],\"mobile_choose_column\":\"mobile-column-2\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":20,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":9},\"_css_classes\":\"client-logos\"},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46b4cfee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190},\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"763dcf8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"60111074\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6daf8247\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1f8fca5\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Industries We Serve\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"5e67d616\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ddd3ef5\",\"elType\":\"widget\",\"settings\":{\"color_text_block\":\"#555555\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":26}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":true},{\"id\":\"24b615c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1dd27b4a\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL INDUSTRIES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"rgba(243, 235, 235, 0.3)\",\"border_color\":\"#000000\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=348\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8133960\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6238ce7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7de5ddc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[gedung_industries_home]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd640fa\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"12\",\"post_margin_bottom\":\"30\",\"horizontal_col_select_col2\":\"column-3\",\"width\":\"535\",\"height\":\"355\",\"height_grid2\":\"400\",\"use_category\":\"\",\"use_author\":\"\",\"use_date\":\"\",\"use_excerpt\":\"\",\"read_more_text\":\"Read More\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"typography_post_title_typography\":\"custom\",\"typography_post_title_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typhography_read_more_color_masonry\":\"#D7D7D7\",\"typhography_title_color\":\"#2B4D7B\",\"typhography_read_more_bg_color_masonry\":\"#FFFFFF\",\"read_more_title_hov_color\":\"#FFFFFF\",\"typhography_read_more_bg_hover_masonry\":\"#C7B4B4\",\"typography_post_read_more_typography\":\"custom\",\"_background_background\":\"classic\",\"_background_color\":\"#FEFEFE\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"gedung-post-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf3159\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c1572fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd675da\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"70618554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.68,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"700616c\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"419c7848\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1bc1cc0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"align_tablet\":\"center\",\"button_hover_border_color\":\"#ffffff\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(4118,864,'_elementor_version','2.9.9'),(4119,864,'_elementor_template_type','wp-post'),(4120,864,'_thumbnail_id','338'),(4121,864,'_elementor_edit_mode','builder'),(4122,864,'_elementor_css','a:5:{s:4:\"time\";i:1595590951;s:5:\"fonts\";a:3:{i:0;s:10:\"Montserrat\";i:1;s:4:\"Lato\";i:3;s:7:\"Raleway\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4126,865,'_wp_page_template','template/page-builder-template.php'),(4127,865,'_elementor_data','[{\"id\":\"787d5c6b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"20\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"id\":338,\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/05\\/ARS-header-photo-rev-1.png\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color_b\":\"#2d2d2d\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":100},\"custom_height\":{\"unit\":\"px\",\"size\":\"663\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"height\":\"full\",\"background_video_fallback\":{\"id\":79,\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/bg-fallback.jpg\"},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"21feba2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"home-banner-text\"},\"elements\":[{\"id\":\"5af5fe4\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"ARS CONTRACTING, INC.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_title_font_weight\":\"500\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":12},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_2\":\"#FFFFFF\",\"title_margin_bottom\":-10,\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":10},\"align_mobile\":\"left\",\"title_size\":\"h1\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c2b71c4\",\"elType\":\"widget\",\"settings\":{\"the_title\":\"Certified Riggers & Machinery Movers\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":80},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_1\":\"#ffffff\",\"choose_style\":\"2\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":65},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":70},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"81cb3fc\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<h2 style=\\\"color: white;\\\"><b>Moving America\\u2019s Businesses<\\/b><\\/h2>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_text_block_line_height\":{\"unit\":\"px\",\"size\":28},\"color_text_block\":\"#FDF8F8\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"text_block_align_mobile\":\"left\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_text_block_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"586b5444\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"hover_animation\":\"sink\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeInUp\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e1426a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"9414b9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bad6cf\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Services\",\"description_text\":\"Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":482,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/crane-48591-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255, 255, 255, 0)\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"154f0f93\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c2e578e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Exceptional Safety Rating\",\"description_text\":\"We have one of the best safety ratings in the industry & we are certified riggers\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":379,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/Safety-Rev-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":19},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4a35cdf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bfab3bb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Industries\",\"description_text\":\"We offer outstanding service to most industries including contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers\\/building owners, and more\\n\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":378,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/gears.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3334b860\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#eaeaea\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fb97c40\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.042999999999999,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57bdcd45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":11,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image2-1.jpg\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"align\":\"left\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5b694d6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.957000000000001,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2161d8d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"For almost 30 years, ARS Contracting, Inc. has built a national reputation for rigging, machinery moving, hauling and lifting components that keep America\\u2019s businesses moving. We\\u2019re dedicated to solving problems for our clients by using innovation and technology to constantly move the industry forward. By doing so, this can result in lowering overall project costs for our customers.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":19},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":45},\"the_subtitle\":\"Since 1991\",\"typography_subtitle_typography\":\"custom\",\"typography_subtitle_font_family\":\"Lato\",\"typography_subtitle_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_subtitle_font_weight\":\"300\",\"typography_subtitle_text_transform\":\"uppercase\",\"typography_subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":34},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":30},\"title_size\":\"h6\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"23901ed0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60cf4773\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1800},\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"_element_id\":\"projects\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7352b447\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"97cfb80\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"333b722f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d4210f\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Services We Offer\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"4c49f11d\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"43ef6c3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"7d11f6a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL SERVICES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d246d91\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"9\",\"width\":\"585\",\"height\":\"390\",\"caption_vertical\":{\"unit\":\"%\",\"size\":50},\"caption_horizontal\":{\"unit\":\"%\",\"size\":50},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":15,\"use_padding\":\"use\",\"padding_size\":{\"unit\":\"px\",\"size\":15},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"title_hover_effect\":\"ih-fade-down\",\"title_margin_bottom\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_family\":\"Raleway\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"category_hover_effect\":\"ih-fade-up\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"filter_style1_color\":\"#ffffff\",\"filter_style1_hov_color\":\"#ffffff\",\"filter_style1_bord_hov_color\":\"#3315C6\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_portfolio_title_line_height_mobile\":{\"unit\":\"px\",\"size\":24},\"title_margin_bottom_mobile\":5,\"typography_portfolio_category_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"filter_mobile_bord_bg_color\":\"#2b2b2b\",\"filter_mobile_bord_hov_color\":\"#2b2b2b\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"filter_padding_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"filter_align\":\"center\",\"filter_style\":\"style-2\",\"filter_style2_color\":\"#FFFFFF\",\"filter_style2_hov_color\":\"#8AABCA\",\"filter_style2_border_hov_color\":\"#8AABCA\",\"category_hover_delay\":\"ih-delay-xs\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"orderby\":\"title\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f3e067f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/image-port-7.jpg\",\"id\":22},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#7A7A7A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ef29580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"788dae8b\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"30\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#ffffff\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#ffffff\",\"choose_column\":\"1\",\"typhography_blockquote_color\":\"#ffffff\",\"navigation_dots_color\":\"#ffffff\",\"autoplay\":\"use\",\"autoplay_ms\":2000,\"auto_loop\":\"use\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"50e8eeb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"4169d630\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/1693-logo.jpg\",\"id\":570},\"_id\":\"373378a\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT.jpg\",\"id\":571},\"_id\":\"5b20e48\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IMPACTLogo.jpg\",\"id\":572},\"_id\":\"0da84d8\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra.jpg\",\"id\":573},\"_id\":\"cc18593\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574},\"_id\":\"306ecd3\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/Riggers.jpg\",\"id\":569},\"_id\":\"ab6cc54\"}],\"mobile_choose_column\":\"mobile-column-2\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":20,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":9},\"_css_classes\":\"client-logos\"},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46b4cfee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190},\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"763dcf8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"60111074\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6daf8247\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1f8fca5\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Industries We Serve\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"5e67d616\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ddd3ef5\",\"elType\":\"widget\",\"settings\":{\"color_text_block\":\"#555555\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":26}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":true},{\"id\":\"24b615c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1dd27b4a\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL INDUSTRIES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"rgba(243, 235, 235, 0.3)\",\"border_color\":\"#000000\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/?page_id=348\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8133960\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6238ce7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7de5ddc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[gedung_industries_home]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd640fa\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"12\",\"post_margin_bottom\":\"30\",\"horizontal_col_select_col2\":\"column-3\",\"width\":\"535\",\"height\":\"355\",\"height_grid2\":\"400\",\"use_category\":\"\",\"use_author\":\"\",\"use_date\":\"\",\"use_excerpt\":\"\",\"read_more_text\":\"Read More\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"typography_post_title_typography\":\"custom\",\"typography_post_title_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typhography_read_more_color_masonry\":\"#D7D7D7\",\"typhography_title_color\":\"#2B4D7B\",\"typhography_read_more_bg_color_masonry\":\"#FFFFFF\",\"read_more_title_hov_color\":\"#FFFFFF\",\"typhography_read_more_bg_hover_masonry\":\"#C7B4B4\",\"typography_post_read_more_typography\":\"custom\",\"_background_background\":\"classic\",\"_background_color\":\"#FEFEFE\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"gedung-post-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf3159\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c1572fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd675da\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"70618554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.68,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"700616c\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"419c7848\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1bc1cc0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"align_tablet\":\"center\",\"button_hover_border_color\":\"#ffffff\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(4128,865,'_elementor_version','2.9.9'),(4129,865,'_elementor_template_type','wp-post'),(4130,865,'_thumbnail_id','338'),(4131,865,'_elementor_edit_mode','builder'),(4132,865,'_elementor_css','a:5:{s:4:\"time\";i:1595591439;s:5:\"fonts\";a:3:{i:0;s:10:\"Montserrat\";i:1;s:4:\"Lato\";i:3;s:7:\"Raleway\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4134,866,'_wp_page_template','template/page-builder-template.php'),(4135,866,'_elementor_data','[{\"id\":\"787d5c6b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"20\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"id\":338,\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/05\\/ARS-header-photo-rev-1.png\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color_b\":\"#2d2d2d\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":100},\"custom_height\":{\"unit\":\"px\",\"size\":\"663\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"height\":\"full\",\"background_video_fallback\":{\"id\":79,\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/bg-fallback.jpg\"},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"21feba2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"home-banner-text\"},\"elements\":[{\"id\":\"5af5fe4\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"ARS CONTRACTING, INC.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_title_font_weight\":\"500\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":12},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_2\":\"#FFFFFF\",\"title_margin_bottom\":-10,\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":10},\"align_mobile\":\"left\",\"title_size\":\"h1\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c2b71c4\",\"elType\":\"widget\",\"settings\":{\"the_title\":\"Certified Riggers & Machinery Movers\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":80},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_1\":\"#ffffff\",\"choose_style\":\"2\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":65},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":70},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"81cb3fc\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<h2 style=\\\"color: white;\\\"><b>Moving America\\u2019s Businesses<\\/b><\\/h2>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_text_block_line_height\":{\"unit\":\"px\",\"size\":28},\"color_text_block\":\"#FDF8F8\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"text_block_align_mobile\":\"left\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_text_block_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"586b5444\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"hover_animation\":\"sink\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeInUp\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e1426a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"9414b9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bad6cf\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Services\",\"description_text\":\"Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":482,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/crane-48591-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255, 255, 255, 0)\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"154f0f93\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c2e578e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Exceptional Safety Rating\",\"description_text\":\"We have one of the best safety ratings in the industry & we are certified riggers\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":379,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/Safety-Rev-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":19},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4a35cdf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bfab3bb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Industries\",\"description_text\":\"We offer outstanding service to most industries including contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers\\/building owners, and more\\n\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":378,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/gears.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3334b860\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#eaeaea\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fb97c40\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.042999999999999,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57bdcd45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":11,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image2-1.jpg\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"align\":\"left\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5b694d6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.957000000000001,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2161d8d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"For almost 30 years, ARS Contracting, Inc. has built a national reputation for rigging, machinery moving, hauling and lifting components that keep America\\u2019s businesses moving. We\\u2019re dedicated to solving problems for our clients by using innovation and technology to constantly move the industry forward. By doing so, this can result in lowering overall project costs for our customers.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":19},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":45},\"the_subtitle\":\"Since 1991\",\"typography_subtitle_typography\":\"custom\",\"typography_subtitle_font_family\":\"Lato\",\"typography_subtitle_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_subtitle_font_weight\":\"300\",\"typography_subtitle_text_transform\":\"uppercase\",\"typography_subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":34},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":30},\"title_size\":\"h6\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"23901ed0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60cf4773\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1800},\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"_element_id\":\"projects\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7352b447\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"97cfb80\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"333b722f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d4210f\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Services We Offer\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"4c49f11d\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"43ef6c3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"7d11f6a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL SERVICES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d246d91\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"9\",\"width\":\"585\",\"height\":\"390\",\"caption_vertical\":{\"unit\":\"%\",\"size\":50},\"caption_horizontal\":{\"unit\":\"%\",\"size\":50},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":15,\"use_padding\":\"use\",\"padding_size\":{\"unit\":\"px\",\"size\":15},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"title_hover_effect\":\"ih-fade-down\",\"title_margin_bottom\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_family\":\"Raleway\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"category_hover_effect\":\"ih-fade-up\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"filter_style1_color\":\"#ffffff\",\"filter_style1_hov_color\":\"#ffffff\",\"filter_style1_bord_hov_color\":\"#3315C6\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_portfolio_title_line_height_mobile\":{\"unit\":\"px\",\"size\":24},\"title_margin_bottom_mobile\":5,\"typography_portfolio_category_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"filter_mobile_bord_bg_color\":\"#2b2b2b\",\"filter_mobile_bord_hov_color\":\"#2b2b2b\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"filter_padding_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"filter_align\":\"center\",\"filter_style\":\"style-2\",\"filter_style2_color\":\"#FFFFFF\",\"filter_style2_hov_color\":\"#8AABCA\",\"filter_style2_border_hov_color\":\"#8AABCA\",\"category_hover_delay\":\"ih-delay-xs\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"orderby\":\"title\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f3e067f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/image-port-7.jpg\",\"id\":22},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#7A7A7A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ef29580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"788dae8b\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"30\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#ffffff\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#ffffff\",\"choose_column\":\"1\",\"typhography_blockquote_color\":\"#ffffff\",\"navigation_dots_color\":\"#ffffff\",\"autoplay\":\"use\",\"autoplay_ms\":2000,\"auto_loop\":\"use\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"50e8eeb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"4169d630\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/1693-logo.jpg\",\"id\":570},\"_id\":\"373378a\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT.jpg\",\"id\":571},\"_id\":\"5b20e48\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IMPACTLogo.jpg\",\"id\":572},\"_id\":\"0da84d8\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra.jpg\",\"id\":573},\"_id\":\"cc18593\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574},\"_id\":\"306ecd3\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/Riggers.jpg\",\"id\":569},\"_id\":\"ab6cc54\"}],\"mobile_choose_column\":\"mobile-column-2\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":20,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":9},\"_css_classes\":\"client-logos\"},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46b4cfee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190},\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"763dcf8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"60111074\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6daf8247\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1f8fca5\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Industries We Serve\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"5e67d616\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ddd3ef5\",\"elType\":\"widget\",\"settings\":{\"color_text_block\":\"#555555\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":26}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":true},{\"id\":\"24b615c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1dd27b4a\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL INDUSTRIES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"rgba(243, 235, 235, 0.3)\",\"border_color\":\"#000000\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/industries\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8133960\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6238ce7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7de5ddc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[gedung_industries_home]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd640fa\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"12\",\"post_margin_bottom\":\"30\",\"horizontal_col_select_col2\":\"column-3\",\"width\":\"535\",\"height\":\"355\",\"height_grid2\":\"400\",\"use_category\":\"\",\"use_author\":\"\",\"use_date\":\"\",\"use_excerpt\":\"\",\"read_more_text\":\"Read More\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"typography_post_title_typography\":\"custom\",\"typography_post_title_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typhography_read_more_color_masonry\":\"#D7D7D7\",\"typhography_title_color\":\"#2B4D7B\",\"typhography_read_more_bg_color_masonry\":\"#FFFFFF\",\"read_more_title_hov_color\":\"#FFFFFF\",\"typhography_read_more_bg_hover_masonry\":\"#C7B4B4\",\"typography_post_read_more_typography\":\"custom\",\"_background_background\":\"classic\",\"_background_color\":\"#FEFEFE\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"gedung-post-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf3159\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c1572fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd675da\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"70618554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.68,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"700616c\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"419c7848\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1bc1cc0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"align_tablet\":\"center\",\"button_hover_border_color\":\"#ffffff\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(4136,866,'_elementor_version','2.9.9'),(4137,866,'_elementor_template_type','wp-post'),(4138,866,'_thumbnail_id','338'),(4139,866,'_elementor_edit_mode','builder'),(4142,867,'_wp_page_template','template/page-builder-template.php'),(4143,867,'_elementor_edit_mode','builder'),(4144,867,'_elementor_version','2.9.9'),(4145,867,'_elementor_data','[{\"id\":\"7673b2a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40f6e83\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d01e9c6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3693055\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3150906\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image43.png\",\"id\":838},\"align\":\"left\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"400\"},\"_css_classes\":\"history-cap\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"956a3d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e4ae49d\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"00531fa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"9a348ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a7203c\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise directs every situation.\\u00a0 We can quickly understand and<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"1d67695\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f25849d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image37.jpg\",\"id\":840},\"align\":\"left\",\"_css_classes\":\"history-cap\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7759086\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cbbb86\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9bac57a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"74b493a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f3d4169\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"20230aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.956,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9a3568b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image38.jpg\",\"id\":841},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0b5824c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.027000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ccf0ad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d0d1f44\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cbb1174\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1436938\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3ff4780\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9f893a1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"e0937c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84.724999999999994,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b07afc2\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"9de3470\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15.257999999999999,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46eae88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd3.png\",\"id\":674},\"align\":\"right\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"422c0c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"d806c09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6a680d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1df7366\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"503b817\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef81faf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"3973e79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f7691\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c952bb5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d06c5c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56d4482\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa0a24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"c73ea72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image2.jpg\",\"id\":831}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6d0a072\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4b2d053\",\"elType\":\"widget\",\"settings\":{\"title\":\"George \\u201cRed\\u201d Gilmartin \\u2010 President\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6370ba7\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>43\\u00a0years<\\/strong>\\u00a0<\\/li><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0have\\u00a0owned\\u00a0ARS\\u00a0Contracting,\\u00a0Inc\\u00a0for\\u00a030\\u00a0years\\u201d<\\/strong>\\u00a0<\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0move\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 equipment\\u00a0that\\u00a0is\\u00a0challenging.\\u00a0When\\u00a0I\\u00a0first\\u00a0got\\u00a0into\\u00a0this\\u00a0trade,\\u00a0I\\u00a0was\\u00a0able\\u00a0to\\u00a0see\\u00a0all\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 challenges\\u00a0that\\u00a0made\\u00a0me\\u00a0want\\u00a0to\\u00a0get\\u00a0to\\u00a0 work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cTo\\u00a0think!!\\u00a0Use\\u00a0common\\u00a0sense\\u00a0when\\u00a0approaching\\u00a0any\\u00a0job.\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cReading\\u00a0articles\\u00a0about\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0 business\\u00a0and\\u00a0continuing\\u00a0to\\u00a0educate\\u00a0myself\\u00a0on\\u00a0how\\u00a0to\\u00a0fit\\u00a0this\\u00a0industry\\u00a0into\\u00a0this\\u00a0world\\u00a0that\\u00a0keeps\\u00a0evolving\\u201d\\u00a0\\u00a0\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c054124\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e7b4ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"9195df9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p1.jpg\",\"id\":676},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"300\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e5a3fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"16e9fac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ted Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc47661\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>25+\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>15\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cI\\u00a0really\\u00a0enjoy\\u00a0knowing\\u00a0that\\u00a0what\\u00a0we\\u00a0do\\u00a0matters.\\u00a0I\\u00a0have\\u00a0the opportunity\\u00a0to\\u00a0be\\u00a0involved\\u00a0in\\u00a0every\\u00a0industry\\/institution,\\u00a0so\\u00a0I\\u00a0am\\u00a0 able\\u00a0to\\u00a0see\\u00a0and\\u00a0be\\u00a0a\\u00a0part\\u00a0of\\u00a0a\\u00a0lot!\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0 business?\\u00a0 <strong>\\u201cLook.\\u00a0Listen.\\u00a0Learn.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cGoing\\u00a0out\\u00a0to\\u00a0eat\\u00a0and\\u00a0spending\\u00a0time\\u00a0with\\u00a0my\\u00a0loud\\u00a0family\\u201d\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8bd277e\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8a94d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"ab9ae3b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/92.jpg\",\"id\":679},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b929fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"0480362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeromy Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16ac035\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol>\\n \\t<li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>22 years full time\\u00a0\\u00a0<\\/strong><\\/li>\\n \\t<li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>8\\u00a0months<\\/strong><\\/li>\\n \\t<li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part? <strong>\\u201cThe\\u00a0nature\\u00a0of\\u00a0this business\\u00a0is\\u00a0exciting!!\\u00a0 Rarely\\u00a0are\\u00a0there\\u00a0two\\u00a0jobs\\u00a0that\\u00a0are\\u00a0the\\u00a0exact\\u00a0same.\\u00a0Figuring\\u00a0out\\u00a0the\\u00a0difficult\\u00a0jobs\\u00a0and\\u00a0then\\u00a0executing\\u00a0a\\u00a0plan\\u00a0perfectly\\u00a0with\\u00a0our\\u00a0team\\u00a0is\\u00a0what\\u00a0it\\u2019s\\u00a0all\\u00a0about.\\u201d<\\/strong><\\/li>\\n \\t<li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business<strong>?\\u00a0 \\u00a0 \\u201cDo\\u00a0your\\u00a0work\\u00a0100%.\\u00a0Nothing\\u00a0should\\u00a0be\\u00a0just\\u00a0good\\u00a0enough,\\u00a0complete\\u00a0it\\u00a0to\\u00a0the\\u00a0very\\u00a0best\\u00a0of\\u00a0your\\u00a0ability\\u00a0\\u00a0\\u00a0 and\\u00a0if\\u00a0it\\u00a0is\\u00a0still\\u00a0not\\u00a0perfect,ask\\u00a0for\\u00a0help\\u00a0to\\u00a0make\\u00a0it\\u00a0perfect.\\u00a0Take\\u00a0your\\u00a0time,\\u00a0jobs\\u00a0like\\u00a0these \\u00a0take\\u00a0 time.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li>\\n \\t<li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0was\\u00a0an\\u00a0MMA\\u00a0fighter\\u00a0for\\u00a0\\u00a0\\u00a0 many\\u00a0years.\\u00a0Currently\\u00a0looking\\u00a0for\\u00a0my\\u00a0next\\u00a0hobby.\\u201d<\\/strong><\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"543d250\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d050cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"bd14265\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p3.jpg\",\"id\":680}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"46b103a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4fd3d56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Gibbons\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"921c1d3\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business<strong>?\\u00a0 \\u201cI\\u00a0have\\u00a0been\\u00a0in\\u00a0the\\u00a0construction\\u00a0industry\\u00a0for\\u00a0over\\u00a020\\u00a0years\\u00a0on\\u00a0both\\u00a0sides\\u00a0of\\u00a0the\\u00a0Atlantic\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>5\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0work\\u00a0with\\u00a0our\\u00a0rigging\\u00a0crews.\\u00a0The\\u00a0guys\\u00a0in\\u00a0the\\u00a0field\\u00a0 are\\u00a0full\\u00a0of\\u00a0knowledge\\u00a0and\\u00a0have\\u00a0precise\\u00a0accuracy\\u00a0when\\u00a0on\\u00a0the\\u00a0job.\\u00a0 It\\u2019s\\u00a0fun\\u00a0to\\u00a0see\\u00a0them\\u00a0put\\u00a0their\\u00a0skills\\u00a0to\\u00a0work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cListen\\u00a0to\\u00a0those\\u00a0who\\u00a0have\\u00a0experience\\u00a0with\\u00a0this\\u00a0kind\\u00a0of\\u00a0work.\\u201d\\u00a0\\u00a0 \\u00a0 <\\/strong><\\/li><li><p>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cFly\\u00a0fishing\\u201d\\u00a0\\u00a0<\\/strong><\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7005acd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"b0822e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17fc8fa\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"06d5df4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17a24f6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"14cbafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0b17af3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f0c181e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"24b7249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"66fd030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2d587c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Here\'s What Our Customers Say\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\u201cWe\\u00a0have\\u00a0worked\\u00a0with\\u00a0ARS\\u00a0for\\u00a0more\\u00a0than\\u00a030\\u00a0years\\u00a0and\\u00a0have\\u00a0built\\u00a0a\\u00a0trusted\\u00a0relationship\\u00a0utilizing\\u00a0 their\\u00a0services\\u00a0for\\u00a0large\\u00a0Data\\u00a0center\\u00a0projects,\\u00a0hoisting,\\u00a0and\\u00a0setting\\u00a0generators,\\u00a0electrical switchgear,\\u00a0storage\\u00a0of\\u00a0equipment\\u00a0and\\u00a0much\\u00a0more.\\u00a0Thank\\u00a0you,\\u00a0ARS\\u00a0team.\\u201d\\u00a0 \",\"testi_author\":\"Daniel\",\"testi_author_job\":\"\",\"testi_img\":{\"url\":\"\",\"id\":\"\"}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\u201cThe\\u00a0ARS\\u00a0Foreman,\\u00a0Kevin,\\u00a0knew\\u00a0exactly\\u00a0what\\u00a0he\\u00a0needed\\u00a0to\\u00a0do\\u00a0to\\u00a0bring\\u00a0in\\u00a0the\\u00a0(4)\\u00a01000#\\u00a0Electrical\\u00a0 Switchgear\\u00a0sections\\u2026\\u00a0while\\u00a0traversing\\u00a0some\\u00a0challenging\\u00a0terrain\\u2026Kevin\\u2019s\\u00a0professionalism\\u00a0and\\u00a0 get\\u2010it\\u2010done\\u00a0[safely]\\u00a0attitude\\u00a0did,\\u00a0in\\u00a0fact,\\u00a0get\\u00a0the\\u00a0job\\u00a0done\\u00a0with\\u00a0extreme\\u00a0efficiency\\u00a0and\\u00a0not\\u00a0one\\u00a0 issue.\\u201d\",\"testi_author\":\"Michael\",\"testi_author_job\":\"\",\"testi_img\":{\"url\":\"\",\"id\":\"\"}},{\"testi_text\":\"\\u201cThe\\u00a0Museum\\u00a0Project\\u00a0required\\u00a0the\\u00a0backend\\u00a0(Generator)\\u00a0to\\u00a0be\\u00a0removed\\u00a0and\\u00a0shipped\\u00a0to\\u00a0the\\u00a0 repair\\u00a0shop.\\u00a0The\\u00a0detail\\u00a0that\\u00a0ARS\\u00a0Equipment\\u00a0Movers\\u00a0took\\u00a0to\\u00a0remove\\u00a0the\\u00a0backend\\u00a0from\\u00a0the\\u00a0job\\u00a0 site\\u00a0and\\u00a0return\\u00a0it\\u00a0after\\u00a0the\\u00a0repairs\\u00a0were\\u00a0made\\u00a0was\\u00a0nothing\\u00a0short\\u00a0of\\u00a0exemplary.\\u00a0They\\u00a0were\\u00a0 flawless\\u00a0in\\u00a0performing\\u00a0their\\u00a0duties.\\u00a0I\\u00a0will\\u00a0certainly\\u00a0use\\u00a0them\\u00a0again.\\u201d\\u00a0 \",\"testi_author\":\"Vince\",\"testi_author_job\":\"\",\"_id\":\"6a776aa\"}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\",\"_css_classes\":\"customer-syas\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(4146,867,'_elementor_template_type','wp-post'),(4149,868,'_wp_page_template','template/page-builder-template.php'),(4150,868,'_elementor_data','[{\"id\":\"787d5c6b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"20\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"id\":338,\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/05\\/ARS-header-photo-rev-1.png\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color_b\":\"#2d2d2d\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":100},\"custom_height\":{\"unit\":\"px\",\"size\":\"663\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"height\":\"full\",\"background_video_fallback\":{\"id\":79,\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/bg-fallback.jpg\"},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"21feba2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"home-banner-text\"},\"elements\":[{\"id\":\"5af5fe4\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"ARS CONTRACTING, INC.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_title_font_weight\":\"500\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":12},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_2\":\"#FFFFFF\",\"title_margin_bottom\":-10,\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":10},\"align_mobile\":\"left\",\"title_size\":\"h1\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c2b71c4\",\"elType\":\"widget\",\"settings\":{\"the_title\":\"Certified Riggers & Machinery Movers\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":80},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_1\":\"#ffffff\",\"choose_style\":\"2\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":65},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":70},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"81cb3fc\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<h2 style=\\\"color: white;\\\"><b>Moving America\\u2019s Businesses<\\/b><\\/h2>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_text_block_line_height\":{\"unit\":\"px\",\"size\":28},\"color_text_block\":\"#FDF8F8\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"text_block_align_mobile\":\"left\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_text_block_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"586b5444\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"hover_animation\":\"sink\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeInUp\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e1426a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"9414b9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bad6cf\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Services\",\"description_text\":\"Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":482,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/crane-48591-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255, 255, 255, 0)\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"154f0f93\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c2e578e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Exceptional Safety Rating\",\"description_text\":\"We have one of the best safety ratings in the industry & we are certified riggers\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":379,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/Safety-Rev-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":19},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4a35cdf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bfab3bb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Industries\",\"description_text\":\"We offer outstanding service to most industries including contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers\\/building owners, and more\\n\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":378,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/gears.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3334b860\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#eaeaea\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fb97c40\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.042999999999999,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57bdcd45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":11,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image2-1.jpg\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"align\":\"left\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5b694d6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.957000000000001,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2161d8d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"For almost 30 years, ARS Contracting, Inc. has built a national reputation for rigging, machinery moving, hauling and lifting components that keep America\\u2019s businesses moving. We\\u2019re dedicated to solving problems for our clients by using innovation and technology to constantly move the industry forward. By doing so, this can result in lowering overall project costs for our customers.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":19},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":45},\"the_subtitle\":\"Since 1991\",\"typography_subtitle_typography\":\"custom\",\"typography_subtitle_font_family\":\"Lato\",\"typography_subtitle_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_subtitle_font_weight\":\"300\",\"typography_subtitle_text_transform\":\"uppercase\",\"typography_subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":34},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":30},\"title_size\":\"h6\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"23901ed0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60cf4773\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1800},\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"_element_id\":\"projects\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7352b447\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"97cfb80\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"333b722f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d4210f\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Services We Offer\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"4c49f11d\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"43ef6c3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"7d11f6a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL SERVICES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d246d91\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"9\",\"width\":\"585\",\"height\":\"390\",\"caption_vertical\":{\"unit\":\"%\",\"size\":50},\"caption_horizontal\":{\"unit\":\"%\",\"size\":50},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":15,\"use_padding\":\"use\",\"padding_size\":{\"unit\":\"px\",\"size\":15},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"title_hover_effect\":\"ih-fade-down\",\"title_margin_bottom\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_family\":\"Raleway\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"category_hover_effect\":\"ih-fade-up\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"filter_style1_color\":\"#ffffff\",\"filter_style1_hov_color\":\"#ffffff\",\"filter_style1_bord_hov_color\":\"#3315C6\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_portfolio_title_line_height_mobile\":{\"unit\":\"px\",\"size\":24},\"title_margin_bottom_mobile\":5,\"typography_portfolio_category_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"filter_mobile_bord_bg_color\":\"#2b2b2b\",\"filter_mobile_bord_hov_color\":\"#2b2b2b\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"filter_padding_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"filter_align\":\"center\",\"filter_style\":\"style-2\",\"filter_style2_color\":\"#FFFFFF\",\"filter_style2_hov_color\":\"#8AABCA\",\"filter_style2_border_hov_color\":\"#8AABCA\",\"category_hover_delay\":\"ih-delay-xs\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"orderby\":\"title\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f3e067f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/image-port-7.jpg\",\"id\":22},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#7A7A7A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ef29580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"788dae8b\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"30\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#ffffff\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#ffffff\",\"choose_column\":\"1\",\"typhography_blockquote_color\":\"#ffffff\",\"navigation_dots_color\":\"#ffffff\",\"autoplay\":\"use\",\"autoplay_ms\":2000,\"auto_loop\":\"use\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"50e8eeb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"4169d630\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/1693-logo.jpg\",\"id\":570},\"_id\":\"373378a\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT.jpg\",\"id\":571},\"_id\":\"5b20e48\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IMPACTLogo.jpg\",\"id\":572},\"_id\":\"0da84d8\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra.jpg\",\"id\":573},\"_id\":\"cc18593\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574},\"_id\":\"306ecd3\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/Riggers.jpg\",\"id\":569},\"_id\":\"ab6cc54\"}],\"mobile_choose_column\":\"mobile-column-2\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":20,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":9},\"_css_classes\":\"client-logos\"},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46b4cfee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190},\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"763dcf8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"60111074\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6daf8247\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1f8fca5\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Industries We Serve\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"5e67d616\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ddd3ef5\",\"elType\":\"widget\",\"settings\":{\"color_text_block\":\"#555555\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":26}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":true},{\"id\":\"24b615c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1dd27b4a\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL INDUSTRIES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"rgba(243, 235, 235, 0.3)\",\"border_color\":\"#000000\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/industries\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8133960\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6238ce7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7de5ddc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[gedung_industries_home]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd640fa\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"12\",\"post_margin_bottom\":\"30\",\"horizontal_col_select_col2\":\"column-3\",\"width\":\"535\",\"height\":\"355\",\"height_grid2\":\"400\",\"use_category\":\"\",\"use_author\":\"\",\"use_date\":\"\",\"use_excerpt\":\"\",\"read_more_text\":\"Read More\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"typography_post_title_typography\":\"custom\",\"typography_post_title_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typhography_read_more_color_masonry\":\"#D7D7D7\",\"typhography_title_color\":\"#2B4D7B\",\"typhography_read_more_bg_color_masonry\":\"#FFFFFF\",\"read_more_title_hov_color\":\"#FFFFFF\",\"typhography_read_more_bg_hover_masonry\":\"#C7B4B4\",\"typography_post_read_more_typography\":\"custom\",\"_background_background\":\"classic\",\"_background_color\":\"#FEFEFE\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"gedung-post-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf3159\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c1572fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd675da\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"70618554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.68,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"700616c\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"419c7848\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1bc1cc0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"align_tablet\":\"center\",\"button_hover_border_color\":\"#ffffff\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(4151,868,'_elementor_version','2.9.9'),(4152,868,'_elementor_template_type','wp-post'),(4153,868,'_thumbnail_id','338'),(4154,868,'_elementor_edit_mode','builder'),(4155,868,'_elementor_css','a:5:{s:4:\"time\";i:1595591625;s:5:\"fonts\";a:3:{i:0;s:10:\"Montserrat\";i:1;s:4:\"Lato\";i:3;s:7:\"Raleway\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4165,870,'_wp_page_template','default'),(4166,870,'_elementor_edit_mode','builder'),(4167,870,'_elementor_version','2.9.9'),(4168,870,'_elementor_data','[{\"id\":\"796f4fe\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67eab385\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1c99276b\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Case Studies\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"77cab155\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4cf73f7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d69a09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac7f7b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/Case-study-1_page-0001.jpg\",\"id\":853}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35474d9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a91f239\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d39130\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/case-study-2_page-0001.jpg\",\"id\":854},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cac608a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"2cebcecb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"299c5023\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"54294708\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7de2c753\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(4169,870,'_elementor_template_type','wp-post'),(4170,870,'_elementor_css','a:5:{s:4:\"time\";i:1595583960;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4172,871,'_wp_page_template','default'),(4173,871,'_elementor_edit_mode','builder'),(4174,871,'_elementor_version','2.9.9'),(4175,871,'_elementor_data','[{\"id\":\"796f4fe\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67eab385\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1c99276b\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Case Studies\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"77cab155\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4cf73f7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d69a09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac7f7b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/Case-study-1_page-0001.jpg\",\"id\":853}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35474d9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a91f239\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1d39130\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/case-study-2_page-0001.jpg\",\"id\":854},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cac608a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"2cebcecb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"299c5023\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"54294708\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7de2c753\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(4176,871,'_elementor_template_type','wp-post'),(4179,872,'_wp_page_template','template/page-builder-template.php'),(4180,872,'_elementor_edit_mode','builder'),(4181,872,'_elementor_version','2.9.9'),(4182,872,'_elementor_data','[{\"id\":\"7673b2a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40f6e83\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d01e9c6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3693055\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3150906\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image43.png\",\"id\":838},\"align\":\"left\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"400\"},\"_css_classes\":\"history-cap\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"956a3d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e4ae49d\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"00531fa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"9a348ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a7203c\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise directs every situation.\\u00a0 We can quickly understand and<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"1d67695\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f25849d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image37.jpg\",\"id\":840},\"align\":\"left\",\"_css_classes\":\"history-cap\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7759086\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cbbb86\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9bac57a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"74b493a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f3d4169\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"20230aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.956,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9a3568b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image38.jpg\",\"id\":841},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0b5824c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.027000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ccf0ad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d0d1f44\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cbb1174\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1436938\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3ff4780\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9f893a1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"e0937c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84.724999999999994,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b07afc2\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"9de3470\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15.257999999999999,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46eae88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd3.png\",\"id\":674},\"align\":\"right\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"422c0c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"d806c09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6a680d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1df7366\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"503b817\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef81faf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"3973e79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f7691\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c952bb5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d06c5c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56d4482\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa0a24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"c73ea72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image2.jpg\",\"id\":831}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6d0a072\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4b2d053\",\"elType\":\"widget\",\"settings\":{\"title\":\"George \\u201cRed\\u201d Gilmartin \\u2010 President\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6370ba7\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>43\\u00a0years<\\/strong>\\u00a0<\\/li><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0have\\u00a0owned\\u00a0ARS\\u00a0Contracting,\\u00a0Inc\\u00a0for\\u00a030\\u00a0years\\u201d<\\/strong>\\u00a0<\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0move\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 equipment\\u00a0that\\u00a0is\\u00a0challenging.\\u00a0When\\u00a0I\\u00a0first\\u00a0got\\u00a0into\\u00a0this\\u00a0trade,\\u00a0I\\u00a0was\\u00a0able\\u00a0to\\u00a0see\\u00a0all\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 challenges\\u00a0that\\u00a0made\\u00a0me\\u00a0want\\u00a0to\\u00a0get\\u00a0to\\u00a0 work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cTo\\u00a0think!!\\u00a0Use\\u00a0common\\u00a0sense\\u00a0when\\u00a0approaching\\u00a0any\\u00a0job.\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cReading\\u00a0articles\\u00a0about\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0 business\\u00a0and\\u00a0continuing\\u00a0to\\u00a0educate\\u00a0myself\\u00a0on\\u00a0how\\u00a0to\\u00a0fit\\u00a0this\\u00a0industry\\u00a0into\\u00a0this\\u00a0world\\u00a0that\\u00a0keeps\\u00a0evolving\\u201d\\u00a0\\u00a0\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c054124\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e7b4ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"9195df9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p1.jpg\",\"id\":676},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"300\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e5a3fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"16e9fac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ted Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc47661\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>25+\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>15\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cI\\u00a0really\\u00a0enjoy\\u00a0knowing\\u00a0that\\u00a0what\\u00a0we\\u00a0do\\u00a0matters.\\u00a0I\\u00a0have\\u00a0the opportunity\\u00a0to\\u00a0be\\u00a0involved\\u00a0in\\u00a0every\\u00a0industry\\/institution,\\u00a0so\\u00a0I\\u00a0am\\u00a0 able\\u00a0to\\u00a0see\\u00a0and\\u00a0be\\u00a0a\\u00a0part\\u00a0of\\u00a0a\\u00a0lot!\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0 business?\\u00a0 <strong>\\u201cLook.\\u00a0Listen.\\u00a0Learn.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cGoing\\u00a0out\\u00a0to\\u00a0eat\\u00a0and\\u00a0spending\\u00a0time\\u00a0with\\u00a0my\\u00a0loud\\u00a0family\\u201d\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8bd277e\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8a94d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"ab9ae3b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/92.jpg\",\"id\":679},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b929fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"0480362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeromy Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16ac035\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol>\\n \\t<li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>22 years full time\\u00a0\\u00a0<\\/strong><\\/li>\\n \\t<li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>8\\u00a0months<\\/strong><\\/li>\\n \\t<li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part? <strong>\\u201cThe\\u00a0nature\\u00a0of\\u00a0this business\\u00a0is\\u00a0exciting!!\\u00a0 Rarely\\u00a0are\\u00a0there\\u00a0two\\u00a0jobs\\u00a0that\\u00a0are\\u00a0the\\u00a0exact\\u00a0same.\\u00a0Figuring\\u00a0out\\u00a0the\\u00a0difficult\\u00a0jobs\\u00a0and\\u00a0then\\u00a0executing\\u00a0a\\u00a0plan\\u00a0perfectly\\u00a0with\\u00a0our\\u00a0team\\u00a0is\\u00a0what\\u00a0it\\u2019s\\u00a0all\\u00a0about.\\u201d<\\/strong><\\/li>\\n \\t<li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business<strong>?\\u00a0 \\u00a0 \\u201cDo\\u00a0your\\u00a0work\\u00a0100%.\\u00a0Nothing\\u00a0should\\u00a0be\\u00a0just\\u00a0good\\u00a0enough,\\u00a0complete\\u00a0it\\u00a0to\\u00a0the\\u00a0very\\u00a0best\\u00a0of\\u00a0your\\u00a0ability\\u00a0\\u00a0\\u00a0 and\\u00a0if\\u00a0it\\u00a0is\\u00a0still\\u00a0not\\u00a0perfect,ask\\u00a0for\\u00a0help\\u00a0to\\u00a0make\\u00a0it\\u00a0perfect.\\u00a0Take\\u00a0your\\u00a0time,\\u00a0jobs\\u00a0like\\u00a0these \\u00a0take\\u00a0 time.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li>\\n \\t<li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0was\\u00a0an\\u00a0MMA\\u00a0fighter\\u00a0for\\u00a0\\u00a0\\u00a0 many\\u00a0years.\\u00a0Currently\\u00a0looking\\u00a0for\\u00a0my\\u00a0next\\u00a0hobby.\\u201d<\\/strong><\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"543d250\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d050cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"bd14265\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p3.jpg\",\"id\":680}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"46b103a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4fd3d56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Gibbons\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"921c1d3\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business<strong>?\\u00a0 \\u201cI\\u00a0have\\u00a0been\\u00a0in\\u00a0the\\u00a0construction\\u00a0industry\\u00a0for\\u00a0over\\u00a020\\u00a0years\\u00a0on\\u00a0both\\u00a0sides\\u00a0of\\u00a0the\\u00a0Atlantic\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>5\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0work\\u00a0with\\u00a0our\\u00a0rigging\\u00a0crews.\\u00a0The\\u00a0guys\\u00a0in\\u00a0the\\u00a0field\\u00a0 are\\u00a0full\\u00a0of\\u00a0knowledge\\u00a0and\\u00a0have\\u00a0precise\\u00a0accuracy\\u00a0when\\u00a0on\\u00a0the\\u00a0job.\\u00a0 It\\u2019s\\u00a0fun\\u00a0to\\u00a0see\\u00a0them\\u00a0put\\u00a0their\\u00a0skills\\u00a0to\\u00a0work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cListen\\u00a0to\\u00a0those\\u00a0who\\u00a0have\\u00a0experience\\u00a0with\\u00a0this\\u00a0kind\\u00a0of\\u00a0work.\\u201d\\u00a0\\u00a0 \\u00a0 <\\/strong><\\/li><li><p>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cFly\\u00a0fishing\\u201d\\u00a0\\u00a0<\\/strong><\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7005acd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"b0822e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17fc8fa\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"06d5df4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17a24f6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"14cbafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0b17af3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f0c181e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"24b7249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"66fd030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2d587c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Here\'s What Our Customers Say\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\u201cWe\\u00a0have\\u00a0worked\\u00a0with\\u00a0ARS\\u00a0for\\u00a0more\\u00a0than\\u00a030\\u00a0years\\u00a0and\\u00a0have\\u00a0built\\u00a0a\\u00a0trusted\\u00a0relationship\\u00a0utilizing\\u00a0 their\\u00a0services\\u00a0for\\u00a0large\\u00a0Data\\u00a0center\\u00a0projects,\\u00a0hoisting,\\u00a0and\\u00a0setting\\u00a0generators,\\u00a0electrical switchgear,\\u00a0storage\\u00a0of\\u00a0equipment\\u00a0and\\u00a0much\\u00a0more.\\u00a0Thank\\u00a0you,\\u00a0ARS\\u00a0team.\\u201d\\u00a0 \",\"testi_author\":\"Daniel\",\"testi_author_job\":\"\",\"testi_img\":{\"url\":\"\",\"id\":\"\"}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\u201cThe\\u00a0ARS\\u00a0Foreman,\\u00a0Kevin,\\u00a0knew\\u00a0exactly\\u00a0what\\u00a0he\\u00a0needed\\u00a0to\\u00a0do\\u00a0to\\u00a0bring\\u00a0in\\u00a0the\\u00a0(4)\\u00a01000#\\u00a0Electrical\\u00a0 Switchgear\\u00a0sections\\u2026\\u00a0while\\u00a0traversing\\u00a0some\\u00a0challenging\\u00a0terrain\\u2026Kevin\\u2019s\\u00a0professionalism\\u00a0and\\u00a0 get\\u2010it\\u2010done\\u00a0[safely]\\u00a0attitude\\u00a0did,\\u00a0in\\u00a0fact,\\u00a0get\\u00a0the\\u00a0job\\u00a0done\\u00a0with\\u00a0extreme\\u00a0efficiency\\u00a0and\\u00a0not\\u00a0one\\u00a0 issue.\\u201d\",\"testi_author\":\"Michael\",\"testi_author_job\":\"\",\"testi_img\":{\"url\":\"\",\"id\":\"\"}},{\"testi_text\":\"\\u201cThe\\u00a0Museum\\u00a0Project\\u00a0required\\u00a0the\\u00a0backend\\u00a0(Generator)\\u00a0to\\u00a0be\\u00a0removed\\u00a0and\\u00a0shipped\\u00a0to\\u00a0the\\u00a0 repair\\u00a0shop.\\u00a0The\\u00a0detail\\u00a0that\\u00a0ARS\\u00a0Equipment\\u00a0Movers\\u00a0took\\u00a0to\\u00a0remove\\u00a0the\\u00a0backend\\u00a0from\\u00a0the\\u00a0job\\u00a0 site\\u00a0and\\u00a0return\\u00a0it\\u00a0after\\u00a0the\\u00a0repairs\\u00a0were\\u00a0made\\u00a0was\\u00a0nothing\\u00a0short\\u00a0of\\u00a0exemplary.\\u00a0They\\u00a0were\\u00a0 flawless\\u00a0in\\u00a0performing\\u00a0their\\u00a0duties.\\u00a0I\\u00a0will\\u00a0certainly\\u00a0use\\u00a0them\\u00a0again.\\u201d\\u00a0 \",\"testi_author\":\"Vince\",\"testi_author_job\":\"\",\"_id\":\"6a776aa\"}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\",\"_css_classes\":\"customer-syas\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(4183,872,'_elementor_template_type','wp-post'),(4184,872,'_elementor_css','a:5:{s:4:\"time\";i:1595591747;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4187,873,'_wp_page_template','template/page-builder-template.php'),(4188,873,'_elementor_data','[{\"id\":\"787d5c6b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"20\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"id\":338,\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/05\\/ARS-header-photo-rev-1.png\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color_b\":\"#2d2d2d\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":100},\"custom_height\":{\"unit\":\"px\",\"size\":\"663\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"height\":\"full\",\"background_video_fallback\":{\"id\":79,\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/bg-fallback.jpg\"},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"21feba2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"home-banner-text\"},\"elements\":[{\"id\":\"5af5fe4\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"ARS CONTRACTING, INC.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_title_font_weight\":\"500\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":12},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_2\":\"#FFFFFF\",\"title_margin_bottom\":-10,\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":10},\"align_mobile\":\"left\",\"title_size\":\"h1\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c2b71c4\",\"elType\":\"widget\",\"settings\":{\"the_title\":\"Certified Riggers & Machinery Movers\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":80},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_1\":\"#ffffff\",\"choose_style\":\"2\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":65},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":70},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"81cb3fc\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<h2 style=\\\"color: white;\\\"><b>Moving America\\u2019s Businesses<\\/b><\\/h2>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_text_block_line_height\":{\"unit\":\"px\",\"size\":28},\"color_text_block\":\"#FDF8F8\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"text_block_align_mobile\":\"left\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_text_block_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"586b5444\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"hover_animation\":\"sink\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeInUp\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e1426a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"9414b9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bad6cf\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Services\",\"description_text\":\"Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":482,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/crane-48591-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255, 255, 255, 0)\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"154f0f93\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c2e578e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Exceptional Safety Rating\",\"description_text\":\"We have one of the best safety ratings in the industry & we are certified riggers\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":379,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/Safety-Rev-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":19},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4a35cdf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bfab3bb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Industries\",\"description_text\":\"We offer outstanding service to most industries including contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers\\/building owners, and more\\n\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":378,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/gears.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3334b860\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#eaeaea\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fb97c40\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.042999999999999,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57bdcd45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":11,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image2-1.jpg\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"align\":\"left\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5b694d6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.957000000000001,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2161d8d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"For almost 30 years, ARS Contracting, Inc. has built a national reputation for rigging, machinery moving, hauling and lifting components that keep America\\u2019s businesses moving. We\\u2019re dedicated to solving problems for our clients by using innovation and technology to constantly move the industry forward. By doing so, this can result in lowering overall project costs for our customers.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":19},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":45},\"the_subtitle\":\"Since 1991\",\"typography_subtitle_typography\":\"custom\",\"typography_subtitle_font_family\":\"Lato\",\"typography_subtitle_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_subtitle_font_weight\":\"300\",\"typography_subtitle_text_transform\":\"uppercase\",\"typography_subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":34},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":30},\"title_size\":\"h6\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"23901ed0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60cf4773\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1800},\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"_element_id\":\"projects\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7352b447\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"97cfb80\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"333b722f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d4210f\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Services We Offer\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"4c49f11d\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"43ef6c3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"7d11f6a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL SERVICES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d246d91\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"9\",\"width\":\"585\",\"height\":\"390\",\"caption_vertical\":{\"unit\":\"%\",\"size\":50},\"caption_horizontal\":{\"unit\":\"%\",\"size\":50},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":15,\"use_padding\":\"use\",\"padding_size\":{\"unit\":\"px\",\"size\":15},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"title_hover_effect\":\"ih-fade-down\",\"title_margin_bottom\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_family\":\"Raleway\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"category_hover_effect\":\"ih-fade-up\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"filter_style1_color\":\"#ffffff\",\"filter_style1_hov_color\":\"#ffffff\",\"filter_style1_bord_hov_color\":\"#3315C6\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_portfolio_title_line_height_mobile\":{\"unit\":\"px\",\"size\":24},\"title_margin_bottom_mobile\":5,\"typography_portfolio_category_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"filter_mobile_bord_bg_color\":\"#2b2b2b\",\"filter_mobile_bord_hov_color\":\"#2b2b2b\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"filter_padding_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"filter_align\":\"center\",\"filter_style\":\"style-2\",\"filter_style2_color\":\"#FFFFFF\",\"filter_style2_hov_color\":\"#8AABCA\",\"filter_style2_border_hov_color\":\"#8AABCA\",\"category_hover_delay\":\"ih-delay-xs\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"orderby\":\"none\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f3e067f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/image-port-7.jpg\",\"id\":22},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#7A7A7A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ef29580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"788dae8b\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"30\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#ffffff\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#ffffff\",\"choose_column\":\"1\",\"typhography_blockquote_color\":\"#ffffff\",\"navigation_dots_color\":\"#ffffff\",\"autoplay\":\"use\",\"autoplay_ms\":2000,\"auto_loop\":\"use\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"50e8eeb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"4169d630\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/1693-logo.jpg\",\"id\":570},\"_id\":\"373378a\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT.jpg\",\"id\":571},\"_id\":\"5b20e48\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IMPACTLogo.jpg\",\"id\":572},\"_id\":\"0da84d8\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra.jpg\",\"id\":573},\"_id\":\"cc18593\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574},\"_id\":\"306ecd3\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/Riggers.jpg\",\"id\":569},\"_id\":\"ab6cc54\"}],\"mobile_choose_column\":\"mobile-column-2\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":20,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":9},\"_css_classes\":\"client-logos\"},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46b4cfee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190},\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"763dcf8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"60111074\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6daf8247\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1f8fca5\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Industries We Serve\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"5e67d616\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ddd3ef5\",\"elType\":\"widget\",\"settings\":{\"color_text_block\":\"#555555\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":26}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":true},{\"id\":\"24b615c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1dd27b4a\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL INDUSTRIES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"rgba(243, 235, 235, 0.3)\",\"border_color\":\"#000000\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/industries\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8133960\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6238ce7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7de5ddc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[gedung_industries_home]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd640fa\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"12\",\"post_margin_bottom\":\"30\",\"horizontal_col_select_col2\":\"column-3\",\"width\":\"535\",\"height\":\"355\",\"height_grid2\":\"400\",\"use_category\":\"\",\"use_author\":\"\",\"use_date\":\"\",\"use_excerpt\":\"\",\"read_more_text\":\"Read More\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"typography_post_title_typography\":\"custom\",\"typography_post_title_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typhography_read_more_color_masonry\":\"#D7D7D7\",\"typhography_title_color\":\"#2B4D7B\",\"typhography_read_more_bg_color_masonry\":\"#FFFFFF\",\"read_more_title_hov_color\":\"#FFFFFF\",\"typhography_read_more_bg_hover_masonry\":\"#C7B4B4\",\"typography_post_read_more_typography\":\"custom\",\"_background_background\":\"classic\",\"_background_color\":\"#FEFEFE\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"gedung-post-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf3159\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c1572fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd675da\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"70618554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.68,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"700616c\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"419c7848\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1bc1cc0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"align_tablet\":\"center\",\"button_hover_border_color\":\"#ffffff\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(4189,873,'_elementor_version','2.9.9'),(4190,873,'_elementor_template_type','wp-post'),(4191,873,'_thumbnail_id','338'),(4192,873,'_elementor_edit_mode','builder'),(4193,873,'_elementor_css','a:5:{s:4:\"time\";i:1595591764;s:5:\"fonts\";a:3:{i:0;s:10:\"Montserrat\";i:1;s:4:\"Lato\";i:3;s:7:\"Raleway\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4196,874,'_wp_page_template','default'),(4197,874,'_thumbnail_id','714'),(4198,874,'_elementor_edit_mode','builder'),(4199,874,'_elementor_template_type','wp-post'),(4200,874,'_elementor_version','2.9.9'),(4201,874,'_elementor_data','[{\"id\":\"3f1f5281\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"502ddebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5172ddc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Suspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\\n<blockquote>Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae.<\\/blockquote>\\nVivamus pulvinar urna nec ipsum interdum blandit. Phasellus molestie feugiat hendrerit. Interdum et malesuada fames ac ante ipsum primis in faucibus. Suspendisse ut dapibus elit. Vivamus dui justo, dapibus nec fermentum sodales, convallis a nisi. Nullam auctor ante metus, eu lacinia mauris hendrerit a. Donec maximus porta turpis non venenatis. Pellentesque quis odio nec ex vestibulum ornare vel at erat. Vestibulum fringilla mauris quis mi pellentesque, a convallis turpis cursus. Praesent molestie, arcu vel faucibus tristique, erat lorem interdum libero, eget maximus mauris augue sed quam. Duis sit amet fringilla felis. Phasellus eget eros vitae dui finibus tincidunt vitae non sapien. Aliquam erat volutpat. Praesent volutpat, nibh eget viverra tristique, odio dolor iaculis elit, eget tincidunt felis arcu nec lectus. Nulla fermentum lorem a massa laoreet, non tincidunt dolor scelerisque.\\n\\n<img class=\\\"size-medium wp-image-6 alignleft\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/blog-5-1-300x200.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"200\\\">Aenean faucibus libero ultrices tincidunt pretium. Vestibulum id mi eget massa scelerisque facilisis vel semper nisl. Mauris pulvinar scelerisque fringilla. Ut eu mauris aliquet, mattis sem eleifend, vehicula massa. Nullam sit amet condimentum urna, a convallis nibh. Nulla at porttitor nulla. In hac habitasse platea dictumst. Donec ut pretium eros, eget condimentum augue. Vivamus venenatis leo sed dolor mattis imperdiet.\\n\\nProin in orci quis elit blandit imperdiet ut eu enim. Nulla mattis arcu eget nisi eleifend, non pellentesque augue mollis. Ut mauris ligula, interdum sed lobortis eu, fermentum vel neque. Maecenas facilisis erat quis augue fermentum vestibulum. Aenean vel sem ac tellus luctus efficitur. Mauris ultrices non libero eget auctor. Mauris rhoncus, risus ac dapibus rhoncus, dui purus ultrices lorem, efficitur gravida elit turpis quis metus.\\n\\nSed varius eros eu lorem condimentum, ac rutrum ex pharetra. Integer vitae tincidunt ipsum, vitae lacinia lacus. Aenean ac maximus eros, eu posuere erat. Sed efficitur magna vitae erat vehicula elementum. Ut cursus purus id tellus volutpat tempus. Mauris lacus eros, fermentum vitae congue volutpat, tincidunt non risus. Quisque at mollis nibh. Nulla aliquet placerat mollis. Morbi luctus porttitor ultricies. Phasellus ullamcorper in arcu ut ultricies. Donec odio nisl, iaculis eget odio id, tempor pulvinar justo. Phasellus sit amet dolor sit amet neque ultrices posuere sed nec neque. Pellentesque cursus varius sagittis. Duis placerat porta risus ac sagittis.\\n\\n<img class=\\\"aligncenter wp-image-5 size-full\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/blog-4-1.jpg\\\" alt=\\\"\\\" width=\\\"1200\\\" height=\\\"800\\\">\\n\\nUt tempus malesuada neque, laoreet ornare magna vehicula a. Curabitur augue nibh, faucibus id faucibus in, tincidunt et justo. Nulla facilisis tempus ligula ut venenatis. Donec diam felis, volutpat maximus viverra quis, maximus a leo. Quisque vestibulum tortor justo. Nullam nec venenatis urna, vel suscipit massa. Proin sed rutrum magna, sed blandit lacus. Donec dolor risus, tempor et ipsum vel, convallis vehicula urna. Sed vel elit accumsan diam condimentum finibus vel sollicitudin risus. Nunc a venenatis mi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed sed tellus urna. Sed hendrerit a justo ac sodales.\\n\\n<img class=\\\"size-medium wp-image-10 alignright\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image3-1-300x200.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"200\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut suscipit odio ante, id dapibus elit condimentum vitae. Maecenas eget orci vitae enim accumsan mollis. In congue nunc velit, sit amet eleifend velit cursus vitae. Morbi lorem massa, lobortis id bibendum et, rhoncus porttitor tortor. Aenean eget orci pulvinar, tincidunt neque quis, aliquam lectus. Etiam nec malesuada tortor. Sed id condimentum turpis. Quisque non fermentum est. Integer lobortis turpis a justo dignissim, sit amet accumsan sem pulvinar. Morbi mollis vitae libero in rhoncus. Vestibulum at arcu faucibus, congue diam sit amet, viverra velit. Sed rutrum urna ut dolor dignissim suscipit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Maecenas ultrices justo metus, quis facilisis justo interdum nec. Donec luctus ligula elit, eget varius urna sodales at. Mauris enim risus, cursus at nulla eget, mattis imperdiet orci.\\n\\nSuspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4202,874,'_elementor_css','a:6:{s:4:\"time\";i:1592509819;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(4203,875,'_wp_page_template','default'),(4204,875,'_thumbnail_id','714'),(4205,875,'_elementor_edit_mode','builder'),(4206,875,'_elementor_template_type','wp-post'),(4207,875,'_elementor_version','2.9.9'),(4208,875,'_elementor_data','[{\"id\":\"3f1f5281\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"502ddebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5172ddc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u25aa<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0 <\\/span><span style=\\\"font-weight: 400;\\\">Our expertise and up-to-date training enable our team to work with a range of contractors. We work with general contractors to assess the overall project and provide detailed plans to implement moves and set up equipment.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">\\u25aa<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0 <\\/span><span style=\\\"font-weight: 400;\\\">Electrical \\u2013 our team collaborates with electrical contractors on a variety of equipment moves including generators, switchgears, transformers and more.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">\\u25aa<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0 <\\/span><span style=\\\"font-weight: 400;\\\">Mechanical \\u2013 Our experience with mechanical contractors extends to moves and set up of a variety of equipment ranging from boilers and chillers to cooling towers and more. <\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4209,875,'_elementor_css','a:6:{s:4:\"time\";i:1592509819;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(4212,876,'_wp_page_template','default'),(4213,876,'_thumbnail_id','714'),(4214,876,'_elementor_edit_mode','builder'),(4215,876,'_elementor_template_type','wp-post'),(4216,876,'_elementor_version','2.9.9'),(4217,876,'_elementor_data','[{\"id\":\"3f1f5281\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"502ddebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5172ddc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u25aa<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0 <\\/span><span style=\\\"font-weight: 400;\\\">Our expertise and up-to-date training enable our team to work with a range of contractors. We work with general contractors to assess the overall project and provide detailed plans to implement moves and set up equipment.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">\\u25aa<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0 <\\/span><span style=\\\"font-weight: 400;\\\">Electrical \\u2013 our team collaborates with electrical contractors on a variety of equipment moves including generators, switchgears, transformers and more.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">\\u25aa<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0 <\\/span><span style=\\\"font-weight: 400;\\\">Mechanical \\u2013 Our experience with mechanical contractors extends to moves and set up of a variety of equipment ranging from boilers and chillers to cooling towers and more. <\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4218,876,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(4219,877,'_thumbnail_id','850'),(4220,877,'_wp_page_template','default'),(4221,877,'_elementor_edit_mode','builder'),(4222,877,'_elementor_template_type','wp-post'),(4223,877,'_elementor_version','2.9.9'),(4224,54,'_elementor_data','[{\"id\":\"448fb2f7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2b0e58a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"47f587e2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our team of highly skilled and certified professionals works directly with architects and engineers to understand project details and plan each step of the process to ensure a smooth delivery and set up of equipment in any facility space.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">When you need a team accustomed to working with architectural plans, give us a call at <strong><a href=\\\"tel:800-358-8444\\\">800-358-8444<\\/a><\\/strong><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ed2e48\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"ind-sub-img\"},\"elements\":[{\"id\":\"5ff7e62\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"f18a8ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"465e4e3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2018\\/03\\/unnamed.jpg\",\"id\":850}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a884520\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(4225,878,'_thumbnail_id','850'),(4226,878,'_wp_page_template','default'),(4227,878,'_elementor_edit_mode','builder'),(4228,878,'_elementor_template_type','wp-post'),(4229,878,'_elementor_version','2.9.9'),(4230,878,'_elementor_data','[{\"id\":\"448fb2f7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2b0e58a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"47f587e2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">o<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0\\u00a0 <\\/span><span style=\\\"font-weight: 400;\\\">Our team of highly skilled and certified professionals works directly with architects and engineers to understand project details and plan each step of the process to ensure a smooth delivery and set up of equipment in any facility space.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">o<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0\\u00a0 <\\/span><span style=\\\"font-weight: 400;\\\">When you need a team accustomed to working with architectural plans, give us a call at 800-358-8444<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4233,879,'_wp_page_template','default'),(4234,879,'_thumbnail_id','852'),(4235,879,'_elementor_edit_mode','builder'),(4236,879,'_elementor_template_type','wp-post'),(4237,879,'_elementor_version','2.9.9'),(4238,879,'_elementor_data','[{\"id\":\"3f1f5281\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"502ddebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5172ddc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Suspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\\n<blockquote>Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae.<\\/blockquote>\\nVivamus pulvinar urna nec ipsum interdum blandit. Phasellus molestie feugiat hendrerit. Interdum et malesuada fames ac ante ipsum primis in faucibus. Suspendisse ut dapibus elit. Vivamus dui justo, dapibus nec fermentum sodales, convallis a nisi. Nullam auctor ante metus, eu lacinia mauris hendrerit a. Donec maximus porta turpis non venenatis. Pellentesque quis odio nec ex vestibulum ornare vel at erat. Vestibulum fringilla mauris quis mi pellentesque, a convallis turpis cursus. Praesent molestie, arcu vel faucibus tristique, erat lorem interdum libero, eget maximus mauris augue sed quam. Duis sit amet fringilla felis. Phasellus eget eros vitae dui finibus tincidunt vitae non sapien. Aliquam erat volutpat. Praesent volutpat, nibh eget viverra tristique, odio dolor iaculis elit, eget tincidunt felis arcu nec lectus. Nulla fermentum lorem a massa laoreet, non tincidunt dolor scelerisque.\\n\\n<img class=\\\"size-medium wp-image-6 alignleft\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/blog-5-1-300x200.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"200\\\">Aenean faucibus libero ultrices tincidunt pretium. Vestibulum id mi eget massa scelerisque facilisis vel semper nisl. Mauris pulvinar scelerisque fringilla. Ut eu mauris aliquet, mattis sem eleifend, vehicula massa. Nullam sit amet condimentum urna, a convallis nibh. Nulla at porttitor nulla. In hac habitasse platea dictumst. Donec ut pretium eros, eget condimentum augue. Vivamus venenatis leo sed dolor mattis imperdiet.\\n\\nProin in orci quis elit blandit imperdiet ut eu enim. Nulla mattis arcu eget nisi eleifend, non pellentesque augue mollis. Ut mauris ligula, interdum sed lobortis eu, fermentum vel neque. Maecenas facilisis erat quis augue fermentum vestibulum. Aenean vel sem ac tellus luctus efficitur. Mauris ultrices non libero eget auctor. Mauris rhoncus, risus ac dapibus rhoncus, dui purus ultrices lorem, efficitur gravida elit turpis quis metus.\\n\\nSed varius eros eu lorem condimentum, ac rutrum ex pharetra. Integer vitae tincidunt ipsum, vitae lacinia lacus. Aenean ac maximus eros, eu posuere erat. Sed efficitur magna vitae erat vehicula elementum. Ut cursus purus id tellus volutpat tempus. Mauris lacus eros, fermentum vitae congue volutpat, tincidunt non risus. Quisque at mollis nibh. Nulla aliquet placerat mollis. Morbi luctus porttitor ultricies. Phasellus ullamcorper in arcu ut ultricies. Donec odio nisl, iaculis eget odio id, tempor pulvinar justo. Phasellus sit amet dolor sit amet neque ultrices posuere sed nec neque. Pellentesque cursus varius sagittis. Duis placerat porta risus ac sagittis.\\n\\n<img class=\\\"aligncenter wp-image-5 size-full\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/blog-4-1.jpg\\\" alt=\\\"\\\" width=\\\"1200\\\" height=\\\"800\\\">\\n\\nUt tempus malesuada neque, laoreet ornare magna vehicula a. Curabitur augue nibh, faucibus id faucibus in, tincidunt et justo. Nulla facilisis tempus ligula ut venenatis. Donec diam felis, volutpat maximus viverra quis, maximus a leo. Quisque vestibulum tortor justo. Nullam nec venenatis urna, vel suscipit massa. Proin sed rutrum magna, sed blandit lacus. Donec dolor risus, tempor et ipsum vel, convallis vehicula urna. Sed vel elit accumsan diam condimentum finibus vel sollicitudin risus. Nunc a venenatis mi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed sed tellus urna. Sed hendrerit a justo ac sodales.\\n\\n<img class=\\\"size-medium wp-image-10 alignright\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image3-1-300x200.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"200\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut suscipit odio ante, id dapibus elit condimentum vitae. Maecenas eget orci vitae enim accumsan mollis. In congue nunc velit, sit amet eleifend velit cursus vitae. Morbi lorem massa, lobortis id bibendum et, rhoncus porttitor tortor. Aenean eget orci pulvinar, tincidunt neque quis, aliquam lectus. Etiam nec malesuada tortor. Sed id condimentum turpis. Quisque non fermentum est. Integer lobortis turpis a justo dignissim, sit amet accumsan sem pulvinar. Morbi mollis vitae libero in rhoncus. Vestibulum at arcu faucibus, congue diam sit amet, viverra velit. Sed rutrum urna ut dolor dignissim suscipit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Maecenas ultrices justo metus, quis facilisis justo interdum nec. Donec luctus ligula elit, eget varius urna sodales at. Mauris enim risus, cursus at nulla eget, mattis imperdiet orci.\\n\\nSuspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4239,879,'_elementor_css','a:6:{s:4:\"time\";i:1592509819;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(4240,880,'_wp_page_template','default'),(4241,880,'_thumbnail_id','852'),(4242,880,'_elementor_edit_mode','builder'),(4243,880,'_elementor_template_type','wp-post'),(4244,880,'_elementor_version','2.9.9'),(4245,880,'_elementor_data','[{\"id\":\"3f1f5281\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"502ddebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5172ddc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u25aa<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0 <\\/span><span style=\\\"font-weight: 400;\\\">Our expertise and up-to-date training enable our team to work with a range of contractors. We work with general contractors to assess the overall project and provide detailed plans to implement moves and set up equipment.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">\\u25aa<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0 <\\/span><span style=\\\"font-weight: 400;\\\">Electrical \\u2013 our team collaborates with electrical contractors on a variety of equipment moves including generators, switchgears, transformers and more.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">\\u25aa<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0 <\\/span><span style=\\\"font-weight: 400;\\\">Mechanical \\u2013 Our experience with mechanical contractors extends to moves and set up of a variety of equipment ranging from boilers and chillers to cooling towers and more.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">\\u25aa<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0 <\\/span><span style=\\\"font-weight: 400;\\\">Whether your move involves electrical or mechanical components, or a range of specialties, give us a call at 800-358-8444 to manage the overall process.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4246,880,'_elementor_css','a:6:{s:4:\"time\";i:1592509819;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(4249,881,'_wp_page_template','default'),(4250,881,'_thumbnail_id','715'),(4251,881,'_elementor_edit_mode','builder'),(4252,881,'_elementor_template_type','wp-post'),(4253,881,'_elementor_version','2.9.9'),(4254,881,'_elementor_data','[{\"id\":\"3f1f5281\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"502ddebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5172ddc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Suspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\\n<blockquote>Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae.<\\/blockquote>\\nVivamus pulvinar urna nec ipsum interdum blandit. Phasellus molestie feugiat hendrerit. Interdum et malesuada fames ac ante ipsum primis in faucibus. Suspendisse ut dapibus elit. Vivamus dui justo, dapibus nec fermentum sodales, convallis a nisi. Nullam auctor ante metus, eu lacinia mauris hendrerit a. Donec maximus porta turpis non venenatis. Pellentesque quis odio nec ex vestibulum ornare vel at erat. Vestibulum fringilla mauris quis mi pellentesque, a convallis turpis cursus. Praesent molestie, arcu vel faucibus tristique, erat lorem interdum libero, eget maximus mauris augue sed quam. Duis sit amet fringilla felis. Phasellus eget eros vitae dui finibus tincidunt vitae non sapien. Aliquam erat volutpat. Praesent volutpat, nibh eget viverra tristique, odio dolor iaculis elit, eget tincidunt felis arcu nec lectus. Nulla fermentum lorem a massa laoreet, non tincidunt dolor scelerisque.\\n\\n<img class=\\\"size-medium wp-image-6 alignleft\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/blog-5-1-300x200.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"200\\\">Aenean faucibus libero ultrices tincidunt pretium. Vestibulum id mi eget massa scelerisque facilisis vel semper nisl. Mauris pulvinar scelerisque fringilla. Ut eu mauris aliquet, mattis sem eleifend, vehicula massa. Nullam sit amet condimentum urna, a convallis nibh. Nulla at porttitor nulla. In hac habitasse platea dictumst. Donec ut pretium eros, eget condimentum augue. Vivamus venenatis leo sed dolor mattis imperdiet.\\n\\nProin in orci quis elit blandit imperdiet ut eu enim. Nulla mattis arcu eget nisi eleifend, non pellentesque augue mollis. Ut mauris ligula, interdum sed lobortis eu, fermentum vel neque. Maecenas facilisis erat quis augue fermentum vestibulum. Aenean vel sem ac tellus luctus efficitur. Mauris ultrices non libero eget auctor. Mauris rhoncus, risus ac dapibus rhoncus, dui purus ultrices lorem, efficitur gravida elit turpis quis metus.\\n\\nSed varius eros eu lorem condimentum, ac rutrum ex pharetra. Integer vitae tincidunt ipsum, vitae lacinia lacus. Aenean ac maximus eros, eu posuere erat. Sed efficitur magna vitae erat vehicula elementum. Ut cursus purus id tellus volutpat tempus. Mauris lacus eros, fermentum vitae congue volutpat, tincidunt non risus. Quisque at mollis nibh. Nulla aliquet placerat mollis. Morbi luctus porttitor ultricies. Phasellus ullamcorper in arcu ut ultricies. Donec odio nisl, iaculis eget odio id, tempor pulvinar justo. Phasellus sit amet dolor sit amet neque ultrices posuere sed nec neque. Pellentesque cursus varius sagittis. Duis placerat porta risus ac sagittis.\\n\\n<img class=\\\"aligncenter wp-image-5 size-full\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/blog-4-1.jpg\\\" alt=\\\"\\\" width=\\\"1200\\\" height=\\\"800\\\">\\n\\nUt tempus malesuada neque, laoreet ornare magna vehicula a. Curabitur augue nibh, faucibus id faucibus in, tincidunt et justo. Nulla facilisis tempus ligula ut venenatis. Donec diam felis, volutpat maximus viverra quis, maximus a leo. Quisque vestibulum tortor justo. Nullam nec venenatis urna, vel suscipit massa. Proin sed rutrum magna, sed blandit lacus. Donec dolor risus, tempor et ipsum vel, convallis vehicula urna. Sed vel elit accumsan diam condimentum finibus vel sollicitudin risus. Nunc a venenatis mi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed sed tellus urna. Sed hendrerit a justo ac sodales.\\n\\n<img class=\\\"size-medium wp-image-10 alignright\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image3-1-300x200.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"200\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut suscipit odio ante, id dapibus elit condimentum vitae. Maecenas eget orci vitae enim accumsan mollis. In congue nunc velit, sit amet eleifend velit cursus vitae. Morbi lorem massa, lobortis id bibendum et, rhoncus porttitor tortor. Aenean eget orci pulvinar, tincidunt neque quis, aliquam lectus. Etiam nec malesuada tortor. Sed id condimentum turpis. Quisque non fermentum est. Integer lobortis turpis a justo dignissim, sit amet accumsan sem pulvinar. Morbi mollis vitae libero in rhoncus. Vestibulum at arcu faucibus, congue diam sit amet, viverra velit. Sed rutrum urna ut dolor dignissim suscipit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Maecenas ultrices justo metus, quis facilisis justo interdum nec. Donec luctus ligula elit, eget varius urna sodales at. Mauris enim risus, cursus at nulla eget, mattis imperdiet orci.\\n\\nSuspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4255,881,'_elementor_css','a:6:{s:4:\"time\";i:1592509819;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(4256,882,'_wp_page_template','default'),(4257,882,'_thumbnail_id','715'),(4258,882,'_elementor_edit_mode','builder'),(4259,882,'_elementor_template_type','wp-post'),(4260,882,'_elementor_version','2.9.9'),(4261,882,'_elementor_data','[{\"id\":\"3f1f5281\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"502ddebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5172ddc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u25aa<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0 <\\/span><span style=\\\"font-weight: 400;\\\">Our expertise and up-to-date training enable our team to work with a range of contractors. We work with general contractors to assess the overall project and provide detailed plans to implement moves and set up equipment.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">\\u25aa<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0 <\\/span><span style=\\\"font-weight: 400;\\\">Electrical \\u2013 our team collaborates with electrical contractors on a variety of equipment moves including generators, switchgears, transformers and more.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">\\u25aa<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0 <\\/span><span style=\\\"font-weight: 400;\\\">Mechanical \\u2013 Our experience with mechanical contractors extends to moves and set up of a variety of equipment ranging from boilers and chillers to cooling towers and more.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">\\u25aa<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0 <\\/span><span style=\\\"font-weight: 400;\\\">Whether your move involves electrical or mechanical components, or a range of specialties, give us a call at 800-358-8444 to manage the overall process.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4262,882,'_elementor_css','a:6:{s:4:\"time\";i:1592509819;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(4273,884,'_wp_page_template','default'),(4274,884,'_thumbnail_id','714'),(4275,884,'_elementor_edit_mode','builder'),(4276,884,'_elementor_template_type','wp-post'),(4277,884,'_elementor_version','2.9.9'),(4278,884,'_elementor_data','[{\"id\":\"3f1f5281\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"502ddebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5172ddc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">\\u25aa<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0 <\\/span><span style=\\\"font-weight: 400;\\\">Our expertise and up-to-date training enable our team to work with a range of contractors. We work with general contractors to assess the overall project and provide detailed plans to implement moves and set up equipment.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">\\u25aa<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0 <\\/span><span style=\\\"font-weight: 400;\\\">Electrical \\u2013 our team collaborates with electrical contractors on a variety of equipment moves including generators, switchgears, transformers and more.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">\\u25aa<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0 <\\/span><span style=\\\"font-weight: 400;\\\">Mechanical \\u2013 Our experience with mechanical contractors extends to moves and set up of a variety of equipment ranging from boilers and chillers to cooling towers and more.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">\\u25aa<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0 <\\/span><span style=\\\"font-weight: 400;\\\">Whether your move involves electrical or mechanical components, or a range of specialties, give us a call at 800-358-8444 to manage the overall process.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4279,884,'_elementor_css','a:6:{s:4:\"time\";i:1595594466;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(4282,885,'_thumbnail_id','392'),(4283,885,'_wp_page_template','default'),(4284,885,'_elementor_edit_mode','builder'),(4285,885,'_elementor_template_type','wp-post'),(4286,885,'_elementor_version','2.9.9'),(4287,48,'_elementor_data','[{\"id\":\"59e2968a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"523bbf94\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"36024208\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Municipalities rely on our expertise for moves for schools, universities and government buildings.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">From large to small facilities, our team pre-plans every move to ensure efficiency and safety and minimize the impact on staff and students.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0390ca4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"ind-sub-img\"},\"elements\":[{\"id\":\"d62d939\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ffa3a85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b842c17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2018\\/03\\/municipalities.jpg\",\"id\":927}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fbe92da\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(4288,886,'_thumbnail_id','392'),(4289,886,'_wp_page_template','default'),(4290,886,'_elementor_edit_mode','builder'),(4291,886,'_elementor_template_type','wp-post'),(4292,886,'_elementor_version','2.9.9'),(4293,886,'_elementor_data','[{\"id\":\"59e2968a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"523bbf94\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"36024208\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">o<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0\\u00a0 <\\/span><span style=\\\"font-weight: 400;\\\">Municipalities rely on our expertise for moves for schools, universities and government buildings.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">o<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0\\u00a0 <\\/span><span style=\\\"font-weight: 400;\\\">From large to small facilities, our team pre-plans every move to ensure efficiency and safety and minimize the impact on staff and students.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4296,887,'_thumbnail_id','716'),(4297,887,'_wp_page_template','default'),(4298,887,'_elementor_edit_mode','builder'),(4299,887,'_elementor_template_type','wp-post'),(4300,887,'_elementor_version','2.9.9'),(4301,887,'_elementor_data','[{\"id\":\"918bd6b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"704beaa3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3c88927c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Suspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\\n<blockquote>Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae.<\\/blockquote>\\nVivamus pulvinar urna nec ipsum interdum blandit. Phasellus molestie feugiat hendrerit. Interdum et malesuada fames ac ante ipsum primis in faucibus. Suspendisse ut dapibus elit. Vivamus dui justo, dapibus nec fermentum sodales, convallis a nisi. Nullam auctor ante metus, eu lacinia mauris hendrerit a. Donec maximus porta turpis non venenatis. Pellentesque quis odio nec ex vestibulum ornare vel at erat. Vestibulum fringilla mauris quis mi pellentesque, a convallis turpis cursus. Praesent molestie, arcu vel faucibus tristique, erat lorem interdum libero, eget maximus mauris augue sed quam. Duis sit amet fringilla felis. Phasellus eget eros vitae dui finibus tincidunt vitae non sapien. Aliquam erat volutpat. Praesent volutpat, nibh eget viverra tristique, odio dolor iaculis elit, eget tincidunt felis arcu nec lectus. Nulla fermentum lorem a massa laoreet, non tincidunt dolor scelerisque.\\n\\n<img class=\\\"size-medium wp-image-6 alignleft\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/blog-5-1-300x200.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"200\\\">Aenean faucibus libero ultrices tincidunt pretium. Vestibulum id mi eget massa scelerisque facilisis vel semper nisl. Mauris pulvinar scelerisque fringilla. Ut eu mauris aliquet, mattis sem eleifend, vehicula massa. Nullam sit amet condimentum urna, a convallis nibh. Nulla at porttitor nulla. In hac habitasse platea dictumst. Donec ut pretium eros, eget condimentum augue. Vivamus venenatis leo sed dolor mattis imperdiet.\\n\\nProin in orci quis elit blandit imperdiet ut eu enim. Nulla mattis arcu eget nisi eleifend, non pellentesque augue mollis. Ut mauris ligula, interdum sed lobortis eu, fermentum vel neque. Maecenas facilisis erat quis augue fermentum vestibulum. Aenean vel sem ac tellus luctus efficitur. Mauris ultrices non libero eget auctor. Mauris rhoncus, risus ac dapibus rhoncus, dui purus ultrices lorem, efficitur gravida elit turpis quis metus.\\n\\nSed varius eros eu lorem condimentum, ac rutrum ex pharetra. Integer vitae tincidunt ipsum, vitae lacinia lacus. Aenean ac maximus eros, eu posuere erat. Sed efficitur magna vitae erat vehicula elementum. Ut cursus purus id tellus volutpat tempus. Mauris lacus eros, fermentum vitae congue volutpat, tincidunt non risus. Quisque at mollis nibh. Nulla aliquet placerat mollis. Morbi luctus porttitor ultricies. Phasellus ullamcorper in arcu ut ultricies. Donec odio nisl, iaculis eget odio id, tempor pulvinar justo. Phasellus sit amet dolor sit amet neque ultrices posuere sed nec neque. Pellentesque cursus varius sagittis. Duis placerat porta risus ac sagittis.\\n\\n<img class=\\\"aligncenter wp-image-5 size-full\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/blog-4-1.jpg\\\" alt=\\\"\\\" width=\\\"1200\\\" height=\\\"800\\\">\\n\\nUt tempus malesuada neque, laoreet ornare magna vehicula a. Curabitur augue nibh, faucibus id faucibus in, tincidunt et justo. Nulla facilisis tempus ligula ut venenatis. Donec diam felis, volutpat maximus viverra quis, maximus a leo. Quisque vestibulum tortor justo. Nullam nec venenatis urna, vel suscipit massa. Proin sed rutrum magna, sed blandit lacus. Donec dolor risus, tempor et ipsum vel, convallis vehicula urna. Sed vel elit accumsan diam condimentum finibus vel sollicitudin risus. Nunc a venenatis mi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed sed tellus urna. Sed hendrerit a justo ac sodales.\\n\\n<img class=\\\"size-medium wp-image-10 alignright\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image3-1-300x200.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"200\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut suscipit odio ante, id dapibus elit condimentum vitae. Maecenas eget orci vitae enim accumsan mollis. In congue nunc velit, sit amet eleifend velit cursus vitae. Morbi lorem massa, lobortis id bibendum et, rhoncus porttitor tortor. Aenean eget orci pulvinar, tincidunt neque quis, aliquam lectus. Etiam nec malesuada tortor. Sed id condimentum turpis. Quisque non fermentum est. Integer lobortis turpis a justo dignissim, sit amet accumsan sem pulvinar. Morbi mollis vitae libero in rhoncus. Vestibulum at arcu faucibus, congue diam sit amet, viverra velit. Sed rutrum urna ut dolor dignissim suscipit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Maecenas ultrices justo metus, quis facilisis justo interdum nec. Donec luctus ligula elit, eget varius urna sodales at. Mauris enim risus, cursus at nulla eget, mattis imperdiet orci.\\n\\nSuspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4302,887,'_elementor_css','a:6:{s:4:\"time\";i:1593755274;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(4303,888,'_thumbnail_id','716'),(4304,888,'_wp_page_template','default'),(4305,888,'_elementor_edit_mode','builder'),(4306,888,'_elementor_template_type','wp-post'),(4307,888,'_elementor_version','2.9.9'),(4308,888,'_elementor_data','[{\"id\":\"918bd6b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"704beaa3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3c88927c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">o<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0\\u00a0 <\\/span><span style=\\\"font-weight: 400;\\\">ARS coordinates facility relocations and equipment installations for properties across the country. We work with building owners and facility managers to plan every detail and execute each step within timelines and established budgets.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">o<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0\\u00a0 <\\/span><span style=\\\"font-weight: 400;\\\">Call us at 800-358-8444 and work with the experienced team that\\u2019s ready to manage every detail no matter the size or complexity of the project.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4309,888,'_elementor_css','a:6:{s:4:\"time\";i:1593755274;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(4312,889,'_wp_page_template','default'),(4313,889,'_thumbnail_id','389'),(4314,889,'_elementor_edit_mode','builder'),(4315,889,'_elementor_template_type','wp-post'),(4316,889,'_elementor_version','2.9.9'),(4317,889,'_elementor_data','[{\"id\":\"4b5a5ec8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c6d8e77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7f451c97\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Suspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\\n<blockquote>Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae.<\\/blockquote>\\nVivamus pulvinar urna nec ipsum interdum blandit. Phasellus molestie feugiat hendrerit. Interdum et malesuada fames ac ante ipsum primis in faucibus. Suspendisse ut dapibus elit. Vivamus dui justo, dapibus nec fermentum sodales, convallis a nisi. Nullam auctor ante metus, eu lacinia mauris hendrerit a. Donec maximus porta turpis non venenatis. Pellentesque quis odio nec ex vestibulum ornare vel at erat. Vestibulum fringilla mauris quis mi pellentesque, a convallis turpis cursus. Praesent molestie, arcu vel faucibus tristique, erat lorem interdum libero, eget maximus mauris augue sed quam. Duis sit amet fringilla felis. Phasellus eget eros vitae dui finibus tincidunt vitae non sapien. Aliquam erat volutpat. Praesent volutpat, nibh eget viverra tristique, odio dolor iaculis elit, eget tincidunt felis arcu nec lectus. Nulla fermentum lorem a massa laoreet, non tincidunt dolor scelerisque.\\n\\n<img class=\\\"size-medium wp-image-6 alignleft\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/blog-5-1-300x200.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"200\\\">Aenean faucibus libero ultrices tincidunt pretium. Vestibulum id mi eget massa scelerisque facilisis vel semper nisl. Mauris pulvinar scelerisque fringilla. Ut eu mauris aliquet, mattis sem eleifend, vehicula massa. Nullam sit amet condimentum urna, a convallis nibh. Nulla at porttitor nulla. In hac habitasse platea dictumst. Donec ut pretium eros, eget condimentum augue. Vivamus venenatis leo sed dolor mattis imperdiet.\\n\\nProin in orci quis elit blandit imperdiet ut eu enim. Nulla mattis arcu eget nisi eleifend, non pellentesque augue mollis. Ut mauris ligula, interdum sed lobortis eu, fermentum vel neque. Maecenas facilisis erat quis augue fermentum vestibulum. Aenean vel sem ac tellus luctus efficitur. Mauris ultrices non libero eget auctor. Mauris rhoncus, risus ac dapibus rhoncus, dui purus ultrices lorem, efficitur gravida elit turpis quis metus.\\n\\nSed varius eros eu lorem condimentum, ac rutrum ex pharetra. Integer vitae tincidunt ipsum, vitae lacinia lacus. Aenean ac maximus eros, eu posuere erat. Sed efficitur magna vitae erat vehicula elementum. Ut cursus purus id tellus volutpat tempus. Mauris lacus eros, fermentum vitae congue volutpat, tincidunt non risus. Quisque at mollis nibh. Nulla aliquet placerat mollis. Morbi luctus porttitor ultricies. Phasellus ullamcorper in arcu ut ultricies. Donec odio nisl, iaculis eget odio id, tempor pulvinar justo. Phasellus sit amet dolor sit amet neque ultrices posuere sed nec neque. Pellentesque cursus varius sagittis. Duis placerat porta risus ac sagittis.\\n\\n<img class=\\\"aligncenter wp-image-5 size-full\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/blog-4-1.jpg\\\" alt=\\\"\\\" width=\\\"1200\\\" height=\\\"800\\\">\\n\\nUt tempus malesuada neque, laoreet ornare magna vehicula a. Curabitur augue nibh, faucibus id faucibus in, tincidunt et justo. Nulla facilisis tempus ligula ut venenatis. Donec diam felis, volutpat maximus viverra quis, maximus a leo. Quisque vestibulum tortor justo. Nullam nec venenatis urna, vel suscipit massa. Proin sed rutrum magna, sed blandit lacus. Donec dolor risus, tempor et ipsum vel, convallis vehicula urna. Sed vel elit accumsan diam condimentum finibus vel sollicitudin risus. Nunc a venenatis mi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed sed tellus urna. Sed hendrerit a justo ac sodales.\\n\\n<img class=\\\"size-medium wp-image-10 alignright\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image3-1-300x200.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"200\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut suscipit odio ante, id dapibus elit condimentum vitae. Maecenas eget orci vitae enim accumsan mollis. In congue nunc velit, sit amet eleifend velit cursus vitae. Morbi lorem massa, lobortis id bibendum et, rhoncus porttitor tortor. Aenean eget orci pulvinar, tincidunt neque quis, aliquam lectus. Etiam nec malesuada tortor. Sed id condimentum turpis. Quisque non fermentum est. Integer lobortis turpis a justo dignissim, sit amet accumsan sem pulvinar. Morbi mollis vitae libero in rhoncus. Vestibulum at arcu faucibus, congue diam sit amet, viverra velit. Sed rutrum urna ut dolor dignissim suscipit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Maecenas ultrices justo metus, quis facilisis justo interdum nec. Donec luctus ligula elit, eget varius urna sodales at. Mauris enim risus, cursus at nulla eget, mattis imperdiet orci.\\n\\nSuspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4318,889,'_elementor_css','a:6:{s:4:\"time\";i:1593782292;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(4319,890,'_wp_page_template','default'),(4320,890,'_thumbnail_id','389'),(4321,890,'_elementor_edit_mode','builder'),(4322,890,'_elementor_template_type','wp-post'),(4323,890,'_elementor_version','2.9.9'),(4324,890,'_elementor_data','[{\"id\":\"4b5a5ec8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c6d8e77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7f451c97\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">o<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0\\u00a0 <\\/span><span style=\\\"font-weight: 400;\\\">Manufacturers in every industry category have relied on our team for plant relocations and industry moves across the U.S.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">o<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0\\u00a0 <\\/span><span style=\\\"font-weight: 400;\\\">Not every company can manage the complexities of plant relocations. Our team is experienced, dedicated to preplanning all the details and ensuring the process is smooth so plant downtime is minimized. Call us today at 800-358-8444 to learn more.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4325,890,'_elementor_css','a:6:{s:4:\"time\";i:1593782292;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(4328,891,'_thumbnail_id','438'),(4329,891,'_elementor_edit_mode','builder'),(4330,891,'_elementor_template_type','wp-post'),(4331,891,'_elementor_version','2.9.9'),(4332,891,'_wp_page_template','default'),(4333,437,'_elementor_data','[{\"id\":\"46d2360b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c787812\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"321acacc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our certified professionals have moved commercial equipment ranging from washers, dryers and irons to water and chemical tanks.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our team will work with your company to relocate critical equipment with the least disruption possible to your production schedule. Call us today at <a href=\\\"tel:800-358-8444\\\"><strong>800-358-8444<\\/strong><\\/a> to learn how our preplanning and dedication to efficiency and safety can make your move fast and hassle-free.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"479504e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"87f70aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8f3dce9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/i4.jpg\",\"id\":993},\"_css_classes\":\"ind-single-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(4334,892,'_thumbnail_id','438'),(4335,892,'_elementor_edit_mode','builder'),(4336,892,'_elementor_template_type','wp-post'),(4337,892,'_elementor_version','2.9.9'),(4338,892,'_wp_page_template','default'),(4339,892,'_elementor_data','[{\"id\":\"46d2360b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c787812\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"321acacc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">o<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0\\u00a0 <\\/span><span style=\\\"font-weight: 400;\\\">Our certified professionals have moved commercial equipment ranging from washers, dryers and irons to water and chemical tanks.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">o<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0\\u00a0 <\\/span><span style=\\\"font-weight: 400;\\\">Our team will work with your company to relocate critical equipment with the least disruption possible to your production schedule. Call us today at 800-358-8444 to learn how our preplanning and dedication to efficiency and safety can make your move fast and hassle-free.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4342,893,'_thumbnail_id','393'),(4343,893,'_elementor_edit_mode','builder'),(4344,893,'_elementor_template_type','wp-post'),(4345,893,'_elementor_version','2.9.9'),(4346,893,'_wp_page_template','default'),(4347,893,'_elementor_data','[{\"id\":\"68fd4428\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"48f1c0dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"10a77fcb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">o<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0\\u00a0 <\\/span><span style=\\\"font-weight: 400;\\\">We completed moves of high value works of art and museum installations, plus zoo exhibits for organizations across the country.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">o<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0\\u00a0 <\\/span><span style=\\\"font-weight: 400;\\\">Our team is accustomed to these unique moves and focuses on preplanning and attention to details, which results in the lowest impact to the environment and the staff and visitors. Call us today to put our expertise to work \\u2013 800-358-8444.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4348,893,'_elementor_css','a:6:{s:4:\"time\";i:1593790823;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(4352,894,'_wp_page_template','template/page-builder-template.php'),(4353,894,'_elementor_edit_mode','builder'),(4354,894,'_elementor_version','2.9.9'); INSERT INTO `wp_postmeta` VALUES (4355,894,'_elementor_data','[{\"id\":\"a585672\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c266d44\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c11fa77\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"INDUSTRIES\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_margin_bottom\":\"\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"2b4508f\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"%\",\"size\":8},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":15},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"af38339\",\"elType\":\"widget\",\"settings\":{\"color_text_block\":\"#666666\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":22},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"a997f35\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[gedung_industries]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4534fa0\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"e36a2d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40207fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rigging\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f1501b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"72fb049\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">When you have machinery that needs to be relocated, lifted or installed, call on the company with<\\/span>\\u00a0<span style=\\\"font-weight: 400;\\\">rigging and <\\/span><span style=\\\"font-weight: 400;\\\">machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">expertise. ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. <\\/span><span style=\\\"font-weight: 400;\\\">professionals have the experience and innovative solutions to solve the most complex problems. Plus, we\\u2019ll <\\/span><span style=\\\"font-weight: 400;\\\">keep our focus on safety, timelines and budget. We rig, move and set equipment every day \\u2013 it\\u2019s the only work we do! Contact us and learn why some of the biggest companies in the U.S. rely on us for all of their moves.\\u00a0\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fcdad8d\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"f0b7eda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c4c8843\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rigging, Machinery Moving & Installation\\n\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1551c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7608e48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Rigging and m<\\/span><span style=\\\"font-weight: 400;\\\">oving machinery <\\/span><span style=\\\"font-weight: 400;\\\">requires a unique set of skills. And this is exactly what we focus on. We\\u2019ll develop a plan, timeline and engage<\\/span>\\u00a0<span style=\\\"font-weight: 400;\\\">a <\\/span><span style=\\\"font-weight: 400;\\\">skilled team and essential equipment to get the job done smoothly. When large equipment must fit into tight spaces, we have the expertise and foresight to identify potential challenges and we develop a process to ensure success with minimal complications. From data centers, to healthcare facilities, public buildings, manufacturing facilities and beyond, we have the innovative solutions, equipment and certified talent to get the job done.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce883c7\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"ab27ddb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb5b411\",\"elType\":\"widget\",\"settings\":{\"title\":\"Heavy Lifting & Erecting\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65359a4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5e1345a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">A thorough analysis and detailed plan of action are a \\u201cmust\\u201d when lifting and erecting large equipment. Our <\\/span><span style=\\\"font-weight: 400;\\\">team <\\/span><span style=\\\"font-weight: 400;\\\">develop<\\/span><span style=\\\"font-weight: 400;\\\">s<\\/span><span style=\\\"font-weight: 400;\\\"> the solutions to overcome space and time challenges. Then, <\\/span><span style=\\\"font-weight: 400;\\\">planning turns into action, and our <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers <\\/span><span style=\\\"font-weight: 400;\\\">team executes every detail in a professional manner to ensure the project is done right the first time, safely and efficiently.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0ff355\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"a2be008\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"18ea389\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hauling & Jobsite Delivery\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3cc63b0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"42160cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our team engages the right vehicles to deliver your equipment safely to your destination across the U.S.\\u00a0<\\/span><\\/p><ul><li><span style=\\\"font-weight: 400;\\\">VEHICLES:<\\/span><ul><li><span style=\\\"font-weight: 400;\\\">Flatbeds<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Step Decks<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Double Drops \\u2013 Expandable & RGNs<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Tilt Beds - Trailers<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Straight Trucks \\u2013 12\\u2019 to 24\\u2019<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Vans \\u2013 48-53 Logistics<\\/span><\\/li><\\/ul><\\/li><\\/ul><p>\\u00a0<\\/p><ul><li>OTHER SERVICES WE PROVIDE:<ul><li><span style=\\\"font-weight: 400;\\\">Over Dimensional Loads<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Heavy Hauling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">LTL (Less than truckload)<\\/span><\\/li><\\/ul><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"82ab355\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"0d8dd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"30e6f57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Storage & Preservation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a04d14\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4fc24fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our <\\/span><span style=\\\"font-weight: 400;\\\">warehouse provides great value for customers because it allows us to receive equipment from across the country to be assembled in one location, then moved to the final destination. Our facility is centrally located and provides indoor and outdoor storage space. The warehouse is heated, under video surveillance and is equipped with fire alarms, docks, <\\/span><span style=\\\"font-weight: 400;\\\">and ground doors. The outside storage area is fenced, locked and under video surveillance. Allowing quick, easy access to Chicago and the suburbs, we\\u2019re located near O\\u2019Hare Airport<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddf392d\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2178868\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6893612\",\"elType\":\"widget\",\"settings\":{\"title\":\"Plant Relocation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bd8124\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"372fde6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Moving a plant involves precision planning, access to the best equipment and talent and flexibility to quickly adjust to any changes. We start with a consultation to fully understand the customer\\u2019s goals, along with the current and future facilities. Then, we develop a detailed plan of action to ensure every aspect of the move is thoroughly outlined and then implemented in the most efficient and cost-effective manner. From small to large size plants, we have the experience to implement the move quickly and safely.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">\\u00a0Unlike other moving contractors, our comprehensive proposals include costs for rigging, moving, electrical, piping, mechanical, millwright work, transportation and storage.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our moving services include:<\\/span><\\/p><ul><li><span style=\\\"font-weight: 400;\\\">Lay out floors of new location<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Dismantling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Moving of common stock inventory<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Hauling\\/transportation<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Assembling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Alignment<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Leveling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Anchoring<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Grouting<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Fabrication\\/modification as requested<\\/span><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a0aef0b\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"dba8281\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"05f84cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Millwright Services\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"98d9428\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4927f9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our Millwrights are highly skilled at executing <\\/span><span style=\\\"font-weight: 400;\\\">another <\\/span><span style=\\\"font-weight: 400;\\\">type of <\\/span><span style=\\\"font-weight: 400;\\\">operation <\\/span><span style=\\\"font-weight: 400;\\\">from layout, dismantling, <\\/span><span style=\\\"font-weight: 400;\\\">installing, assembling, leveling, anchoring, grouting and fabricating<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span> <span style=\\\"font-weight: 400;\\\">Our team will help your business avoid downtime and keep all aspects of your operation running smoothly.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"412bebc\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"ead261f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"06edbd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consultation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f22ef8\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"093c704\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our team of <\\/span><span style=\\\"font-weight: 400;\\\">professionals <\\/span><span style=\\\"font-weight: 400;\\\">provides us with the talent necessary to analyze and advise on any potential lifting or rigging challenge that you have. It takes years of experience with large and small projects, plus a dedication to continually learning the industry trends and new technologies to enable an individual to comprehend and plan for the many details involved in complex projects. These are the people we hire at ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc<\\/span><span style=\\\"font-weight: 400;\\\">. <\\/span><span style=\\\"font-weight: 400;\\\">T<\\/span><span style=\\\"font-weight: 400;\\\">hese are the people you can depend on for complete project management<\\/span><span style=\\\"font-weight: 400;\\\">, <\\/span><span style=\\\"font-weight: 400;\\\">or consultation on the best process and resources for the job.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cfa5bf9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"10b935a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"89aca30\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0873ffb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3f0a453c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#2B4D7B\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6900af55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.710999999999999,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2433e0fb\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Need our expertise for a job?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":35},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":31},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"4ef8c81b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.289000000000001,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6296e83\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"right\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(4356,894,'_elementor_template_type','wp-post'),(4357,894,'_elementor_css','a:5:{s:4:\"time\";i:1593786474;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4358,749,'_elementor_controls_usage','a:9:{s:17:\"gedung-head-title\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:25:\"section_gedung_head_title\";a:10:{s:12:\"choose_style\";i:2;s:9:\"the_title\";i:2;s:27:\"typography_title_typography\";i:2;s:26:\"typography_title_font_size\";i:2;s:17:\"head_use_subtitle\";i:2;s:5:\"align\";i:1;s:33:\"typography_title_font_size_mobile\";i:2;s:28:\"typography_title_font_weight\";i:1;s:12:\"align_tablet\";i:1;s:35:\"typography_title_line_height_mobile\";i:1;}s:36:\"section_gedung_head_title_dimensions\";a:1:{s:19:\"title_margin_bottom\";i:1;}s:33:\"section_gedung_head_title_style_2\";a:1:{s:13:\"title_color_2\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:14:\"_margin_mobile\";i:2;s:15:\"_padding_mobile\";i:2;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:6:\"weight\";i:9;s:5:\"color\";i:9;s:3:\"gap\";i:9;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:3:{s:5:\"width\";i:9;s:5:\"align\";i:1;s:12:\"width_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}s:14:\"_section_style\";a:2:{s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:11:\"gedung-text\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"gedung_text_control\";a:5:{s:16:\"color_text_block\";i:1;s:16:\"text_block_align\";i:1;s:32:\"typography_text_block_typography\";i:1;s:38:\"typography_text_block_font_size_mobile\";i:1;s:40:\"typography_text_block_line_height_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:1;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:12;s:19:\"_inline_size_tablet\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:14:\"padding_mobile\";i:1;s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:1:{s:3:\"gap\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:1;s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:1;s:11:\"css_classes\";i:8;}s:19:\"_section_responsive\";a:3:{s:12:\"hide_desktop\";i:8;s:11:\"hide_tablet\";i:8;s:11:\"hide_mobile\";i:8;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:8;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:8;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:8;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:8;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;s:4:\"size\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:25:\"button_hover_border_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;}}}}}'),(4360,895,'_wp_page_template','template/page-builder-template.php'),(4361,895,'_elementor_edit_mode','builder'),(4362,895,'_elementor_version','2.9.9'),(4363,895,'_elementor_data','[{\"id\":\"7673b2a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40f6e83\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d01e9c6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3693055\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3150906\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd.jpg\",\"id\":663},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"956a3d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e4ae49d\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise directs every situation.\\u00a0 We can quickly understand and<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7759086\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cbbb86\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9bac57a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"74b493a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f3d4169\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"20230aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.025000000000006,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c5e8450\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"0b5824c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.957999999999998,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"487cb33\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd2.jpg\",\"id\":672},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d0d1f44\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cbb1174\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1436938\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3ff4780\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9f893a1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"9de3470\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46eae88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd3.png\",\"id\":674},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e0937c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b07afc2\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"422c0c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"d806c09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6a680d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1df7366\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"503b817\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef81faf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"3973e79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f7691\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c952bb5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d06c5c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56d4482\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa0a24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"c73ea72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p1.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6d0a072\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4b2d053\",\"elType\":\"widget\",\"settings\":{\"title\":\"George \\u201cRed\\u201d Gilmartin \\u2010 President\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6370ba7\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>43\\u00a0years<\\/strong>\\u00a0<\\/li><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0have\\u00a0owned\\u00a0ARS\\u00a0Contracting,\\u00a0Inc\\u00a0for\\u00a030\\u00a0years\\u201d<\\/strong>\\u00a0<\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0move\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 equipment\\u00a0that\\u00a0is\\u00a0challenging.\\u00a0When\\u00a0I\\u00a0first\\u00a0got\\u00a0into\\u00a0this\\u00a0trade,\\u00a0I\\u00a0was\\u00a0able\\u00a0to\\u00a0see\\u00a0all\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 challenges\\u00a0that\\u00a0made\\u00a0me\\u00a0want\\u00a0to\\u00a0get\\u00a0to\\u00a0 work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cTo\\u00a0think!!\\u00a0Use\\u00a0common\\u00a0sense\\u00a0when\\u00a0approaching\\u00a0any\\u00a0job.\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cReading\\u00a0articles\\u00a0about\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0 business\\u00a0and\\u00a0continuing\\u00a0to\\u00a0educate\\u00a0myself\\u00a0on\\u00a0how\\u00a0to\\u00a0fit\\u00a0this\\u00a0industry\\u00a0into\\u00a0this\\u00a0world\\u00a0that\\u00a0keeps\\u00a0evolving\\u201d\\u00a0\\u00a0\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c054124\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e7b4ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"9195df9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p1.jpg\",\"id\":676}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e5a3fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"16e9fac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ted Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc47661\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>25+\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>15\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cI\\u00a0really\\u00a0enjoy\\u00a0knowing\\u00a0that\\u00a0what\\u00a0we\\u00a0do\\u00a0matters.\\u00a0I\\u00a0have\\u00a0the opportunity\\u00a0to\\u00a0be\\u00a0involved\\u00a0in\\u00a0every\\u00a0industry\\/institution,\\u00a0so\\u00a0I\\u00a0am\\u00a0 able\\u00a0to\\u00a0see\\u00a0and\\u00a0be\\u00a0a\\u00a0part\\u00a0of\\u00a0a\\u00a0lot!\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0 business?\\u00a0 <strong>\\u201cLook.\\u00a0Listen.\\u00a0Learn.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cGoing\\u00a0out\\u00a0to\\u00a0eat\\u00a0and\\u00a0spending\\u00a0time\\u00a0with\\u00a0my\\u00a0loud\\u00a0family\\u201d\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8bd277e\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8a94d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"ab9ae3b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/92.jpg\",\"id\":679}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b929fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"0480362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeromy Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16ac035\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>22 years full time\\u00a0\\u00a0<\\/strong><\\/li><li><p>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>8\\u00a0months<\\/strong>\\u00a0 \\u00a0<\\/p><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cThe\\u00a0nature\\u00a0of\\u00a0this\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 business\\u00a0is\\u00a0exciting!!\\u00a0 Rarely\\u00a0are\\u00a0there\\u00a0two\\u00a0jobs\\u00a0that\\u00a0are\\u00a0the\\u00a0exact\\u00a0same.\\u00a0Figuring\\u00a0out\\u00a0the\\u00a0difficult\\u00a0jobs\\u00a0and\\u00a0then\\u00a0executing\\u00a0a\\u00a0plan\\u00a0perfectly\\u00a0with\\u00a0our\\u00a0team\\u00a0is\\u00a0what\\u00a0it\\u2019s\\u00a0all\\u00a0about.\\u201d<\\/strong>\\u00a0 \\u00a0<\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business<strong>?\\u00a0 \\u00a0 \\u201cDo\\u00a0your\\u00a0work\\u00a0100%.\\u00a0Nothing\\u00a0should\\u00a0be\\u00a0just\\u00a0good\\u00a0enough,\\u00a0complete\\u00a0it\\u00a0to\\u00a0the\\u00a0very\\u00a0best\\u00a0of\\u00a0your\\u00a0ability\\u00a0\\u00a0\\u00a0 and\\u00a0if\\u00a0it\\u00a0is\\u00a0still\\u00a0not\\u00a0perfect,ask\\u00a0for\\u00a0help\\u00a0to\\u00a0make\\u00a0it\\u00a0perfect.\\u00a0Take\\u00a0your\\u00a0time,\\u00a0jobs\\u00a0like\\u00a0these \\u00a0take\\u00a0 time.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0was\\u00a0an\\u00a0MMA\\u00a0fighter\\u00a0for\\u00a0\\u00a0\\u00a0 many\\u00a0years.\\u00a0Currently\\u00a0looking\\u00a0for\\u00a0my\\u00a0next\\u00a0hobby.\\u201d<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"543d250\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d050cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"bd14265\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p3.jpg\",\"id\":680}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"46b103a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4fd3d56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Gibbons\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"921c1d3\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business<strong>?\\u00a0 \\u201cI\\u00a0have\\u00a0been\\u00a0in\\u00a0the\\u00a0construction\\u00a0industry\\u00a0for\\u00a0over\\u00a020\\u00a0years\\u00a0on\\u00a0both\\u00a0sides\\u00a0of\\u00a0the\\u00a0Atlantic\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>5\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0work\\u00a0with\\u00a0our\\u00a0rigging\\u00a0crews.\\u00a0The\\u00a0guys\\u00a0in\\u00a0the\\u00a0field\\u00a0 are\\u00a0full\\u00a0of\\u00a0knowledge\\u00a0and\\u00a0have\\u00a0precise\\u00a0accuracy\\u00a0when\\u00a0on\\u00a0the\\u00a0job.\\u00a0 It\\u2019s\\u00a0fun\\u00a0to\\u00a0see\\u00a0them\\u00a0put\\u00a0their\\u00a0skills\\u00a0to\\u00a0work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cListen\\u00a0to\\u00a0those\\u00a0who\\u00a0have\\u00a0experience\\u00a0with\\u00a0this\\u00a0kind\\u00a0of\\u00a0work.\\u201d\\u00a0\\u00a0 \\u00a0 <\\/strong><\\/li><li><p>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cFly\\u00a0fishing\\u201d\\u00a0\\u00a0<\\/strong><\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7005acd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"b0822e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17fc8fa\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"06d5df4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17a24f6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"14cbafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0b17af3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f0c181e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"24b7249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"66fd030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2d587c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"What our Customer says?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"67cdb5f\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p class=\\\"subtitle\\\">Don\'t take just our words. Hear what our Customers say.<\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"text_block_align\":\"center\",\"color_text_block\":\"#666666\",\"text_block_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\\"Once you\\u2019ve worked with them, when the next project comes around you just pick up the phone and call them without a second thought.\\\"\",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"Architects\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-1.png\",\"id\":11}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\\"We would have no hesitation recommending you to any further customers that you have that may require a reference to the quality of your workmanship.\\\"\",\"testi_author\":\"Richard Grant\",\"testi_author_job\":\"Engineer\",\"testi_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/h1-testimonials-2.png\",\"id\":12}}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"989fdd5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5cb631a\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"text\":\"Client Item #2\",\"_id\":\"dcc834e\",\"client_author\":\"Masator\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-02.png\",\"id\":30},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Narosha\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-03.png\",\"id\":31},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ce9a13f\"},{\"text\":\"Client Item #1\",\"_id\":\"bd866ad\",\"client_author\":\"Quare\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-01.png\",\"id\":29},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"client_author\":\"Electrend.\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-07.png\",\"id\":33},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d47a8ba\"},{\"client_author\":\"Qoloform\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-10.png\",\"id\":34},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d05e2ee\"},{\"client_author\":\"BataStock\",\"client_img\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/partner-05.png\",\"id\":32},\"client_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"fbd34bb\"}],\"mobile_choose_column\":\"mobile-column-3\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":50,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":8}},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(4364,895,'_elementor_template_type','wp-post'),(4365,895,'_elementor_css','a:5:{s:4:\"time\";i:1593691762;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4366,742,'_elementor_controls_usage','a:10:{s:17:\"gedung-head-title\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:25:\"section_gedung_head_title\";a:13:{s:12:\"choose_style\";i:9;s:9:\"the_title\";i:9;s:27:\"typography_title_typography\";i:9;s:33:\"typography_title_font_size_tablet\";i:7;s:35:\"typography_title_line_height_tablet\";i:6;s:17:\"head_use_subtitle\";i:9;s:5:\"align\";i:2;s:33:\"typography_title_font_size_mobile\";i:3;s:12:\"align_mobile\";i:3;s:26:\"typography_title_font_size\";i:2;s:35:\"typography_title_line_height_mobile\";i:2;s:28:\"typography_title_font_weight\";i:1;s:12:\"align_tablet\";i:1;}s:33:\"section_gedung_head_title_style_2\";a:1:{s:13:\"title_color_2\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:6;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:6:\"weight\";i:8;s:5:\"color\";i:8;s:3:\"gap\";i:8;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:4:{s:5:\"width\";i:8;s:5:\"align\";i:2;s:12:\"width_mobile\";i:2;s:12:\"align_mobile\";i:2;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:8;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:29;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:27;s:16:\"content_position\";i:9;s:19:\"_inline_size_tablet\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:12;s:14:\"padding_tablet\";i:11;s:14:\"padding_mobile\";i:9;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:10;s:6:\"margin\";i:6;s:14:\"padding_tablet\";i:10;s:13:\"margin_mobile\";i:6;s:11:\"css_classes\";i:8;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:10;s:16:\"content_position\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:10;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:6;s:16:\"background_color\";i:6;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:10;s:5:\"align\";i:3;}}}}s:11:\"gedung-text\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:19:\"gedung_text_control\";a:7:{s:11:\"custom_text\";i:10;s:32:\"typography_text_block_typography\";i:6;s:38:\"typography_text_block_font_size_tablet\";i:6;s:40:\"typography_text_block_line_height_tablet\";i:5;s:16:\"text_block_align\";i:1;s:16:\"color_text_block\";i:1;s:23:\"text_block_align_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:4;s:11:\"header_size\";i:4;s:5:\"align\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:3:{s:11:\"title_color\";i:4;s:21:\"typography_typography\";i:4;s:20:\"typography_font_size\";i:4;}}}}s:24:\"gedung-testimonial-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:52:\"section_gedung_testimonial_block_testimonial_setting\";a:1:{s:10:\"testi_item\";i:1;}s:46:\"section_gedung_testimonial_block_image_setting\";a:2:{s:17:\"text_align_tablet\";i:1;s:17:\"text_align_mobile\";i:1;}s:31:\"section_gedung_carousel_options\";a:1:{s:13:\"choose_column\";i:1;}}s:5:\"style\";a:3:{s:51:\"section_gedung_testimonial_block_blockquote_setting\";a:5:{s:21:\"vertical_testi_detail\";i:1;s:44:\"typhography_blockquote_typography_typography\";i:1;s:43:\"typhography_blockquote_typography_font_size\";i:1;s:45:\"typhography_blockquote_typography_line_height\";i:1;s:28:\"typhography_blockquote_color\";i:1;}s:47:\"section_gedung_testimonial_block_author_setting\";a:5:{s:24:\"typhography_author_color\";i:1;s:16:\"author_img_color\";i:1;s:40:\"typhography_author_typography_typography\";i:1;s:39:\"typhography_author_typography_font_size\";i:1;s:41:\"typhography_author_typography_line_height\";i:1;}s:51:\"section_gedung_testimonial_block_author_job_setting\";a:1:{s:22:\"typhography_cite_color\";i:1;}}}}s:19:\"gedung-client-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:27:\"section_gedung_client_block\";a:2:{s:11:\"choose_type\";i:1;s:11:\"client_item\";i:1;}s:28:\"section_gedung_column_client\";a:5:{s:20:\"mobile_choose_column\";i:1;s:17:\"item_padding_size\";i:1;s:24:\"item_padding_size_tablet\";i:1;s:18:\"item_margin_bottom\";i:1;s:24:\"item_padding_size_mobile\";i:1;}s:31:\"section_gedung_carousel_options\";a:1:{s:10:\"column_gap\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:6:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;s:4:\"size\";i:1;s:12:\"align_mobile\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:25:\"button_hover_border_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;}}}}}'),(4367,742,'_elementor_css','a:5:{s:4:\"time\";i:1595596319;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4368,896,'_wp_page_template','template/page-builder-template.php'),(4369,896,'_elementor_edit_mode','builder'),(4370,896,'_elementor_version','2.9.9'),(4371,896,'_elementor_data','[{\"id\":\"a585672\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c266d44\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c11fa77\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"SERVICES\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_margin_bottom\":\"\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"2b4508f\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"%\",\"size\":8},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":15},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"af38339\",\"elType\":\"widget\",\"settings\":{\"color_text_block\":\"#666666\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":22},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"3ff7e63\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"-1\",\"width\":\"1200\",\"height\":\"800\",\"caption_horizontal\":{\"unit\":\"%\",\"size\":52},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":10,\"use_padding\":\"use\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"choose_column\":\"3\",\"filter_align\":\"center\",\"margin_bottom_tablet\":10,\"padding_size_tablet\":{\"unit\":\"px\",\"size\":10},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"typography_portfolio_title_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_portfolio_title_line_height\":{\"unit\":\"px\",\"size\":30},\"title_margin_bottom\":10,\"title_margin_bottom_tablet\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"typography_portfolio_category_line_height\":{\"unit\":\"px\",\"size\":22},\"filter_padding_size_mobile\":{\"unit\":\"px\",\"size\":20},\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"load_style\":\"style-3\",\"load_style2_bg_hov_color\":\"#f7c51e\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4534fa0\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"e36a2d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40207fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rigging\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f1501b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"72fb049\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">When you have machinery that needs to be relocated, lifted or installed, call on the company with<\\/span>\\u00a0<span style=\\\"font-weight: 400;\\\">rigging and <\\/span><span style=\\\"font-weight: 400;\\\">machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">expertise. ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. <\\/span><span style=\\\"font-weight: 400;\\\">professionals have the experience and innovative solutions to solve the most complex problems. Plus, we\\u2019ll <\\/span><span style=\\\"font-weight: 400;\\\">keep our focus on safety, timelines and budget. We rig, move and set equipment every day \\u2013 it\\u2019s the only work we do! Contact us and learn why some of the biggest companies in the U.S. rely on us for all of their moves.\\u00a0\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fcdad8d\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"f0b7eda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c4c8843\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rigging, Machinery Moving & Installation\\n\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1551c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7608e48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Rigging and m<\\/span><span style=\\\"font-weight: 400;\\\">oving machinery <\\/span><span style=\\\"font-weight: 400;\\\">requires a unique set of skills. And this is exactly what we focus on. We\\u2019ll develop a plan, timeline and engage<\\/span>\\u00a0<span style=\\\"font-weight: 400;\\\">a <\\/span><span style=\\\"font-weight: 400;\\\">skilled team and essential equipment to get the job done smoothly. When large equipment must fit into tight spaces, we have the expertise and foresight to identify potential challenges and we develop a process to ensure success with minimal complications. From data centers, to healthcare facilities, public buildings, manufacturing facilities and beyond, we have the innovative solutions, equipment and certified talent to get the job done.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce883c7\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"ab27ddb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb5b411\",\"elType\":\"widget\",\"settings\":{\"title\":\"Heavy Lifting & Erecting\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65359a4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5e1345a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">A thorough analysis and detailed plan of action are a \\u201cmust\\u201d when lifting and erecting large equipment. Our <\\/span><span style=\\\"font-weight: 400;\\\">team <\\/span><span style=\\\"font-weight: 400;\\\">develop<\\/span><span style=\\\"font-weight: 400;\\\">s<\\/span><span style=\\\"font-weight: 400;\\\"> the solutions to overcome space and time challenges. Then, <\\/span><span style=\\\"font-weight: 400;\\\">planning turns into action, and our <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers <\\/span><span style=\\\"font-weight: 400;\\\">team executes every detail in a professional manner to ensure the project is done right the first time, safely and efficiently.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0ff355\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"a2be008\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"18ea389\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hauling & Jobsite Delivery\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3cc63b0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"42160cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our team engages the right vehicles to deliver your equipment safely to your destination across the U.S.\\u00a0<\\/span><\\/p><ul><li><span style=\\\"font-weight: 400;\\\">VEHICLES:<\\/span><ul><li><span style=\\\"font-weight: 400;\\\">Flatbeds<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Step Decks<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Double Drops \\u2013 Expandable & RGNs<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Tilt Beds - Trailers<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Straight Trucks \\u2013 12\\u2019 to 24\\u2019<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Vans \\u2013 48-53 Logistics<\\/span><\\/li><\\/ul><\\/li><\\/ul><p>\\u00a0<\\/p><ul><li>OTHER SERVICES WE PROVIDE:<ul><li><span style=\\\"font-weight: 400;\\\">Over Dimensional Loads<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Heavy Hauling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">LTL (Less than truckload)<\\/span><\\/li><\\/ul><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"82ab355\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"0d8dd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"30e6f57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Storage & Preservation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a04d14\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4fc24fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our <\\/span><span style=\\\"font-weight: 400;\\\">warehouse provides great value for customers because it allows us to receive equipment from across the country to be assembled in one location, then moved to the final destination. Our facility is centrally located and provides indoor and outdoor storage space. The warehouse is heated, under video surveillance and is equipped with fire alarms, docks, <\\/span><span style=\\\"font-weight: 400;\\\">and ground doors. The outside storage area is fenced, locked and under video surveillance. Allowing quick, easy access to Chicago and the suburbs, we\\u2019re located near O\\u2019Hare Airport<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddf392d\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2178868\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6893612\",\"elType\":\"widget\",\"settings\":{\"title\":\"Plant Relocation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bd8124\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"372fde6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Moving a plant involves precision planning, access to the best equipment and talent and flexibility to quickly adjust to any changes. We start with a consultation to fully understand the customer\\u2019s goals, along with the current and future facilities. Then, we develop a detailed plan of action to ensure every aspect of the move is thoroughly outlined and then implemented in the most efficient and cost-effective manner. From small to large size plants, we have the experience to implement the move quickly and safely.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">\\u00a0Unlike other moving contractors, our comprehensive proposals include costs for rigging, moving, electrical, piping, mechanical, millwright work, transportation and storage.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our moving services include:<\\/span><\\/p><ul><li><span style=\\\"font-weight: 400;\\\">Lay out floors of new location<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Dismantling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Moving of common stock inventory<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Hauling\\/transportation<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Assembling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Alignment<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Leveling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Anchoring<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Grouting<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Fabrication\\/modification as requested<\\/span><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a0aef0b\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"dba8281\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"05f84cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Millwright Services\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"98d9428\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4927f9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our Millwrights are highly skilled at executing <\\/span><span style=\\\"font-weight: 400;\\\">another <\\/span><span style=\\\"font-weight: 400;\\\">type of <\\/span><span style=\\\"font-weight: 400;\\\">operation <\\/span><span style=\\\"font-weight: 400;\\\">from layout, dismantling, <\\/span><span style=\\\"font-weight: 400;\\\">installing, assembling, leveling, anchoring, grouting and fabricating<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span> <span style=\\\"font-weight: 400;\\\">Our team will help your business avoid downtime and keep all aspects of your operation running smoothly.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"412bebc\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"ead261f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"06edbd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consultation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f22ef8\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"093c704\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our team of <\\/span><span style=\\\"font-weight: 400;\\\">professionals <\\/span><span style=\\\"font-weight: 400;\\\">provides us with the talent necessary to analyze and advise on any potential lifting or rigging challenge that you have. It takes years of experience with large and small projects, plus a dedication to continually learning the industry trends and new technologies to enable an individual to comprehend and plan for the many details involved in complex projects. These are the people we hire at ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc<\\/span><span style=\\\"font-weight: 400;\\\">. <\\/span><span style=\\\"font-weight: 400;\\\">T<\\/span><span style=\\\"font-weight: 400;\\\">hese are the people you can depend on for complete project management<\\/span><span style=\\\"font-weight: 400;\\\">, <\\/span><span style=\\\"font-weight: 400;\\\">or consultation on the best process and resources for the job.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cfa5bf9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"10b935a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"89aca30\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0873ffb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3f0a453c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#2B4D7B\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6900af55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.710999999999999,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2433e0fb\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Need our expertise for a job?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":35},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":31},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"4ef8c81b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.289000000000001,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6296e83\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"right\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(4372,896,'_elementor_template_type','wp-post'),(4373,896,'_elementor_css','a:5:{s:4:\"time\";i:1595593565;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4374,65,'_elementor_controls_usage','a:9:{s:17:\"gedung-head-title\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:25:\"section_gedung_head_title\";a:10:{s:12:\"choose_style\";i:2;s:9:\"the_title\";i:2;s:27:\"typography_title_typography\";i:2;s:26:\"typography_title_font_size\";i:2;s:17:\"head_use_subtitle\";i:2;s:5:\"align\";i:1;s:33:\"typography_title_font_size_mobile\";i:2;s:28:\"typography_title_font_weight\";i:1;s:12:\"align_tablet\";i:1;s:35:\"typography_title_line_height_mobile\";i:1;}s:36:\"section_gedung_head_title_dimensions\";a:1:{s:19:\"title_margin_bottom\";i:1;}s:33:\"section_gedung_head_title_style_2\";a:1:{s:13:\"title_color_2\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:14:\"_margin_mobile\";i:2;s:15:\"_padding_mobile\";i:2;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:6:\"weight\";i:9;s:5:\"color\";i:9;s:3:\"gap\";i:9;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:3:{s:5:\"width\";i:9;s:5:\"align\";i:1;s:12:\"width_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}s:14:\"_section_style\";a:2:{s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:11:\"gedung-text\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"gedung_text_control\";a:5:{s:16:\"color_text_block\";i:1;s:16:\"text_block_align\";i:1;s:32:\"typography_text_block_typography\";i:1;s:38:\"typography_text_block_font_size_mobile\";i:1;s:40:\"typography_text_block_line_height_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:1;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:22:\"gedung-portfolio-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:9;s:8:\"controls\";a:3:{s:7:\"content\";a:7:{s:43:\"section_gedung_portfolio_block_post_setting\";a:1:{s:14:\"posts_per_page\";i:1;}s:44:\"section_gedung_portfolio_block_image_setting\";a:2:{s:5:\"width\";i:1;s:6:\"height\";i:1;}s:43:\"section_gedung_portfolio_block_item_setting\";a:2:{s:18:\"caption_horizontal\";i:1;s:10:\"text_align\";i:1;}s:44:\"section_gedung_portfolio_block_hover_setting\";a:3:{s:12:\"hover_effect\";i:1;s:12:\"grid_item_bg\";i:1;s:13:\"grid_item_bg2\";i:1;}s:39:\"section_gedung_portfolio_layout_control\";a:5:{s:13:\"margin_bottom\";i:1;s:11:\"use_padding\";i:1;s:13:\"choose_column\";i:1;s:20:\"margin_bottom_tablet\";i:1;s:19:\"padding_size_tablet\";i:1;}s:39:\"section_gedung_portfolio_filter_control\";a:5:{s:10:\"use_filter\";i:1;s:12:\"filter_align\";i:1;s:26:\"filter_padding_size_mobile\";i:1;s:25:\"filter_margin_bottom_size\";i:1;s:32:\"filter_margin_bottom_size_mobile\";i:1;}s:49:\"section_gedung_portfolio_pagination_style_setting\";a:3:{s:18:\"loop_infinite_text\";i:1;s:10:\"load_style\";i:1;s:24:\"load_style2_bg_hov_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:2:{s:44:\"section_gedung_portfolio_block_title_setting\";a:6:{s:23:\"typhography_title_color\";i:1;s:37:\"typography_portfolio_title_typography\";i:1;s:36:\"typography_portfolio_title_font_size\";i:1;s:38:\"typography_portfolio_title_line_height\";i:1;s:19:\"title_margin_bottom\";i:1;s:26:\"title_margin_bottom_tablet\";i:1;}s:47:\"section_gedung_portfolio_block_category_setting\";a:6:{s:26:\"typhography_category_color\";i:1;s:40:\"typography_portfolio_category_typography\";i:1;s:39:\"typography_portfolio_category_font_size\";i:1;s:41:\"typography_portfolio_category_font_weight\";i:1;s:40:\"typography_portfolio_category_font_style\";i:1;s:41:\"typography_portfolio_category_line_height\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:12;s:19:\"_inline_size_tablet\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:14:\"padding_mobile\";i:1;s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:1:{s:3:\"gap\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:1;s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:1;s:11:\"css_classes\";i:8;}s:19:\"_section_responsive\";a:3:{s:12:\"hide_desktop\";i:8;s:11:\"hide_tablet\";i:8;s:11:\"hide_mobile\";i:8;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:8;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:8;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:8;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:8;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;s:4:\"size\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:25:\"button_hover_border_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;}}}}}'),(4375,65,'_elementor_css','a:5:{s:4:\"time\";i:1595596650;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4392,899,'_thumbnail_id','850'),(4393,899,'_wp_page_template','default'),(4394,899,'_elementor_edit_mode','builder'),(4395,899,'_elementor_template_type','wp-post'),(4396,899,'_elementor_version','2.9.9'),(4397,899,'_elementor_data','[{\"id\":\"448fb2f7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2b0e58a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"47f587e2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our team of highly skilled and certified professionals works directly with architects and engineers to understand project details and plan each step of the process to ensure a smooth delivery and set up of equipment in any facility space.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">When you need a team accustomed to working with architectural plans, give us a call at 800-358-8444<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4400,900,'_wp_page_template','default'),(4401,900,'_thumbnail_id','852'),(4402,900,'_elementor_edit_mode','builder'),(4403,900,'_elementor_template_type','wp-post'),(4404,900,'_elementor_version','2.9.9'),(4405,900,'_elementor_data','[{\"id\":\"3f1f5281\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"502ddebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5172ddc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our expertise and up-to-date training enable our team to work with a range of contractors. We work with general contractors to assess the overall project and provide detailed plans to implement moves and set up equipment.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Electrical \\u2013 our team collaborates with electrical contractors on a variety of equipment moves including generators, switchgears, transformers and more.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Mechanical \\u2013 Our experience with mechanical contractors extends to moves and set up of a variety of equipment ranging from boilers and chillers to cooling towers and more.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Whether your move involves electrical or mechanical components, or a range of specialties, give us a call at 800-358-8444 to manage the overall process.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4406,900,'_elementor_css','a:6:{s:4:\"time\";i:1595594850;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(4409,901,'_wp_page_template','default'),(4410,901,'_thumbnail_id','715'),(4411,901,'_elementor_edit_mode','builder'),(4412,901,'_elementor_template_type','wp-post'),(4413,901,'_elementor_version','2.9.9'),(4414,901,'_elementor_data','[{\"id\":\"3f1f5281\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"502ddebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5172ddc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our expertise and up-to-date training enable our team to work with a range of contractors. We work with general contractors to assess the overall project and provide detailed plans to implement moves and set up equipment.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Electrical \\u2013 our team collaborates with electrical contractors on a variety of equipment moves including generators, switchgears, transformers and more.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Mechanical \\u2013 Our experience with mechanical contractors extends to moves and set up of a variety of equipment ranging from boilers and chillers to cooling towers and more.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Whether your move involves electrical or mechanical components, or a range of specialties, give us a call at <a href=\\\"tel:800-358-8444\\\">800-358-8444<\\/a> to manage the overall process.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4415,901,'_elementor_css','a:6:{s:4:\"time\";i:1595594988;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(4418,902,'_wp_page_template','default'),(4419,902,'_thumbnail_id','714'),(4420,902,'_elementor_edit_mode','builder'),(4421,902,'_elementor_template_type','wp-post'),(4422,902,'_elementor_version','2.9.9'),(4423,902,'_elementor_data','[{\"id\":\"3f1f5281\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"502ddebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5172ddc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our expertise and up-to-date training enable our team to work with a range of contractors. We work with general contractors to assess the overall project and provide detailed plans to implement moves and set up equipment.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Electrical \\u2013 our team collaborates with electrical contractors on a variety of equipment moves including generators, switchgears, transformers and more.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Mechanical \\u2013 Our experience with mechanical contractors extends to moves and set up of a variety of equipment ranging from boilers and chillers to cooling towers and more.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Whether your move involves electrical or mechanical components, or a range of specialties, give us a call at <a href=\\\"tel:800-358-8444\\\">800-358-8444<\\/a> to manage the overall process.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4424,902,'_elementor_css','a:6:{s:4:\"time\";i:1595595241;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(4427,903,'_thumbnail_id','392'),(4428,903,'_wp_page_template','default'),(4429,903,'_elementor_edit_mode','builder'),(4430,903,'_elementor_template_type','wp-post'),(4431,903,'_elementor_version','2.9.9'),(4432,903,'_elementor_data','[{\"id\":\"59e2968a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"523bbf94\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"36024208\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Municipalities rely on our expertise for moves for schools, universities and government buildings.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">From large to small facilities, our team pre-plans every move to ensure efficiency and safety and minimize the impact on staff and students.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4433,903,'_elementor_css','a:6:{s:4:\"time\";i:1595595390;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(4436,904,'_thumbnail_id','717'),(4437,904,'_wp_page_template','default'),(4438,904,'_elementor_edit_mode','builder'),(4439,904,'_elementor_template_type','wp-post'),(4440,904,'_elementor_version','2.9.9'),(4441,904,'_elementor_data','[{\"id\":\"918bd6b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"704beaa3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3c88927c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Suspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\\n<blockquote>Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae.<\\/blockquote>\\nVivamus pulvinar urna nec ipsum interdum blandit. Phasellus molestie feugiat hendrerit. Interdum et malesuada fames ac ante ipsum primis in faucibus. Suspendisse ut dapibus elit. Vivamus dui justo, dapibus nec fermentum sodales, convallis a nisi. Nullam auctor ante metus, eu lacinia mauris hendrerit a. Donec maximus porta turpis non venenatis. Pellentesque quis odio nec ex vestibulum ornare vel at erat. Vestibulum fringilla mauris quis mi pellentesque, a convallis turpis cursus. Praesent molestie, arcu vel faucibus tristique, erat lorem interdum libero, eget maximus mauris augue sed quam. Duis sit amet fringilla felis. Phasellus eget eros vitae dui finibus tincidunt vitae non sapien. Aliquam erat volutpat. Praesent volutpat, nibh eget viverra tristique, odio dolor iaculis elit, eget tincidunt felis arcu nec lectus. Nulla fermentum lorem a massa laoreet, non tincidunt dolor scelerisque.\\n\\n<img class=\\\"size-medium wp-image-6 alignleft\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/blog-5-1-300x200.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"200\\\">Aenean faucibus libero ultrices tincidunt pretium. Vestibulum id mi eget massa scelerisque facilisis vel semper nisl. Mauris pulvinar scelerisque fringilla. Ut eu mauris aliquet, mattis sem eleifend, vehicula massa. Nullam sit amet condimentum urna, a convallis nibh. Nulla at porttitor nulla. In hac habitasse platea dictumst. Donec ut pretium eros, eget condimentum augue. Vivamus venenatis leo sed dolor mattis imperdiet.\\n\\nProin in orci quis elit blandit imperdiet ut eu enim. Nulla mattis arcu eget nisi eleifend, non pellentesque augue mollis. Ut mauris ligula, interdum sed lobortis eu, fermentum vel neque. Maecenas facilisis erat quis augue fermentum vestibulum. Aenean vel sem ac tellus luctus efficitur. Mauris ultrices non libero eget auctor. Mauris rhoncus, risus ac dapibus rhoncus, dui purus ultrices lorem, efficitur gravida elit turpis quis metus.\\n\\nSed varius eros eu lorem condimentum, ac rutrum ex pharetra. Integer vitae tincidunt ipsum, vitae lacinia lacus. Aenean ac maximus eros, eu posuere erat. Sed efficitur magna vitae erat vehicula elementum. Ut cursus purus id tellus volutpat tempus. Mauris lacus eros, fermentum vitae congue volutpat, tincidunt non risus. Quisque at mollis nibh. Nulla aliquet placerat mollis. Morbi luctus porttitor ultricies. Phasellus ullamcorper in arcu ut ultricies. Donec odio nisl, iaculis eget odio id, tempor pulvinar justo. Phasellus sit amet dolor sit amet neque ultrices posuere sed nec neque. Pellentesque cursus varius sagittis. Duis placerat porta risus ac sagittis.\\n\\n<img class=\\\"aligncenter wp-image-5 size-full\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/blog-4-1.jpg\\\" alt=\\\"\\\" width=\\\"1200\\\" height=\\\"800\\\">\\n\\nUt tempus malesuada neque, laoreet ornare magna vehicula a. Curabitur augue nibh, faucibus id faucibus in, tincidunt et justo. Nulla facilisis tempus ligula ut venenatis. Donec diam felis, volutpat maximus viverra quis, maximus a leo. Quisque vestibulum tortor justo. Nullam nec venenatis urna, vel suscipit massa. Proin sed rutrum magna, sed blandit lacus. Donec dolor risus, tempor et ipsum vel, convallis vehicula urna. Sed vel elit accumsan diam condimentum finibus vel sollicitudin risus. Nunc a venenatis mi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed sed tellus urna. Sed hendrerit a justo ac sodales.\\n\\n<img class=\\\"size-medium wp-image-10 alignright\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image3-1-300x200.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"200\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut suscipit odio ante, id dapibus elit condimentum vitae. Maecenas eget orci vitae enim accumsan mollis. In congue nunc velit, sit amet eleifend velit cursus vitae. Morbi lorem massa, lobortis id bibendum et, rhoncus porttitor tortor. Aenean eget orci pulvinar, tincidunt neque quis, aliquam lectus. Etiam nec malesuada tortor. Sed id condimentum turpis. Quisque non fermentum est. Integer lobortis turpis a justo dignissim, sit amet accumsan sem pulvinar. Morbi mollis vitae libero in rhoncus. Vestibulum at arcu faucibus, congue diam sit amet, viverra velit. Sed rutrum urna ut dolor dignissim suscipit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Maecenas ultrices justo metus, quis facilisis justo interdum nec. Donec luctus ligula elit, eget varius urna sodales at. Mauris enim risus, cursus at nulla eget, mattis imperdiet orci.\\n\\nSuspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4442,904,'_elementor_css','a:6:{s:4:\"time\";i:1593755383;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(4443,905,'_thumbnail_id','717'),(4444,905,'_wp_page_template','default'),(4445,905,'_elementor_edit_mode','builder'),(4446,905,'_elementor_template_type','wp-post'),(4447,905,'_elementor_version','2.9.9'),(4448,905,'_elementor_data','[{\"id\":\"918bd6b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"704beaa3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3c88927c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">ARS coordinates facility relocations and equipment installations for properties across the country. We work with building owners and facility managers to plan every detail and execute each step within timelines and established budgets.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Call us at 800-358-8444 and work with the experienced team that\\u2019s ready to manage every detail no matter the size or complexity of the project.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4449,905,'_elementor_css','a:6:{s:4:\"time\";i:1593755383;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(4451,906,'_thumbnail_id','716'),(4452,906,'_wp_page_template','default'),(4453,906,'_elementor_edit_mode','builder'),(4454,906,'_elementor_template_type','wp-post'),(4455,906,'_elementor_version','2.9.9'),(4456,906,'_elementor_data','[{\"id\":\"918bd6b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"704beaa3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3c88927c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">ARS coordinates facility relocations and equipment installations for properties across the country. We work with building owners and facility managers to plan every detail and execute each step within timelines and established budgets.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Call us at 800-358-8444 and work with the experienced team that\\u2019s ready to manage every detail no matter the size or complexity of the project.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4457,906,'_elementor_css','a:6:{s:4:\"time\";i:1595595521;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(4461,907,'_wp_page_template','default'),(4462,907,'_thumbnail_id','389'),(4463,907,'_elementor_edit_mode','builder'),(4464,907,'_elementor_template_type','wp-post'),(4465,907,'_elementor_version','2.9.9'),(4466,907,'_elementor_data','[{\"id\":\"4b5a5ec8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c6d8e77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7f451c97\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Manufacturers in every industry category have relied on our team for plant relocations and industry moves across the U.S.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Not every company can manage the complexities of plant relocations. Our team is experienced, dedicated to preplanning all the details and ensuring the process is smooth so plant downtime is minimized. Call us today at 800-358-8444 to learn more.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4467,907,'_elementor_css','a:6:{s:4:\"time\";i:1595595672;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(4470,908,'_thumbnail_id','438'),(4471,908,'_elementor_edit_mode','builder'),(4472,908,'_elementor_template_type','wp-post'),(4473,908,'_elementor_version','2.9.9'),(4474,908,'_wp_page_template','default'),(4475,908,'_elementor_data','[{\"id\":\"46d2360b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c787812\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"321acacc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our certified professionals have moved commercial equipment ranging from washers, dryers and irons to water and chemical tanks.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our team will work with your company to relocate critical equipment with the least disruption possible to your production schedule. Call us today at 800-358-8444 to learn how our preplanning and dedication to efficiency and safety can make your move fast and hassle-free.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4476,908,'_elementor_css','a:6:{s:4:\"time\";i:1595595768;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(4479,909,'_thumbnail_id','393'),(4480,909,'_elementor_edit_mode','builder'),(4481,909,'_elementor_template_type','wp-post'),(4482,909,'_elementor_version','2.9.9'),(4483,909,'_wp_page_template','default'),(4484,909,'_elementor_data','[{\"id\":\"68fd4428\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"48f1c0dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"10a77fcb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We completed moves of high value works of art and museum installations, plus zoo exhibits for organizations across the country.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our team is accustomed to these unique moves and focuses on preplanning and attention to details, which results in the lowest impact to the environment and the staff and visitors. Call us today to put our expertise to work \\u2013 800-358-8444.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4485,909,'_elementor_css','a:6:{s:4:\"time\";i:1595595834;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(4488,910,'_thumbnail_id','850'),(4489,910,'_wp_page_template','default'),(4490,910,'_elementor_edit_mode','builder'),(4491,910,'_elementor_template_type','wp-post'),(4492,910,'_elementor_version','2.9.9'),(4493,910,'_elementor_data','[{\"id\":\"448fb2f7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2b0e58a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"47f587e2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our team of highly skilled and certified professionals works directly with architects and engineers to understand project details and plan each step of the process to ensure a smooth delivery and set up of equipment in any facility space.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">When you need a team accustomed to working with architectural plans, give us a call at 800-358-8444<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ed2e48\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"ind-sub-img\"},\"elements\":[{\"id\":\"5ff7e62\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"f18a8ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"465e4e3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2018\\/03\\/unnamed.jpg\",\"id\":850}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a884520\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(4494,910,'_elementor_css','a:6:{s:4:\"time\";i:1595826147;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(4497,911,'_wp_page_template','default'),(4498,911,'_thumbnail_id','852'),(4499,911,'_elementor_edit_mode','builder'),(4500,911,'_elementor_template_type','wp-post'),(4501,911,'_elementor_version','2.9.9'),(4502,911,'_elementor_data','[{\"id\":\"3f1f5281\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"502ddebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5172ddc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our expertise and up-to-date training enable our team to work with a range of contractors. We work with general contractors to assess the overall project and provide detailed plans to implement moves and set up equipment.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Electrical \\u2013 our team collaborates with electrical contractors on a variety of equipment moves including generators, switchgears, transformers and more.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Mechanical \\u2013 Our experience with mechanical contractors extends to moves and set up of a variety of equipment ranging from boilers and chillers to cooling towers and more.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Whether your move involves electrical or mechanical components, or a range of specialties, give us a call at 800-358-8444 to manage the overall process.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a77330\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"ind-sub-img\"},\"elements\":[{\"id\":\"00f30bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b06471f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a172923\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2018\\/03\\/image19.jpg\",\"id\":852}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0cd4317\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(4503,911,'_elementor_css','a:6:{s:4:\"time\";i:1595826232;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(4506,912,'_wp_attached_file','2020/07/image28.jpg'),(4507,912,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:685;s:6:\"height\";i:457;s:4:\"file\";s:19:\"2020/07/image28.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"image28-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"image28-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:18:\"image28-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(4508,913,'_wp_attached_file','2020/07/image29.jpg'),(4509,913,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:650;s:6:\"height\";i:488;s:4:\"file\";s:19:\"2020/07/image29.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"image29-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"image29-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:18:\"image29-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(4510,914,'_wp_page_template','default'),(4511,914,'_thumbnail_id','715'),(4512,914,'_elementor_edit_mode','builder'),(4513,914,'_elementor_template_type','wp-post'),(4514,914,'_elementor_version','2.9.9'),(4515,914,'_elementor_data','[{\"id\":\"3f1f5281\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"502ddebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5172ddc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our expertise and up-to-date training enable our team to work with a range of contractors. We work with general contractors to assess the overall project and provide detailed plans to implement moves and set up equipment.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Electrical \\u2013 our team collaborates with electrical contractors on a variety of equipment moves including generators, switchgears, transformers and more.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Mechanical \\u2013 Our experience with mechanical contractors extends to moves and set up of a variety of equipment ranging from boilers and chillers to cooling towers and more.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Whether your move involves electrical or mechanical components, or a range of specialties, give us a call at <a href=\\\"tel:800-358-8444\\\">800-358-8444<\\/a> to manage the overall process.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"07bbebc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"css_classes\":\"ind-sub-img mech-img\"},\"elements\":[{\"id\":\"c9391d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ea698ae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image28.jpg\",\"id\":912}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"50c19d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c045f79\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image29.jpg\",\"id\":913}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(4516,914,'_elementor_css','a:6:{s:4:\"time\";i:1595826367;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(4519,915,'_wp_attached_file','2020/07/elctric-1.jpg'),(4520,915,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:593;s:6:\"height\";i:333;s:4:\"file\";s:21:\"2020/07/elctric-1.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"elctric-1-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"elctric-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:20:\"elctric-1-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(4521,916,'_wp_attached_file','2020/07/elctric-2.jpg'),(4522,916,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:460;s:6:\"height\";i:345;s:4:\"file\";s:21:\"2020/07/elctric-2.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"elctric-2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"elctric-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:20:\"elctric-2-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(4523,917,'_wp_attached_file','2020/07/elctric-3.jpg'),(4524,917,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:557;s:6:\"height\";i:313;s:4:\"file\";s:21:\"2020/07/elctric-3.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"elctric-3-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"elctric-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:20:\"elctric-3-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(4525,918,'_wp_page_template','default'),(4526,918,'_thumbnail_id','714'),(4527,918,'_elementor_edit_mode','builder'),(4528,918,'_elementor_template_type','wp-post'),(4529,918,'_elementor_version','2.9.9'),(4530,918,'_elementor_data','[{\"id\":\"3f1f5281\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"502ddebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5172ddc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our expertise and up-to-date training enable our team to work with a range of contractors. We work with general contractors to assess the overall project and provide detailed plans to implement moves and set up equipment.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Electrical \\u2013 our team collaborates with electrical contractors on a variety of equipment moves including generators, switchgears, transformers and more.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Mechanical \\u2013 Our experience with mechanical contractors extends to moves and set up of a variety of equipment ranging from boilers and chillers to cooling towers and more.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Whether your move involves electrical or mechanical components, or a range of specialties, give us a call at <a href=\\\"tel:800-358-8444\\\">800-358-8444<\\/a> to manage the overall process.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b66eb0d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"ind-sub-img electric-img\"},\"elements\":[{\"id\":\"c42471e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"baa1cb9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/elctric-1.jpg\",\"id\":915}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"17d80ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"28de55e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/elctric-2.jpg\",\"id\":916}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"63ddb96\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c2dd06a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/elctric-3.jpg\",\"id\":917}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(4531,918,'_elementor_css','a:6:{s:4:\"time\";i:1595826828;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(4541,920,'_wp_attached_file','2018/03/medical-1.jpg'),(4542,920,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:760;s:6:\"height\";i:428;s:4:\"file\";s:21:\"2018/03/medical-1.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"medical-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"medical-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:20:\"medical-1-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(4543,921,'_wp_attached_file','2018/03/medical-2.jpg'),(4544,921,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:737;s:6:\"height\";i:415;s:4:\"file\";s:21:\"2018/03/medical-2.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"medical-2-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"medical-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:20:\"medical-2-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(4545,922,'_wp_attached_file','2018/03/medical-3.jpg'),(4546,922,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:651;s:6:\"height\";i:434;s:4:\"file\";s:21:\"2018/03/medical-3.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"medical-3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"medical-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:20:\"medical-3-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(4547,923,'_thumbnail_id','385'),(4548,923,'_wp_page_template','default'),(4549,923,'_elementor_edit_mode','builder'),(4550,923,'_elementor_template_type','wp-post'),(4551,923,'_elementor_version','2.9.9'),(4552,50,'_elementor_data','[{\"id\":\"58e33c30\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1fbd1a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"27fcb90f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our team has successfully moved equipment for small and large medical facilities across the country. Moves have included MRIs, CAT\\/PET, generators, chillers and boilers.<\\/p><p><span style=\\\"font-weight: 400;\\\">We\\u2019ll work with your team to ensure a smooth move, well-planned process and minimal impact on patient services. Call us at <a href=\\\"tel:800-358-8444\\\"><strong>800-358-8444<\\/strong><\\/a> to learn more.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2952d7\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"css_classes\":\"ind-sub-img mech-img\"},\"elements\":[{\"id\":\"be7f400\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"cb171be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2018\\/03\\/medical-1.jpg\",\"id\":920}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3bf4626\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2018\\/03\\/IMG_0439-scaled.jpg\",\"id\":1067}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"80a20b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c2843f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2018\\/03\\/medical-2.jpg\",\"id\":921}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(4553,924,'_thumbnail_id','385'),(4554,924,'_wp_page_template','default'),(4555,924,'_elementor_edit_mode','builder'),(4556,924,'_elementor_template_type','wp-post'),(4557,924,'_elementor_version','2.9.9'),(4558,924,'_elementor_data','[{\"id\":\"58e33c30\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1fbd1a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"27fcb90f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Our team has successfully moved equipment for small and large medical facilities across the country. Moves have included MRIs, CAT\\/PET, generators, chillers and boilers.\\r\\n\\r\\n<span style=\\\"font-weight: 400;\\\">We\\u2019ll work with your team to ensure a smooth move, well-planned process and minimal impact on patient services. Call us at 800-358-8444 to learn more.<\\/span>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2952d7\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"css_classes\":\"ind-sub-img mech-img\"},\"elements\":[{\"id\":\"be7f400\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"cb171be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2018\\/03\\/medical-1.jpg\",\"id\":920}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3bf4626\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2018\\/03\\/medical-3.jpg\",\"id\":922}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"80a20b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c2843f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2018\\/03\\/medical-2.jpg\",\"id\":921}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(4561,925,'_wp_page_template','default'),(4562,925,'_thumbnail_id','714'),(4563,925,'_elementor_edit_mode','builder'),(4564,925,'_elementor_template_type','wp-post'),(4565,925,'_elementor_version','2.9.9'),(4566,925,'_elementor_data','[{\"id\":\"3f1f5281\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"502ddebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5172ddc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our expertise and up-to-date training enable our team to work with a range of contractors. We work with general contractors to assess the overall project and provide detailed plans to implement moves and set up equipment.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Electrical \\u2013 our team collaborates with electrical contractors on a variety of equipment moves including generators, switchgears, transformers and more.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Mechanical \\u2013 Our experience with mechanical contractors extends to moves and set up of a variety of equipment ranging from boilers and chillers to cooling towers and more.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Whether your move involves electrical or mechanical components, or a range of specialties, give us a call at <a href=\\\"tel:800-358-8444\\\">800-358-8444<\\/a> to manage the overall process.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"156684e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"css_classes\":\"ind-sub-img mech-img\"},\"elements\":[{\"id\":\"813acfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7cf6c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/elctric-1.jpg\",\"id\":915}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6c90b31\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/elctric-3.jpg\",\"id\":917}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1f02891\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"8030342\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/elctric-2.jpg\",\"id\":916}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(4567,925,'_elementor_css','a:5:{s:4:\"time\";i:1595828517;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4570,927,'_wp_attached_file','2018/03/municipalities.jpg'),(4571,927,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:337;s:6:\"height\";i:506;s:4:\"file\";s:26:\"2018/03/municipalities.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"municipalities-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"municipalities-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:25:\"municipalities-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(4572,928,'_thumbnail_id','392'),(4573,928,'_wp_page_template','default'),(4574,928,'_elementor_edit_mode','builder'),(4575,928,'_elementor_template_type','wp-post'),(4576,928,'_elementor_version','2.9.9'),(4577,928,'_elementor_data','[{\"id\":\"59e2968a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"523bbf94\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"36024208\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Municipalities rely on our expertise for moves for schools, universities and government buildings.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">From large to small facilities, our team pre-plans every move to ensure efficiency and safety and minimize the impact on staff and students.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0390ca4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"ind-sub-img\"},\"elements\":[{\"id\":\"d62d939\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ffa3a85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b842c17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2018\\/03\\/municipalities.jpg\",\"id\":927}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fbe92da\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(4578,928,'_elementor_css','a:6:{s:4:\"time\";i:1595826973;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(4579,48,'_elementor_controls_usage','a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:11:\"css_classes\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}}}}'),(4580,48,'_elementor_css','a:5:{s:4:\"time\";i:1595829174;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4581,929,'_wp_attached_file','2018/03/build.jpg'),(4582,929,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:224;s:6:\"height\";i:298;s:4:\"file\";s:17:\"2018/03/build.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"build-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:16:\"build-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(4583,930,'_thumbnail_id','716'),(4584,930,'_wp_page_template','default'),(4585,930,'_elementor_edit_mode','builder'),(4586,930,'_elementor_template_type','wp-post'),(4587,930,'_elementor_version','2.9.9'),(4588,930,'_elementor_data','[{\"id\":\"918bd6b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"704beaa3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3c88927c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">ARS coordinates facility relocations and equipment installations for properties across the country. We work with building owners and facility managers to plan every detail and execute each step within timelines and established budgets.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Call us at 800-358-8444 and work with the experienced team that\\u2019s ready to manage every detail no matter the size or complexity of the project.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"32ff79e\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"ind-sub-img\"},\"elements\":[{\"id\":\"599d725\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"51b3047\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9fa11f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2018\\/03\\/build.jpg\",\"id\":929}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0755861\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(4589,930,'_elementor_css','a:6:{s:4:\"time\";i:1595827427;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(4591,931,'_thumbnail_id','717'),(4592,931,'_wp_page_template','default'),(4593,931,'_elementor_edit_mode','builder'),(4594,931,'_elementor_template_type','wp-post'),(4595,931,'_elementor_version','2.9.9'),(4596,931,'_elementor_data','[{\"id\":\"918bd6b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"704beaa3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3c88927c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">ARS coordinates facility relocations and equipment installations for properties across the country. We work with building owners and facility managers to plan every detail and execute each step within timelines and established budgets.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Call us at 800-358-8444 and work with the experienced team that\\u2019s ready to manage every detail no matter the size or complexity of the project.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21e412c\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"ind-sub-img\"},\"elements\":[{\"id\":\"b9a29a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b7536c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ce10295\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2018\\/03\\/build.jpg\",\"id\":929}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d0cd49b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(4597,931,'_elementor_css','a:6:{s:4:\"time\";i:1595827429;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(4609,933,'_wp_attached_file','2018/03/manufacturers-1.jpg'),(4610,933,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:561;s:6:\"height\";i:374;s:4:\"file\";s:27:\"2018/03/manufacturers-1.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"manufacturers-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"manufacturers-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:26:\"manufacturers-1-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(4611,934,'_wp_attached_file','2018/03/manufacturers-2.jpg'),(4612,934,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:568;s:6:\"height\";i:379;s:4:\"file\";s:27:\"2018/03/manufacturers-2.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"manufacturers-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"manufacturers-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:26:\"manufacturers-2-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(4613,935,'_wp_page_template','default'),(4614,935,'_thumbnail_id','389'),(4615,935,'_elementor_edit_mode','builder'),(4616,935,'_elementor_template_type','wp-post'),(4617,935,'_elementor_version','2.9.9'),(4618,935,'_elementor_data','[{\"id\":\"4b5a5ec8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c6d8e77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7f451c97\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Manufacturers in every industry category have relied on our team for plant relocations and industry moves across the U.S.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Not every company can manage the complexities of plant relocations. Our team is experienced, dedicated to preplanning all the details and ensuring the process is smooth so plant downtime is minimized. Call us today at 800-358-8444 to learn more.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"12dd276\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"css_classes\":\"ind-sub-img\"},\"elements\":[{\"id\":\"0e69cfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1c806e1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2018\\/03\\/manufacturers-1.jpg\",\"id\":933}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5a109a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"58c33df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2018\\/03\\/manufacturers-2.jpg\",\"id\":934}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(4620,936,'_wp_page_template','default'),(4621,936,'_thumbnail_id','389'),(4622,936,'_elementor_edit_mode','builder'),(4623,936,'_elementor_template_type','wp-post'),(4624,936,'_elementor_version','2.9.9'),(4625,936,'_elementor_data','[{\"id\":\"4b5a5ec8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c6d8e77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7f451c97\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Manufacturers in every industry category have relied on our team for plant relocations and industry moves across the U.S.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Not every company can manage the complexities of plant relocations. Our team is experienced, dedicated to preplanning all the details and ensuring the process is smooth so plant downtime is minimized. Call us today at 800-358-8444 to learn more.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"12dd276\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"css_classes\":\"ind-sub-img mech-img\"},\"elements\":[{\"id\":\"0e69cfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1c806e1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2018\\/03\\/manufacturers-1.jpg\",\"id\":933}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5a109a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"58c33df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2018\\/03\\/manufacturers-2.jpg\",\"id\":934}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(4628,937,'_wp_attached_file','2020/05/musium-1.jpg'),(4629,937,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:698;s:6:\"height\";i:465;s:4:\"file\";s:20:\"2020/05/musium-1.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"musium-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"musium-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:19:\"musium-1-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(4630,938,'_wp_attached_file','2020/05/musium-2.png'),(4631,938,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:681;s:6:\"height\";i:360;s:4:\"file\";s:20:\"2020/05/musium-2.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"musium-2-300x159.png\";s:5:\"width\";i:300;s:6:\"height\";i:159;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"musium-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:19:\"musium-2-100x80.png\";s:5:\"width\";i:100;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:{}}}'),(4632,939,'_thumbnail_id','393'),(4633,939,'_elementor_edit_mode','builder'),(4634,939,'_elementor_template_type','wp-post'),(4635,939,'_elementor_version','2.9.9'),(4636,939,'_wp_page_template','default'),(4637,939,'_elementor_data','[{\"id\":\"68fd4428\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"48f1c0dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"10a77fcb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We completed moves of high value works of art and museum installations, plus zoo exhibits for organizations across the country.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our team is accustomed to these unique moves and focuses on preplanning and attention to details, which results in the lowest impact to the environment and the staff and visitors. Call us today to put our expertise to work \\u2013 800-358-8444.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5011f94\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"css_classes\":\"ind-sub-img mech-img\"},\"elements\":[{\"id\":\"a76ec71\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c71e90e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/05\\/musium-1.jpg\",\"id\":937}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"13d275c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"67794b6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/05\\/musium-2.png\",\"id\":938}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(4638,939,'_elementor_css','a:6:{s:4:\"time\";i:1595827643;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(4641,940,'_wp_page_template','template/page-builder-template.php'),(4642,940,'_elementor_edit_mode','builder'),(4643,940,'_elementor_version','2.9.9'),(4644,940,'_elementor_data','[{\"id\":\"a585672\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c266d44\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c11fa77\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"INDUSTRIES\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_margin_bottom\":\"\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"2b4508f\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"%\",\"size\":8},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":15},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"af38339\",\"elType\":\"widget\",\"settings\":{\"color_text_block\":\"#666666\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":22},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"a997f35\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[gedung_industries]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4534fa0\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"e36a2d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40207fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rigging\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f1501b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"72fb049\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">When you have machinery that needs to be relocated, lifted or installed, call on the company with<\\/span>\\u00a0<span style=\\\"font-weight: 400;\\\">rigging and <\\/span><span style=\\\"font-weight: 400;\\\">machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">expertise. ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. <\\/span><span style=\\\"font-weight: 400;\\\">professionals have the experience and innovative solutions to solve the most complex problems. Plus, we\\u2019ll <\\/span><span style=\\\"font-weight: 400;\\\">keep our focus on safety, timelines and budget. We rig, move and set equipment every day \\u2013 it\\u2019s the only work we do! Contact us and learn why some of the biggest companies in the U.S. rely on us for all of their moves.\\u00a0\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fcdad8d\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"f0b7eda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c4c8843\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rigging, Machinery Moving & Installation\\n\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1551c4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7608e48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Rigging and m<\\/span><span style=\\\"font-weight: 400;\\\">oving machinery <\\/span><span style=\\\"font-weight: 400;\\\">requires a unique set of skills. And this is exactly what we focus on. We\\u2019ll develop a plan, timeline and engage<\\/span>\\u00a0<span style=\\\"font-weight: 400;\\\">a <\\/span><span style=\\\"font-weight: 400;\\\">skilled team and essential equipment to get the job done smoothly. When large equipment must fit into tight spaces, we have the expertise and foresight to identify potential challenges and we develop a process to ensure success with minimal complications. From data centers, to healthcare facilities, public buildings, manufacturing facilities and beyond, we have the innovative solutions, equipment and certified talent to get the job done.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ce883c7\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"ab27ddb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb5b411\",\"elType\":\"widget\",\"settings\":{\"title\":\"Heavy Lifting & Erecting\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"65359a4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5e1345a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">A thorough analysis and detailed plan of action are a \\u201cmust\\u201d when lifting and erecting large equipment. Our <\\/span><span style=\\\"font-weight: 400;\\\">team <\\/span><span style=\\\"font-weight: 400;\\\">develop<\\/span><span style=\\\"font-weight: 400;\\\">s<\\/span><span style=\\\"font-weight: 400;\\\"> the solutions to overcome space and time challenges. Then, <\\/span><span style=\\\"font-weight: 400;\\\">planning turns into action, and our <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers <\\/span><span style=\\\"font-weight: 400;\\\">team executes every detail in a professional manner to ensure the project is done right the first time, safely and efficiently.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0ff355\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"a2be008\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"18ea389\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hauling & Jobsite Delivery\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3cc63b0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"42160cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our team engages the right vehicles to deliver your equipment safely to your destination across the U.S.\\u00a0<\\/span><\\/p><ul><li><span style=\\\"font-weight: 400;\\\">VEHICLES:<\\/span><ul><li><span style=\\\"font-weight: 400;\\\">Flatbeds<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Step Decks<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Double Drops \\u2013 Expandable & RGNs<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Tilt Beds - Trailers<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Straight Trucks \\u2013 12\\u2019 to 24\\u2019<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Vans \\u2013 48-53 Logistics<\\/span><\\/li><\\/ul><\\/li><\\/ul><p>\\u00a0<\\/p><ul><li>OTHER SERVICES WE PROVIDE:<ul><li><span style=\\\"font-weight: 400;\\\">Over Dimensional Loads<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Heavy Hauling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">LTL (Less than truckload)<\\/span><\\/li><\\/ul><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"82ab355\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"0d8dd32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"30e6f57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Storage & Preservation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a04d14\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4fc24fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our <\\/span><span style=\\\"font-weight: 400;\\\">warehouse provides great value for customers because it allows us to receive equipment from across the country to be assembled in one location, then moved to the final destination. Our facility is centrally located and provides indoor and outdoor storage space. The warehouse is heated, under video surveillance and is equipped with fire alarms, docks, <\\/span><span style=\\\"font-weight: 400;\\\">and ground doors. The outside storage area is fenced, locked and under video surveillance. Allowing quick, easy access to Chicago and the suburbs, we\\u2019re located near O\\u2019Hare Airport<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddf392d\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2178868\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6893612\",\"elType\":\"widget\",\"settings\":{\"title\":\"Plant Relocation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bd8124\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"372fde6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Moving a plant involves precision planning, access to the best equipment and talent and flexibility to quickly adjust to any changes. We start with a consultation to fully understand the customer\\u2019s goals, along with the current and future facilities. Then, we develop a detailed plan of action to ensure every aspect of the move is thoroughly outlined and then implemented in the most efficient and cost-effective manner. From small to large size plants, we have the experience to implement the move quickly and safely.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">\\u00a0Unlike other moving contractors, our comprehensive proposals include costs for rigging, moving, electrical, piping, mechanical, millwright work, transportation and storage.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our moving services include:<\\/span><\\/p><ul><li><span style=\\\"font-weight: 400;\\\">Lay out floors of new location<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Dismantling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Moving of common stock inventory<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Hauling\\/transportation<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Assembling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Alignment<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Leveling<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Anchoring<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Grouting<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Fabrication\\/modification as requested<\\/span><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a0aef0b\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"dba8281\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"05f84cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Millwright Services\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"98d9428\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4927f9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our Millwrights are highly skilled at executing <\\/span><span style=\\\"font-weight: 400;\\\">another <\\/span><span style=\\\"font-weight: 400;\\\">type of <\\/span><span style=\\\"font-weight: 400;\\\">operation <\\/span><span style=\\\"font-weight: 400;\\\">from layout, dismantling, <\\/span><span style=\\\"font-weight: 400;\\\">installing, assembling, leveling, anchoring, grouting and fabricating<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span> <span style=\\\"font-weight: 400;\\\">Our team will help your business avoid downtime and keep all aspects of your operation running smoothly.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"412bebc\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"service-contain\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"ead261f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"06edbd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Consultation\",\"title_color\":\"#000000\",\"_css_classes\":\"service-head\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f22ef8\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"093c704\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our team of <\\/span><span style=\\\"font-weight: 400;\\\">professionals <\\/span><span style=\\\"font-weight: 400;\\\">provides us with the talent necessary to analyze and advise on any potential lifting or rigging challenge that you have. It takes years of experience with large and small projects, plus a dedication to continually learning the industry trends and new technologies to enable an individual to comprehend and plan for the many details involved in complex projects. These are the people we hire at ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc<\\/span><span style=\\\"font-weight: 400;\\\">. <\\/span><span style=\\\"font-weight: 400;\\\">T<\\/span><span style=\\\"font-weight: 400;\\\">hese are the people you can depend on for complete project management<\\/span><span style=\\\"font-weight: 400;\\\">, <\\/span><span style=\\\"font-weight: 400;\\\">or consultation on the best process and resources for the job.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cfa5bf9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"10b935a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"89aca30\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0873ffb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3f0a453c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#2B4D7B\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\"},\"elements\":[{\"id\":\"6900af55\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.710999999999999,\"_inline_size_tablet\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2433e0fb\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Need our expertise for a job?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":35},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":31},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"4ef8c81b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.289000000000001,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6296e83\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"right\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0, 0, 0, 0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(4645,940,'_elementor_template_type','wp-post'),(4646,940,'_elementor_controls_usage','a:9:{s:17:\"gedung-head-title\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:25:\"section_gedung_head_title\";a:10:{s:12:\"choose_style\";i:2;s:9:\"the_title\";i:2;s:27:\"typography_title_typography\";i:2;s:26:\"typography_title_font_size\";i:2;s:17:\"head_use_subtitle\";i:2;s:5:\"align\";i:1;s:33:\"typography_title_font_size_mobile\";i:2;s:28:\"typography_title_font_weight\";i:1;s:12:\"align_tablet\";i:1;s:35:\"typography_title_line_height_mobile\";i:1;}s:36:\"section_gedung_head_title_dimensions\";a:1:{s:19:\"title_margin_bottom\";i:1;}s:33:\"section_gedung_head_title_style_2\";a:1:{s:13:\"title_color_2\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:14:\"_margin_mobile\";i:2;s:15:\"_padding_mobile\";i:2;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:6:\"weight\";i:9;s:5:\"color\";i:9;s:3:\"gap\";i:9;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:3:{s:5:\"width\";i:9;s:5:\"align\";i:1;s:12:\"width_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}s:14:\"_section_style\";a:2:{s:14:\"_margin_mobile\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:11:\"gedung-text\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"gedung_text_control\";a:5:{s:16:\"color_text_block\";i:1;s:16:\"text_block_align\";i:1;s:32:\"typography_text_block_typography\";i:1;s:38:\"typography_text_block_font_size_mobile\";i:1;s:40:\"typography_text_block_line_height_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:1;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:12;s:19:\"_inline_size_tablet\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:14:\"padding_mobile\";i:1;s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:1:{s:3:\"gap\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:1;s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:1;s:11:\"css_classes\";i:8;}s:19:\"_section_responsive\";a:3:{s:12:\"hide_desktop\";i:8;s:11:\"hide_tablet\";i:8;s:11:\"hide_mobile\";i:8;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:8;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:8;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:8;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:8;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:5:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;s:4:\"size\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:25:\"button_hover_border_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;}}}}}'),(4647,940,'_elementor_css','a:5:{s:4:\"time\";i:1595596214;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4648,941,'_elementor_edit_mode','builder'),(4649,941,'_elementor_template_type','wp-page'),(4650,941,'_elementor_version','2.9.9'),(4651,941,'_wp_page_template','template/page-builder-template.php'),(4652,941,'_elementor_data','[{\"id\":\"869b16b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5a60c91\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f969fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Qualifications \",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a65c6f2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd0da0b\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\"},\"elements\":[{\"id\":\"5651c44\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"02bf0c5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/q1.jpg\",\"id\":684}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5146b17\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"8343794\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Qualified Riggers vs. Certified Riggers: What is the Difference?<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">The terms \\u201cqualified\\u201d and \\u201ccertified\\u201d are often used interchangeably in the rigging industry, but OSHA standards and qualifications for each role are very different. OSHA standards require that qualified riggers must be used during hoisting activities for assembly and disassembly work, or when workers are within the fall zone and hooking, unhooking, or guiding a load, or connecting a load to a component or structure.\\u00a0 However, OSHA does not require that riggers be \\u201ccertified,\\u201d which is another level of achievement in the rigging industry.<\\/span><\\/p><p>Qualified Rigger:<span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><span style=\\\"font-weight: 400;\\\">OSHA only loosely specifies who meets the criteria of a qualified rigger, leaving the final determination up to the employer.\\u00a0 A qualified rigger \\u201cpossesses a recognized degree, certificate, or professional standing, OR who by extensive knowledge, training and experience, can successfully demonstrate the ability to solve problems related to rigging loads. Qualified riggers do not, however have to be certified by an accredited organization or third party.\\u00a0 Under these criteria, a rigger with extensive hands-on experience, but no formal training or certifications, may be considered a qualified rigger.\\u00a0To become a Qualified Rigger, a 2-hour exam is required with 100 questions.<\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span>Certified Rigger:<span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><span style=\\\"font-weight: 400;\\\">A certified rigger is a person who has passed stringent written and practical exams related to rigging and can be certified at a Level 1 or 2. \\u00a0 Accredited organizations such as NCCCO (National Commission for the Certification of Crane Operators) and many training programs offer rigger certification testing <\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0for various levels.\\u00a0\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">NCCCO Certified Rigger Level I:<br \\/><\\/span><span style=\\\"font-weight: 400;\\\">The Certified Rigger Level I Written Examination consists of 60 multiple-choice questions. Candidates are allowed 60 minutes to complete the test. The successful completion demonstrates a candidate\\u2019s basic rigging competency.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">NCCCO Certified Rigger Level II:<br \\/><\\/span><span style=\\\"font-weight: 400;\\\">The Certified Rigger Level II Written Examination consists of 40 multiple-choice questions, completed in 60 minutes.\\u00a0 The successful completion demonstrates a candidate\\u2019s competency in rigging a load for a level lift and for rotating a load.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3e85a51\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"bb8ee47\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"6e3bdc2\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Professionally Certified Rigger:<br \\/><\\/span><span style=\\\"font-weight: 400;\\\">The strictest requirements are in place to be designated as a Professionally Certified Rigger, including:<\\/span><\\/p><ul><li><span style=\\\"font-weight: 400;\\\">A total of <\\/span><span style=\\\"font-weight: 400;\\\">6,000 <\\/span><span style=\\\"font-weight: 400;\\\">hours to become a journeyman.<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Individuals complete an Accredited Apprentice and re-training Journeyman School (<\\/span><span style=\\\"font-weight: 400;\\\">the o<\\/span><span style=\\\"font-weight: 400;\\\">nly school in the nation certified by the Department of Labor (D.O.L.) for <\\/span><span style=\\\"font-weight: 400;\\\">rigging, machinery moving, and machinery erecting.)<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">OSHA<\\/span>\\u00a0<span style=\\\"font-weight: 400;\\\">- 30 hour<\\/span><span style=\\\"font-weight: 400;\\\">s<\\/span><span style=\\\"font-weight: 400;\\\"> is required<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">IMPACT (Ironworker International Program) Drug and Alcohol random testing with 3rd party medical screening<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">OSHA Forklift Operation<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">OSHA Ariel Lift Operation<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">OSHA First Aid and CAD<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">OSHA Crane Signal and Hoisting Person<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Lift Director (Foreman training)<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Certified Welding in Stick, Tig, and Mig.<\\/span><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"8c6b121\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"14865be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/q2.jpg\",\"id\":685},\"image_custom_dimension\":{\"width\":\"\",\"height\":\"380\"},\"align\":\"right\",\"_css_classes\":\"osha-imgsk\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1219934\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"qualification-contain\"},\"elements\":[{\"id\":\"7d2a4dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0cf214c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OSHA Regulations\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"780d3c1\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4481386\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adcd458\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"qualification-contain\"},\"elements\":[{\"id\":\"8b4a8c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"119b606\",\"elType\":\"widget\",\"settings\":{\"title\":\"Insurance\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb12a6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3c746fa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b90f3a\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"background_background\":\"classic\",\"background_color\":\"#2B4D7B\",\"background_color_b\":\"#2B4D7B\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"987da49\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"44202fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Need our expertise for a job?\",\"align\":\"left\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"395a287\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f59b751\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"right\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(0, 0, 0, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#F8F8F8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(4653,941,'_elementor_css','a:5:{s:4:\"time\";i:1595572293;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4656,942,'_elementor_edit_mode','builder'),(4657,942,'_elementor_template_type','wp-page'),(4658,942,'_elementor_version','2.9.9'),(4659,942,'_wp_page_template','template/page-builder-template.php'),(4660,942,'_elementor_data','[{\"id\":\"869b16b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5a60c91\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f969fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Qualifications \",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a65c6f2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd0da0b\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\"},\"elements\":[{\"id\":\"5651c44\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"02bf0c5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/q1.jpg\",\"id\":684}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5146b17\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"8343794\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Qualified Riggers vs. Certified Riggers: What is the Difference?<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">The terms \\u201cqualified\\u201d and \\u201ccertified\\u201d are often used interchangeably in the rigging industry, but OSHA standards and qualifications for each role are very different. OSHA standards require that qualified riggers must be used during hoisting activities for assembly and disassembly work, or when workers are within the fall zone and hooking, unhooking, or guiding a load, or connecting a load to a component or structure.\\u00a0 However, OSHA does not require that riggers be \\u201ccertified,\\u201d which is another level of achievement in the rigging industry.<\\/span><\\/p><p>Qualified Rigger:<span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><span style=\\\"font-weight: 400;\\\">OSHA only loosely specifies who meets the criteria of a qualified rigger, leaving the final determination up to the employer.\\u00a0 A qualified rigger \\u201cpossesses a recognized degree, certificate, or professional standing, OR who by extensive knowledge, training and experience, can successfully demonstrate the ability to solve problems related to rigging loads. Qualified riggers do not, however have to be certified by an accredited organization or third party.\\u00a0 Under these criteria, a rigger with extensive hands-on experience, but no formal training or certifications, may be considered a qualified rigger.\\u00a0To become a Qualified Rigger, a 2-hour exam is required with 100 questions.<\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span>Certified Rigger:<span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><span style=\\\"font-weight: 400;\\\">A certified rigger is a person who has passed stringent written and practical exams related to rigging and can be certified at a Level 1 or 2. \\u00a0 Accredited organizations such as NCCCO (National Commission for the Certification of Crane Operators) and many training programs offer rigger certification testing <\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0for various levels.\\u00a0\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">NCCCO Certified Rigger Level I:<br \\/><\\/span><span style=\\\"font-weight: 400;\\\">The Certified Rigger Level I Written Examination consists of 60 multiple-choice questions. Candidates are allowed 60 minutes to complete the test. The successful completion demonstrates a candidate\\u2019s basic rigging competency.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">NCCCO Certified Rigger Level II:<br \\/><\\/span><span style=\\\"font-weight: 400;\\\">The Certified Rigger Level II Written Examination consists of 40 multiple-choice questions, completed in 60 minutes.\\u00a0 The successful completion demonstrates a candidate\\u2019s competency in rigging a load for a level lift and for rotating a load.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3e85a51\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"bb8ee47\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"6e3bdc2\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Professionally Certified Rigger:<br \\/><\\/span><span style=\\\"font-weight: 400;\\\">The strictest requirements are in place to be designated as a Professionally Certified Rigger, including:<\\/span><\\/p><ul><li><span style=\\\"font-weight: 400;\\\">A total of <\\/span><span style=\\\"font-weight: 400;\\\">6,000 <\\/span><span style=\\\"font-weight: 400;\\\">hours to become a journeyman.<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Individuals complete an Accredited Apprentice and re-training Journeyman School (<\\/span><span style=\\\"font-weight: 400;\\\">the o<\\/span><span style=\\\"font-weight: 400;\\\">nly school in the nation certified by the Department of Labor (D.O.L.) for <\\/span><span style=\\\"font-weight: 400;\\\">rigging, machinery moving, and machinery erecting.)<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">OSHA<\\/span>\\u00a0<span style=\\\"font-weight: 400;\\\">- 30 hour<\\/span><span style=\\\"font-weight: 400;\\\">s<\\/span><span style=\\\"font-weight: 400;\\\"> is required<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">IMPACT (Ironworker International Program) Drug and Alcohol random testing with 3rd party medical screening<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">OSHA Forklift Operation<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">OSHA Ariel Lift Operation<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">OSHA First Aid and CAD<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">OSHA Crane Signal and Hoisting Person<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Lift Director (Foreman training)<\\/span><\\/li><li><span style=\\\"font-weight: 400;\\\">Certified Welding in Stick, Tig, and Mig.<\\/span><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"8c6b121\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"14865be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/q2.jpg\",\"id\":685},\"image_custom_dimension\":{\"width\":\"\",\"height\":\"380\"},\"align\":\"right\",\"_css_classes\":\"osha-imgsk\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1219934\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"qualification-contain\"},\"elements\":[{\"id\":\"7d2a4dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0cf214c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OSHA Regulations\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"780d3c1\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4481386\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adcd458\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"qualification-contain\"},\"elements\":[{\"id\":\"8b4a8c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"119b606\",\"elType\":\"widget\",\"settings\":{\"title\":\"Insurance\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb12a6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3c746fa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b90f3a\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"background_background\":\"classic\",\"background_color\":\"#2B4D7B\",\"background_color_b\":\"#2B4D7B\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"987da49\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"44202fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Need our expertise for a job?\",\"align\":\"left\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"395a287\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f59b751\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"right\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(0, 0, 0, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#F8F8F8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(4661,942,'_elementor_css','a:5:{s:4:\"time\";i:1595830712;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4664,749,'_elementor_css','a:5:{s:4:\"time\";i:1595832040;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4665,495,'_elementor_edit_mode','builder'),(4666,495,'_elementor_template_type','wp-post'),(4667,495,'_elementor_version','2.9.9'),(4668,943,'_wp_page_template','template/page-builder-template.php'),(4669,943,'_elementor_data','[{\"id\":\"787d5c6b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"20\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"id\":338,\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/05\\/ARS-header-photo-rev-1.png\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color_b\":\"#2d2d2d\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":100},\"custom_height\":{\"unit\":\"px\",\"size\":\"663\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"height\":\"full\",\"background_video_fallback\":{\"id\":79,\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/bg-fallback.jpg\"},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"21feba2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"home-banner-text\"},\"elements\":[{\"id\":\"5af5fe4\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"ARS CONTRACTING, INC.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_title_font_weight\":\"500\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":12},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_2\":\"#FFFFFF\",\"title_margin_bottom\":-10,\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":10},\"align_mobile\":\"left\",\"title_size\":\"h1\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c2b71c4\",\"elType\":\"widget\",\"settings\":{\"the_title\":\"Certified Riggers & Machinery Movers\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":80},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_1\":\"#ffffff\",\"choose_style\":\"2\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":65},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":70},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"81cb3fc\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<h2 style=\\\"color: white;\\\"><b>Moving America\\u2019s Businesses<\\/b><\\/h2>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_text_block_line_height\":{\"unit\":\"px\",\"size\":28},\"color_text_block\":\"#FDF8F8\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"text_block_align_mobile\":\"left\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_text_block_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"586b5444\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"hover_animation\":\"sink\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeInUp\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e1426a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"9414b9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bad6cf\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Services\",\"description_text\":\"Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":482,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/crane-48591-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255, 255, 255, 0)\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"154f0f93\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c2e578e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Exceptional Safety Rating\",\"description_text\":\"We have one of the best safety ratings in the industry & we are certified riggers\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":379,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/Safety-Rev-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":19},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4a35cdf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bfab3bb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Industries\",\"description_text\":\"We offer outstanding service to most industries including contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers\\/building owners, and more\\n\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":378,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/gears.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3334b860\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#eaeaea\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fb97c40\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.042999999999999,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57bdcd45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":11,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image2-1.jpg\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"align\":\"left\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5b694d6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.957000000000001,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2161d8d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"For almost 30 years, ARS Contracting, Inc. has built a national reputation for rigging, machinery moving, hauling and lifting components that keep America\\u2019s businesses moving. We\\u2019re dedicated to solving problems for our clients by using innovation and technology to constantly move the industry forward. By doing so, this can result in lowering overall project costs for our customers.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":19},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":45},\"the_subtitle\":\"Since 1991\",\"typography_subtitle_typography\":\"custom\",\"typography_subtitle_font_family\":\"Lato\",\"typography_subtitle_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_subtitle_font_weight\":\"300\",\"typography_subtitle_text_transform\":\"uppercase\",\"typography_subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":34},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":30},\"title_size\":\"h6\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"23901ed0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60cf4773\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1800},\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"_element_id\":\"projects\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7352b447\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"97cfb80\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"333b722f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d4210f\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Services We Offer\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"4c49f11d\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"43ef6c3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"7d11f6a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL SERVICES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d246d91\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"9\",\"width\":\"585\",\"height\":\"390\",\"caption_vertical\":{\"unit\":\"%\",\"size\":50},\"caption_horizontal\":{\"unit\":\"%\",\"size\":50},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":15,\"use_padding\":\"use\",\"padding_size\":{\"unit\":\"px\",\"size\":15},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"title_hover_effect\":\"ih-fade-down\",\"title_margin_bottom\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_family\":\"Raleway\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"category_hover_effect\":\"ih-fade-up\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"filter_style1_color\":\"#ffffff\",\"filter_style1_hov_color\":\"#ffffff\",\"filter_style1_bord_hov_color\":\"#3315C6\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_portfolio_title_line_height_mobile\":{\"unit\":\"px\",\"size\":24},\"title_margin_bottom_mobile\":5,\"typography_portfolio_category_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"filter_mobile_bord_bg_color\":\"#2b2b2b\",\"filter_mobile_bord_hov_color\":\"#2b2b2b\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"filter_padding_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"filter_align\":\"center\",\"filter_style\":\"style-2\",\"filter_style2_color\":\"#FFFFFF\",\"filter_style2_hov_color\":\"#8AABCA\",\"filter_style2_border_hov_color\":\"#8AABCA\",\"category_hover_delay\":\"ih-delay-xs\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"orderby\":\"none\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f3e067f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/image-port-7.jpg\",\"id\":22},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#7A7A7A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ef29580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"788dae8b\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\u201cWe have worked with ARS for more than 30 years and have built a trusted relationship utilizing their services for large Data center projects, hoisting, and setting generators, electrical switchgear, storage of equipment and much more. Thank you, ARS team.\\u201d \",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"\",\"testi_img\":{\"url\":\"\",\"id\":\"\"}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\u201cThe ARS Foreman, Kevin, knew exactly what he needed to do to bring in the (4) 1000# Electrical Switchgear sections\\u2026 while traversing some challenging terrain\\u2026Kevin\\u2019s professionalism and get\\u2010it\\u2010done [safely] attitude did, in fact, get the job done with extreme efficiency and not one issue.\\u201d\",\"testi_author\":\"Michael\",\"testi_author_job\":\"\",\"testi_img\":{\"url\":\"\",\"id\":\"\"}},{\"testi_text\":\"\\u201cThe Museum Project required the backend (Generator) to be removed and shipped to the repair shop. The detail that ARS Equipment Movers took to remove the backend from the job site and return it after the repairs were made was nothing short of exemplary. They were flawless in performing their duties. I will certainly use them again.\\u201d \",\"testi_author\":\"Vince\",\"testi_author_job\":\"\",\"testi_img\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"259f30a\"}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"30\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#ffffff\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#ffffff\",\"choose_column\":\"1\",\"typhography_blockquote_color\":\"#ffffff\",\"navigation_dots_color\":\"#ffffff\",\"autoplay\":\"use\",\"autoplay_ms\":2000,\"auto_loop\":\"use\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"50e8eeb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"4169d630\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/1693-logo.jpg\",\"id\":570},\"_id\":\"373378a\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT.jpg\",\"id\":571},\"_id\":\"5b20e48\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IMPACTLogo.jpg\",\"id\":572},\"_id\":\"0da84d8\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra.jpg\",\"id\":573},\"_id\":\"cc18593\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574},\"_id\":\"306ecd3\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/Riggers.jpg\",\"id\":569},\"_id\":\"ab6cc54\"}],\"mobile_choose_column\":\"mobile-column-2\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":20,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":9},\"_css_classes\":\"client-logos\"},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46b4cfee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190},\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"763dcf8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"60111074\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6daf8247\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1f8fca5\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Industries We Serve\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"5e67d616\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ddd3ef5\",\"elType\":\"widget\",\"settings\":{\"color_text_block\":\"#555555\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":26}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":true},{\"id\":\"24b615c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1dd27b4a\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL INDUSTRIES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"rgba(243, 235, 235, 0.3)\",\"border_color\":\"#000000\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/industries\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8133960\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6238ce7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7de5ddc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[gedung_industries_home]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd640fa\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"12\",\"post_margin_bottom\":\"30\",\"horizontal_col_select_col2\":\"column-3\",\"width\":\"535\",\"height\":\"355\",\"height_grid2\":\"400\",\"use_category\":\"\",\"use_author\":\"\",\"use_date\":\"\",\"use_excerpt\":\"\",\"read_more_text\":\"Read More\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"typography_post_title_typography\":\"custom\",\"typography_post_title_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typhography_read_more_color_masonry\":\"#D7D7D7\",\"typhography_title_color\":\"#2B4D7B\",\"typhography_read_more_bg_color_masonry\":\"#FFFFFF\",\"read_more_title_hov_color\":\"#FFFFFF\",\"typhography_read_more_bg_hover_masonry\":\"#C7B4B4\",\"typography_post_read_more_typography\":\"custom\",\"_background_background\":\"classic\",\"_background_color\":\"#FEFEFE\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"gedung-post-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf3159\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c1572fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd675da\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"70618554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.68,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"700616c\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"419c7848\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1bc1cc0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"align_tablet\":\"center\",\"button_hover_border_color\":\"#ffffff\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(4670,943,'_elementor_version','2.9.9'),(4671,943,'_elementor_template_type','wp-post'),(4672,943,'_thumbnail_id','338'),(4673,943,'_elementor_edit_mode','builder'),(4674,943,'_elementor_css','a:5:{s:4:\"time\";i:1595593801;s:5:\"fonts\";a:3:{i:0;s:10:\"Montserrat\";i:1;s:4:\"Lato\";i:3;s:7:\"Raleway\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4678,944,'_wp_attached_file','2020/07/unnamed.jpg'),(4679,944,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:650;s:6:\"height\";i:488;s:4:\"file\";s:19:\"2020/07/unnamed.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"unnamed-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"unnamed-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:18:\"unnamed-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(4680,945,'_wp_page_template','template/page-builder-template.php'),(4681,945,'_elementor_data','[{\"id\":\"787d5c6b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"20\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"id\":944,\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/unnamed.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color_b\":\"#2d2d2d\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":100},\"custom_height\":{\"unit\":\"px\",\"size\":\"663\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"height\":\"full\",\"background_video_fallback\":{\"id\":79,\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/bg-fallback.jpg\"},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"21feba2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"home-banner-text\"},\"elements\":[{\"id\":\"5af5fe4\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"ARS CONTRACTING, INC.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_title_font_weight\":\"500\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":12},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_2\":\"#FFFFFF\",\"title_margin_bottom\":-10,\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":10},\"align_mobile\":\"left\",\"title_size\":\"h1\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c2b71c4\",\"elType\":\"widget\",\"settings\":{\"the_title\":\"Certified Riggers & Machinery Movers\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":80},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_1\":\"#ffffff\",\"choose_style\":\"2\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":65},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":70},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"81cb3fc\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<h2 style=\\\"color: white;\\\"><b>Moving America\\u2019s Businesses<\\/b><\\/h2>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_text_block_line_height\":{\"unit\":\"px\",\"size\":28},\"color_text_block\":\"#FDF8F8\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"text_block_align_mobile\":\"left\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_text_block_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"586b5444\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"hover_animation\":\"sink\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeInUp\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e1426a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"9414b9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bad6cf\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Services\",\"description_text\":\"Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":482,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/crane-48591-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255, 255, 255, 0)\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"154f0f93\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c2e578e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Exceptional Safety Rating\",\"description_text\":\"We have one of the best safety ratings in the industry & we are certified riggers\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":379,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/Safety-Rev-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":19},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4a35cdf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bfab3bb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Industries\",\"description_text\":\"We offer outstanding service to most industries including contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers\\/building owners, and more\\n\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":378,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/gears.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3334b860\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#eaeaea\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fb97c40\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.042999999999999,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57bdcd45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":11,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image2-1.jpg\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"align\":\"left\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5b694d6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.957000000000001,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2161d8d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"For almost 30 years, ARS Contracting, Inc. has built a national reputation for rigging, machinery moving, hauling and lifting components that keep America\\u2019s businesses moving. We\\u2019re dedicated to solving problems for our clients by using innovation and technology to constantly move the industry forward. By doing so, this can result in lowering overall project costs for our customers.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":19},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":45},\"the_subtitle\":\"Since 1991\",\"typography_subtitle_typography\":\"custom\",\"typography_subtitle_font_family\":\"Lato\",\"typography_subtitle_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_subtitle_font_weight\":\"300\",\"typography_subtitle_text_transform\":\"uppercase\",\"typography_subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":34},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":30},\"title_size\":\"h6\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"23901ed0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60cf4773\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1800},\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"_element_id\":\"projects\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7352b447\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"97cfb80\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"333b722f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d4210f\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Services We Offer\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"4c49f11d\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"43ef6c3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"7d11f6a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL SERVICES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d246d91\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"9\",\"width\":\"585\",\"height\":\"390\",\"caption_vertical\":{\"unit\":\"%\",\"size\":50},\"caption_horizontal\":{\"unit\":\"%\",\"size\":50},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":15,\"use_padding\":\"use\",\"padding_size\":{\"unit\":\"px\",\"size\":15},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"title_hover_effect\":\"ih-fade-down\",\"title_margin_bottom\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_family\":\"Raleway\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"category_hover_effect\":\"ih-fade-up\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"filter_style1_color\":\"#ffffff\",\"filter_style1_hov_color\":\"#ffffff\",\"filter_style1_bord_hov_color\":\"#3315C6\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_portfolio_title_line_height_mobile\":{\"unit\":\"px\",\"size\":24},\"title_margin_bottom_mobile\":5,\"typography_portfolio_category_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"filter_mobile_bord_bg_color\":\"#2b2b2b\",\"filter_mobile_bord_hov_color\":\"#2b2b2b\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"filter_padding_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"filter_align\":\"center\",\"filter_style\":\"style-2\",\"filter_style2_color\":\"#FFFFFF\",\"filter_style2_hov_color\":\"#8AABCA\",\"filter_style2_border_hov_color\":\"#8AABCA\",\"category_hover_delay\":\"ih-delay-xs\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"orderby\":\"none\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f3e067f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/image-port-7.jpg\",\"id\":22},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#7A7A7A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ef29580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"788dae8b\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\u201cWe have worked with ARS for more than 30 years and have built a trusted relationship utilizing their services for large Data center projects, hoisting, and setting generators, electrical switchgear, storage of equipment and much more. Thank you, ARS team.\\u201d \",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"\",\"testi_img\":{\"url\":\"\",\"id\":\"\"}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\u201cThe ARS Foreman, Kevin, knew exactly what he needed to do to bring in the (4) 1000# Electrical Switchgear sections\\u2026 while traversing some challenging terrain\\u2026Kevin\\u2019s professionalism and get\\u2010it\\u2010done [safely] attitude did, in fact, get the job done with extreme efficiency and not one issue.\\u201d\",\"testi_author\":\"Michael\",\"testi_author_job\":\"\",\"testi_img\":{\"url\":\"\",\"id\":\"\"}},{\"testi_text\":\"\\u201cThe Museum Project required the backend (Generator) to be removed and shipped to the repair shop. The detail that ARS Equipment Movers took to remove the backend from the job site and return it after the repairs were made was nothing short of exemplary. They were flawless in performing their duties. I will certainly use them again.\\u201d \",\"testi_author\":\"Vince\",\"testi_author_job\":\"\",\"testi_img\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"259f30a\"}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"30\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#ffffff\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#ffffff\",\"choose_column\":\"1\",\"typhography_blockquote_color\":\"#ffffff\",\"navigation_dots_color\":\"#ffffff\",\"autoplay\":\"use\",\"autoplay_ms\":2000,\"auto_loop\":\"use\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"50e8eeb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"4169d630\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/1693-logo.jpg\",\"id\":570},\"_id\":\"373378a\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT.jpg\",\"id\":571},\"_id\":\"5b20e48\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IMPACTLogo.jpg\",\"id\":572},\"_id\":\"0da84d8\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra.jpg\",\"id\":573},\"_id\":\"cc18593\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574},\"_id\":\"306ecd3\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/Riggers.jpg\",\"id\":569},\"_id\":\"ab6cc54\"}],\"mobile_choose_column\":\"mobile-column-2\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":20,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":9},\"_css_classes\":\"client-logos\"},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46b4cfee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190},\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"763dcf8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"60111074\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6daf8247\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1f8fca5\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Industries We Serve\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"5e67d616\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ddd3ef5\",\"elType\":\"widget\",\"settings\":{\"color_text_block\":\"#555555\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":26}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":true},{\"id\":\"24b615c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1dd27b4a\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL INDUSTRIES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"rgba(243, 235, 235, 0.3)\",\"border_color\":\"#000000\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/industries\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8133960\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6238ce7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7de5ddc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[gedung_industries_home]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd640fa\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"12\",\"post_margin_bottom\":\"30\",\"horizontal_col_select_col2\":\"column-3\",\"width\":\"535\",\"height\":\"355\",\"height_grid2\":\"400\",\"use_category\":\"\",\"use_author\":\"\",\"use_date\":\"\",\"use_excerpt\":\"\",\"read_more_text\":\"Read More\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"typography_post_title_typography\":\"custom\",\"typography_post_title_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typhography_read_more_color_masonry\":\"#D7D7D7\",\"typhography_title_color\":\"#2B4D7B\",\"typhography_read_more_bg_color_masonry\":\"#FFFFFF\",\"read_more_title_hov_color\":\"#FFFFFF\",\"typhography_read_more_bg_hover_masonry\":\"#C7B4B4\",\"typography_post_read_more_typography\":\"custom\",\"_background_background\":\"classic\",\"_background_color\":\"#FEFEFE\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"gedung-post-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf3159\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c1572fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd675da\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"70618554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.68,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"700616c\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"419c7848\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1bc1cc0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"align_tablet\":\"center\",\"button_hover_border_color\":\"#ffffff\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(4682,945,'_elementor_version','2.9.9'),(4683,945,'_elementor_template_type','wp-post'),(4684,945,'_thumbnail_id','338'),(4685,945,'_elementor_edit_mode','builder'),(4686,945,'_elementor_css','a:5:{s:4:\"time\";i:1596090707;s:5:\"fonts\";a:3:{i:0;s:10:\"Montserrat\";i:1;s:4:\"Lato\";i:3;s:7:\"Raleway\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4689,946,'_wp_attached_file','2020/07/image3.jpg'),(4690,946,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:605;s:6:\"height\";i:403;s:4:\"file\";s:18:\"2020/07/image3.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"image3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"image3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:17:\"image3-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(4691,947,'_wp_page_template','template/page-builder-template.php'),(4692,947,'_elementor_data','[{\"id\":\"787d5c6b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"20\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"id\":944,\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/unnamed.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color_b\":\"#2d2d2d\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":100},\"custom_height\":{\"unit\":\"px\",\"size\":\"663\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"height\":\"full\",\"background_video_fallback\":{\"id\":79,\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/bg-fallback.jpg\"},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"21feba2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"home-banner-text\"},\"elements\":[{\"id\":\"5af5fe4\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"ARS CONTRACTING, INC.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_title_font_weight\":\"500\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":12},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_2\":\"#FFFFFF\",\"title_margin_bottom\":-10,\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":10},\"align_mobile\":\"left\",\"title_size\":\"h1\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c2b71c4\",\"elType\":\"widget\",\"settings\":{\"the_title\":\"Certified Riggers & Machinery Movers\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":80},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_1\":\"#ffffff\",\"choose_style\":\"2\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":65},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":70},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"81cb3fc\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<h2 style=\\\"color: white;\\\"><b>Moving America\\u2019s Businesses<\\/b><\\/h2>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_text_block_line_height\":{\"unit\":\"px\",\"size\":28},\"color_text_block\":\"#FDF8F8\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"text_block_align_mobile\":\"left\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_text_block_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"586b5444\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"hover_animation\":\"sink\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeInUp\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e1426a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"9414b9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bad6cf\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Services\",\"description_text\":\"Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":482,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/crane-48591-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255, 255, 255, 0)\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"154f0f93\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c2e578e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Exceptional Safety Rating\",\"description_text\":\"We have one of the best safety ratings in the industry & we are certified riggers\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":379,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/Safety-Rev-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":19},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4a35cdf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bfab3bb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Industries\",\"description_text\":\"We offer outstanding service to most industries including contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers\\/building owners, and more\\n\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":378,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/gears.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3334b860\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#eaeaea\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fb97c40\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.042999999999999,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57bdcd45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":11,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image2-1.jpg\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"align\":\"left\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5b694d6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.957000000000001,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2161d8d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"For almost 30 years, ARS Contracting, Inc. has built a national reputation for rigging, machinery moving, hauling and lifting components that keep America\\u2019s businesses moving. We\\u2019re dedicated to solving problems for our clients by using innovation and technology to constantly move the industry forward. By doing so, this can result in lowering overall project costs for our customers.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":19},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":45},\"the_subtitle\":\"Since 1991\",\"typography_subtitle_typography\":\"custom\",\"typography_subtitle_font_family\":\"Lato\",\"typography_subtitle_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_subtitle_font_weight\":\"300\",\"typography_subtitle_text_transform\":\"uppercase\",\"typography_subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":34},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":30},\"title_size\":\"h6\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"23901ed0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60cf4773\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1800},\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"_element_id\":\"projects\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7352b447\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"97cfb80\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"333b722f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d4210f\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Services We Offer\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"4c49f11d\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"43ef6c3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"7d11f6a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL SERVICES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d246d91\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"9\",\"width\":\"585\",\"height\":\"390\",\"caption_vertical\":{\"unit\":\"%\",\"size\":50},\"caption_horizontal\":{\"unit\":\"%\",\"size\":50},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":15,\"use_padding\":\"use\",\"padding_size\":{\"unit\":\"px\",\"size\":15},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"title_hover_effect\":\"ih-fade-down\",\"title_margin_bottom\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_family\":\"Raleway\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"category_hover_effect\":\"ih-fade-up\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"filter_style1_color\":\"#ffffff\",\"filter_style1_hov_color\":\"#ffffff\",\"filter_style1_bord_hov_color\":\"#3315C6\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_portfolio_title_line_height_mobile\":{\"unit\":\"px\",\"size\":24},\"title_margin_bottom_mobile\":5,\"typography_portfolio_category_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"filter_mobile_bord_bg_color\":\"#2b2b2b\",\"filter_mobile_bord_hov_color\":\"#2b2b2b\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"filter_padding_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"filter_align\":\"center\",\"filter_style\":\"style-2\",\"filter_style2_color\":\"#FFFFFF\",\"filter_style2_hov_color\":\"#8AABCA\",\"filter_style2_border_hov_color\":\"#8AABCA\",\"category_hover_delay\":\"ih-delay-xs\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"orderby\":\"none\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f3e067f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image3.jpg\",\"id\":946},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#7A7A7A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ef29580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"788dae8b\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\u201cWe have worked with ARS for more than 30 years and have built a trusted relationship utilizing their services for large Data center projects, hoisting, and setting generators, electrical switchgear, storage of equipment and much more. Thank you, ARS team.\\u201d \",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"\",\"testi_img\":{\"url\":\"\",\"id\":\"\"}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\u201cThe ARS Foreman, Kevin, knew exactly what he needed to do to bring in the (4) 1000# Electrical Switchgear sections\\u2026 while traversing some challenging terrain\\u2026Kevin\\u2019s professionalism and get\\u2010it\\u2010done [safely] attitude did, in fact, get the job done with extreme efficiency and not one issue.\\u201d\",\"testi_author\":\"Michael\",\"testi_author_job\":\"\",\"testi_img\":{\"url\":\"\",\"id\":\"\"}},{\"testi_text\":\"\\u201cThe Museum Project required the backend (Generator) to be removed and shipped to the repair shop. The detail that ARS Equipment Movers took to remove the backend from the job site and return it after the repairs were made was nothing short of exemplary. They were flawless in performing their duties. I will certainly use them again.\\u201d \",\"testi_author\":\"Vince\",\"testi_author_job\":\"\",\"testi_img\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"259f30a\"}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"30\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#ffffff\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#ffffff\",\"choose_column\":\"1\",\"typhography_blockquote_color\":\"#ffffff\",\"navigation_dots_color\":\"#ffffff\",\"autoplay\":\"use\",\"autoplay_ms\":2000,\"auto_loop\":\"use\",\"_css_classes\":\"home-testimonial\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"50e8eeb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"4169d630\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/1693-logo.jpg\",\"id\":570},\"_id\":\"373378a\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT.jpg\",\"id\":571},\"_id\":\"5b20e48\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IMPACTLogo.jpg\",\"id\":572},\"_id\":\"0da84d8\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra.jpg\",\"id\":573},\"_id\":\"cc18593\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574},\"_id\":\"306ecd3\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/Riggers.jpg\",\"id\":569},\"_id\":\"ab6cc54\"}],\"mobile_choose_column\":\"mobile-column-2\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":20,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":9},\"_css_classes\":\"client-logos\"},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46b4cfee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190},\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"763dcf8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"60111074\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6daf8247\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1f8fca5\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Industries We Serve\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"5e67d616\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ddd3ef5\",\"elType\":\"widget\",\"settings\":{\"color_text_block\":\"#555555\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":26}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":true},{\"id\":\"24b615c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1dd27b4a\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL INDUSTRIES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"rgba(243, 235, 235, 0.3)\",\"border_color\":\"#000000\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/industries\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8133960\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6238ce7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7de5ddc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[gedung_industries_home]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd640fa\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"12\",\"post_margin_bottom\":\"30\",\"horizontal_col_select_col2\":\"column-3\",\"width\":\"535\",\"height\":\"355\",\"height_grid2\":\"400\",\"use_category\":\"\",\"use_author\":\"\",\"use_date\":\"\",\"use_excerpt\":\"\",\"read_more_text\":\"Read More\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"typography_post_title_typography\":\"custom\",\"typography_post_title_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typhography_read_more_color_masonry\":\"#D7D7D7\",\"typhography_title_color\":\"#2B4D7B\",\"typhography_read_more_bg_color_masonry\":\"#FFFFFF\",\"read_more_title_hov_color\":\"#FFFFFF\",\"typhography_read_more_bg_hover_masonry\":\"#C7B4B4\",\"typography_post_read_more_typography\":\"custom\",\"_background_background\":\"classic\",\"_background_color\":\"#FEFEFE\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"gedung-post-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf3159\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c1572fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd675da\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"70618554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.68,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"700616c\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"419c7848\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1bc1cc0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"align_tablet\":\"center\",\"button_hover_border_color\":\"#ffffff\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(4693,947,'_elementor_version','2.9.9'),(4694,947,'_elementor_template_type','wp-post'),(4695,947,'_thumbnail_id','338'),(4696,947,'_elementor_edit_mode','builder'),(4697,947,'_elementor_css','a:5:{s:4:\"time\";i:1596091386;s:5:\"fonts\";a:3:{i:0;s:10:\"Montserrat\";i:1;s:4:\"Lato\";i:3;s:7:\"Raleway\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4700,948,'_wp_page_template','template/page-builder-template.php'),(4701,948,'_elementor_edit_mode','builder'),(4702,948,'_elementor_version','2.9.9'),(4703,948,'_elementor_data','[{\"id\":\"7673b2a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40f6e83\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d01e9c6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3693055\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3150906\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image43.png\",\"id\":838},\"align\":\"left\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"400\"},\"_css_classes\":\"history-cap\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"956a3d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e4ae49d\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"00531fa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"9a348ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a7203c\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise directs every situation.\\u00a0 We can quickly understand and<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"1d67695\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f25849d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image37.jpg\",\"id\":840},\"align\":\"left\",\"_css_classes\":\"history-cap\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7759086\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cbbb86\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9bac57a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"74b493a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f3d4169\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"20230aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.956,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9a3568b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image38.jpg\",\"id\":841},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0b5824c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.027000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ccf0ad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d0d1f44\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cbb1174\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1436938\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3ff4780\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9f893a1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"e0937c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84.724999999999994,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b07afc2\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"9de3470\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15.257999999999999,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46eae88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd3.png\",\"id\":674},\"align\":\"right\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"422c0c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"d806c09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6a680d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1df7366\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"503b817\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef81faf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"3973e79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f7691\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c952bb5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d06c5c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56d4482\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa0a24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"c73ea72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image2.jpg\",\"id\":831}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6d0a072\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4b2d053\",\"elType\":\"widget\",\"settings\":{\"title\":\"George \\u201cRed\\u201d Gilmartin \\u2010 President\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6370ba7\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>43\\u00a0years<\\/strong>\\u00a0<\\/li><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0have\\u00a0owned\\u00a0ARS\\u00a0Contracting,\\u00a0Inc\\u00a0for\\u00a030\\u00a0years\\u201d<\\/strong>\\u00a0<\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0move\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 equipment\\u00a0that\\u00a0is\\u00a0challenging.\\u00a0When\\u00a0I\\u00a0first\\u00a0got\\u00a0into\\u00a0this\\u00a0trade,\\u00a0I\\u00a0was\\u00a0able\\u00a0to\\u00a0see\\u00a0all\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 challenges\\u00a0that\\u00a0made\\u00a0me\\u00a0want\\u00a0to\\u00a0get\\u00a0to\\u00a0 work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cTo\\u00a0think!!\\u00a0Use\\u00a0common\\u00a0sense\\u00a0when\\u00a0approaching\\u00a0any\\u00a0job.\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cReading\\u00a0articles\\u00a0about\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0 business\\u00a0and\\u00a0continuing\\u00a0to\\u00a0educate\\u00a0myself\\u00a0on\\u00a0how\\u00a0to\\u00a0fit\\u00a0this\\u00a0industry\\u00a0into\\u00a0this\\u00a0world\\u00a0that\\u00a0keeps\\u00a0evolving\\u201d\\u00a0\\u00a0\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c054124\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e7b4ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"9195df9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p1.jpg\",\"id\":676},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"300\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e5a3fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"16e9fac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ted Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc47661\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>25+\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>15\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cI\\u00a0really\\u00a0enjoy\\u00a0knowing\\u00a0that\\u00a0what\\u00a0we\\u00a0do\\u00a0matters.\\u00a0I\\u00a0have\\u00a0the opportunity\\u00a0to\\u00a0be\\u00a0involved\\u00a0in\\u00a0every\\u00a0industry\\/institution,\\u00a0so\\u00a0I\\u00a0am\\u00a0 able\\u00a0to\\u00a0see\\u00a0and\\u00a0be\\u00a0a\\u00a0part\\u00a0of\\u00a0a\\u00a0lot!\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0 business?\\u00a0 <strong>\\u201cLook.\\u00a0Listen.\\u00a0Learn.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cGoing\\u00a0out\\u00a0to\\u00a0eat\\u00a0and\\u00a0spending\\u00a0time\\u00a0with\\u00a0my\\u00a0loud\\u00a0family\\u201d\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8bd277e\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8a94d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"ab9ae3b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/92.jpg\",\"id\":679},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b929fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"0480362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeromy Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16ac035\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol>\\n \\t<li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>22 years full time\\u00a0\\u00a0<\\/strong><\\/li>\\n \\t<li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>8\\u00a0months<\\/strong><\\/li>\\n \\t<li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part? <strong>\\u201cThe\\u00a0nature\\u00a0of\\u00a0this business\\u00a0is\\u00a0exciting!!\\u00a0 Rarely\\u00a0are\\u00a0there\\u00a0two\\u00a0jobs\\u00a0that\\u00a0are\\u00a0the\\u00a0exact\\u00a0same.\\u00a0Figuring\\u00a0out\\u00a0the\\u00a0difficult\\u00a0jobs\\u00a0and\\u00a0then\\u00a0executing\\u00a0a\\u00a0plan\\u00a0perfectly\\u00a0with\\u00a0our\\u00a0team\\u00a0is\\u00a0what\\u00a0it\\u2019s\\u00a0all\\u00a0about.\\u201d<\\/strong><\\/li>\\n \\t<li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business<strong>?\\u00a0 \\u00a0 \\u201cDo\\u00a0your\\u00a0work\\u00a0100%.\\u00a0Nothing\\u00a0should\\u00a0be\\u00a0just\\u00a0good\\u00a0enough,\\u00a0complete\\u00a0it\\u00a0to\\u00a0the\\u00a0very\\u00a0best\\u00a0of\\u00a0your\\u00a0ability\\u00a0\\u00a0\\u00a0 and\\u00a0if\\u00a0it\\u00a0is\\u00a0still\\u00a0not\\u00a0perfect,ask\\u00a0for\\u00a0help\\u00a0to\\u00a0make\\u00a0it\\u00a0perfect.\\u00a0Take\\u00a0your\\u00a0time,\\u00a0jobs\\u00a0like\\u00a0these \\u00a0take\\u00a0 time.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li>\\n \\t<li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0was\\u00a0an\\u00a0MMA\\u00a0fighter\\u00a0for\\u00a0\\u00a0\\u00a0 many\\u00a0years.\\u00a0Currently\\u00a0looking\\u00a0for\\u00a0my\\u00a0next\\u00a0hobby.\\u201d<\\/strong><\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"543d250\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d050cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"bd14265\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p3.jpg\",\"id\":680},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"46b103a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4fd3d56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Gibbons\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"921c1d3\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business<strong>?\\u00a0 \\u201cI\\u00a0have\\u00a0been\\u00a0in\\u00a0the\\u00a0construction\\u00a0industry\\u00a0for\\u00a0over\\u00a020\\u00a0years\\u00a0on\\u00a0both\\u00a0sides\\u00a0of\\u00a0the\\u00a0Atlantic\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>5\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0work\\u00a0with\\u00a0our\\u00a0rigging\\u00a0crews.\\u00a0The\\u00a0guys\\u00a0in\\u00a0the\\u00a0field\\u00a0 are\\u00a0full\\u00a0of\\u00a0knowledge\\u00a0and\\u00a0have\\u00a0precise\\u00a0accuracy\\u00a0when\\u00a0on\\u00a0the\\u00a0job.\\u00a0 It\\u2019s\\u00a0fun\\u00a0to\\u00a0see\\u00a0them\\u00a0put\\u00a0their\\u00a0skills\\u00a0to\\u00a0work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cListen\\u00a0to\\u00a0those\\u00a0who\\u00a0have\\u00a0experience\\u00a0with\\u00a0this\\u00a0kind\\u00a0of\\u00a0work.\\u201d\\u00a0\\u00a0 \\u00a0 <\\/strong><\\/li><li><p>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cFly\\u00a0fishing\\u201d\\u00a0\\u00a0<\\/strong><\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7005acd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"b0822e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17fc8fa\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"06d5df4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17a24f6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"14cbafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0b17af3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f0c181e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"24b7249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"66fd030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2d587c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Here\'s What Our Customers Say\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\u201cWe\\u00a0have\\u00a0worked\\u00a0with\\u00a0ARS\\u00a0for\\u00a0more\\u00a0than\\u00a030\\u00a0years\\u00a0and\\u00a0have\\u00a0built\\u00a0a\\u00a0trusted\\u00a0relationship\\u00a0utilizing\\u00a0 their\\u00a0services\\u00a0for\\u00a0large\\u00a0Data\\u00a0center\\u00a0projects,\\u00a0hoisting,\\u00a0and\\u00a0setting\\u00a0generators,\\u00a0electrical switchgear,\\u00a0storage\\u00a0of\\u00a0equipment\\u00a0and\\u00a0much\\u00a0more.\\u00a0Thank\\u00a0you,\\u00a0ARS\\u00a0team.\\u201d\\u00a0 \",\"testi_author\":\"Daniel\",\"testi_author_job\":\"\",\"testi_img\":{\"url\":\"\",\"id\":\"\"}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\u201cThe\\u00a0ARS\\u00a0Foreman,\\u00a0Kevin,\\u00a0knew\\u00a0exactly\\u00a0what\\u00a0he\\u00a0needed\\u00a0to\\u00a0do\\u00a0to\\u00a0bring\\u00a0in\\u00a0the\\u00a0(4)\\u00a01000#\\u00a0Electrical\\u00a0 Switchgear\\u00a0sections\\u2026\\u00a0while\\u00a0traversing\\u00a0some\\u00a0challenging\\u00a0terrain\\u2026Kevin\\u2019s\\u00a0professionalism\\u00a0and\\u00a0 get\\u2010it\\u2010done\\u00a0[safely]\\u00a0attitude\\u00a0did,\\u00a0in\\u00a0fact,\\u00a0get\\u00a0the\\u00a0job\\u00a0done\\u00a0with\\u00a0extreme\\u00a0efficiency\\u00a0and\\u00a0not\\u00a0one\\u00a0 issue.\\u201d\",\"testi_author\":\"Michael\",\"testi_author_job\":\"\",\"testi_img\":{\"url\":\"\",\"id\":\"\"}},{\"testi_text\":\"\\u201cThe\\u00a0Museum\\u00a0Project\\u00a0required\\u00a0the\\u00a0backend\\u00a0(Generator)\\u00a0to\\u00a0be\\u00a0removed\\u00a0and\\u00a0shipped\\u00a0to\\u00a0the\\u00a0 repair\\u00a0shop.\\u00a0The\\u00a0detail\\u00a0that\\u00a0ARS\\u00a0Equipment\\u00a0Movers\\u00a0took\\u00a0to\\u00a0remove\\u00a0the\\u00a0backend\\u00a0from\\u00a0the\\u00a0job\\u00a0 site\\u00a0and\\u00a0return\\u00a0it\\u00a0after\\u00a0the\\u00a0repairs\\u00a0were\\u00a0made\\u00a0was\\u00a0nothing\\u00a0short\\u00a0of\\u00a0exemplary.\\u00a0They\\u00a0were\\u00a0 flawless\\u00a0in\\u00a0performing\\u00a0their\\u00a0duties.\\u00a0I\\u00a0will\\u00a0certainly\\u00a0use\\u00a0them\\u00a0again.\\u201d\\u00a0 \",\"testi_author\":\"Vince\",\"testi_author_job\":\"\",\"_id\":\"6a776aa\"}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\",\"_css_classes\":\"customer-syas\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(4704,948,'_elementor_template_type','wp-post'),(4705,948,'_elementor_css','a:5:{s:4:\"time\";i:1595595845;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4708,949,'_wp_page_template','template/page-builder-template.php'),(4709,949,'_elementor_edit_mode','builder'),(4710,949,'_elementor_version','2.9.9'),(4711,949,'_elementor_data','[{\"id\":\"7673b2a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40f6e83\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d01e9c6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3693055\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3150906\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image43.png\",\"id\":838},\"align\":\"left\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"400\"},\"_css_classes\":\"history-cap\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"956a3d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e4ae49d\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"00531fa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"9a348ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a7203c\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise directs every situation.\\u00a0 We can quickly understand and<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"1d67695\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f25849d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image37.jpg\",\"id\":840},\"align\":\"left\",\"_css_classes\":\"history-cap\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7759086\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cbbb86\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9bac57a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"74b493a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f3d4169\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"20230aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.956,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9a3568b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image38.jpg\",\"id\":841},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0b5824c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.027000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ccf0ad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d0d1f44\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cbb1174\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1436938\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3ff4780\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9f893a1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"e0937c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84.724999999999994,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b07afc2\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"9de3470\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15.257999999999999,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46eae88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd3.png\",\"id\":674},\"align\":\"right\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"422c0c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"d806c09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6a680d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1df7366\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"503b817\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef81faf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"3973e79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f7691\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c952bb5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d06c5c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56d4482\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa0a24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"c73ea72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image2.jpg\",\"id\":831}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6d0a072\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4b2d053\",\"elType\":\"widget\",\"settings\":{\"title\":\"George \\u201cRed\\u201d Gilmartin \\u2010 President\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6370ba7\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>43\\u00a0years<\\/strong>\\u00a0<\\/li><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0have\\u00a0owned\\u00a0ARS\\u00a0Contracting,\\u00a0Inc\\u00a0for\\u00a030\\u00a0years\\u201d<\\/strong>\\u00a0<\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0move\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 equipment\\u00a0that\\u00a0is\\u00a0challenging.\\u00a0When\\u00a0I\\u00a0first\\u00a0got\\u00a0into\\u00a0this\\u00a0trade,\\u00a0I\\u00a0was\\u00a0able\\u00a0to\\u00a0see\\u00a0all\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 challenges\\u00a0that\\u00a0made\\u00a0me\\u00a0want\\u00a0to\\u00a0get\\u00a0to\\u00a0 work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cTo\\u00a0think!!\\u00a0Use\\u00a0common\\u00a0sense\\u00a0when\\u00a0approaching\\u00a0any\\u00a0job.\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cReading\\u00a0articles\\u00a0about\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0 business\\u00a0and\\u00a0continuing\\u00a0to\\u00a0educate\\u00a0myself\\u00a0on\\u00a0how\\u00a0to\\u00a0fit\\u00a0this\\u00a0industry\\u00a0into\\u00a0this\\u00a0world\\u00a0that\\u00a0keeps\\u00a0evolving\\u201d\\u00a0\\u00a0\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c054124\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e7b4ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"9195df9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p1.jpg\",\"id\":676},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"300\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e5a3fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"16e9fac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ted Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc47661\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>25+\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>15\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cI\\u00a0really\\u00a0enjoy\\u00a0knowing\\u00a0that\\u00a0what\\u00a0we\\u00a0do\\u00a0matters.\\u00a0I\\u00a0have\\u00a0the opportunity\\u00a0to\\u00a0be\\u00a0involved\\u00a0in\\u00a0every\\u00a0industry\\/institution,\\u00a0so\\u00a0I\\u00a0am\\u00a0 able\\u00a0to\\u00a0see\\u00a0and\\u00a0be\\u00a0a\\u00a0part\\u00a0of\\u00a0a\\u00a0lot!\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0 business?\\u00a0 <strong>\\u201cLook.\\u00a0Listen.\\u00a0Learn.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cGoing\\u00a0out\\u00a0to\\u00a0eat\\u00a0and\\u00a0spending\\u00a0time\\u00a0with\\u00a0my\\u00a0loud\\u00a0family\\u201d\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8bd277e\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8a94d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"ab9ae3b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/92.jpg\",\"id\":679},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b929fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"0480362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeromy Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16ac035\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol>\\n \\t<li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>22 years full time\\u00a0\\u00a0<\\/strong><\\/li>\\n \\t<li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>8\\u00a0months<\\/strong><\\/li>\\n \\t<li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part? <strong>\\u201cThe\\u00a0nature\\u00a0of\\u00a0this business\\u00a0is\\u00a0exciting!!\\u00a0 Rarely\\u00a0are\\u00a0there\\u00a0two\\u00a0jobs\\u00a0that\\u00a0are\\u00a0the\\u00a0exact\\u00a0same.\\u00a0Figuring\\u00a0out\\u00a0the\\u00a0difficult\\u00a0jobs\\u00a0and\\u00a0then\\u00a0executing\\u00a0a\\u00a0plan\\u00a0perfectly\\u00a0with\\u00a0our\\u00a0team\\u00a0is\\u00a0what\\u00a0it\\u2019s\\u00a0all\\u00a0about.\\u201d<\\/strong><\\/li>\\n \\t<li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business<strong>?\\u00a0 \\u00a0 \\u201cDo\\u00a0your\\u00a0work\\u00a0100%.\\u00a0Nothing\\u00a0should\\u00a0be\\u00a0just\\u00a0good\\u00a0enough,\\u00a0complete\\u00a0it\\u00a0to\\u00a0the\\u00a0very\\u00a0best\\u00a0of\\u00a0your\\u00a0ability\\u00a0\\u00a0\\u00a0 and\\u00a0if\\u00a0it\\u00a0is\\u00a0still\\u00a0not\\u00a0perfect,ask\\u00a0for\\u00a0help\\u00a0to\\u00a0make\\u00a0it\\u00a0perfect.\\u00a0Take\\u00a0your\\u00a0time,\\u00a0jobs\\u00a0like\\u00a0these \\u00a0take\\u00a0 time.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li>\\n \\t<li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0was\\u00a0an\\u00a0MMA\\u00a0fighter\\u00a0for\\u00a0\\u00a0\\u00a0 many\\u00a0years.\\u00a0Currently\\u00a0looking\\u00a0for\\u00a0my\\u00a0next\\u00a0hobby.\\u201d<\\/strong><\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"543d250\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d050cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"bd14265\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p3.jpg\",\"id\":680},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"46b103a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4fd3d56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Gibbons\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"921c1d3\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business<strong>?\\u00a0 \\u201cI\\u00a0have\\u00a0been\\u00a0in\\u00a0the\\u00a0construction\\u00a0industry\\u00a0for\\u00a0over\\u00a020\\u00a0years\\u00a0on\\u00a0both\\u00a0sides\\u00a0of\\u00a0the\\u00a0Atlantic\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>5\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0work\\u00a0with\\u00a0our\\u00a0rigging\\u00a0crews.\\u00a0The\\u00a0guys\\u00a0in\\u00a0the\\u00a0field\\u00a0 are\\u00a0full\\u00a0of\\u00a0knowledge\\u00a0and\\u00a0have\\u00a0precise\\u00a0accuracy\\u00a0when\\u00a0on\\u00a0the\\u00a0job.\\u00a0 It\\u2019s\\u00a0fun\\u00a0to\\u00a0see\\u00a0them\\u00a0put\\u00a0their\\u00a0skills\\u00a0to\\u00a0work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cListen\\u00a0to\\u00a0those\\u00a0who\\u00a0have\\u00a0experience\\u00a0with\\u00a0this\\u00a0kind\\u00a0of\\u00a0work.\\u201d\\u00a0\\u00a0 \\u00a0 <\\/strong><\\/li><li><p>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cFly\\u00a0fishing\\u201d\\u00a0\\u00a0<\\/strong><\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7005acd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"b0822e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17fc8fa\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"06d5df4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17a24f6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"14cbafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0b17af3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f0c181e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"24b7249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"66fd030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2d587c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Here\'s What Our Customers Say\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\u201cWe\\u00a0have\\u00a0worked\\u00a0with\\u00a0ARS\\u00a0for\\u00a0more\\u00a0than\\u00a030\\u00a0years\\u00a0and\\u00a0have\\u00a0built\\u00a0a\\u00a0trusted\\u00a0relationship\\u00a0utilizing\\u00a0 their\\u00a0services\\u00a0for\\u00a0large\\u00a0Data\\u00a0center\\u00a0projects,\\u00a0hoisting,\\u00a0and\\u00a0setting\\u00a0generators,\\u00a0electrical switchgear,\\u00a0storage\\u00a0of\\u00a0equipment\\u00a0and\\u00a0much\\u00a0more.\\u00a0Thank\\u00a0you,\\u00a0ARS\\u00a0team.\\u201d\\u00a0 \",\"testi_author\":\"Daniel\",\"testi_author_job\":\"\",\"testi_img\":{\"url\":\"\",\"id\":\"\"}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\u201cThe\\u00a0ARS\\u00a0Foreman,\\u00a0Kevin,\\u00a0knew\\u00a0exactly\\u00a0what\\u00a0he\\u00a0needed\\u00a0to\\u00a0do\\u00a0to\\u00a0bring\\u00a0in\\u00a0the\\u00a0(4)\\u00a01000#\\u00a0Electrical\\u00a0 Switchgear\\u00a0sections\\u2026\\u00a0while\\u00a0traversing\\u00a0some\\u00a0challenging\\u00a0terrain\\u2026Kevin\\u2019s\\u00a0professionalism\\u00a0and\\u00a0 get\\u2010it\\u2010done\\u00a0[safely]\\u00a0attitude\\u00a0did,\\u00a0in\\u00a0fact,\\u00a0get\\u00a0the\\u00a0job\\u00a0done\\u00a0with\\u00a0extreme\\u00a0efficiency\\u00a0and\\u00a0not\\u00a0one\\u00a0 issue.\\u201d\",\"testi_author\":\"Michael\",\"testi_author_job\":\"\",\"testi_img\":{\"url\":\"\",\"id\":\"\"}},{\"testi_text\":\"\\u201cThe\\u00a0Museum\\u00a0Project\\u00a0required\\u00a0the\\u00a0backend\\u00a0(Generator)\\u00a0to\\u00a0be\\u00a0removed\\u00a0and\\u00a0shipped\\u00a0to\\u00a0the\\u00a0 repair\\u00a0shop.\\u00a0The\\u00a0detail\\u00a0that\\u00a0ARS\\u00a0Equipment\\u00a0Movers\\u00a0took\\u00a0to\\u00a0remove\\u00a0the\\u00a0backend\\u00a0from\\u00a0the\\u00a0job\\u00a0 site\\u00a0and\\u00a0return\\u00a0it\\u00a0after\\u00a0the\\u00a0repairs\\u00a0were\\u00a0made\\u00a0was\\u00a0nothing\\u00a0short\\u00a0of\\u00a0exemplary.\\u00a0They\\u00a0were\\u00a0 flawless\\u00a0in\\u00a0performing\\u00a0their\\u00a0duties.\\u00a0I\\u00a0will\\u00a0certainly\\u00a0use\\u00a0them\\u00a0again.\\u201d\\u00a0 \",\"testi_author\":\"Vince\",\"testi_author_job\":\"\",\"_id\":\"6a776aa\"}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\",\"_css_classes\":\"customer-syas\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(4712,949,'_elementor_template_type','wp-post'),(4713,949,'_elementor_css','a:5:{s:4:\"time\";i:1596091959;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4716,950,'_wp_page_template','template/page-builder-template.php'),(4717,950,'_elementor_edit_mode','builder'),(4718,950,'_elementor_version','2.9.9'),(4719,950,'_elementor_data','[{\"id\":\"7673b2a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40f6e83\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d01e9c6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3693055\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3150906\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image43.png\",\"id\":838},\"align\":\"left\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"400\"},\"_css_classes\":\"history-cap\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"956a3d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e4ae49d\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"00531fa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"9a348ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a7203c\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise directs every situation.\\u00a0 We can quickly understand and<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"1d67695\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f25849d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image37.jpg\",\"id\":840},\"align\":\"left\",\"_css_classes\":\"history-cap\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7759086\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cbbb86\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9bac57a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"74b493a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f3d4169\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"20230aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.956,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9a3568b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image38.jpg\",\"id\":841},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0b5824c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.027000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ccf0ad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d0d1f44\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cbb1174\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1436938\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3ff4780\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9f893a1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"e0937c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84.724999999999994,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b07afc2\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"9de3470\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15.257999999999999,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46eae88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/dfd3.png\",\"id\":674},\"align\":\"right\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"422c0c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"d806c09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6a680d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1df7366\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"503b817\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef81faf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"3973e79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f7691\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c952bb5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d06c5c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56d4482\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa0a24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"c73ea72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image2.jpg\",\"id\":831}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6d0a072\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4b2d053\",\"elType\":\"widget\",\"settings\":{\"title\":\"George \\u201cRed\\u201d Gilmartin \\u2010 President\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6370ba7\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>43\\u00a0years<\\/strong>\\u00a0<\\/li><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0have\\u00a0owned\\u00a0ARS\\u00a0Contracting,\\u00a0Inc\\u00a0for\\u00a030\\u00a0years\\u201d<\\/strong>\\u00a0<\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0move\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 equipment\\u00a0that\\u00a0is\\u00a0challenging.\\u00a0When\\u00a0I\\u00a0first\\u00a0got\\u00a0into\\u00a0this\\u00a0trade,\\u00a0I\\u00a0was\\u00a0able\\u00a0to\\u00a0see\\u00a0all\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 challenges\\u00a0that\\u00a0made\\u00a0me\\u00a0want\\u00a0to\\u00a0get\\u00a0to\\u00a0 work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cTo\\u00a0think!!\\u00a0Use\\u00a0common\\u00a0sense\\u00a0when\\u00a0approaching\\u00a0any\\u00a0job.\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cReading\\u00a0articles\\u00a0about\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0 business\\u00a0and\\u00a0continuing\\u00a0to\\u00a0educate\\u00a0myself\\u00a0on\\u00a0how\\u00a0to\\u00a0fit\\u00a0this\\u00a0industry\\u00a0into\\u00a0this\\u00a0world\\u00a0that\\u00a0keeps\\u00a0evolving\\u201d\\u00a0\\u00a0\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c054124\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e7b4ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"9195df9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p1.jpg\",\"id\":676},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"300\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e5a3fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"16e9fac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ted Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc47661\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>25+\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>15\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cI\\u00a0really\\u00a0enjoy\\u00a0knowing\\u00a0that\\u00a0what\\u00a0we\\u00a0do\\u00a0matters.\\u00a0I\\u00a0have\\u00a0the opportunity\\u00a0to\\u00a0be\\u00a0involved\\u00a0in\\u00a0every\\u00a0industry\\/institution,\\u00a0so\\u00a0I\\u00a0am\\u00a0 able\\u00a0to\\u00a0see\\u00a0and\\u00a0be\\u00a0a\\u00a0part\\u00a0of\\u00a0a\\u00a0lot!\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0 business?\\u00a0 <strong>\\u201cLook.\\u00a0Listen.\\u00a0Learn.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cGoing\\u00a0out\\u00a0to\\u00a0eat\\u00a0and\\u00a0spending\\u00a0time\\u00a0with\\u00a0my\\u00a0loud\\u00a0family\\u201d\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8bd277e\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8a94d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"ab9ae3b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/92.jpg\",\"id\":679},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b929fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"0480362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeromy Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16ac035\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol>\\n \\t<li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>22 years full time\\u00a0\\u00a0<\\/strong><\\/li>\\n \\t<li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>8\\u00a0months<\\/strong><\\/li>\\n \\t<li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part? <strong>\\u201cThe\\u00a0nature\\u00a0of\\u00a0this business\\u00a0is\\u00a0exciting!!\\u00a0 Rarely\\u00a0are\\u00a0there\\u00a0two\\u00a0jobs\\u00a0that\\u00a0are\\u00a0the\\u00a0exact\\u00a0same.\\u00a0Figuring\\u00a0out\\u00a0the\\u00a0difficult\\u00a0jobs\\u00a0and\\u00a0then\\u00a0executing\\u00a0a\\u00a0plan\\u00a0perfectly\\u00a0with\\u00a0our\\u00a0team\\u00a0is\\u00a0what\\u00a0it\\u2019s\\u00a0all\\u00a0about.\\u201d<\\/strong><\\/li>\\n \\t<li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business<strong>?\\u00a0 \\u00a0 \\u201cDo\\u00a0your\\u00a0work\\u00a0100%.\\u00a0Nothing\\u00a0should\\u00a0be\\u00a0just\\u00a0good\\u00a0enough,\\u00a0complete\\u00a0it\\u00a0to\\u00a0the\\u00a0very\\u00a0best\\u00a0of\\u00a0your\\u00a0ability\\u00a0\\u00a0\\u00a0 and\\u00a0if\\u00a0it\\u00a0is\\u00a0still\\u00a0not\\u00a0perfect,ask\\u00a0for\\u00a0help\\u00a0to\\u00a0make\\u00a0it\\u00a0perfect.\\u00a0Take\\u00a0your\\u00a0time,\\u00a0jobs\\u00a0like\\u00a0these \\u00a0take\\u00a0 time.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li>\\n \\t<li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0was\\u00a0an\\u00a0MMA\\u00a0fighter\\u00a0for\\u00a0\\u00a0\\u00a0 many\\u00a0years.\\u00a0Currently\\u00a0looking\\u00a0for\\u00a0my\\u00a0next\\u00a0hobby.\\u201d<\\/strong><\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"543d250\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d050cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"bd14265\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/p3.jpg\",\"id\":680},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"46b103a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4fd3d56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Gibbons\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"921c1d3\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business<strong>?\\u00a0 \\u201cI\\u00a0have\\u00a0been\\u00a0in\\u00a0the\\u00a0construction\\u00a0industry\\u00a0for\\u00a0over\\u00a020\\u00a0years\\u00a0on\\u00a0both\\u00a0sides\\u00a0of\\u00a0the\\u00a0Atlantic\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>5\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0work\\u00a0with\\u00a0our\\u00a0rigging\\u00a0crews.\\u00a0The\\u00a0guys\\u00a0in\\u00a0the\\u00a0field\\u00a0 are\\u00a0full\\u00a0of\\u00a0knowledge\\u00a0and\\u00a0have\\u00a0precise\\u00a0accuracy\\u00a0when\\u00a0on\\u00a0the\\u00a0job.\\u00a0 It\\u2019s\\u00a0fun\\u00a0to\\u00a0see\\u00a0them\\u00a0put\\u00a0their\\u00a0skills\\u00a0to\\u00a0work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cListen\\u00a0to\\u00a0those\\u00a0who\\u00a0have\\u00a0experience\\u00a0with\\u00a0this\\u00a0kind\\u00a0of\\u00a0work.\\u201d\\u00a0\\u00a0 \\u00a0 <\\/strong><\\/li><li><p>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cFly\\u00a0fishing\\u201d\\u00a0\\u00a0<\\/strong><\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7005acd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"b0822e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17fc8fa\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"06d5df4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17a24f6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"14cbafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0b17af3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f0c181e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"24b7249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"66fd030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2d587c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Here\'s What Our Customers Say\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\u201cWe\\u00a0have\\u00a0worked\\u00a0with\\u00a0ARS\\u00a0for\\u00a0more\\u00a0than\\u00a030\\u00a0years\\u00a0and\\u00a0have\\u00a0built\\u00a0a\\u00a0trusted\\u00a0relationship\\u00a0utilizing\\u00a0 their\\u00a0services\\u00a0for\\u00a0large\\u00a0Data\\u00a0center\\u00a0projects,\\u00a0hoisting,\\u00a0and\\u00a0setting\\u00a0generators,\\u00a0electrical switchgear,\\u00a0storage\\u00a0of\\u00a0equipment\\u00a0and\\u00a0much\\u00a0more.\\u00a0Thank\\u00a0you,\\u00a0ARS\\u00a0team.\\u201d\\u00a0 \",\"testi_author\":\"Daniel\",\"testi_author_job\":\"\",\"testi_img\":{\"url\":\"\",\"id\":\"\"}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\u201cThe\\u00a0ARS\\u00a0Foreman,\\u00a0Kevin,\\u00a0knew\\u00a0exactly\\u00a0what\\u00a0he\\u00a0needed\\u00a0to\\u00a0do\\u00a0to\\u00a0bring\\u00a0in\\u00a0the\\u00a0(4)\\u00a01000#\\u00a0Electrical\\u00a0 Switchgear\\u00a0sections\\u2026\\u00a0while\\u00a0traversing\\u00a0some\\u00a0challenging\\u00a0terrain\\u2026Kevin\\u2019s\\u00a0professionalism\\u00a0and\\u00a0 get\\u2010it\\u2010done\\u00a0[safely]\\u00a0attitude\\u00a0did,\\u00a0in\\u00a0fact,\\u00a0get\\u00a0the\\u00a0job\\u00a0done\\u00a0with\\u00a0extreme\\u00a0efficiency\\u00a0and\\u00a0not\\u00a0one\\u00a0 issue.\\u201d\",\"testi_author\":\"Michael\",\"testi_author_job\":\"\",\"testi_img\":{\"url\":\"\",\"id\":\"\"}},{\"testi_text\":\"\\u201cThe\\u00a0Museum\\u00a0Project\\u00a0required\\u00a0the\\u00a0backend\\u00a0(Generator)\\u00a0to\\u00a0be\\u00a0removed\\u00a0and\\u00a0shipped\\u00a0to\\u00a0the\\u00a0 repair\\u00a0shop.\\u00a0The\\u00a0detail\\u00a0that\\u00a0ARS\\u00a0Equipment\\u00a0Movers\\u00a0took\\u00a0to\\u00a0remove\\u00a0the\\u00a0backend\\u00a0from\\u00a0the\\u00a0job\\u00a0 site\\u00a0and\\u00a0return\\u00a0it\\u00a0after\\u00a0the\\u00a0repairs\\u00a0were\\u00a0made\\u00a0was\\u00a0nothing\\u00a0short\\u00a0of\\u00a0exemplary.\\u00a0They\\u00a0were\\u00a0 flawless\\u00a0in\\u00a0performing\\u00a0their\\u00a0duties.\\u00a0I\\u00a0will\\u00a0certainly\\u00a0use\\u00a0them\\u00a0again.\\u201d\\u00a0 \",\"testi_author\":\"Vince\",\"testi_author_job\":\"\",\"_id\":\"6a776aa\"}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\",\"_css_classes\":\"customer-syas\",\"navigation\":\"dots\",\"autoplay\":\"use\",\"autoplay_ms\":100,\"auto_loop\":\"use\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(4720,950,'_elementor_template_type','wp-post'),(4721,950,'_elementor_css','a:5:{s:4:\"time\";i:1596092008;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4724,951,'_wp_attached_file','2020/07/image7.jpg'),(4725,951,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:326;s:6:\"height\";i:435;s:4:\"file\";s:18:\"2020/07/image7.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"image7-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"image7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:17:\"image7-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(4726,952,'_thumbnail_id','717'),(4727,952,'_wp_page_template','default'),(4728,952,'_elementor_edit_mode','builder'),(4729,952,'_elementor_template_type','wp-post'),(4730,952,'_elementor_version','2.9.9'),(4731,952,'_elementor_data','[{\"id\":\"918bd6b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"704beaa3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3c88927c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">ARS coordinates facility relocations and equipment installations for properties across the country. We work with building owners and facility managers to plan every detail and execute each step within timelines and established budgets.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Call us at 800-358-8444 and work with the experienced team that\\u2019s ready to manage every detail no matter the size or complexity of the project.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21e412c\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"ind-sub-img\"},\"elements\":[{\"id\":\"b9a29a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b7536c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ce10295\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image7.jpg\",\"id\":951}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d0cd49b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(4732,952,'_elementor_css','a:5:{s:4:\"time\";i:1595829306;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4735,953,'_wp_attached_file','2020/07/image6.jpg'),(4736,953,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:506;s:6:\"height\";i:337;s:4:\"file\";s:18:\"2020/07/image6.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"image6-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"image6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:17:\"image6-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(4737,954,'_wp_page_template','default'),(4738,954,'_thumbnail_id','718'),(4739,954,'_elementor_edit_mode','builder'),(4740,954,'_elementor_template_type','wp-post'),(4741,954,'_elementor_version','2.9.9'),(4742,954,'_elementor_data','[{\"id\":\"3f1f5281\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"502ddebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5172ddc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Suspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\\n<blockquote>Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae.<\\/blockquote>\\nVivamus pulvinar urna nec ipsum interdum blandit. Phasellus molestie feugiat hendrerit. Interdum et malesuada fames ac ante ipsum primis in faucibus. Suspendisse ut dapibus elit. Vivamus dui justo, dapibus nec fermentum sodales, convallis a nisi. Nullam auctor ante metus, eu lacinia mauris hendrerit a. Donec maximus porta turpis non venenatis. Pellentesque quis odio nec ex vestibulum ornare vel at erat. Vestibulum fringilla mauris quis mi pellentesque, a convallis turpis cursus. Praesent molestie, arcu vel faucibus tristique, erat lorem interdum libero, eget maximus mauris augue sed quam. Duis sit amet fringilla felis. Phasellus eget eros vitae dui finibus tincidunt vitae non sapien. Aliquam erat volutpat. Praesent volutpat, nibh eget viverra tristique, odio dolor iaculis elit, eget tincidunt felis arcu nec lectus. Nulla fermentum lorem a massa laoreet, non tincidunt dolor scelerisque.\\n\\n<img class=\\\"size-medium wp-image-6 alignleft\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/blog-5-1-300x200.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"200\\\">Aenean faucibus libero ultrices tincidunt pretium. Vestibulum id mi eget massa scelerisque facilisis vel semper nisl. Mauris pulvinar scelerisque fringilla. Ut eu mauris aliquet, mattis sem eleifend, vehicula massa. Nullam sit amet condimentum urna, a convallis nibh. Nulla at porttitor nulla. In hac habitasse platea dictumst. Donec ut pretium eros, eget condimentum augue. Vivamus venenatis leo sed dolor mattis imperdiet.\\n\\nProin in orci quis elit blandit imperdiet ut eu enim. Nulla mattis arcu eget nisi eleifend, non pellentesque augue mollis. Ut mauris ligula, interdum sed lobortis eu, fermentum vel neque. Maecenas facilisis erat quis augue fermentum vestibulum. Aenean vel sem ac tellus luctus efficitur. Mauris ultrices non libero eget auctor. Mauris rhoncus, risus ac dapibus rhoncus, dui purus ultrices lorem, efficitur gravida elit turpis quis metus.\\n\\nSed varius eros eu lorem condimentum, ac rutrum ex pharetra. Integer vitae tincidunt ipsum, vitae lacinia lacus. Aenean ac maximus eros, eu posuere erat. Sed efficitur magna vitae erat vehicula elementum. Ut cursus purus id tellus volutpat tempus. Mauris lacus eros, fermentum vitae congue volutpat, tincidunt non risus. Quisque at mollis nibh. Nulla aliquet placerat mollis. Morbi luctus porttitor ultricies. Phasellus ullamcorper in arcu ut ultricies. Donec odio nisl, iaculis eget odio id, tempor pulvinar justo. Phasellus sit amet dolor sit amet neque ultrices posuere sed nec neque. Pellentesque cursus varius sagittis. Duis placerat porta risus ac sagittis.\\n\\n<img class=\\\"aligncenter wp-image-5 size-full\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/blog-4-1.jpg\\\" alt=\\\"\\\" width=\\\"1200\\\" height=\\\"800\\\">\\n\\nUt tempus malesuada neque, laoreet ornare magna vehicula a. Curabitur augue nibh, faucibus id faucibus in, tincidunt et justo. Nulla facilisis tempus ligula ut venenatis. Donec diam felis, volutpat maximus viverra quis, maximus a leo. Quisque vestibulum tortor justo. Nullam nec venenatis urna, vel suscipit massa. Proin sed rutrum magna, sed blandit lacus. Donec dolor risus, tempor et ipsum vel, convallis vehicula urna. Sed vel elit accumsan diam condimentum finibus vel sollicitudin risus. Nunc a venenatis mi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed sed tellus urna. Sed hendrerit a justo ac sodales.\\n\\n<img class=\\\"size-medium wp-image-10 alignright\\\" src=\\\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2018\\/03\\/contractor-hero-image3-1-300x200.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"200\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut suscipit odio ante, id dapibus elit condimentum vitae. Maecenas eget orci vitae enim accumsan mollis. In congue nunc velit, sit amet eleifend velit cursus vitae. Morbi lorem massa, lobortis id bibendum et, rhoncus porttitor tortor. Aenean eget orci pulvinar, tincidunt neque quis, aliquam lectus. Etiam nec malesuada tortor. Sed id condimentum turpis. Quisque non fermentum est. Integer lobortis turpis a justo dignissim, sit amet accumsan sem pulvinar. Morbi mollis vitae libero in rhoncus. Vestibulum at arcu faucibus, congue diam sit amet, viverra velit. Sed rutrum urna ut dolor dignissim suscipit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Maecenas ultrices justo metus, quis facilisis justo interdum nec. Donec luctus ligula elit, eget varius urna sodales at. Mauris enim risus, cursus at nulla eget, mattis imperdiet orci.\\n\\nSuspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4743,954,'_elementor_css','a:6:{s:4:\"time\";i:1592509819;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(4744,955,'_wp_page_template','default'),(4745,955,'_thumbnail_id','718'),(4746,955,'_elementor_edit_mode','builder'),(4747,955,'_elementor_template_type','wp-post'),(4748,955,'_elementor_version','2.9.9'),(4749,955,'_elementor_data','[{\"id\":\"3f1f5281\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"502ddebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5172ddc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">ARS can assist banks by installing vault pieces or moving high value equipment.\\u00a0 Our team of professionals will ensure your pieces are moved quickly and carefully to get you back in business as soon as possible.\\u00a0 We focus on preplanning and attention to detail to ensure a worry-free project completion. Call us today to put our expertise to work \\u2013 <a href=\\\"tel:800-358-8444\\\">800-358-8444.<\\/a><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dad8b48\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"c5bef7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"9db7a50\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"74f91a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image6.jpg\",\"id\":953}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a350eff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(4750,955,'_elementor_css','a:6:{s:4:\"time\";i:1592509819;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(4753,956,'_wp_page_template','default'),(4754,956,'_thumbnail_id','718'),(4755,956,'_elementor_edit_mode','builder'),(4756,956,'_elementor_template_type','wp-post'),(4757,956,'_elementor_version','2.9.9'),(4758,956,'_elementor_data','[{\"id\":\"3f1f5281\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"502ddebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5172ddc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">ARS can assist banks by installing vault pieces or moving high value equipment.\\u00a0 Our team of professionals will ensure your pieces are moved quickly and carefully to get you back in business as soon as possible.\\u00a0 We focus on preplanning and attention to detail to ensure a worry-free project completion. Call us today to put our expertise to work \\u2013 <a href=\\\"tel:800-358-8444\\\">800-358-8444.<\\/a><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dad8b48\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c5bef7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"9db7a50\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"74f91a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image6.jpg\",\"id\":953}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a350eff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(4759,956,'_elementor_css','a:5:{s:4:\"time\";i:1596092698;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4762,957,'_wp_page_template','default'),(4763,957,'_elementor_edit_mode','builder'),(4764,957,'_elementor_version','2.9.9'),(4765,957,'_elementor_data','[{\"id\":\"796f4fe\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_title\":\"Section\"},\"elements\":[{\"id\":\"67eab385\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1c99276b\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Case Studies\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"77cab155\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c981a2e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"_title\":\"Section\"},\"elements\":[{\"id\":\"843f2d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac7f7b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/Case-study-1_page-0001.jpg\",\"id\":853}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"40fb341\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1d39130\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/case-study-2_page-0001.jpg\",\"id\":854},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cac608a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"2cebcecb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"299c5023\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"54294708\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7de2c753\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(4766,957,'_elementor_template_type','wp-post'),(4767,957,'_elementor_css','a:5:{s:4:\"time\";i:1595593027;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4770,958,'_wp_page_template','default'),(4771,958,'_elementor_edit_mode','builder'),(4772,958,'_elementor_version','2.9.9'),(4773,958,'_elementor_data','[{\"id\":\"796f4fe\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_title\":\"Section\"},\"elements\":[{\"id\":\"67eab385\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1c99276b\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Case Studies\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"77cab155\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c981a2e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_title\":\"Section\"},\"elements\":[{\"id\":\"843f2d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ac7f7b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/Case-study-1_page-0001.jpg\",\"id\":853}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"40fb341\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1d39130\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/case-study-2_page-0001.jpg\",\"id\":854},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cac608a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"2cebcecb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"299c5023\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"54294708\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7de2c753\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(4774,958,'_elementor_template_type','wp-post'),(4775,958,'_elementor_css','a:5:{s:4:\"time\";i:1596092943;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4776,689,'_elementor_controls_usage','a:6:{s:17:\"gedung-head-title\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:25:\"section_gedung_head_title\";a:12:{s:12:\"choose_style\";i:2;s:9:\"the_title\";i:2;s:27:\"typography_title_typography\";i:2;s:33:\"typography_title_font_size_tablet\";i:1;s:35:\"typography_title_line_height_tablet\";i:1;s:17:\"head_use_subtitle\";i:2;s:26:\"typography_title_font_size\";i:1;s:28:\"typography_title_font_weight\";i:1;s:12:\"align_tablet\";i:1;s:33:\"typography_title_font_size_mobile\";i:1;s:35:\"typography_title_line_height_mobile\";i:1;s:12:\"align_mobile\";i:1;}s:33:\"section_gedung_head_title_style_2\";a:1:{s:13:\"title_color_2\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:6:\"weight\";i:1;s:5:\"color\";i:1;s:3:\"gap\";i:1;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:1:{s:5:\"width\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:5;s:19:\"_inline_size_tablet\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:3;s:14:\"padding_tablet\";i:1;s:11:\"css_classes\";i:1;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:6:\"_title\";i:2;s:3:\"gap\";i:1;s:15:\"stretch_section\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:6:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;s:4:\"size\";i:1;s:12:\"align_mobile\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:25:\"button_hover_border_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;}}}}}'),(4777,689,'_elementor_css','a:5:{s:4:\"time\";i:1596092993;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4778,495,'_elementor_css','a:6:{s:4:\"time\";i:1596104803;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(4779,190,'_elementor_edit_mode','builder'),(4780,190,'_elementor_template_type','wp-post'),(4781,190,'_elementor_version','2.9.9'),(4782,959,'_wp_attached_file','2020/07/Clipboard-July-30-2020-4_19-PM.png'),(4783,959,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:365;s:6:\"height\";i:112;s:4:\"file\";s:42:\"2020/07/Clipboard-July-30-2020-4_19-PM.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Clipboard-July-30-2020-4_19-PM-300x92.png\";s:5:\"width\";i:300;s:6:\"height\";i:92;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Clipboard-July-30-2020-4_19-PM-150x112.png\";s:5:\"width\";i:150;s:6:\"height\";i:112;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:41:\"Clipboard-July-30-2020-4_19-PM-100x80.png\";s:5:\"width\";i:100;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:{}}}'),(4784,190,'_elementor_css','a:6:{s:4:\"time\";i:1596106381;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(4785,960,'_wp_attached_file','2018/03/Picture1-1.png'),(4786,960,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:550;s:6:\"height\";i:367;s:4:\"file\";s:22:\"2018/03/Picture1-1.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Picture1-1-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Picture1-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:21:\"Picture1-1-100x80.png\";s:5:\"width\";i:100;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:{}}}'),(4787,961,'_thumbnail_id','960'),(4788,961,'_wp_page_template','default'),(4789,961,'_elementor_edit_mode','builder'),(4790,961,'_elementor_template_type','wp-post'),(4791,961,'_elementor_version','2.9.9'),(4792,961,'_elementor_data','[{\"id\":\"448fb2f7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2b0e58a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"47f587e2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our team of highly skilled and certified professionals works directly with architects and engineers to understand project details and plan each step of the process to ensure a smooth delivery and set up of equipment in any facility space.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">When you need a team accustomed to working with architectural plans, give us a call at 800-358-8444<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ed2e48\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"ind-sub-img\"},\"elements\":[{\"id\":\"5ff7e62\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"f18a8ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"465e4e3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2018\\/03\\/unnamed.jpg\",\"id\":850}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a884520\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(4793,961,'_elementor_controls_usage','a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:11:\"css_classes\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}}}}'),(4794,961,'_elementor_css','a:5:{s:4:\"time\";i:1595827793;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4795,962,'_wp_page_template','default'),(4796,962,'_elementor_edit_mode','builder'),(4797,962,'_elementor_template_type','wp-post'),(4798,962,'_elementor_version','2.9.9'),(4799,962,'_elementor_data','[{\"id\":\"3f1f5281\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"502ddebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5172ddc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our expertise and up-to-date training enable our team to work with a range of contractors. We work with general contractors to assess the overall project and provide detailed plans to implement moves and set up equipment.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Electrical \\u2013 our team collaborates with electrical contractors on a variety of equipment moves including generators, switchgears, transformers and more.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Mechanical \\u2013 Our experience with mechanical contractors extends to moves and set up of a variety of equipment ranging from boilers and chillers to cooling towers and more.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Whether your move involves electrical or mechanical components, or a range of specialties, give us a call at <a href=\\\"tel:800-358-8444\\\">800-358-8444<\\/a> to manage the overall process.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"07bbebc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"css_classes\":\"ind-sub-img mech-img\"},\"elements\":[{\"id\":\"c9391d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ea698ae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image28.jpg\",\"id\":912}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"50c19d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c045f79\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image29.jpg\",\"id\":913}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(4800,962,'_elementor_controls_usage','a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:11:\"css_classes\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:2;}}}}}'),(4801,962,'_elementor_css','a:5:{s:4:\"time\";i:1595828205;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4802,700,'_thumbnail_id','715'),(4803,963,'_wp_attached_file','2020/07/Picture2.png'),(4804,963,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:506;s:6:\"height\";i:337;s:4:\"file\";s:20:\"2020/07/Picture2.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Picture2-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Picture2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:19:\"Picture2-100x80.png\";s:5:\"width\";i:100;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:{}}}'),(4805,964,'_wp_page_template','default'),(4806,964,'_thumbnail_id','963'),(4807,964,'_elementor_edit_mode','builder'),(4808,964,'_elementor_template_type','wp-post'),(4809,964,'_elementor_version','2.9.9'),(4810,964,'_elementor_data','[{\"id\":\"3f1f5281\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"502ddebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5172ddc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">ARS can assist banks by installing vault pieces or moving high value equipment.\\u00a0 Our team of professionals will ensure your pieces are moved quickly and carefully to get you back in business as soon as possible.\\u00a0 We focus on preplanning and attention to detail to ensure a worry-free project completion. Call us today to put our expertise to work \\u2013 <a href=\\\"tel:800-358-8444\\\">800-358-8444.<\\/a><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dad8b48\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c5bef7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"9db7a50\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"74f91a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image6.jpg\",\"id\":953}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a350eff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(4811,964,'_elementor_controls_usage','a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}}}}'),(4812,964,'_elementor_css','a:5:{s:4:\"time\";i:1596092736;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4821,966,'_wp_page_template','default'),(4822,966,'_thumbnail_id','389'),(4823,966,'_elementor_edit_mode','builder'),(4824,966,'_elementor_template_type','wp-post'),(4825,966,'_elementor_version','2.9.9'),(4826,966,'_elementor_data','[{\"id\":\"4b5a5ec8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c6d8e77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7f451c97\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Manufacturers in every industry category have relied on our team for plant relocations and industry moves across the U.S.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Not every company can manage the complexities of plant relocations. Our team is experienced, dedicated to preplanning all the details and ensuring the process is smooth so plant downtime is minimized. Call us today at 800-358-8444 to learn more.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"12dd276\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"css_classes\":\"ind-sub-img mech-img\"},\"elements\":[{\"id\":\"0e69cfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1c806e1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2018\\/03\\/manufacturers-1.jpg\",\"id\":933}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5a109a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"58c33df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2018\\/03\\/manufacturers-2.jpg\",\"id\":934}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(4827,966,'_elementor_controls_usage','a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:11:\"css_classes\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:2;}}}}}'),(4828,966,'_elementor_css','a:5:{s:4:\"time\";i:1595829684;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4829,52,'_wp_old_slug','lobortis-id-bibendum-et-rhoncus-porttitor-tortor'),(4830,967,'_thumbnail_id','716'),(4831,967,'_wp_page_template','default'),(4832,967,'_elementor_edit_mode','builder'),(4833,967,'_elementor_template_type','wp-post'),(4834,967,'_elementor_version','2.9.9'),(4835,967,'_elementor_data','[{\"id\":\"918bd6b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"704beaa3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3c88927c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">ARS coordinates facility relocations and equipment installations for properties across the country. We work with building owners and facility managers to plan every detail and execute each step within timelines and established budgets.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Call us at 800-358-8444 and work with the experienced team that\\u2019s ready to manage every detail no matter the size or complexity of the project.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"32ff79e\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"ind-sub-img\"},\"elements\":[{\"id\":\"599d725\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"51b3047\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9fa11f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2018\\/03\\/build.jpg\",\"id\":929}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0755861\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(4836,967,'_elementor_controls_usage','a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:11:\"css_classes\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}}}}'),(4837,967,'_elementor_css','a:5:{s:4:\"time\";i:1595829304;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4838,46,'_wp_old_slug','lorem-ipsum-dolor-sit-amet-consectetur-adipiscing'),(4847,969,'_thumbnail_id','392'),(4848,969,'_wp_page_template','default'),(4849,969,'_elementor_edit_mode','builder'),(4850,969,'_elementor_template_type','wp-post'),(4851,969,'_elementor_version','2.9.9'),(4852,969,'_elementor_data','[{\"id\":\"59e2968a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"523bbf94\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"36024208\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Municipalities rely on our expertise for moves for schools, universities and government buildings.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">From large to small facilities, our team pre-plans every move to ensure efficiency and safety and minimize the impact on staff and students.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0390ca4\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"ind-sub-img\"},\"elements\":[{\"id\":\"d62d939\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ffa3a85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b842c17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2018\\/03\\/municipalities.jpg\",\"id\":927}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fbe92da\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(4853,969,'_elementor_controls_usage','a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:11:\"css_classes\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}}}}'),(4854,969,'_elementor_css','a:5:{s:4:\"time\";i:1595829174;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4855,48,'_wp_old_slug','vivamus-pulvinar-urna-nec-ipsum-interdum-blandi'),(4856,970,'_thumbnail_id','385'),(4857,970,'_wp_page_template','default'),(4858,970,'_elementor_edit_mode','builder'),(4859,970,'_elementor_template_type','wp-post'),(4860,970,'_elementor_version','2.9.9'),(4861,970,'_elementor_data','[{\"id\":\"58e33c30\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1fbd1a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"27fcb90f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Our team has successfully moved equipment for small and large medical facilities across the country. Moves have included MRIs, CAT\\/PET, generators, chillers and boilers.\\r\\n\\r\\n<span style=\\\"font-weight: 400;\\\">We\\u2019ll work with your team to ensure a smooth move, well-planned process and minimal impact on patient services. Call us at 800-358-8444 to learn more.<\\/span>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2952d7\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"css_classes\":\"ind-sub-img mech-img\"},\"elements\":[{\"id\":\"be7f400\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"cb171be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2018\\/03\\/medical-1.jpg\",\"id\":920}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3bf4626\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2018\\/03\\/medical-3.jpg\",\"id\":922}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"80a20b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c2843f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2018\\/03\\/medical-2.jpg\",\"id\":921}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(4862,970,'_elementor_controls_usage','a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:11:\"css_classes\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:3;}}}}}'),(4863,970,'_elementor_css','a:5:{s:4:\"time\";i:1595828786;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4864,50,'_wp_old_slug','maecenas-ultrices-justo-metus-quis-facilisis'),(4865,54,'_wp_old_slug','phasellus-molestie-feugiat-hendrerit-interdum'),(4873,974,'_thumbnail_id','393'),(4874,974,'_elementor_edit_mode','builder'),(4875,974,'_elementor_template_type','wp-post'),(4876,974,'_elementor_version','2.9.9'),(4877,974,'_wp_page_template','default'),(4878,974,'_elementor_data','[{\"id\":\"68fd4428\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"48f1c0dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"10a77fcb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We completed moves of high value works of art and museum installations, plus zoo exhibits for organizations across the country.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our team is accustomed to these unique moves and focuses on preplanning and attention to details, which results in the lowest impact to the environment and the staff and visitors. Call us today to put our expertise to work \\u2013 800-358-8444.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5011f94\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"css_classes\":\"ind-sub-img mech-img\"},\"elements\":[{\"id\":\"a76ec71\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c71e90e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/05\\/musium-1.jpg\",\"id\":937}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"13d275c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"67794b6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/05\\/musium-2.png\",\"id\":938}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(4879,974,'_elementor_controls_usage','a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:11:\"css_classes\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:2;}}}}}'),(4880,974,'_elementor_css','a:5:{s:4:\"time\";i:1595829885;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4881,439,'_wp_old_slug','museums-zoos'),(4892,978,'_wp_page_template','template/page-builder-template.php'),(4893,978,'_elementor_data','[{\"id\":\"787d5c6b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"20\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"id\":944,\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/unnamed.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color_b\":\"#2d2d2d\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":100},\"custom_height\":{\"unit\":\"px\",\"size\":\"663\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"height\":\"full\",\"background_video_fallback\":{\"id\":79,\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/bg-fallback.jpg\"},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"21feba2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"home-banner-text\"},\"elements\":[{\"id\":\"5af5fe4\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"ARS CONTRACTING, INC.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_title_font_weight\":\"500\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":12},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_2\":\"#FFFFFF\",\"title_margin_bottom\":-10,\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":10},\"align_mobile\":\"left\",\"title_size\":\"h1\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c2b71c4\",\"elType\":\"widget\",\"settings\":{\"the_title\":\"Certified Riggers & Machinery Movers\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":80},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_1\":\"#ffffff\",\"choose_style\":\"2\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":65},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":70},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"81cb3fc\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<h2 style=\\\"color: white;\\\"><b>Moving America\\u2019s Businesses<\\/b><\\/h2>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_text_block_line_height\":{\"unit\":\"px\",\"size\":28},\"color_text_block\":\"#FDF8F8\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"text_block_align_mobile\":\"left\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_text_block_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"586b5444\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"hover_animation\":\"sink\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeInUp\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e1426a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"9414b9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bad6cf\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Services\",\"description_text\":\"Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":482,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/crane-48591-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255, 255, 255, 0)\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"154f0f93\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c2e578e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Exceptional Safety Rating\",\"description_text\":\"We have one of the best safety ratings in the industry & we are certified riggers\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":379,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/Safety-Rev-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":19},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4a35cdf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bfab3bb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Industries\",\"description_text\":\"We offer outstanding service to most industries including contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers\\/building owners, and more\\n\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":378,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/gears.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3334b860\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#eaeaea\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fb97c40\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.042999999999999,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57bdcd45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":977,\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/home1.png\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"align\":\"left\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5b694d6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.957000000000001,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2161d8d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"For almost 30 years, ARS Contracting, Inc. has built a national reputation for rigging, machinery moving, hauling and lifting components that keep America\\u2019s businesses moving. We\\u2019re dedicated to solving problems for our clients by using innovation and technology to constantly move the industry forward. By doing so, this can result in lowering overall project costs for our customers.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":19},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":45},\"the_subtitle\":\"Since 1991\",\"typography_subtitle_typography\":\"custom\",\"typography_subtitle_font_family\":\"Lato\",\"typography_subtitle_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_subtitle_font_weight\":\"300\",\"typography_subtitle_text_transform\":\"uppercase\",\"typography_subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":34},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":30},\"title_size\":\"h6\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"23901ed0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60cf4773\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1800},\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"_element_id\":\"projects\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7352b447\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"97cfb80\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"333b722f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d4210f\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Services We Offer\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"4c49f11d\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"43ef6c3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"7d11f6a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL SERVICES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d246d91\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"9\",\"width\":\"585\",\"height\":\"390\",\"caption_vertical\":{\"unit\":\"%\",\"size\":50},\"caption_horizontal\":{\"unit\":\"%\",\"size\":50},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":15,\"use_padding\":\"use\",\"padding_size\":{\"unit\":\"px\",\"size\":15},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"title_hover_effect\":\"ih-fade-down\",\"title_margin_bottom\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_family\":\"Raleway\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"category_hover_effect\":\"ih-fade-up\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"filter_style1_color\":\"#ffffff\",\"filter_style1_hov_color\":\"#ffffff\",\"filter_style1_bord_hov_color\":\"#3315C6\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_portfolio_title_line_height_mobile\":{\"unit\":\"px\",\"size\":24},\"title_margin_bottom_mobile\":5,\"typography_portfolio_category_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"filter_mobile_bord_bg_color\":\"#2b2b2b\",\"filter_mobile_bord_hov_color\":\"#2b2b2b\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"filter_padding_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"filter_align\":\"center\",\"filter_style\":\"style-2\",\"filter_style2_color\":\"#FFFFFF\",\"filter_style2_hov_color\":\"#8AABCA\",\"filter_style2_border_hov_color\":\"#8AABCA\",\"category_hover_delay\":\"ih-delay-xs\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"orderby\":\"none\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f3e067f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image3.jpg\",\"id\":946},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#7A7A7A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ef29580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"788dae8b\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\u201cWe have worked with ARS for more than 30 years and have built a trusted relationship utilizing their services for large Data center projects, hoisting, and setting generators, electrical switchgear, storage of equipment and much more. Thank you, ARS team.\\u201d \",\"testi_author\":\"Patrick Johanson\",\"testi_author_job\":\"\",\"testi_img\":{\"url\":\"\",\"id\":\"\"}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\u201cThe ARS Foreman, Kevin, knew exactly what he needed to do to bring in the (4) 1000# Electrical Switchgear sections\\u2026 while traversing some challenging terrain\\u2026Kevin\\u2019s professionalism and get\\u2010it\\u2010done [safely] attitude did, in fact, get the job done with extreme efficiency and not one issue.\\u201d\",\"testi_author\":\"Michael\",\"testi_author_job\":\"\",\"testi_img\":{\"url\":\"\",\"id\":\"\"}},{\"testi_text\":\"\\u201cThe Museum Project required the backend (Generator) to be removed and shipped to the repair shop. The detail that ARS Equipment Movers took to remove the backend from the job site and return it after the repairs were made was nothing short of exemplary. They were flawless in performing their duties. I will certainly use them again.\\u201d \",\"testi_author\":\"Vince\",\"testi_author_job\":\"\",\"testi_img\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"259f30a\"}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"30\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#ffffff\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#ffffff\",\"choose_column\":\"1\",\"typhography_blockquote_color\":\"#ffffff\",\"navigation_dots_color\":\"#ffffff\",\"autoplay\":\"use\",\"autoplay_ms\":2000,\"auto_loop\":\"use\",\"_css_classes\":\"home-testimonial\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"50e8eeb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"4169d630\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/1693-logo.jpg\",\"id\":570},\"_id\":\"373378a\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT.jpg\",\"id\":571},\"_id\":\"5b20e48\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IMPACTLogo.jpg\",\"id\":572},\"_id\":\"0da84d8\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra.jpg\",\"id\":573},\"_id\":\"cc18593\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574},\"_id\":\"306ecd3\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/Riggers.jpg\",\"id\":569},\"_id\":\"ab6cc54\"}],\"mobile_choose_column\":\"mobile-column-2\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":20,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":9},\"_css_classes\":\"client-logos\"},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46b4cfee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190},\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"763dcf8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"60111074\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6daf8247\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1f8fca5\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Industries We Serve\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"5e67d616\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ddd3ef5\",\"elType\":\"widget\",\"settings\":{\"color_text_block\":\"#555555\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":26}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":true},{\"id\":\"24b615c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1dd27b4a\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL INDUSTRIES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"rgba(243, 235, 235, 0.3)\",\"border_color\":\"#000000\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/industries\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8133960\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6238ce7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7de5ddc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[gedung_industries_home]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd640fa\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"12\",\"post_margin_bottom\":\"30\",\"horizontal_col_select_col2\":\"column-3\",\"width\":\"535\",\"height\":\"355\",\"height_grid2\":\"400\",\"use_category\":\"\",\"use_author\":\"\",\"use_date\":\"\",\"use_excerpt\":\"\",\"read_more_text\":\"Read More\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"typography_post_title_typography\":\"custom\",\"typography_post_title_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typhography_read_more_color_masonry\":\"#D7D7D7\",\"typhography_title_color\":\"#2B4D7B\",\"typhography_read_more_bg_color_masonry\":\"#FFFFFF\",\"read_more_title_hov_color\":\"#FFFFFF\",\"typhography_read_more_bg_hover_masonry\":\"#C7B4B4\",\"typography_post_read_more_typography\":\"custom\",\"_background_background\":\"classic\",\"_background_color\":\"#FEFEFE\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"gedung-post-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf3159\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c1572fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd675da\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"70618554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.68,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"700616c\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"419c7848\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1bc1cc0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"align_tablet\":\"center\",\"button_hover_border_color\":\"#ffffff\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(4894,978,'_elementor_version','2.9.9'),(4895,978,'_elementor_template_type','wp-post'),(4896,978,'_thumbnail_id','338'),(4897,978,'_elementor_edit_mode','builder'),(4898,978,'_elementor_css','a:5:{s:4:\"time\";i:1596091543;s:5:\"fonts\";a:3:{i:0;s:10:\"Montserrat\";i:1;s:4:\"Lato\";i:3;s:7:\"Raleway\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4903,979,'_wp_page_template','template/page-builder-template.php'),(4904,979,'_elementor_data','[{\"id\":\"787d5c6b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"20\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"id\":944,\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/unnamed.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color_b\":\"#2d2d2d\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":100},\"custom_height\":{\"unit\":\"px\",\"size\":\"663\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"height\":\"full\",\"background_video_fallback\":{\"id\":79,\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/bg-fallback.jpg\"},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"21feba2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"home-banner-text\"},\"elements\":[{\"id\":\"5af5fe4\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"ARS CONTRACTING, INC.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_title_font_weight\":\"500\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":12},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_2\":\"#FFFFFF\",\"title_margin_bottom\":-10,\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":10},\"align_mobile\":\"left\",\"title_size\":\"h1\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c2b71c4\",\"elType\":\"widget\",\"settings\":{\"the_title\":\"Certified Riggers & Machinery Movers\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":80},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_1\":\"#ffffff\",\"choose_style\":\"2\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":65},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":70},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"81cb3fc\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<h2 style=\\\"color: white;\\\"><b>Moving America\\u2019s Businesses<\\/b><\\/h2>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_text_block_line_height\":{\"unit\":\"px\",\"size\":28},\"color_text_block\":\"#FDF8F8\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"text_block_align_mobile\":\"left\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_text_block_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"586b5444\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"hover_animation\":\"sink\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeInUp\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e1426a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"9414b9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bad6cf\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Services\",\"description_text\":\"Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":482,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/crane-48591-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255, 255, 255, 0)\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"154f0f93\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c2e578e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Exceptional Safety Rating\",\"description_text\":\"We have one of the best safety ratings in the industry & we are certified riggers\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":379,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/Safety-Rev-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":19},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4a35cdf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bfab3bb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Industries\",\"description_text\":\"We offer outstanding service to most industries including contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers\\/building owners, and more\\n\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":378,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/gears.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3334b860\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#eaeaea\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fb97c40\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.042999999999999,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57bdcd45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":977,\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/home1.png\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"align\":\"left\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5b694d6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.957000000000001,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2161d8d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"For almost 30 years, ARS Contracting, Inc. has built a national reputation for rigging, machinery moving, hauling and lifting components that keep America\\u2019s businesses moving. We\\u2019re dedicated to solving problems for our clients by using innovation and technology to constantly move the industry forward. By doing so, this can result in lowering overall project costs for our customers.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":19},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":45},\"the_subtitle\":\"Since 1991\",\"typography_subtitle_typography\":\"custom\",\"typography_subtitle_font_family\":\"Lato\",\"typography_subtitle_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_subtitle_font_weight\":\"300\",\"typography_subtitle_text_transform\":\"uppercase\",\"typography_subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":34},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":30},\"title_size\":\"h6\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"23901ed0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60cf4773\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1800},\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"_element_id\":\"projects\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7352b447\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"97cfb80\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"333b722f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d4210f\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Services We Offer\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"4c49f11d\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"43ef6c3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"7d11f6a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL SERVICES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d246d91\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"9\",\"width\":\"585\",\"height\":\"390\",\"caption_vertical\":{\"unit\":\"%\",\"size\":50},\"caption_horizontal\":{\"unit\":\"%\",\"size\":50},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":15,\"use_padding\":\"use\",\"padding_size\":{\"unit\":\"px\",\"size\":15},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"title_hover_effect\":\"ih-fade-down\",\"title_margin_bottom\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_family\":\"Raleway\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"category_hover_effect\":\"ih-fade-up\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"filter_style1_color\":\"#ffffff\",\"filter_style1_hov_color\":\"#ffffff\",\"filter_style1_bord_hov_color\":\"#3315C6\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_portfolio_title_line_height_mobile\":{\"unit\":\"px\",\"size\":24},\"title_margin_bottom_mobile\":5,\"typography_portfolio_category_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"filter_mobile_bord_bg_color\":\"#2b2b2b\",\"filter_mobile_bord_hov_color\":\"#2b2b2b\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"filter_padding_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"filter_align\":\"center\",\"filter_style\":\"style-2\",\"filter_style2_color\":\"#FFFFFF\",\"filter_style2_hov_color\":\"#8AABCA\",\"filter_style2_border_hov_color\":\"#8AABCA\",\"category_hover_delay\":\"ih-delay-xs\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"orderby\":\"none\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f3e067f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image3.jpg\",\"id\":946},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#7A7A7A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ef29580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"788dae8b\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"testi_text\":\"\\u201cWe have worked with ARS for more than 30 years and have built a trusted relationship utilizing their services for large Data center projects, hoisting, and setting generators, electrical switchgear, storage of equipment and much more. Thank you, ARS team.\\u201d \",\"testi_author\":\"Dan\",\"testi_author_job\":\"\",\"testi_img\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"ae10888\"},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\u201cThe ARS Foreman, Kevin, knew exactly what he needed to do to bring in the (4) 1000# Electrical Switchgear sections\\u2026 while traversing some challenging terrain\\u2026Kevin\\u2019s professionalism and get\\u2010it\\u2010done [safely] attitude did, in fact, get the job done with extreme efficiency and not one issue.\\u201d\",\"testi_author\":\"Michael\",\"testi_author_job\":\"\",\"testi_img\":{\"url\":\"\",\"id\":\"\"}},{\"testi_text\":\"\\u201cThe Museum Project required the backend (Generator) to be removed and shipped to the repair shop. The detail that ARS Equipment Movers took to remove the backend from the job site and return it after the repairs were made was nothing short of exemplary. They were flawless in performing their duties. I will certainly use them again.\\u201d \",\"testi_author\":\"Vince\",\"testi_author_job\":\"\",\"testi_img\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"259f30a\"}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"30\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#ffffff\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#ffffff\",\"choose_column\":\"1\",\"typhography_blockquote_color\":\"#ffffff\",\"navigation_dots_color\":\"#ffffff\",\"autoplay\":\"use\",\"autoplay_ms\":2000,\"auto_loop\":\"use\",\"_css_classes\":\"home-testimonial\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"50e8eeb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"4169d630\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/1693-logo.jpg\",\"id\":570},\"_id\":\"373378a\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT.jpg\",\"id\":571},\"_id\":\"5b20e48\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IMPACTLogo.jpg\",\"id\":572},\"_id\":\"0da84d8\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra.jpg\",\"id\":573},\"_id\":\"cc18593\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574},\"_id\":\"306ecd3\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/Riggers.jpg\",\"id\":569},\"_id\":\"ab6cc54\"}],\"mobile_choose_column\":\"mobile-column-2\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":20,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":9},\"_css_classes\":\"client-logos\"},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46b4cfee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190},\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"763dcf8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"60111074\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6daf8247\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1f8fca5\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Industries We Serve\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"5e67d616\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ddd3ef5\",\"elType\":\"widget\",\"settings\":{\"color_text_block\":\"#555555\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":26}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":true},{\"id\":\"24b615c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1dd27b4a\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL INDUSTRIES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"rgba(243, 235, 235, 0.3)\",\"border_color\":\"#000000\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/industries\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8133960\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6238ce7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7de5ddc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[gedung_industries_home]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd640fa\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"12\",\"post_margin_bottom\":\"30\",\"horizontal_col_select_col2\":\"column-3\",\"width\":\"535\",\"height\":\"355\",\"height_grid2\":\"400\",\"use_category\":\"\",\"use_author\":\"\",\"use_date\":\"\",\"use_excerpt\":\"\",\"read_more_text\":\"Read More\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"typography_post_title_typography\":\"custom\",\"typography_post_title_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typhography_read_more_color_masonry\":\"#D7D7D7\",\"typhography_title_color\":\"#2B4D7B\",\"typhography_read_more_bg_color_masonry\":\"#FFFFFF\",\"read_more_title_hov_color\":\"#FFFFFF\",\"typhography_read_more_bg_hover_masonry\":\"#C7B4B4\",\"typography_post_read_more_typography\":\"custom\",\"_background_background\":\"classic\",\"_background_color\":\"#FEFEFE\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"gedung-post-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf3159\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c1572fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd675da\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"70618554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.68,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"700616c\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"419c7848\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1bc1cc0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"align_tablet\":\"center\",\"button_hover_border_color\":\"#ffffff\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(4905,979,'_elementor_version','2.9.9'),(4906,979,'_elementor_template_type','wp-post'),(4907,979,'_thumbnail_id','338'),(4908,979,'_elementor_edit_mode','builder'),(4909,979,'_elementor_css','a:5:{s:4:\"time\";i:1599050150;s:5:\"fonts\";a:3:{i:0;s:10:\"Montserrat\";i:1;s:4:\"Lato\";i:3;s:7:\"Raleway\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4912,980,'_wp_attached_file','2020/09/1.jpg'),(4913,980,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:753;s:6:\"height\";i:564;s:4:\"file\";s:13:\"2020/09/1.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:12:\"1-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(4914,981,'_wp_attached_file','2020/09/2.jpg'),(4915,981,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:760;s:6:\"height\";i:506;s:4:\"file\";s:13:\"2020/09/2.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:12:\"2-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(4916,982,'_wp_attached_file','2020/09/3.jpg'),(4917,982,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:754;s:6:\"height\";i:503;s:4:\"file\";s:13:\"2020/09/3.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:12:\"3-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(4918,983,'_wp_attached_file','2020/09/4.png'),(4919,983,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:586;s:6:\"height\";i:338;s:4:\"file\";s:13:\"2020/09/4.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"4-300x173.png\";s:5:\"width\";i:300;s:6:\"height\";i:173;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:12:\"4-100x80.png\";s:5:\"width\";i:100;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:{}}}'),(4920,984,'_wp_attached_file','2020/09/5.jpg'),(4921,984,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:571;s:6:\"height\";i:453;s:4:\"file\";s:13:\"2020/09/5.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"5-300x238.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:238;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:12:\"5-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(4922,985,'_wp_attached_file','2020/09/6.jpg'),(4923,985,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:551;s:6:\"height\";i:401;s:4:\"file\";s:13:\"2020/09/6.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"6-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:12:\"6-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(4924,986,'_wp_attached_file','2020/09/7.jpg'),(4925,986,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:290;s:6:\"height\";i:386;s:4:\"file\";s:13:\"2020/09/7.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"7-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:12:\"7-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(4926,987,'_wp_attached_file','2020/09/77.jpg'),(4927,987,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:368;s:6:\"height\";i:382;s:4:\"file\";s:14:\"2020/09/77.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"77-289x300.jpg\";s:5:\"width\";i:289;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"77-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:13:\"77-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(4928,988,'_wp_attached_file','2020/09/777.jpg'),(4929,988,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:368;s:6:\"height\";i:421;s:4:\"file\";s:15:\"2020/09/777.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"777-262x300.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"777-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:14:\"777-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(4930,989,'_wp_attached_file','2020/09/7777.jpg'),(4931,989,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:353;s:6:\"height\";i:406;s:4:\"file\";s:16:\"2020/09/7777.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"7777-261x300.jpg\";s:5:\"width\";i:261;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"7777-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:15:\"7777-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(4932,990,'_wp_attached_file','2020/09/I1.jpg'),(4933,990,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:498;s:6:\"height\";i:332;s:4:\"file\";s:14:\"2020/09/I1.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"I1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"I1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:13:\"I1-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(4934,991,'_wp_attached_file','2020/09/i2.jpg'),(4935,991,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:287;s:6:\"height\";i:431;s:4:\"file\";s:14:\"2020/09/i2.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"i2-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"i2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:13:\"i2-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(4936,992,'_wp_attached_file','2020/09/i3.jpg'),(4937,992,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:347;s:6:\"height\";i:521;s:4:\"file\";s:14:\"2020/09/i3.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"i3-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"i3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:13:\"i3-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(4938,993,'_wp_attached_file','2020/09/i4.jpg'),(4939,993,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:820;s:6:\"height\";i:547;s:4:\"file\";s:14:\"2020/09/i4.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"i4-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"i4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"i4-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:13:\"i4-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(4940,994,'_wp_attached_file','2020/09/i5.png'),(4941,994,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:636;s:6:\"height\";i:330;s:4:\"file\";s:14:\"2020/09/i5.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"i5-300x156.png\";s:5:\"width\";i:300;s:6:\"height\";i:156;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"i5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:13:\"i5-100x80.png\";s:5:\"width\";i:100;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:{}}}'),(4942,995,'_wp_attached_file','2020/09/i6.png'),(4943,995,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:711;s:6:\"height\";i:384;s:4:\"file\";s:14:\"2020/09/i6.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"i6-300x162.png\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"i6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:13:\"i6-100x80.png\";s:5:\"width\";i:100;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:{}}}'),(4944,996,'_wp_attached_file','2020/09/s2.jpg'),(4945,996,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:360;s:4:\"file\";s:14:\"2020/09/s2.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"s2-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"s2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:13:\"s2-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(4946,997,'_wp_attached_file','2020/09/s3.jpg'),(4947,997,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:628;s:6:\"height\";i:353;s:4:\"file\";s:14:\"2020/09/s3.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"s3-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"s3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:13:\"s3-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(4948,998,'_wp_attached_file','2020/09/s4.jpg'),(4949,998,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:597;s:6:\"height\";i:398;s:4:\"file\";s:14:\"2020/09/s4.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"s4-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"s4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:13:\"s4-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(4950,999,'_wp_attached_file','2020/09/s5.jpg'),(4951,999,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:520;s:6:\"height\";i:346;s:4:\"file\";s:14:\"2020/09/s5.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"s5-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"s5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:13:\"s5-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(4952,1000,'_wp_attached_file','2020/09/s6.jpg'),(4953,1000,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:472;s:6:\"height\";i:354;s:4:\"file\";s:14:\"2020/09/s6.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"s6-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"s6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:13:\"s6-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(4954,1001,'_wp_attached_file','2020/09/s7.jpg'),(4955,1001,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:315;s:6:\"height\";i:420;s:4:\"file\";s:14:\"2020/09/s7.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"s7-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"s7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:13:\"s7-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(4956,1002,'_wp_attached_file','2020/09/s8.png'),(4957,1002,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:245;s:6:\"height\";i:248;s:4:\"file\";s:14:\"2020/09/s8.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"s8-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:13:\"s8-100x80.png\";s:5:\"width\";i:100;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:{}}}'),(4958,1003,'_wp_attached_file','2020/09/service1.jpg'),(4959,1003,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:546;s:6:\"height\";i:728;s:4:\"file\";s:20:\"2020/09/service1.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"service1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"service1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:19:\"service1-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(4960,1004,'_wp_attached_file','2020/09/1-1.jpg'),(4961,1004,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:753;s:6:\"height\";i:564;s:4:\"file\";s:15:\"2020/09/1-1.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"1-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:14:\"1-1-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(4962,1005,'_wp_page_template','template/page-builder-template.php'),(4963,1005,'_elementor_data','[{\"id\":\"787d5c6b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"20\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"id\":944,\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/unnamed.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color_b\":\"#2d2d2d\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":100},\"custom_height\":{\"unit\":\"px\",\"size\":\"663\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"height\":\"full\",\"background_video_fallback\":{\"id\":79,\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/bg-fallback.jpg\"},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"21feba2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"home-banner-text\"},\"elements\":[{\"id\":\"5af5fe4\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"ARS CONTRACTING, INC.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_title_font_weight\":\"500\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":12},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_2\":\"#FFFFFF\",\"title_margin_bottom\":-10,\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":10},\"align_mobile\":\"left\",\"title_size\":\"h1\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c2b71c4\",\"elType\":\"widget\",\"settings\":{\"the_title\":\"Certified Riggers & Machinery Movers\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":80},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_1\":\"#ffffff\",\"choose_style\":\"2\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":65},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":70},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"81cb3fc\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<h2 style=\\\"color: white;\\\"><b>Moving America\\u2019s Businesses<\\/b><\\/h2>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_text_block_line_height\":{\"unit\":\"px\",\"size\":28},\"color_text_block\":\"#FDF8F8\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"text_block_align_mobile\":\"left\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_text_block_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"586b5444\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"hover_animation\":\"sink\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeInUp\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e1426a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"9414b9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bad6cf\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Services\",\"description_text\":\"Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":482,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/crane-48591-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255, 255, 255, 0)\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"154f0f93\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c2e578e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Exceptional Safety Rating\",\"description_text\":\"We have one of the best safety ratings in the industry & we are certified riggers\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":379,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/Safety-Rev-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":19},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4a35cdf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bfab3bb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Industries\",\"description_text\":\"We offer outstanding service to most industries including contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers\\/building owners, and more\\n\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":378,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/gears.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3334b860\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#eaeaea\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fb97c40\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.042999999999999,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57bdcd45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1004,\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/1-1.jpg\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"align\":\"left\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5b694d6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.957000000000001,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2161d8d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"For almost 30 years, ARS Contracting, Inc. has built a national reputation for rigging, machinery moving, hauling and lifting components that keep America\\u2019s businesses moving. We\\u2019re dedicated to solving problems for our clients by using innovation and technology to constantly move the industry forward. By doing so, this can result in lowering overall project costs for our customers.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":19},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":45},\"the_subtitle\":\"Since 1991\",\"typography_subtitle_typography\":\"custom\",\"typography_subtitle_font_family\":\"Lato\",\"typography_subtitle_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_subtitle_font_weight\":\"300\",\"typography_subtitle_text_transform\":\"uppercase\",\"typography_subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":34},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":30},\"title_size\":\"h6\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"23901ed0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60cf4773\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1800},\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"_element_id\":\"projects\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7352b447\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"97cfb80\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"333b722f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d4210f\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Services We Offer\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"4c49f11d\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"43ef6c3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"7d11f6a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL SERVICES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d246d91\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"9\",\"width\":\"585\",\"height\":\"390\",\"caption_vertical\":{\"unit\":\"%\",\"size\":50},\"caption_horizontal\":{\"unit\":\"%\",\"size\":50},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":15,\"use_padding\":\"use\",\"padding_size\":{\"unit\":\"px\",\"size\":15},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"title_hover_effect\":\"ih-fade-down\",\"title_margin_bottom\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_family\":\"Raleway\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"category_hover_effect\":\"ih-fade-up\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"filter_style1_color\":\"#ffffff\",\"filter_style1_hov_color\":\"#ffffff\",\"filter_style1_bord_hov_color\":\"#3315C6\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_portfolio_title_line_height_mobile\":{\"unit\":\"px\",\"size\":24},\"title_margin_bottom_mobile\":5,\"typography_portfolio_category_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"filter_mobile_bord_bg_color\":\"#2b2b2b\",\"filter_mobile_bord_hov_color\":\"#2b2b2b\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"filter_padding_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"filter_align\":\"center\",\"filter_style\":\"style-2\",\"filter_style2_color\":\"#FFFFFF\",\"filter_style2_hov_color\":\"#8AABCA\",\"filter_style2_border_hov_color\":\"#8AABCA\",\"category_hover_delay\":\"ih-delay-xs\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"orderby\":\"none\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f3e067f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image3.jpg\",\"id\":946},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#7A7A7A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ef29580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"788dae8b\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"testi_text\":\"\\u201cWe have worked with ARS for more than 30 years and have built a trusted relationship utilizing their services for large Data center projects, hoisting, and setting generators, electrical switchgear, storage of equipment and much more. Thank you, ARS team.\\u201d \",\"testi_author\":\"Dan\",\"testi_author_job\":\"\",\"testi_img\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"ae10888\"},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\u201cThe ARS Foreman, Kevin, knew exactly what he needed to do to bring in the (4) 1000# Electrical Switchgear sections\\u2026 while traversing some challenging terrain\\u2026Kevin\\u2019s professionalism and get\\u2010it\\u2010done [safely] attitude did, in fact, get the job done with extreme efficiency and not one issue.\\u201d\",\"testi_author\":\"Michael\",\"testi_author_job\":\"\",\"testi_img\":{\"url\":\"\",\"id\":\"\"}},{\"testi_text\":\"\\u201cThe Museum Project required the backend (Generator) to be removed and shipped to the repair shop. The detail that ARS Equipment Movers took to remove the backend from the job site and return it after the repairs were made was nothing short of exemplary. They were flawless in performing their duties. I will certainly use them again.\\u201d \",\"testi_author\":\"Vince\",\"testi_author_job\":\"\",\"testi_img\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"259f30a\"}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"30\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#ffffff\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#ffffff\",\"choose_column\":\"1\",\"typhography_blockquote_color\":\"#ffffff\",\"navigation_dots_color\":\"#ffffff\",\"autoplay\":\"use\",\"autoplay_ms\":2000,\"auto_loop\":\"use\",\"_css_classes\":\"home-testimonial\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"50e8eeb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"4169d630\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/1693-logo.jpg\",\"id\":570},\"_id\":\"373378a\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT.jpg\",\"id\":571},\"_id\":\"5b20e48\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IMPACTLogo.jpg\",\"id\":572},\"_id\":\"0da84d8\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra.jpg\",\"id\":573},\"_id\":\"cc18593\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574},\"_id\":\"306ecd3\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/Riggers.jpg\",\"id\":569},\"_id\":\"ab6cc54\"}],\"mobile_choose_column\":\"mobile-column-2\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":20,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":9},\"_css_classes\":\"client-logos\"},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46b4cfee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190},\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"763dcf8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"60111074\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6daf8247\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1f8fca5\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Industries We Serve\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"5e67d616\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ddd3ef5\",\"elType\":\"widget\",\"settings\":{\"color_text_block\":\"#555555\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":26}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":true},{\"id\":\"24b615c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1dd27b4a\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL INDUSTRIES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"rgba(243, 235, 235, 0.3)\",\"border_color\":\"#000000\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/industries\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8133960\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6238ce7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7de5ddc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[gedung_industries_home]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd640fa\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"12\",\"post_margin_bottom\":\"30\",\"horizontal_col_select_col2\":\"column-3\",\"width\":\"535\",\"height\":\"355\",\"height_grid2\":\"400\",\"use_category\":\"\",\"use_author\":\"\",\"use_date\":\"\",\"use_excerpt\":\"\",\"read_more_text\":\"Read More\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"typography_post_title_typography\":\"custom\",\"typography_post_title_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typhography_read_more_color_masonry\":\"#D7D7D7\",\"typhography_title_color\":\"#2B4D7B\",\"typhography_read_more_bg_color_masonry\":\"#FFFFFF\",\"read_more_title_hov_color\":\"#FFFFFF\",\"typhography_read_more_bg_hover_masonry\":\"#C7B4B4\",\"typography_post_read_more_typography\":\"custom\",\"_background_background\":\"classic\",\"_background_color\":\"#FEFEFE\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"gedung-post-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf3159\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c1572fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd675da\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"70618554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.68,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"700616c\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"419c7848\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1bc1cc0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"align_tablet\":\"center\",\"button_hover_border_color\":\"#ffffff\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(4964,1005,'_elementor_version','2.9.9'),(4965,1005,'_elementor_template_type','wp-post'),(4966,1005,'_thumbnail_id','338'),(4967,1005,'_elementor_edit_mode','builder'),(4968,1005,'_elementor_css','a:5:{s:4:\"time\";i:1599050438;s:5:\"fonts\";a:3:{i:0;s:10:\"Montserrat\";i:1;s:4:\"Lato\";i:3;s:7:\"Raleway\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4971,1006,'_thumbnail_id','982'),(4972,1006,'_elementor_edit_mode','builder'),(4973,1006,'_elementor_template_type','wp-post'),(4974,1006,'_elementor_version','2.9.9'),(4975,1006,'_wp_page_template','default'),(4976,1006,'_elementor_data','[{\"id\":\"46d2360b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c787812\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"321acacc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our certified professionals have moved commercial equipment ranging from washers, dryers and irons to water and chemical tanks.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our team will work with your company to relocate critical equipment with the least disruption possible to your production schedule. Call us today at 800-358-8444 to learn how our preplanning and dedication to efficiency and safety can make your move fast and hassle-free.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4977,1006,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(4978,1006,'_elementor_css','a:6:{s:4:\"time\";i:1595827600;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(4979,1007,'_wp_page_template','template/page-builder-template.php'),(4980,1007,'_elementor_edit_mode','builder'),(4981,1007,'_elementor_version','2.9.9'),(4982,1007,'_elementor_data','[{\"id\":\"7673b2a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40f6e83\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d01e9c6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3693055\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":27.789000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3150906\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image43.png\",\"id\":838},\"align\":\"left\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"400\"},\"_css_classes\":\"history-cap\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"956a3d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":72.194000000000003,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e4ae49d\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"00531fa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"9a348ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a7203c\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise directs every situation.\\u00a0 We can quickly understand and<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"1d67695\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f25849d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image37.jpg\",\"id\":840},\"align\":\"left\",\"_css_classes\":\"history-cap\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7759086\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cbbb86\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9bac57a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"74b493a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f3d4169\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"20230aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.956,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9a3568b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/5.jpg\",\"id\":984},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0b5824c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.027000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ccf0ad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d0d1f44\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cbb1174\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1436938\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3ff4780\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9f893a1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"e0937c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84.724999999999994,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b07afc2\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"9de3470\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15.257999999999999,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46eae88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/6.jpg\",\"id\":985},\"align\":\"right\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"422c0c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"d806c09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6a680d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1df7366\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"503b817\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef81faf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"3973e79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f7691\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c952bb5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d06c5c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56d4482\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa0a24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"c73ea72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/7.jpg\",\"id\":986}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6d0a072\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4b2d053\",\"elType\":\"widget\",\"settings\":{\"title\":\"George \\u201cRed\\u201d Gilmartin \\u2010 President\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6370ba7\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>43\\u00a0years<\\/strong>\\u00a0<\\/li><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0have\\u00a0owned\\u00a0ARS\\u00a0Contracting,\\u00a0Inc\\u00a0for\\u00a030\\u00a0years\\u201d<\\/strong>\\u00a0<\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0move\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 equipment\\u00a0that\\u00a0is\\u00a0challenging.\\u00a0When\\u00a0I\\u00a0first\\u00a0got\\u00a0into\\u00a0this\\u00a0trade,\\u00a0I\\u00a0was\\u00a0able\\u00a0to\\u00a0see\\u00a0all\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 challenges\\u00a0that\\u00a0made\\u00a0me\\u00a0want\\u00a0to\\u00a0get\\u00a0to\\u00a0 work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cTo\\u00a0think!!\\u00a0Use\\u00a0common\\u00a0sense\\u00a0when\\u00a0approaching\\u00a0any\\u00a0job.\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cReading\\u00a0articles\\u00a0about\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0 business\\u00a0and\\u00a0continuing\\u00a0to\\u00a0educate\\u00a0myself\\u00a0on\\u00a0how\\u00a0to\\u00a0fit\\u00a0this\\u00a0industry\\u00a0into\\u00a0this\\u00a0world\\u00a0that\\u00a0keeps\\u00a0evolving\\u201d\\u00a0\\u00a0\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c054124\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e7b4ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"9195df9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/777.jpg\",\"id\":988},\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"300\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e5a3fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"16e9fac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ted Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc47661\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>25+\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>15\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cI\\u00a0really\\u00a0enjoy\\u00a0knowing\\u00a0that\\u00a0what\\u00a0we\\u00a0do\\u00a0matters.\\u00a0I\\u00a0have\\u00a0the opportunity\\u00a0to\\u00a0be\\u00a0involved\\u00a0in\\u00a0every\\u00a0industry\\/institution,\\u00a0so\\u00a0I\\u00a0am\\u00a0 able\\u00a0to\\u00a0see\\u00a0and\\u00a0be\\u00a0a\\u00a0part\\u00a0of\\u00a0a\\u00a0lot!\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0 business?\\u00a0 <strong>\\u201cLook.\\u00a0Listen.\\u00a0Learn.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cGoing\\u00a0out\\u00a0to\\u00a0eat\\u00a0and\\u00a0spending\\u00a0time\\u00a0with\\u00a0my\\u00a0loud\\u00a0family\\u201d\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8bd277e\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8a94d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"ab9ae3b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/77.jpg\",\"id\":987},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b929fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"0480362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeromy Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16ac035\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol>\\n \\t<li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>22 years full time\\u00a0\\u00a0<\\/strong><\\/li>\\n \\t<li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>8\\u00a0months<\\/strong><\\/li>\\n \\t<li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part? <strong>\\u201cThe\\u00a0nature\\u00a0of\\u00a0this business\\u00a0is\\u00a0exciting!!\\u00a0 Rarely\\u00a0are\\u00a0there\\u00a0two\\u00a0jobs\\u00a0that\\u00a0are\\u00a0the\\u00a0exact\\u00a0same.\\u00a0Figuring\\u00a0out\\u00a0the\\u00a0difficult\\u00a0jobs\\u00a0and\\u00a0then\\u00a0executing\\u00a0a\\u00a0plan\\u00a0perfectly\\u00a0with\\u00a0our\\u00a0team\\u00a0is\\u00a0what\\u00a0it\\u2019s\\u00a0all\\u00a0about.\\u201d<\\/strong><\\/li>\\n \\t<li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business<strong>?\\u00a0 \\u00a0 \\u201cDo\\u00a0your\\u00a0work\\u00a0100%.\\u00a0Nothing\\u00a0should\\u00a0be\\u00a0just\\u00a0good\\u00a0enough,\\u00a0complete\\u00a0it\\u00a0to\\u00a0the\\u00a0very\\u00a0best\\u00a0of\\u00a0your\\u00a0ability\\u00a0\\u00a0\\u00a0 and\\u00a0if\\u00a0it\\u00a0is\\u00a0still\\u00a0not\\u00a0perfect,ask\\u00a0for\\u00a0help\\u00a0to\\u00a0make\\u00a0it\\u00a0perfect.\\u00a0Take\\u00a0your\\u00a0time,\\u00a0jobs\\u00a0like\\u00a0these \\u00a0take\\u00a0 time.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li>\\n \\t<li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0was\\u00a0an\\u00a0MMA\\u00a0fighter\\u00a0for\\u00a0\\u00a0\\u00a0 many\\u00a0years.\\u00a0Currently\\u00a0looking\\u00a0for\\u00a0my\\u00a0next\\u00a0hobby.\\u201d<\\/strong><\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"543d250\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d050cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"bd14265\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/7777.jpg\",\"id\":989},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"46b103a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4fd3d56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Gibbons\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"921c1d3\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business<strong>?\\u00a0 \\u201cI\\u00a0have\\u00a0been\\u00a0in\\u00a0the\\u00a0construction\\u00a0industry\\u00a0for\\u00a0over\\u00a020\\u00a0years\\u00a0on\\u00a0both\\u00a0sides\\u00a0of\\u00a0the\\u00a0Atlantic\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>5\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0work\\u00a0with\\u00a0our\\u00a0rigging\\u00a0crews.\\u00a0The\\u00a0guys\\u00a0in\\u00a0the\\u00a0field\\u00a0 are\\u00a0full\\u00a0of\\u00a0knowledge\\u00a0and\\u00a0have\\u00a0precise\\u00a0accuracy\\u00a0when\\u00a0on\\u00a0the\\u00a0job.\\u00a0 It\\u2019s\\u00a0fun\\u00a0to\\u00a0see\\u00a0them\\u00a0put\\u00a0their\\u00a0skills\\u00a0to\\u00a0work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cListen\\u00a0to\\u00a0those\\u00a0who\\u00a0have\\u00a0experience\\u00a0with\\u00a0this\\u00a0kind\\u00a0of\\u00a0work.\\u201d\\u00a0\\u00a0 \\u00a0 <\\/strong><\\/li><li><p>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cFly\\u00a0fishing\\u201d\\u00a0\\u00a0<\\/strong><\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7005acd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"b0822e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17fc8fa\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"06d5df4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17a24f6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"14cbafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0b17af3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f0c181e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"24b7249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"66fd030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2d587c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Here\'s What Our Customers Say\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\u201cWe\\u00a0have\\u00a0worked\\u00a0with\\u00a0ARS\\u00a0for\\u00a0more\\u00a0than\\u00a030\\u00a0years\\u00a0and\\u00a0have\\u00a0built\\u00a0a\\u00a0trusted\\u00a0relationship\\u00a0utilizing\\u00a0 their\\u00a0services\\u00a0for\\u00a0large\\u00a0Data\\u00a0center\\u00a0projects,\\u00a0hoisting,\\u00a0and\\u00a0setting\\u00a0generators,\\u00a0electrical switchgear,\\u00a0storage\\u00a0of\\u00a0equipment\\u00a0and\\u00a0much\\u00a0more.\\u00a0Thank\\u00a0you,\\u00a0ARS\\u00a0team.\\u201d\\u00a0 \",\"testi_author\":\"Daniel\",\"testi_author_job\":\"\",\"testi_img\":{\"url\":\"\",\"id\":\"\"}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\u201cThe\\u00a0ARS\\u00a0Foreman,\\u00a0Kevin,\\u00a0knew\\u00a0exactly\\u00a0what\\u00a0he\\u00a0needed\\u00a0to\\u00a0do\\u00a0to\\u00a0bring\\u00a0in\\u00a0the\\u00a0(4)\\u00a01000#\\u00a0Electrical\\u00a0 Switchgear\\u00a0sections\\u2026\\u00a0while\\u00a0traversing\\u00a0some\\u00a0challenging\\u00a0terrain\\u2026Kevin\\u2019s\\u00a0professionalism\\u00a0and\\u00a0 get\\u2010it\\u2010done\\u00a0[safely]\\u00a0attitude\\u00a0did,\\u00a0in\\u00a0fact,\\u00a0get\\u00a0the\\u00a0job\\u00a0done\\u00a0with\\u00a0extreme\\u00a0efficiency\\u00a0and\\u00a0not\\u00a0one\\u00a0 issue.\\u201d\",\"testi_author\":\"Michael\",\"testi_author_job\":\"\",\"testi_img\":{\"url\":\"\",\"id\":\"\"}},{\"testi_text\":\"\\u201cThe\\u00a0Museum\\u00a0Project\\u00a0required\\u00a0the\\u00a0backend\\u00a0(Generator)\\u00a0to\\u00a0be\\u00a0removed\\u00a0and\\u00a0shipped\\u00a0to\\u00a0the\\u00a0 repair\\u00a0shop.\\u00a0The\\u00a0detail\\u00a0that\\u00a0ARS\\u00a0Equipment\\u00a0Movers\\u00a0took\\u00a0to\\u00a0remove\\u00a0the\\u00a0backend\\u00a0from\\u00a0the\\u00a0job\\u00a0 site\\u00a0and\\u00a0return\\u00a0it\\u00a0after\\u00a0the\\u00a0repairs\\u00a0were\\u00a0made\\u00a0was\\u00a0nothing\\u00a0short\\u00a0of\\u00a0exemplary.\\u00a0They\\u00a0were\\u00a0 flawless\\u00a0in\\u00a0performing\\u00a0their\\u00a0duties.\\u00a0I\\u00a0will\\u00a0certainly\\u00a0use\\u00a0them\\u00a0again.\\u201d\\u00a0 \",\"testi_author\":\"Vince\",\"testi_author_job\":\"\",\"_id\":\"6a776aa\"}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\",\"_css_classes\":\"customer-syas\",\"navigation\":\"dots\",\"autoplay\":\"use\",\"autoplay_ms\":100,\"auto_loop\":\"use\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(4983,1007,'_elementor_template_type','wp-post'),(4984,1007,'_elementor_css','a:5:{s:4:\"time\";i:1596092180;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4987,1008,'_wp_page_template','template/page-builder-template.php'),(4988,1008,'_elementor_edit_mode','builder'),(4989,1008,'_elementor_version','2.9.9'),(4990,1008,'_elementor_data','[{\"id\":\"7673b2a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40f6e83\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d01e9c6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3693055\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":41.234999999999999,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3150906\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image43.png\",\"id\":838},\"align\":\"left\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"400\"},\"_css_classes\":\"history-cap\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"956a3d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58.747999999999998,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e4ae49d\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"00531fa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"9a348ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a7203c\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise directs every situation.\\u00a0 We can quickly understand and<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"1d67695\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f25849d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image37.jpg\",\"id\":840},\"align\":\"left\",\"_css_classes\":\"history-cap\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7759086\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cbbb86\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9bac57a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"74b493a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f3d4169\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"20230aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.956,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9a3568b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/5.jpg\",\"id\":984},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0b5824c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.027000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ccf0ad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d0d1f44\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cbb1174\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1436938\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3ff4780\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9f893a1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"e0937c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84.724999999999994,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b07afc2\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"9de3470\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15.257999999999999,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46eae88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/6.jpg\",\"id\":985},\"align\":\"right\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"422c0c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"d806c09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6a680d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1df7366\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"503b817\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef81faf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"3973e79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f7691\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c952bb5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d06c5c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56d4482\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa0a24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"c73ea72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/7.jpg\",\"id\":986}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6d0a072\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4b2d053\",\"elType\":\"widget\",\"settings\":{\"title\":\"George \\u201cRed\\u201d Gilmartin \\u2010 President\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6370ba7\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>43\\u00a0years<\\/strong>\\u00a0<\\/li><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0have\\u00a0owned\\u00a0ARS\\u00a0Contracting,\\u00a0Inc\\u00a0for\\u00a030\\u00a0years\\u201d<\\/strong>\\u00a0<\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0move\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 equipment\\u00a0that\\u00a0is\\u00a0challenging.\\u00a0When\\u00a0I\\u00a0first\\u00a0got\\u00a0into\\u00a0this\\u00a0trade,\\u00a0I\\u00a0was\\u00a0able\\u00a0to\\u00a0see\\u00a0all\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 challenges\\u00a0that\\u00a0made\\u00a0me\\u00a0want\\u00a0to\\u00a0get\\u00a0to\\u00a0 work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cTo\\u00a0think!!\\u00a0Use\\u00a0common\\u00a0sense\\u00a0when\\u00a0approaching\\u00a0any\\u00a0job.\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cReading\\u00a0articles\\u00a0about\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0 business\\u00a0and\\u00a0continuing\\u00a0to\\u00a0educate\\u00a0myself\\u00a0on\\u00a0how\\u00a0to\\u00a0fit\\u00a0this\\u00a0industry\\u00a0into\\u00a0this\\u00a0world\\u00a0that\\u00a0keeps\\u00a0evolving\\u201d\\u00a0\\u00a0\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c054124\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e7b4ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"9195df9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/777.jpg\",\"id\":988},\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"300\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e5a3fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"16e9fac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ted Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc47661\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>25+\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>15\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cI\\u00a0really\\u00a0enjoy\\u00a0knowing\\u00a0that\\u00a0what\\u00a0we\\u00a0do\\u00a0matters.\\u00a0I\\u00a0have\\u00a0the opportunity\\u00a0to\\u00a0be\\u00a0involved\\u00a0in\\u00a0every\\u00a0industry\\/institution,\\u00a0so\\u00a0I\\u00a0am\\u00a0 able\\u00a0to\\u00a0see\\u00a0and\\u00a0be\\u00a0a\\u00a0part\\u00a0of\\u00a0a\\u00a0lot!\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0 business?\\u00a0 <strong>\\u201cLook.\\u00a0Listen.\\u00a0Learn.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cGoing\\u00a0out\\u00a0to\\u00a0eat\\u00a0and\\u00a0spending\\u00a0time\\u00a0with\\u00a0my\\u00a0loud\\u00a0family\\u201d\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8bd277e\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8a94d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"ab9ae3b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/77.jpg\",\"id\":987},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b929fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"0480362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeromy Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16ac035\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol>\\n \\t<li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>22 years full time\\u00a0\\u00a0<\\/strong><\\/li>\\n \\t<li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>8\\u00a0months<\\/strong><\\/li>\\n \\t<li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part? <strong>\\u201cThe\\u00a0nature\\u00a0of\\u00a0this business\\u00a0is\\u00a0exciting!!\\u00a0 Rarely\\u00a0are\\u00a0there\\u00a0two\\u00a0jobs\\u00a0that\\u00a0are\\u00a0the\\u00a0exact\\u00a0same.\\u00a0Figuring\\u00a0out\\u00a0the\\u00a0difficult\\u00a0jobs\\u00a0and\\u00a0then\\u00a0executing\\u00a0a\\u00a0plan\\u00a0perfectly\\u00a0with\\u00a0our\\u00a0team\\u00a0is\\u00a0what\\u00a0it\\u2019s\\u00a0all\\u00a0about.\\u201d<\\/strong><\\/li>\\n \\t<li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business<strong>?\\u00a0 \\u00a0 \\u201cDo\\u00a0your\\u00a0work\\u00a0100%.\\u00a0Nothing\\u00a0should\\u00a0be\\u00a0just\\u00a0good\\u00a0enough,\\u00a0complete\\u00a0it\\u00a0to\\u00a0the\\u00a0very\\u00a0best\\u00a0of\\u00a0your\\u00a0ability\\u00a0\\u00a0\\u00a0 and\\u00a0if\\u00a0it\\u00a0is\\u00a0still\\u00a0not\\u00a0perfect,ask\\u00a0for\\u00a0help\\u00a0to\\u00a0make\\u00a0it\\u00a0perfect.\\u00a0Take\\u00a0your\\u00a0time,\\u00a0jobs\\u00a0like\\u00a0these \\u00a0take\\u00a0 time.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li>\\n \\t<li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0was\\u00a0an\\u00a0MMA\\u00a0fighter\\u00a0for\\u00a0\\u00a0\\u00a0 many\\u00a0years.\\u00a0Currently\\u00a0looking\\u00a0for\\u00a0my\\u00a0next\\u00a0hobby.\\u201d<\\/strong><\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"543d250\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d050cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"bd14265\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/7777.jpg\",\"id\":989},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"46b103a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4fd3d56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Gibbons\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"921c1d3\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business<strong>?\\u00a0 \\u201cI\\u00a0have\\u00a0been\\u00a0in\\u00a0the\\u00a0construction\\u00a0industry\\u00a0for\\u00a0over\\u00a020\\u00a0years\\u00a0on\\u00a0both\\u00a0sides\\u00a0of\\u00a0the\\u00a0Atlantic\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>5\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0work\\u00a0with\\u00a0our\\u00a0rigging\\u00a0crews.\\u00a0The\\u00a0guys\\u00a0in\\u00a0the\\u00a0field\\u00a0 are\\u00a0full\\u00a0of\\u00a0knowledge\\u00a0and\\u00a0have\\u00a0precise\\u00a0accuracy\\u00a0when\\u00a0on\\u00a0the\\u00a0job.\\u00a0 It\\u2019s\\u00a0fun\\u00a0to\\u00a0see\\u00a0them\\u00a0put\\u00a0their\\u00a0skills\\u00a0to\\u00a0work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cListen\\u00a0to\\u00a0those\\u00a0who\\u00a0have\\u00a0experience\\u00a0with\\u00a0this\\u00a0kind\\u00a0of\\u00a0work.\\u201d\\u00a0\\u00a0 \\u00a0 <\\/strong><\\/li><li><p>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cFly\\u00a0fishing\\u201d\\u00a0\\u00a0<\\/strong><\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7005acd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"b0822e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17fc8fa\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"06d5df4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17a24f6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"14cbafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0b17af3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f0c181e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"24b7249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"66fd030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2d587c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Here\'s What Our Customers Say\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\u201cWe\\u00a0have\\u00a0worked\\u00a0with\\u00a0ARS\\u00a0for\\u00a0more\\u00a0than\\u00a030\\u00a0years\\u00a0and\\u00a0have\\u00a0built\\u00a0a\\u00a0trusted\\u00a0relationship\\u00a0utilizing\\u00a0 their\\u00a0services\\u00a0for\\u00a0large\\u00a0Data\\u00a0center\\u00a0projects,\\u00a0hoisting,\\u00a0and\\u00a0setting\\u00a0generators,\\u00a0electrical switchgear,\\u00a0storage\\u00a0of\\u00a0equipment\\u00a0and\\u00a0much\\u00a0more.\\u00a0Thank\\u00a0you,\\u00a0ARS\\u00a0team.\\u201d\\u00a0 \",\"testi_author\":\"Daniel\",\"testi_author_job\":\"\",\"testi_img\":{\"url\":\"\",\"id\":\"\"}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\u201cThe\\u00a0ARS\\u00a0Foreman,\\u00a0Kevin,\\u00a0knew\\u00a0exactly\\u00a0what\\u00a0he\\u00a0needed\\u00a0to\\u00a0do\\u00a0to\\u00a0bring\\u00a0in\\u00a0the\\u00a0(4)\\u00a01000#\\u00a0Electrical\\u00a0 Switchgear\\u00a0sections\\u2026\\u00a0while\\u00a0traversing\\u00a0some\\u00a0challenging\\u00a0terrain\\u2026Kevin\\u2019s\\u00a0professionalism\\u00a0and\\u00a0 get\\u2010it\\u2010done\\u00a0[safely]\\u00a0attitude\\u00a0did,\\u00a0in\\u00a0fact,\\u00a0get\\u00a0the\\u00a0job\\u00a0done\\u00a0with\\u00a0extreme\\u00a0efficiency\\u00a0and\\u00a0not\\u00a0one\\u00a0 issue.\\u201d\",\"testi_author\":\"Michael\",\"testi_author_job\":\"\",\"testi_img\":{\"url\":\"\",\"id\":\"\"}},{\"testi_text\":\"\\u201cThe\\u00a0Museum\\u00a0Project\\u00a0required\\u00a0the\\u00a0backend\\u00a0(Generator)\\u00a0to\\u00a0be\\u00a0removed\\u00a0and\\u00a0shipped\\u00a0to\\u00a0the\\u00a0 repair\\u00a0shop.\\u00a0The\\u00a0detail\\u00a0that\\u00a0ARS\\u00a0Equipment\\u00a0Movers\\u00a0took\\u00a0to\\u00a0remove\\u00a0the\\u00a0backend\\u00a0from\\u00a0the\\u00a0job\\u00a0 site\\u00a0and\\u00a0return\\u00a0it\\u00a0after\\u00a0the\\u00a0repairs\\u00a0were\\u00a0made\\u00a0was\\u00a0nothing\\u00a0short\\u00a0of\\u00a0exemplary.\\u00a0They\\u00a0were\\u00a0 flawless\\u00a0in\\u00a0performing\\u00a0their\\u00a0duties.\\u00a0I\\u00a0will\\u00a0certainly\\u00a0use\\u00a0them\\u00a0again.\\u201d\\u00a0 \",\"testi_author\":\"Vince\",\"testi_author_job\":\"\",\"_id\":\"6a776aa\"}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\",\"_css_classes\":\"customer-syas\",\"navigation\":\"dots\",\"autoplay\":\"use\",\"autoplay_ms\":100,\"auto_loop\":\"use\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(4991,1008,'_elementor_template_type','wp-post'),(4992,1008,'_elementor_css','a:5:{s:4:\"time\";i:1599052035;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4995,1009,'_wp_page_template','template/page-builder-template.php'),(4996,1009,'_elementor_edit_mode','builder'),(4997,1009,'_elementor_version','2.9.9'),(4998,1009,'_elementor_data','[{\"id\":\"7673b2a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40f6e83\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d01e9c6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3693055\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":27.091999999999999,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3150906\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image43.png\",\"id\":838},\"align\":\"left\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"400\"},\"_css_classes\":\"history-cap\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"956a3d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":72.891000000000005,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e4ae49d\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"00531fa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"9a348ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a7203c\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise directs every situation.\\u00a0 We can quickly understand and<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"1d67695\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f25849d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image37.jpg\",\"id\":840},\"align\":\"left\",\"_css_classes\":\"history-cap\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7759086\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cbbb86\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9bac57a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"74b493a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f3d4169\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"20230aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.956,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9a3568b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/5.jpg\",\"id\":984},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0b5824c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.027000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ccf0ad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d0d1f44\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cbb1174\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1436938\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3ff4780\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9f893a1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"e0937c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84.724999999999994,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b07afc2\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"9de3470\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15.257999999999999,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46eae88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/6.jpg\",\"id\":985},\"align\":\"right\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"422c0c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"d806c09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6a680d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1df7366\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"503b817\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef81faf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"3973e79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f7691\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c952bb5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d06c5c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56d4482\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa0a24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"c73ea72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/7.jpg\",\"id\":986}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6d0a072\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4b2d053\",\"elType\":\"widget\",\"settings\":{\"title\":\"George \\u201cRed\\u201d Gilmartin \\u2010 President\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6370ba7\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>43\\u00a0years<\\/strong>\\u00a0<\\/li><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0have\\u00a0owned\\u00a0ARS\\u00a0Contracting,\\u00a0Inc\\u00a0for\\u00a030\\u00a0years\\u201d<\\/strong>\\u00a0<\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0move\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 equipment\\u00a0that\\u00a0is\\u00a0challenging.\\u00a0When\\u00a0I\\u00a0first\\u00a0got\\u00a0into\\u00a0this\\u00a0trade,\\u00a0I\\u00a0was\\u00a0able\\u00a0to\\u00a0see\\u00a0all\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 challenges\\u00a0that\\u00a0made\\u00a0me\\u00a0want\\u00a0to\\u00a0get\\u00a0to\\u00a0 work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cTo\\u00a0think!!\\u00a0Use\\u00a0common\\u00a0sense\\u00a0when\\u00a0approaching\\u00a0any\\u00a0job.\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cReading\\u00a0articles\\u00a0about\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0 business\\u00a0and\\u00a0continuing\\u00a0to\\u00a0educate\\u00a0myself\\u00a0on\\u00a0how\\u00a0to\\u00a0fit\\u00a0this\\u00a0industry\\u00a0into\\u00a0this\\u00a0world\\u00a0that\\u00a0keeps\\u00a0evolving\\u201d\\u00a0\\u00a0\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c054124\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e7b4ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"9195df9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/777.jpg\",\"id\":988},\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"300\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e5a3fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"16e9fac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ted Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc47661\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>25+\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>15\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cI\\u00a0really\\u00a0enjoy\\u00a0knowing\\u00a0that\\u00a0what\\u00a0we\\u00a0do\\u00a0matters.\\u00a0I\\u00a0have\\u00a0the opportunity\\u00a0to\\u00a0be\\u00a0involved\\u00a0in\\u00a0every\\u00a0industry\\/institution,\\u00a0so\\u00a0I\\u00a0am\\u00a0 able\\u00a0to\\u00a0see\\u00a0and\\u00a0be\\u00a0a\\u00a0part\\u00a0of\\u00a0a\\u00a0lot!\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0 business?\\u00a0 <strong>\\u201cLook.\\u00a0Listen.\\u00a0Learn.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cGoing\\u00a0out\\u00a0to\\u00a0eat\\u00a0and\\u00a0spending\\u00a0time\\u00a0with\\u00a0my\\u00a0loud\\u00a0family\\u201d\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8bd277e\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8a94d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"ab9ae3b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/77.jpg\",\"id\":987},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b929fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"0480362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeromy Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16ac035\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol>\\n \\t<li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>22 years full time\\u00a0\\u00a0<\\/strong><\\/li>\\n \\t<li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>8\\u00a0months<\\/strong><\\/li>\\n \\t<li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part? <strong>\\u201cThe\\u00a0nature\\u00a0of\\u00a0this business\\u00a0is\\u00a0exciting!!\\u00a0 Rarely\\u00a0are\\u00a0there\\u00a0two\\u00a0jobs\\u00a0that\\u00a0are\\u00a0the\\u00a0exact\\u00a0same.\\u00a0Figuring\\u00a0out\\u00a0the\\u00a0difficult\\u00a0jobs\\u00a0and\\u00a0then\\u00a0executing\\u00a0a\\u00a0plan\\u00a0perfectly\\u00a0with\\u00a0our\\u00a0team\\u00a0is\\u00a0what\\u00a0it\\u2019s\\u00a0all\\u00a0about.\\u201d<\\/strong><\\/li>\\n \\t<li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business<strong>?\\u00a0 \\u00a0 \\u201cDo\\u00a0your\\u00a0work\\u00a0100%.\\u00a0Nothing\\u00a0should\\u00a0be\\u00a0just\\u00a0good\\u00a0enough,\\u00a0complete\\u00a0it\\u00a0to\\u00a0the\\u00a0very\\u00a0best\\u00a0of\\u00a0your\\u00a0ability\\u00a0\\u00a0\\u00a0 and\\u00a0if\\u00a0it\\u00a0is\\u00a0still\\u00a0not\\u00a0perfect,ask\\u00a0for\\u00a0help\\u00a0to\\u00a0make\\u00a0it\\u00a0perfect.\\u00a0Take\\u00a0your\\u00a0time,\\u00a0jobs\\u00a0like\\u00a0these \\u00a0take\\u00a0 time.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li>\\n \\t<li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0was\\u00a0an\\u00a0MMA\\u00a0fighter\\u00a0for\\u00a0\\u00a0\\u00a0 many\\u00a0years.\\u00a0Currently\\u00a0looking\\u00a0for\\u00a0my\\u00a0next\\u00a0hobby.\\u201d<\\/strong><\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"543d250\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d050cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"bd14265\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/7777.jpg\",\"id\":989},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"46b103a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4fd3d56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Gibbons\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"921c1d3\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business<strong>?\\u00a0 \\u201cI\\u00a0have\\u00a0been\\u00a0in\\u00a0the\\u00a0construction\\u00a0industry\\u00a0for\\u00a0over\\u00a020\\u00a0years\\u00a0on\\u00a0both\\u00a0sides\\u00a0of\\u00a0the\\u00a0Atlantic\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>5\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0work\\u00a0with\\u00a0our\\u00a0rigging\\u00a0crews.\\u00a0The\\u00a0guys\\u00a0in\\u00a0the\\u00a0field\\u00a0 are\\u00a0full\\u00a0of\\u00a0knowledge\\u00a0and\\u00a0have\\u00a0precise\\u00a0accuracy\\u00a0when\\u00a0on\\u00a0the\\u00a0job.\\u00a0 It\\u2019s\\u00a0fun\\u00a0to\\u00a0see\\u00a0them\\u00a0put\\u00a0their\\u00a0skills\\u00a0to\\u00a0work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cListen\\u00a0to\\u00a0those\\u00a0who\\u00a0have\\u00a0experience\\u00a0with\\u00a0this\\u00a0kind\\u00a0of\\u00a0work.\\u201d\\u00a0\\u00a0 \\u00a0 <\\/strong><\\/li><li><p>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cFly\\u00a0fishing\\u201d\\u00a0\\u00a0<\\/strong><\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7005acd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"b0822e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17fc8fa\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"06d5df4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17a24f6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"14cbafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0b17af3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f0c181e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"24b7249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"66fd030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2d587c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Here\'s What Our Customers Say\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\u201cWe\\u00a0have\\u00a0worked\\u00a0with\\u00a0ARS\\u00a0for\\u00a0more\\u00a0than\\u00a030\\u00a0years\\u00a0and\\u00a0have\\u00a0built\\u00a0a\\u00a0trusted\\u00a0relationship\\u00a0utilizing\\u00a0 their\\u00a0services\\u00a0for\\u00a0large\\u00a0Data\\u00a0center\\u00a0projects,\\u00a0hoisting,\\u00a0and\\u00a0setting\\u00a0generators,\\u00a0electrical switchgear,\\u00a0storage\\u00a0of\\u00a0equipment\\u00a0and\\u00a0much\\u00a0more.\\u00a0Thank\\u00a0you,\\u00a0ARS\\u00a0team.\\u201d\\u00a0 \",\"testi_author\":\"Daniel\",\"testi_author_job\":\"\",\"testi_img\":{\"url\":\"\",\"id\":\"\"}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\u201cThe\\u00a0ARS\\u00a0Foreman,\\u00a0Kevin,\\u00a0knew\\u00a0exactly\\u00a0what\\u00a0he\\u00a0needed\\u00a0to\\u00a0do\\u00a0to\\u00a0bring\\u00a0in\\u00a0the\\u00a0(4)\\u00a01000#\\u00a0Electrical\\u00a0 Switchgear\\u00a0sections\\u2026\\u00a0while\\u00a0traversing\\u00a0some\\u00a0challenging\\u00a0terrain\\u2026Kevin\\u2019s\\u00a0professionalism\\u00a0and\\u00a0 get\\u2010it\\u2010done\\u00a0[safely]\\u00a0attitude\\u00a0did,\\u00a0in\\u00a0fact,\\u00a0get\\u00a0the\\u00a0job\\u00a0done\\u00a0with\\u00a0extreme\\u00a0efficiency\\u00a0and\\u00a0not\\u00a0one\\u00a0 issue.\\u201d\",\"testi_author\":\"Michael\",\"testi_author_job\":\"\",\"testi_img\":{\"url\":\"\",\"id\":\"\"}},{\"testi_text\":\"\\u201cThe\\u00a0Museum\\u00a0Project\\u00a0required\\u00a0the\\u00a0backend\\u00a0(Generator)\\u00a0to\\u00a0be\\u00a0removed\\u00a0and\\u00a0shipped\\u00a0to\\u00a0the\\u00a0 repair\\u00a0shop.\\u00a0The\\u00a0detail\\u00a0that\\u00a0ARS\\u00a0Equipment\\u00a0Movers\\u00a0took\\u00a0to\\u00a0remove\\u00a0the\\u00a0backend\\u00a0from\\u00a0the\\u00a0job\\u00a0 site\\u00a0and\\u00a0return\\u00a0it\\u00a0after\\u00a0the\\u00a0repairs\\u00a0were\\u00a0made\\u00a0was\\u00a0nothing\\u00a0short\\u00a0of\\u00a0exemplary.\\u00a0They\\u00a0were\\u00a0 flawless\\u00a0in\\u00a0performing\\u00a0their\\u00a0duties.\\u00a0I\\u00a0will\\u00a0certainly\\u00a0use\\u00a0them\\u00a0again.\\u201d\\u00a0 \",\"testi_author\":\"Vince\",\"testi_author_job\":\"\",\"_id\":\"6a776aa\"}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\",\"_css_classes\":\"customer-syas\",\"navigation\":\"dots\",\"autoplay\":\"use\",\"autoplay_ms\":100,\"auto_loop\":\"use\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(4999,1009,'_elementor_template_type','wp-post'),(5000,1009,'_elementor_css','a:5:{s:4:\"time\";i:1599052147;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(5002,1010,'_wp_page_template','template/page-builder-template.php'),(5003,1010,'_elementor_edit_mode','builder'),(5004,1010,'_elementor_version','2.9.9'),(5005,1010,'_elementor_data','[{\"id\":\"7673b2a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40f6e83\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d01e9c6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3693055\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":27.091999999999999,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3150906\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image43.png\",\"id\":838},\"align\":\"left\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"400\"},\"_css_classes\":\"history-cap\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"956a3d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":72.891000000000005,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e4ae49d\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"00531fa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"9a348ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a7203c\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise directs every situation.\\u00a0 We can quickly understand and<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"1d67695\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f25849d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image37.jpg\",\"id\":840},\"align\":\"left\",\"_css_classes\":\"history-cap\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7759086\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cbbb86\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9bac57a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"74b493a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f3d4169\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"20230aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.956,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9a3568b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/5.jpg\",\"id\":984},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0b5824c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.027000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ccf0ad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d0d1f44\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cbb1174\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1436938\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3ff4780\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9f893a1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"e0937c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84.724999999999994,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b07afc2\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"9de3470\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15.257999999999999,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46eae88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/6.jpg\",\"id\":985},\"align\":\"right\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"422c0c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"d806c09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6a680d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1df7366\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"503b817\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef81faf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"3973e79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f7691\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c952bb5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d06c5c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56d4482\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa0a24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"c73ea72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/7.jpg\",\"id\":986},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6d0a072\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4b2d053\",\"elType\":\"widget\",\"settings\":{\"title\":\"George \\u201cRed\\u201d Gilmartin \\u2010 President\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6370ba7\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>43\\u00a0years<\\/strong>\\u00a0<\\/li><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0have\\u00a0owned\\u00a0ARS\\u00a0Contracting,\\u00a0Inc\\u00a0for\\u00a030\\u00a0years\\u201d<\\/strong>\\u00a0<\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0move\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 equipment\\u00a0that\\u00a0is\\u00a0challenging.\\u00a0When\\u00a0I\\u00a0first\\u00a0got\\u00a0into\\u00a0this\\u00a0trade,\\u00a0I\\u00a0was\\u00a0able\\u00a0to\\u00a0see\\u00a0all\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 challenges\\u00a0that\\u00a0made\\u00a0me\\u00a0want\\u00a0to\\u00a0get\\u00a0to\\u00a0 work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cTo\\u00a0think!!\\u00a0Use\\u00a0common\\u00a0sense\\u00a0when\\u00a0approaching\\u00a0any\\u00a0job.\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cReading\\u00a0articles\\u00a0about\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0 business\\u00a0and\\u00a0continuing\\u00a0to\\u00a0educate\\u00a0myself\\u00a0on\\u00a0how\\u00a0to\\u00a0fit\\u00a0this\\u00a0industry\\u00a0into\\u00a0this\\u00a0world\\u00a0that\\u00a0keeps\\u00a0evolving\\u201d\\u00a0\\u00a0\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c054124\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e7b4ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"9195df9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/777.jpg\",\"id\":988},\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"300\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e5a3fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"16e9fac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ted Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc47661\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>25+\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>15\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cI\\u00a0really\\u00a0enjoy\\u00a0knowing\\u00a0that\\u00a0what\\u00a0we\\u00a0do\\u00a0matters.\\u00a0I\\u00a0have\\u00a0the opportunity\\u00a0to\\u00a0be\\u00a0involved\\u00a0in\\u00a0every\\u00a0industry\\/institution,\\u00a0so\\u00a0I\\u00a0am\\u00a0 able\\u00a0to\\u00a0see\\u00a0and\\u00a0be\\u00a0a\\u00a0part\\u00a0of\\u00a0a\\u00a0lot!\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0 business?\\u00a0 <strong>\\u201cLook.\\u00a0Listen.\\u00a0Learn.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cGoing\\u00a0out\\u00a0to\\u00a0eat\\u00a0and\\u00a0spending\\u00a0time\\u00a0with\\u00a0my\\u00a0loud\\u00a0family\\u201d\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8bd277e\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8a94d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"ab9ae3b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/77.jpg\",\"id\":987},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b929fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"0480362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeromy Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16ac035\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol>\\n \\t<li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>22 years full time\\u00a0\\u00a0<\\/strong><\\/li>\\n \\t<li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>8\\u00a0months<\\/strong><\\/li>\\n \\t<li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part? <strong>\\u201cThe\\u00a0nature\\u00a0of\\u00a0this business\\u00a0is\\u00a0exciting!!\\u00a0 Rarely\\u00a0are\\u00a0there\\u00a0two\\u00a0jobs\\u00a0that\\u00a0are\\u00a0the\\u00a0exact\\u00a0same.\\u00a0Figuring\\u00a0out\\u00a0the\\u00a0difficult\\u00a0jobs\\u00a0and\\u00a0then\\u00a0executing\\u00a0a\\u00a0plan\\u00a0perfectly\\u00a0with\\u00a0our\\u00a0team\\u00a0is\\u00a0what\\u00a0it\\u2019s\\u00a0all\\u00a0about.\\u201d<\\/strong><\\/li>\\n \\t<li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business<strong>?\\u00a0 \\u00a0 \\u201cDo\\u00a0your\\u00a0work\\u00a0100%.\\u00a0Nothing\\u00a0should\\u00a0be\\u00a0just\\u00a0good\\u00a0enough,\\u00a0complete\\u00a0it\\u00a0to\\u00a0the\\u00a0very\\u00a0best\\u00a0of\\u00a0your\\u00a0ability\\u00a0\\u00a0\\u00a0 and\\u00a0if\\u00a0it\\u00a0is\\u00a0still\\u00a0not\\u00a0perfect,ask\\u00a0for\\u00a0help\\u00a0to\\u00a0make\\u00a0it\\u00a0perfect.\\u00a0Take\\u00a0your\\u00a0time,\\u00a0jobs\\u00a0like\\u00a0these \\u00a0take\\u00a0 time.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li>\\n \\t<li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0was\\u00a0an\\u00a0MMA\\u00a0fighter\\u00a0for\\u00a0\\u00a0\\u00a0 many\\u00a0years.\\u00a0Currently\\u00a0looking\\u00a0for\\u00a0my\\u00a0next\\u00a0hobby.\\u201d<\\/strong><\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"543d250\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d050cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"bd14265\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/7777.jpg\",\"id\":989},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"46b103a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4fd3d56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Gibbons\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"921c1d3\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business<strong>?\\u00a0 \\u201cI\\u00a0have\\u00a0been\\u00a0in\\u00a0the\\u00a0construction\\u00a0industry\\u00a0for\\u00a0over\\u00a020\\u00a0years\\u00a0on\\u00a0both\\u00a0sides\\u00a0of\\u00a0the\\u00a0Atlantic\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>5\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0work\\u00a0with\\u00a0our\\u00a0rigging\\u00a0crews.\\u00a0The\\u00a0guys\\u00a0in\\u00a0the\\u00a0field\\u00a0 are\\u00a0full\\u00a0of\\u00a0knowledge\\u00a0and\\u00a0have\\u00a0precise\\u00a0accuracy\\u00a0when\\u00a0on\\u00a0the\\u00a0job.\\u00a0 It\\u2019s\\u00a0fun\\u00a0to\\u00a0see\\u00a0them\\u00a0put\\u00a0their\\u00a0skills\\u00a0to\\u00a0work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cListen\\u00a0to\\u00a0those\\u00a0who\\u00a0have\\u00a0experience\\u00a0with\\u00a0this\\u00a0kind\\u00a0of\\u00a0work.\\u201d\\u00a0\\u00a0 \\u00a0 <\\/strong><\\/li><li><p>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cFly\\u00a0fishing\\u201d\\u00a0\\u00a0<\\/strong><\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7005acd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"b0822e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17fc8fa\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"06d5df4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17a24f6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"14cbafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0b17af3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f0c181e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"24b7249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"66fd030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2d587c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Here\'s What Our Customers Say\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\u201cWe\\u00a0have\\u00a0worked\\u00a0with\\u00a0ARS\\u00a0for\\u00a0more\\u00a0than\\u00a030\\u00a0years\\u00a0and\\u00a0have\\u00a0built\\u00a0a\\u00a0trusted\\u00a0relationship\\u00a0utilizing\\u00a0 their\\u00a0services\\u00a0for\\u00a0large\\u00a0Data\\u00a0center\\u00a0projects,\\u00a0hoisting,\\u00a0and\\u00a0setting\\u00a0generators,\\u00a0electrical switchgear,\\u00a0storage\\u00a0of\\u00a0equipment\\u00a0and\\u00a0much\\u00a0more.\\u00a0Thank\\u00a0you,\\u00a0ARS\\u00a0team.\\u201d\\u00a0 \",\"testi_author\":\"Daniel\",\"testi_author_job\":\"\",\"testi_img\":{\"url\":\"\",\"id\":\"\"}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\u201cThe\\u00a0ARS\\u00a0Foreman,\\u00a0Kevin,\\u00a0knew\\u00a0exactly\\u00a0what\\u00a0he\\u00a0needed\\u00a0to\\u00a0do\\u00a0to\\u00a0bring\\u00a0in\\u00a0the\\u00a0(4)\\u00a01000#\\u00a0Electrical\\u00a0 Switchgear\\u00a0sections\\u2026\\u00a0while\\u00a0traversing\\u00a0some\\u00a0challenging\\u00a0terrain\\u2026Kevin\\u2019s\\u00a0professionalism\\u00a0and\\u00a0 get\\u2010it\\u2010done\\u00a0[safely]\\u00a0attitude\\u00a0did,\\u00a0in\\u00a0fact,\\u00a0get\\u00a0the\\u00a0job\\u00a0done\\u00a0with\\u00a0extreme\\u00a0efficiency\\u00a0and\\u00a0not\\u00a0one\\u00a0 issue.\\u201d\",\"testi_author\":\"Michael\",\"testi_author_job\":\"\",\"testi_img\":{\"url\":\"\",\"id\":\"\"}},{\"testi_text\":\"\\u201cThe\\u00a0Museum\\u00a0Project\\u00a0required\\u00a0the\\u00a0backend\\u00a0(Generator)\\u00a0to\\u00a0be\\u00a0removed\\u00a0and\\u00a0shipped\\u00a0to\\u00a0the\\u00a0 repair\\u00a0shop.\\u00a0The\\u00a0detail\\u00a0that\\u00a0ARS\\u00a0Equipment\\u00a0Movers\\u00a0took\\u00a0to\\u00a0remove\\u00a0the\\u00a0backend\\u00a0from\\u00a0the\\u00a0job\\u00a0 site\\u00a0and\\u00a0return\\u00a0it\\u00a0after\\u00a0the\\u00a0repairs\\u00a0were\\u00a0made\\u00a0was\\u00a0nothing\\u00a0short\\u00a0of\\u00a0exemplary.\\u00a0They\\u00a0were\\u00a0 flawless\\u00a0in\\u00a0performing\\u00a0their\\u00a0duties.\\u00a0I\\u00a0will\\u00a0certainly\\u00a0use\\u00a0them\\u00a0again.\\u201d\\u00a0 \",\"testi_author\":\"Vince\",\"testi_author_job\":\"\",\"_id\":\"6a776aa\"}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\",\"_css_classes\":\"customer-syas\",\"navigation\":\"dots\",\"autoplay\":\"use\",\"autoplay_ms\":100,\"auto_loop\":\"use\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(5006,1010,'_elementor_template_type','wp-post'),(5009,1011,'force_crop','0'),(5010,1011,'_force_crop','field_5a0299cecd969'),(5011,1011,'item_per_row','2'),(5012,1011,'_item_per_row','field_5a03e9e95bfb9'),(5013,1011,'gallery_width','600'),(5014,1011,'_gallery_width','field_5a029b87414a2'),(5015,1011,'gallery_height','600'),(5016,1011,'_gallery_height','field_5a029bba414a3'),(5017,1011,'vertical_gap','10'),(5018,1011,'_vertical_gap','field_5a03e7f5f2828'),(5019,1011,'horizontal_gap','10'),(5020,1011,'_horizontal_gap','field_5a03e81bf2829'),(5021,1011,'gedung_gallery','a:4:{i:0;s:2:\"22\";i:1;s:2:\"23\";i:2;s:2:\"24\";i:3;s:2:\"25\";}'),(5022,1011,'_gedung_gallery','field_52ddeb8a1f132'),(5023,1011,'masonry_size_item','default'),(5024,1011,'_masonry_size_item','field_587f0532ec099'),(5025,1011,'portfolio_alternative_image',''),(5026,1011,'_portfolio_alternative_image','field_595ddf511b398'),(5027,1011,'portfolio_details_0_detail_name','Client Name'),(5028,1011,'_portfolio_details_0_detail_name','field_5948b43280eda'),(5029,1011,'portfolio_details_0_detail_text','Genny Ruster'),(5030,1011,'_portfolio_details_0_detail_text','field_5948b43b80edb'),(5031,1011,'portfolio_details_1_detail_name','Date'),(5032,1011,'_portfolio_details_1_detail_name','field_5948b43280eda'),(5033,1011,'portfolio_details_1_detail_text','May, 2015'),(5034,1011,'_portfolio_details_1_detail_text','field_5948b43b80edb'),(5035,1011,'portfolio_details_2_detail_name','Category'),(5036,1011,'_portfolio_details_2_detail_name','field_5948b43280eda'),(5037,1011,'portfolio_details_2_detail_text','Commercial'),(5038,1011,'_portfolio_details_2_detail_text','field_5948b43b80edb'),(5039,1011,'portfolio_details','3'),(5040,1011,'_portfolio_details','field_5948b3e180ed9'),(5041,1012,'force_crop','0'),(5042,1012,'_force_crop','field_5a0299cecd969'),(5043,1012,'item_per_row','2'),(5044,1012,'_item_per_row','field_5a03e9e95bfb9'),(5045,1012,'gallery_width','600'),(5046,1012,'_gallery_width','field_5a029b87414a2'),(5047,1012,'gallery_height','600'),(5048,1012,'_gallery_height','field_5a029bba414a3'),(5049,1012,'vertical_gap','10'),(5050,1012,'_vertical_gap','field_5a03e7f5f2828'),(5051,1012,'horizontal_gap','10'),(5052,1012,'_horizontal_gap','field_5a03e81bf2829'),(5053,1012,'gedung_gallery','a:4:{i:0;s:2:\"27\";i:1;s:2:\"20\";i:2;s:2:\"19\";i:3;s:2:\"26\";}'),(5054,1012,'_gedung_gallery','field_52ddeb8a1f132'),(5055,1012,'masonry_size_item','default'),(5056,1012,'_masonry_size_item','field_587f0532ec099'),(5057,1012,'portfolio_alternative_image',''),(5058,1012,'_portfolio_alternative_image','field_595ddf511b398'),(5059,1012,'portfolio_details_0_detail_name','Client Name'),(5060,1012,'_portfolio_details_0_detail_name','field_5948b43280eda'),(5061,1012,'portfolio_details_0_detail_text','Rikarin'),(5062,1012,'_portfolio_details_0_detail_text','field_5948b43b80edb'),(5063,1012,'portfolio_details_1_detail_name','Date'),(5064,1012,'_portfolio_details_1_detail_name','field_5948b43280eda'),(5065,1012,'portfolio_details_1_detail_text','March, 2016'),(5066,1012,'_portfolio_details_1_detail_text','field_5948b43b80edb'),(5067,1012,'portfolio_details_2_detail_name','Category'),(5068,1012,'_portfolio_details_2_detail_name','field_5948b43280eda'),(5069,1012,'portfolio_details_2_detail_text','Commercial'),(5070,1012,'_portfolio_details_2_detail_text','field_5948b43b80edb'),(5071,1012,'portfolio_details','3'),(5072,1012,'_portfolio_details','field_5948b3e180ed9'),(5073,1013,'_thumbnail_id','997'),(5074,1013,'_wp_page_template','default'),(5075,1013,'_elementor_edit_mode','builder'),(5076,1013,'_elementor_template_type','wp-post'),(5077,1013,'_elementor_version','2.9.9'),(5078,1013,'_elementor_css','a:6:{s:4:\"time\";i:1596104803;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(5079,1013,'masonry_size_item','default'),(5080,1013,'_masonry_size_item','field_587f0532ec099'),(5081,1013,'portfolio_alternative_image',''),(5082,1013,'_portfolio_alternative_image','field_595ddf511b398'),(5083,1013,'portfolio_details',''),(5084,1013,'_portfolio_details','field_5948b3e180ed9'),(5085,1014,'masonry_size_item','default'),(5086,1014,'_masonry_size_item','field_587f0532ec099'),(5087,1014,'portfolio_alternative_image',''),(5088,1014,'_portfolio_alternative_image','field_595ddf511b398'),(5089,1014,'portfolio_details',''),(5090,1014,'_portfolio_details','field_5948b3e180ed9'),(5091,1015,'force_crop','0'),(5092,1015,'_force_crop','field_5a0299cecd969'),(5093,1015,'item_per_row','2'),(5094,1015,'_item_per_row','field_5a03e9e95bfb9'),(5095,1015,'gallery_width','600'),(5096,1015,'_gallery_width','field_5a029b87414a2'),(5097,1015,'gallery_height','600'),(5098,1015,'_gallery_height','field_5a029bba414a3'),(5099,1015,'vertical_gap','10'),(5100,1015,'_vertical_gap','field_5a03e7f5f2828'),(5101,1015,'horizontal_gap','10'),(5102,1015,'_horizontal_gap','field_5a03e81bf2829'),(5103,1015,'gedung_gallery','a:4:{i:0;s:2:\"27\";i:1;s:2:\"26\";i:2;s:2:\"25\";i:3;s:2:\"24\";}'),(5104,1015,'_gedung_gallery','field_52ddeb8a1f132'),(5105,1015,'masonry_size_item','default'),(5106,1015,'_masonry_size_item','field_587f0532ec099'),(5107,1015,'portfolio_alternative_image',''),(5108,1015,'_portfolio_alternative_image','field_595ddf511b398'),(5109,1015,'portfolio_details_0_detail_name','Client Name'),(5110,1015,'_portfolio_details_0_detail_name','field_5948b43280eda'),(5111,1015,'portfolio_details_0_detail_text','Patrick Richadson'),(5112,1015,'_portfolio_details_0_detail_text','field_5948b43b80edb'),(5113,1015,'portfolio_details_1_detail_name','Date'),(5114,1015,'_portfolio_details_1_detail_name','field_5948b43280eda'),(5115,1015,'portfolio_details_1_detail_text','October, 2014'),(5116,1015,'_portfolio_details_1_detail_text','field_5948b43b80edb'),(5117,1015,'portfolio_details_2_detail_name','Category'),(5118,1015,'_portfolio_details_2_detail_name','field_5948b43280eda'),(5119,1015,'portfolio_details_2_detail_text','Interior Design'),(5120,1015,'_portfolio_details_2_detail_text','field_5948b43b80edb'),(5121,1015,'portfolio_details','3'),(5122,1015,'_portfolio_details','field_5948b3e180ed9'),(5123,1016,'masonry_size_item','default'),(5124,1016,'_masonry_size_item','field_587f0532ec099'),(5125,1016,'portfolio_alternative_image',''),(5126,1016,'_portfolio_alternative_image','field_595ddf511b398'),(5127,1016,'portfolio_details',''),(5128,1016,'_portfolio_details','field_5948b3e180ed9'),(5129,1017,'_wp_page_template','default'),(5130,1017,'_thumbnail_id','714'),(5131,1017,'_elementor_edit_mode','builder'),(5132,1017,'_elementor_template_type','wp-post'),(5133,1017,'_elementor_version','2.9.9'),(5134,1017,'_elementor_data','[{\"id\":\"3f1f5281\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"502ddebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5172ddc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our expertise and up-to-date training enable our team to work with a range of contractors. We work with general contractors to assess the overall project and provide detailed plans to implement moves and set up equipment.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Electrical \\u2013 our team collaborates with electrical contractors on a variety of equipment moves including generators, switchgears, transformers and more.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Mechanical \\u2013 Our experience with mechanical contractors extends to moves and set up of a variety of equipment ranging from boilers and chillers to cooling towers and more.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Whether your move involves electrical or mechanical components, or a range of specialties, give us a call at <a href=\\\"tel:800-358-8444\\\">800-358-8444<\\/a> to manage the overall process.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"156684e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"css_classes\":\"ind-sub-img mech-img\"},\"elements\":[{\"id\":\"813acfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6c90b31\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/elctric-3.jpg\",\"id\":917}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1f02891\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7cf6c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/I1.jpg\",\"id\":990}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(5135,1017,'_elementor_css','a:5:{s:4:\"time\";i:1595829012;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(5138,1018,'_elementor_edit_mode','builder'),(5139,1018,'_elementor_template_type','wp-page'),(5140,1018,'_elementor_version','2.9.9'),(5141,1018,'_wp_page_template','default'),(5142,1018,'_elementor_data','[{\"id\":\"869b16b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5a60c91\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f969fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Qualifications \",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a65c6f2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd0da0b\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\"},\"elements\":[{\"id\":\"5651c44\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"02bf0c5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/s8.png\",\"id\":1002}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5146b17\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3e85a51\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"bb8ee47\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8c6b121\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"14865be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/q2.jpg\",\"id\":685},\"image_custom_dimension\":{\"width\":\"\",\"height\":\"380\"},\"align\":\"right\",\"_css_classes\":\"osha-imgsk\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1219934\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"qualification-contain\"},\"elements\":[{\"id\":\"7d2a4dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0cf214c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OSHA Regulations\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"780d3c1\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4481386\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adcd458\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"qualification-contain\"},\"elements\":[{\"id\":\"8b4a8c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"119b606\",\"elType\":\"widget\",\"settings\":{\"title\":\"Insurance\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb12a6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3c746fa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b90f3a\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"background_background\":\"classic\",\"background_color\":\"#2B4D7B\",\"background_color_b\":\"#2B4D7B\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"987da49\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"44202fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Need our expertise for a job?\",\"align\":\"left\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"395a287\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f59b751\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"right\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(0, 0, 0, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#F8F8F8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(5143,1018,'_elementor_css','a:5:{s:4:\"time\";i:1595830766;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(5146,1019,'_wp_page_template','default'),(5147,1019,'_elementor_edit_mode','builder'),(5148,1019,'_elementor_template_type','wp-post'),(5149,1019,'_elementor_version','2.9.9'),(5150,1019,'_elementor_data','[{\"id\":\"3f1f5281\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"502ddebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5172ddc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our expertise and up-to-date training enable our team to work with a range of contractors. We work with general contractors to assess the overall project and provide detailed plans to implement moves and set up equipment.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Electrical \\u2013 our team collaborates with electrical contractors on a variety of equipment moves including generators, switchgears, transformers and more.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Mechanical \\u2013 Our experience with mechanical contractors extends to moves and set up of a variety of equipment ranging from boilers and chillers to cooling towers and more.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Whether your move involves electrical or mechanical components, or a range of specialties, give us a call at <a href=\\\"tel:800-358-8444\\\">800-358-8444<\\/a> to manage the overall process.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"07bbebc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"css_classes\":\"ind-sub-img mech-img\"},\"elements\":[{\"id\":\"c9391d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ea698ae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image28.jpg\",\"id\":912}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"50c19d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c045f79\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/i2.jpg\",\"id\":991}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(5151,1019,'_elementor_css','a:5:{s:4:\"time\";i:1595828205;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(5152,1019,'_thumbnail_id','715'),(5155,1020,'_thumbnail_id','385'),(5156,1020,'_wp_page_template','default'),(5157,1020,'_elementor_edit_mode','builder'),(5158,1020,'_elementor_template_type','wp-post'),(5159,1020,'_elementor_version','2.9.9'),(5160,1020,'_elementor_data','[{\"id\":\"58e33c30\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1fbd1a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"27fcb90f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Our team has successfully moved equipment for small and large medical facilities across the country. Moves have included MRIs, CAT\\/PET, generators, chillers and boilers.\\r\\n\\r\\n<span style=\\\"font-weight: 400;\\\">We\\u2019ll work with your team to ensure a smooth move, well-planned process and minimal impact on patient services. Call us at 800-358-8444 to learn more.<\\/span>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2952d7\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"css_classes\":\"ind-sub-img mech-img\"},\"elements\":[{\"id\":\"be7f400\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"cb171be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2018\\/03\\/medical-1.jpg\",\"id\":920}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3bf4626\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/i3.jpg\",\"id\":992}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"80a20b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c2843f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2018\\/03\\/medical-2.jpg\",\"id\":921}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(5161,1020,'_elementor_css','a:5:{s:4:\"time\";i:1595828786;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(5173,1022,'_thumbnail_id','982'),(5174,1022,'_elementor_edit_mode','builder'),(5175,1022,'_elementor_template_type','wp-post'),(5176,1022,'_elementor_version','2.9.9'),(5177,1022,'_wp_page_template','default'),(5178,1022,'_elementor_data','[{\"id\":\"46d2360b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c787812\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"321acacc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our certified professionals have moved commercial equipment ranging from washers, dryers and irons to water and chemical tanks.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our team will work with your company to relocate critical equipment with the least disruption possible to your production schedule. Call us today at 800-358-8444 to learn how our preplanning and dedication to efficiency and safety can make your move fast and hassle-free.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"479504e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"87f70aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8f3dce9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/i4.jpg\",\"id\":993}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(5179,1022,'_elementor_css','a:6:{s:4:\"time\";i:1599053671;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(5182,1023,'_thumbnail_id','981'),(5183,1023,'_elementor_edit_mode','builder'),(5184,1023,'_elementor_template_type','wp-post'),(5185,1023,'_elementor_version','2.9.9'),(5186,1023,'_wp_page_template','default'),(5187,1023,'_elementor_data','[{\"id\":\"68fd4428\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"48f1c0dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"10a77fcb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We completed moves of high value works of art and museum installations, plus zoo exhibits for organizations across the country.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our team is accustomed to these unique moves and focuses on preplanning and attention to details, which results in the lowest impact to the environment and the staff and visitors. Call us today to put our expertise to work \\u2013 800-358-8444.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5011f94\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"css_classes\":\"ind-sub-img mech-img\"},\"elements\":[{\"id\":\"a76ec71\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c71e90e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/i5.png\",\"id\":994}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"13d275c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"67794b6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/i6.png\",\"id\":995}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(5188,1023,'_elementor_css','a:5:{s:4:\"time\";i:1595829885;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(5191,205,'_elementor_template_type','wp-post'),(5192,205,'_elementor_version','2.9.9'),(5200,1024,'force_crop','0'),(5201,1024,'_force_crop','field_5a0299cecd969'),(5202,1024,'item_per_row','2'),(5203,1024,'_item_per_row','field_5a03e9e95bfb9'),(5204,1024,'gallery_width','600'),(5205,1024,'_gallery_width','field_5a029b87414a2'),(5206,1024,'gallery_height','600'),(5207,1024,'_gallery_height','field_5a029bba414a3'),(5208,1024,'vertical_gap','10'),(5209,1024,'_vertical_gap','field_5a03e7f5f2828'),(5210,1024,'horizontal_gap','10'),(5211,1024,'_horizontal_gap','field_5a03e81bf2829'),(5212,1024,'gedung_gallery','a:4:{i:0;s:2:\"16\";i:1;s:2:\"23\";i:2;s:2:\"22\";i:3;s:2:\"24\";}'),(5213,1024,'_gedung_gallery','field_52ddeb8a1f132'),(5214,1024,'masonry_size_item','default'),(5215,1024,'_masonry_size_item','field_587f0532ec099'),(5216,1024,'portfolio_alternative_image',''),(5217,1024,'_portfolio_alternative_image','field_595ddf511b398'),(5218,1024,'portfolio_details_0_detail_name','Client Name'),(5219,1024,'_portfolio_details_0_detail_name','field_5948b43280eda'),(5220,1024,'portfolio_details_0_detail_text','Hafiz Kalm'),(5221,1024,'_portfolio_details_0_detail_text','field_5948b43b80edb'),(5222,1024,'portfolio_details_1_detail_name','Date'),(5223,1024,'_portfolio_details_1_detail_name','field_5948b43280eda'),(5224,1024,'portfolio_details_1_detail_text','April, 2015'),(5225,1024,'_portfolio_details_1_detail_text','field_5948b43b80edb'),(5226,1024,'portfolio_details_2_detail_name','Category'),(5227,1024,'_portfolio_details_2_detail_name','field_5948b43280eda'),(5228,1024,'portfolio_details_2_detail_text','Interior Design'),(5229,1024,'_portfolio_details_2_detail_text','field_5948b43b80edb'),(5230,1024,'portfolio_details','3'),(5231,1024,'_portfolio_details','field_5948b3e180ed9'),(5233,1025,'_wp_page_template','template/page-builder-template.php'),(5234,1025,'_elementor_edit_mode','builder'),(5235,1025,'_elementor_version','2.9.9'),(5236,1025,'_elementor_data','[{\"id\":\"7673b2a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40f6e83\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d01e9c6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3693055\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.652000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3150906\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image43.png\",\"id\":838},\"align\":\"left\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"400\"},\"_css_classes\":\"history-cap\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"956a3d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.331000000000003,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e4ae49d\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"00531fa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"9a348ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a7203c\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise directs every situation.\\u00a0 We can quickly understand and<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"1d67695\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f25849d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image37.jpg\",\"id\":840},\"align\":\"left\",\"_css_classes\":\"history-cap\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7759086\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cbbb86\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9bac57a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"74b493a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f3d4169\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"20230aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.956,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9a3568b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/5.jpg\",\"id\":984},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0b5824c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.027000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ccf0ad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d0d1f44\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cbb1174\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1436938\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3ff4780\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9f893a1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"e0937c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84.724999999999994,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b07afc2\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"9de3470\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15.257999999999999,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46eae88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/6.jpg\",\"id\":985},\"align\":\"right\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"422c0c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"d806c09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6a680d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1df7366\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"503b817\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef81faf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"3973e79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f7691\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c952bb5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d06c5c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56d4482\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa0a24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"c73ea72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/7.jpg\",\"id\":986},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6d0a072\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4b2d053\",\"elType\":\"widget\",\"settings\":{\"title\":\"George \\u201cRed\\u201d Gilmartin \\u2010 President\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6370ba7\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>43\\u00a0years<\\/strong>\\u00a0<\\/li><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0have\\u00a0owned\\u00a0ARS\\u00a0Contracting,\\u00a0Inc\\u00a0for\\u00a030\\u00a0years\\u201d<\\/strong>\\u00a0<\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0move\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 equipment\\u00a0that\\u00a0is\\u00a0challenging.\\u00a0When\\u00a0I\\u00a0first\\u00a0got\\u00a0into\\u00a0this\\u00a0trade,\\u00a0I\\u00a0was\\u00a0able\\u00a0to\\u00a0see\\u00a0all\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 challenges\\u00a0that\\u00a0made\\u00a0me\\u00a0want\\u00a0to\\u00a0get\\u00a0to\\u00a0 work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cTo\\u00a0think!!\\u00a0Use\\u00a0common\\u00a0sense\\u00a0when\\u00a0approaching\\u00a0any\\u00a0job.\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cReading\\u00a0articles\\u00a0about\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0 business\\u00a0and\\u00a0continuing\\u00a0to\\u00a0educate\\u00a0myself\\u00a0on\\u00a0how\\u00a0to\\u00a0fit\\u00a0this\\u00a0industry\\u00a0into\\u00a0this\\u00a0world\\u00a0that\\u00a0keeps\\u00a0evolving\\u201d\\u00a0\\u00a0\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c054124\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e7b4ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"9195df9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/777.jpg\",\"id\":988},\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"300\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e5a3fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"16e9fac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ted Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc47661\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>25+\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>15\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cI\\u00a0really\\u00a0enjoy\\u00a0knowing\\u00a0that\\u00a0what\\u00a0we\\u00a0do\\u00a0matters.\\u00a0I\\u00a0have\\u00a0the opportunity\\u00a0to\\u00a0be\\u00a0involved\\u00a0in\\u00a0every\\u00a0industry\\/institution,\\u00a0so\\u00a0I\\u00a0am\\u00a0 able\\u00a0to\\u00a0see\\u00a0and\\u00a0be\\u00a0a\\u00a0part\\u00a0of\\u00a0a\\u00a0lot!\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0 business?\\u00a0 <strong>\\u201cLook.\\u00a0Listen.\\u00a0Learn.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cGoing\\u00a0out\\u00a0to\\u00a0eat\\u00a0and\\u00a0spending\\u00a0time\\u00a0with\\u00a0my\\u00a0loud\\u00a0family\\u201d\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8bd277e\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8a94d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"ab9ae3b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/77.jpg\",\"id\":987},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b929fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"0480362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeromy Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16ac035\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol>\\n \\t<li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>22 years full time\\u00a0\\u00a0<\\/strong><\\/li>\\n \\t<li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>8\\u00a0months<\\/strong><\\/li>\\n \\t<li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part? <strong>\\u201cThe\\u00a0nature\\u00a0of\\u00a0this business\\u00a0is\\u00a0exciting!!\\u00a0 Rarely\\u00a0are\\u00a0there\\u00a0two\\u00a0jobs\\u00a0that\\u00a0are\\u00a0the\\u00a0exact\\u00a0same.\\u00a0Figuring\\u00a0out\\u00a0the\\u00a0difficult\\u00a0jobs\\u00a0and\\u00a0then\\u00a0executing\\u00a0a\\u00a0plan\\u00a0perfectly\\u00a0with\\u00a0our\\u00a0team\\u00a0is\\u00a0what\\u00a0it\\u2019s\\u00a0all\\u00a0about.\\u201d<\\/strong><\\/li>\\n \\t<li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business<strong>?\\u00a0 \\u00a0 \\u201cDo\\u00a0your\\u00a0work\\u00a0100%.\\u00a0Nothing\\u00a0should\\u00a0be\\u00a0just\\u00a0good\\u00a0enough,\\u00a0complete\\u00a0it\\u00a0to\\u00a0the\\u00a0very\\u00a0best\\u00a0of\\u00a0your\\u00a0ability\\u00a0\\u00a0\\u00a0 and\\u00a0if\\u00a0it\\u00a0is\\u00a0still\\u00a0not\\u00a0perfect,ask\\u00a0for\\u00a0help\\u00a0to\\u00a0make\\u00a0it\\u00a0perfect.\\u00a0Take\\u00a0your\\u00a0time,\\u00a0jobs\\u00a0like\\u00a0these \\u00a0take\\u00a0 time.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li>\\n \\t<li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0was\\u00a0an\\u00a0MMA\\u00a0fighter\\u00a0for\\u00a0\\u00a0\\u00a0 many\\u00a0years.\\u00a0Currently\\u00a0looking\\u00a0for\\u00a0my\\u00a0next\\u00a0hobby.\\u201d<\\/strong><\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"543d250\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d050cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"bd14265\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/7777.jpg\",\"id\":989},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"46b103a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4fd3d56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Gibbons\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"921c1d3\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business<strong>?\\u00a0 \\u201cI\\u00a0have\\u00a0been\\u00a0in\\u00a0the\\u00a0construction\\u00a0industry\\u00a0for\\u00a0over\\u00a020\\u00a0years\\u00a0on\\u00a0both\\u00a0sides\\u00a0of\\u00a0the\\u00a0Atlantic\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>5\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0work\\u00a0with\\u00a0our\\u00a0rigging\\u00a0crews.\\u00a0The\\u00a0guys\\u00a0in\\u00a0the\\u00a0field\\u00a0 are\\u00a0full\\u00a0of\\u00a0knowledge\\u00a0and\\u00a0have\\u00a0precise\\u00a0accuracy\\u00a0when\\u00a0on\\u00a0the\\u00a0job.\\u00a0 It\\u2019s\\u00a0fun\\u00a0to\\u00a0see\\u00a0them\\u00a0put\\u00a0their\\u00a0skills\\u00a0to\\u00a0work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cListen\\u00a0to\\u00a0those\\u00a0who\\u00a0have\\u00a0experience\\u00a0with\\u00a0this\\u00a0kind\\u00a0of\\u00a0work.\\u201d\\u00a0\\u00a0 \\u00a0 <\\/strong><\\/li><li><p>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cFly\\u00a0fishing\\u201d\\u00a0\\u00a0<\\/strong><\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7005acd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"b0822e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17fc8fa\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"06d5df4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17a24f6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"14cbafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0b17af3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f0c181e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"24b7249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"66fd030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2d587c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Here\'s What Our Customers Say\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\u201cWe\\u00a0have\\u00a0worked\\u00a0with\\u00a0ARS\\u00a0for\\u00a0more\\u00a0than\\u00a030\\u00a0years\\u00a0and\\u00a0have\\u00a0built\\u00a0a\\u00a0trusted\\u00a0relationship\\u00a0utilizing\\u00a0 their\\u00a0services\\u00a0for\\u00a0large\\u00a0Data\\u00a0center\\u00a0projects,\\u00a0hoisting,\\u00a0and\\u00a0setting\\u00a0generators,\\u00a0electrical switchgear,\\u00a0storage\\u00a0of\\u00a0equipment\\u00a0and\\u00a0much\\u00a0more.\\u00a0Thank\\u00a0you,\\u00a0ARS\\u00a0team.\\u201d\\u00a0 \",\"testi_author\":\"Daniel\",\"testi_author_job\":\"\",\"testi_img\":{\"url\":\"\",\"id\":\"\"}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\u201cThe\\u00a0ARS\\u00a0Foreman,\\u00a0Kevin,\\u00a0knew\\u00a0exactly\\u00a0what\\u00a0he\\u00a0needed\\u00a0to\\u00a0do\\u00a0to\\u00a0bring\\u00a0in\\u00a0the\\u00a0(4)\\u00a01000#\\u00a0Electrical\\u00a0 Switchgear\\u00a0sections\\u2026\\u00a0while\\u00a0traversing\\u00a0some\\u00a0challenging\\u00a0terrain\\u2026Kevin\\u2019s\\u00a0professionalism\\u00a0and\\u00a0 get\\u2010it\\u2010done\\u00a0[safely]\\u00a0attitude\\u00a0did,\\u00a0in\\u00a0fact,\\u00a0get\\u00a0the\\u00a0job\\u00a0done\\u00a0with\\u00a0extreme\\u00a0efficiency\\u00a0and\\u00a0not\\u00a0one\\u00a0 issue.\\u201d\",\"testi_author\":\"Michael\",\"testi_author_job\":\"\",\"testi_img\":{\"url\":\"\",\"id\":\"\"}},{\"testi_text\":\"\\u201cThe\\u00a0Museum\\u00a0Project\\u00a0required\\u00a0the\\u00a0backend\\u00a0(Generator)\\u00a0to\\u00a0be\\u00a0removed\\u00a0and\\u00a0shipped\\u00a0to\\u00a0the\\u00a0 repair\\u00a0shop.\\u00a0The\\u00a0detail\\u00a0that\\u00a0ARS\\u00a0Equipment\\u00a0Movers\\u00a0took\\u00a0to\\u00a0remove\\u00a0the\\u00a0backend\\u00a0from\\u00a0the\\u00a0job\\u00a0 site\\u00a0and\\u00a0return\\u00a0it\\u00a0after\\u00a0the\\u00a0repairs\\u00a0were\\u00a0made\\u00a0was\\u00a0nothing\\u00a0short\\u00a0of\\u00a0exemplary.\\u00a0They\\u00a0were\\u00a0 flawless\\u00a0in\\u00a0performing\\u00a0their\\u00a0duties.\\u00a0I\\u00a0will\\u00a0certainly\\u00a0use\\u00a0them\\u00a0again.\\u201d\\u00a0 \",\"testi_author\":\"Vince\",\"testi_author_job\":\"\",\"_id\":\"6a776aa\"}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\",\"_css_classes\":\"customer-syas\",\"navigation\":\"dots\",\"autoplay\":\"use\",\"autoplay_ms\":100,\"auto_loop\":\"use\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(5237,1025,'_elementor_template_type','wp-post'),(5238,1025,'_elementor_css','a:5:{s:4:\"time\";i:1599052218;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(5241,1026,'_wp_page_template','template/page-builder-template.php'),(5242,1026,'_elementor_edit_mode','builder'),(5243,1026,'_elementor_version','2.9.9'),(5244,1026,'_elementor_data','[{\"id\":\"7673b2a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40f6e83\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d01e9c6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3693055\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32.606999999999999,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3150906\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image43.png\",\"id\":838},\"align\":\"left\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"400\"},\"_css_classes\":\"history-cap\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"956a3d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":67.376000000000005,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e4ae49d\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"00531fa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"9a348ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a7203c\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise directs every situation.\\u00a0 We can quickly understand and<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"1d67695\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f25849d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image37.jpg\",\"id\":840},\"align\":\"left\",\"_css_classes\":\"history-cap\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7759086\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cbbb86\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9bac57a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"74b493a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f3d4169\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"20230aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.956,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9a3568b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/5.jpg\",\"id\":984},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0b5824c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.027000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ccf0ad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d0d1f44\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cbb1174\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1436938\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3ff4780\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9f893a1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"e0937c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84.724999999999994,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b07afc2\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"9de3470\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15.257999999999999,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46eae88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/6.jpg\",\"id\":985},\"align\":\"right\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"422c0c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"d806c09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6a680d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1df7366\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"503b817\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef81faf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"3973e79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f7691\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c952bb5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d06c5c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56d4482\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa0a24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"c73ea72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/7.jpg\",\"id\":986},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6d0a072\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4b2d053\",\"elType\":\"widget\",\"settings\":{\"title\":\"George \\u201cRed\\u201d Gilmartin \\u2010 President\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6370ba7\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>43\\u00a0years<\\/strong>\\u00a0<\\/li><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0have\\u00a0owned\\u00a0ARS\\u00a0Contracting,\\u00a0Inc\\u00a0for\\u00a030\\u00a0years\\u201d<\\/strong>\\u00a0<\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0move\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 equipment\\u00a0that\\u00a0is\\u00a0challenging.\\u00a0When\\u00a0I\\u00a0first\\u00a0got\\u00a0into\\u00a0this\\u00a0trade,\\u00a0I\\u00a0was\\u00a0able\\u00a0to\\u00a0see\\u00a0all\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 challenges\\u00a0that\\u00a0made\\u00a0me\\u00a0want\\u00a0to\\u00a0get\\u00a0to\\u00a0 work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cTo\\u00a0think!!\\u00a0Use\\u00a0common\\u00a0sense\\u00a0when\\u00a0approaching\\u00a0any\\u00a0job.\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cReading\\u00a0articles\\u00a0about\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0 business\\u00a0and\\u00a0continuing\\u00a0to\\u00a0educate\\u00a0myself\\u00a0on\\u00a0how\\u00a0to\\u00a0fit\\u00a0this\\u00a0industry\\u00a0into\\u00a0this\\u00a0world\\u00a0that\\u00a0keeps\\u00a0evolving\\u201d\\u00a0\\u00a0\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c054124\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e7b4ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"9195df9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/777.jpg\",\"id\":988},\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"300\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e5a3fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"16e9fac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ted Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc47661\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>25+\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>15\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cI\\u00a0really\\u00a0enjoy\\u00a0knowing\\u00a0that\\u00a0what\\u00a0we\\u00a0do\\u00a0matters.\\u00a0I\\u00a0have\\u00a0the opportunity\\u00a0to\\u00a0be\\u00a0involved\\u00a0in\\u00a0every\\u00a0industry\\/institution,\\u00a0so\\u00a0I\\u00a0am\\u00a0 able\\u00a0to\\u00a0see\\u00a0and\\u00a0be\\u00a0a\\u00a0part\\u00a0of\\u00a0a\\u00a0lot!\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0 business?\\u00a0 <strong>\\u201cLook.\\u00a0Listen.\\u00a0Learn.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cGoing\\u00a0out\\u00a0to\\u00a0eat\\u00a0and\\u00a0spending\\u00a0time\\u00a0with\\u00a0my\\u00a0loud\\u00a0family\\u201d\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8bd277e\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8a94d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"ab9ae3b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/77.jpg\",\"id\":987},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b929fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"0480362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeromy Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16ac035\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol>\\n \\t<li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>22 years full time\\u00a0\\u00a0<\\/strong><\\/li>\\n \\t<li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>8\\u00a0months<\\/strong><\\/li>\\n \\t<li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part? <strong>\\u201cThe\\u00a0nature\\u00a0of\\u00a0this business\\u00a0is\\u00a0exciting!!\\u00a0 Rarely\\u00a0are\\u00a0there\\u00a0two\\u00a0jobs\\u00a0that\\u00a0are\\u00a0the\\u00a0exact\\u00a0same.\\u00a0Figuring\\u00a0out\\u00a0the\\u00a0difficult\\u00a0jobs\\u00a0and\\u00a0then\\u00a0executing\\u00a0a\\u00a0plan\\u00a0perfectly\\u00a0with\\u00a0our\\u00a0team\\u00a0is\\u00a0what\\u00a0it\\u2019s\\u00a0all\\u00a0about.\\u201d<\\/strong><\\/li>\\n \\t<li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business<strong>?\\u00a0 \\u00a0 \\u201cDo\\u00a0your\\u00a0work\\u00a0100%.\\u00a0Nothing\\u00a0should\\u00a0be\\u00a0just\\u00a0good\\u00a0enough,\\u00a0complete\\u00a0it\\u00a0to\\u00a0the\\u00a0very\\u00a0best\\u00a0of\\u00a0your\\u00a0ability\\u00a0\\u00a0\\u00a0 and\\u00a0if\\u00a0it\\u00a0is\\u00a0still\\u00a0not\\u00a0perfect,ask\\u00a0for\\u00a0help\\u00a0to\\u00a0make\\u00a0it\\u00a0perfect.\\u00a0Take\\u00a0your\\u00a0time,\\u00a0jobs\\u00a0like\\u00a0these \\u00a0take\\u00a0 time.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li>\\n \\t<li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0was\\u00a0an\\u00a0MMA\\u00a0fighter\\u00a0for\\u00a0\\u00a0\\u00a0 many\\u00a0years.\\u00a0Currently\\u00a0looking\\u00a0for\\u00a0my\\u00a0next\\u00a0hobby.\\u201d<\\/strong><\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"543d250\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d050cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"bd14265\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/7777.jpg\",\"id\":989},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"46b103a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4fd3d56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Gibbons\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"921c1d3\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business<strong>?\\u00a0 \\u201cI\\u00a0have\\u00a0been\\u00a0in\\u00a0the\\u00a0construction\\u00a0industry\\u00a0for\\u00a0over\\u00a020\\u00a0years\\u00a0on\\u00a0both\\u00a0sides\\u00a0of\\u00a0the\\u00a0Atlantic\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>5\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0work\\u00a0with\\u00a0our\\u00a0rigging\\u00a0crews.\\u00a0The\\u00a0guys\\u00a0in\\u00a0the\\u00a0field\\u00a0 are\\u00a0full\\u00a0of\\u00a0knowledge\\u00a0and\\u00a0have\\u00a0precise\\u00a0accuracy\\u00a0when\\u00a0on\\u00a0the\\u00a0job.\\u00a0 It\\u2019s\\u00a0fun\\u00a0to\\u00a0see\\u00a0them\\u00a0put\\u00a0their\\u00a0skills\\u00a0to\\u00a0work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cListen\\u00a0to\\u00a0those\\u00a0who\\u00a0have\\u00a0experience\\u00a0with\\u00a0this\\u00a0kind\\u00a0of\\u00a0work.\\u201d\\u00a0\\u00a0 \\u00a0 <\\/strong><\\/li><li><p>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cFly\\u00a0fishing\\u201d\\u00a0\\u00a0<\\/strong><\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7005acd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"b0822e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17fc8fa\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"06d5df4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17a24f6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"14cbafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0b17af3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f0c181e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"24b7249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"66fd030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2d587c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Here\'s What Our Customers Say\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\u201cWe\\u00a0have\\u00a0worked\\u00a0with\\u00a0ARS\\u00a0for\\u00a0more\\u00a0than\\u00a030\\u00a0years\\u00a0and\\u00a0have\\u00a0built\\u00a0a\\u00a0trusted\\u00a0relationship\\u00a0utilizing\\u00a0 their\\u00a0services\\u00a0for\\u00a0large\\u00a0Data\\u00a0center\\u00a0projects,\\u00a0hoisting,\\u00a0and\\u00a0setting\\u00a0generators,\\u00a0electrical switchgear,\\u00a0storage\\u00a0of\\u00a0equipment\\u00a0and\\u00a0much\\u00a0more.\\u00a0Thank\\u00a0you,\\u00a0ARS\\u00a0team.\\u201d\\u00a0 \",\"testi_author\":\"Daniel\",\"testi_author_job\":\"\",\"testi_img\":{\"url\":\"\",\"id\":\"\"}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\u201cThe\\u00a0ARS\\u00a0Foreman,\\u00a0Kevin,\\u00a0knew\\u00a0exactly\\u00a0what\\u00a0he\\u00a0needed\\u00a0to\\u00a0do\\u00a0to\\u00a0bring\\u00a0in\\u00a0the\\u00a0(4)\\u00a01000#\\u00a0Electrical\\u00a0 Switchgear\\u00a0sections\\u2026\\u00a0while\\u00a0traversing\\u00a0some\\u00a0challenging\\u00a0terrain\\u2026Kevin\\u2019s\\u00a0professionalism\\u00a0and\\u00a0 get\\u2010it\\u2010done\\u00a0[safely]\\u00a0attitude\\u00a0did,\\u00a0in\\u00a0fact,\\u00a0get\\u00a0the\\u00a0job\\u00a0done\\u00a0with\\u00a0extreme\\u00a0efficiency\\u00a0and\\u00a0not\\u00a0one\\u00a0 issue.\\u201d\",\"testi_author\":\"Michael\",\"testi_author_job\":\"\",\"testi_img\":{\"url\":\"\",\"id\":\"\"}},{\"testi_text\":\"\\u201cThe\\u00a0Museum\\u00a0Project\\u00a0required\\u00a0the\\u00a0backend\\u00a0(Generator)\\u00a0to\\u00a0be\\u00a0removed\\u00a0and\\u00a0shipped\\u00a0to\\u00a0the\\u00a0 repair\\u00a0shop.\\u00a0The\\u00a0detail\\u00a0that\\u00a0ARS\\u00a0Equipment\\u00a0Movers\\u00a0took\\u00a0to\\u00a0remove\\u00a0the\\u00a0backend\\u00a0from\\u00a0the\\u00a0job\\u00a0 site\\u00a0and\\u00a0return\\u00a0it\\u00a0after\\u00a0the\\u00a0repairs\\u00a0were\\u00a0made\\u00a0was\\u00a0nothing\\u00a0short\\u00a0of\\u00a0exemplary.\\u00a0They\\u00a0were\\u00a0 flawless\\u00a0in\\u00a0performing\\u00a0their\\u00a0duties.\\u00a0I\\u00a0will\\u00a0certainly\\u00a0use\\u00a0them\\u00a0again.\\u201d\\u00a0 \",\"testi_author\":\"Vince\",\"testi_author_job\":\"\",\"_id\":\"6a776aa\"}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\",\"_css_classes\":\"customer-syas\",\"navigation\":\"dots\",\"autoplay\":\"use\",\"autoplay_ms\":100,\"auto_loop\":\"use\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(5245,1026,'_elementor_template_type','wp-post'),(5246,1026,'_elementor_css','a:5:{s:4:\"time\";i:1599127992;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(5249,1027,'_wp_attached_file','2020/09/fhf.jpg'),(5250,1027,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:551;s:6:\"height\";i:401;s:4:\"file\";s:15:\"2020/09/fhf.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"fhf-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"fhf-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:14:\"fhf-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(5251,1028,'_wp_page_template','template/page-builder-template.php'),(5252,1028,'_elementor_edit_mode','builder'),(5253,1028,'_elementor_version','2.9.9'),(5254,1028,'_elementor_data','[{\"id\":\"7673b2a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40f6e83\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d01e9c6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3693055\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32.606999999999999,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3150906\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image43.png\",\"id\":838},\"align\":\"left\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"400\"},\"_css_classes\":\"history-cap\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"956a3d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":67.376000000000005,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e4ae49d\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"00531fa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"9a348ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a7203c\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise directs every situation.\\u00a0 We can quickly understand and<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"1d67695\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f25849d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image37.jpg\",\"id\":840},\"align\":\"left\",\"_css_classes\":\"history-cap\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7759086\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cbbb86\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9bac57a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"74b493a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f3d4169\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"20230aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.956,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9a3568b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/5.jpg\",\"id\":984},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0b5824c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.027000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ccf0ad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d0d1f44\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cbb1174\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1436938\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3ff4780\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9f893a1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"e0937c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81.269000000000005,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b07afc2\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"9de3470\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18.713999999999999,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46eae88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/fhf.jpg\",\"id\":1027},\"align\":\"right\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"100\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"422c0c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"d806c09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6a680d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1df7366\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"503b817\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef81faf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"3973e79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f7691\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c952bb5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d06c5c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56d4482\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa0a24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"c73ea72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/7.jpg\",\"id\":986},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6d0a072\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4b2d053\",\"elType\":\"widget\",\"settings\":{\"title\":\"George \\u201cRed\\u201d Gilmartin \\u2010 President\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6370ba7\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>43\\u00a0years<\\/strong>\\u00a0<\\/li><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0have\\u00a0owned\\u00a0ARS\\u00a0Contracting,\\u00a0Inc\\u00a0for\\u00a030\\u00a0years\\u201d<\\/strong>\\u00a0<\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0move\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 equipment\\u00a0that\\u00a0is\\u00a0challenging.\\u00a0When\\u00a0I\\u00a0first\\u00a0got\\u00a0into\\u00a0this\\u00a0trade,\\u00a0I\\u00a0was\\u00a0able\\u00a0to\\u00a0see\\u00a0all\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 challenges\\u00a0that\\u00a0made\\u00a0me\\u00a0want\\u00a0to\\u00a0get\\u00a0to\\u00a0 work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cTo\\u00a0think!!\\u00a0Use\\u00a0common\\u00a0sense\\u00a0when\\u00a0approaching\\u00a0any\\u00a0job.\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cReading\\u00a0articles\\u00a0about\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0 business\\u00a0and\\u00a0continuing\\u00a0to\\u00a0educate\\u00a0myself\\u00a0on\\u00a0how\\u00a0to\\u00a0fit\\u00a0this\\u00a0industry\\u00a0into\\u00a0this\\u00a0world\\u00a0that\\u00a0keeps\\u00a0evolving\\u201d\\u00a0\\u00a0\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c054124\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e7b4ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"9195df9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/777.jpg\",\"id\":988},\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"300\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e5a3fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"16e9fac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ted Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc47661\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>25+\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>15\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cI\\u00a0really\\u00a0enjoy\\u00a0knowing\\u00a0that\\u00a0what\\u00a0we\\u00a0do\\u00a0matters.\\u00a0I\\u00a0have\\u00a0the opportunity\\u00a0to\\u00a0be\\u00a0involved\\u00a0in\\u00a0every\\u00a0industry\\/institution,\\u00a0so\\u00a0I\\u00a0am\\u00a0 able\\u00a0to\\u00a0see\\u00a0and\\u00a0be\\u00a0a\\u00a0part\\u00a0of\\u00a0a\\u00a0lot!\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0 business?\\u00a0 <strong>\\u201cLook.\\u00a0Listen.\\u00a0Learn.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cGoing\\u00a0out\\u00a0to\\u00a0eat\\u00a0and\\u00a0spending\\u00a0time\\u00a0with\\u00a0my\\u00a0loud\\u00a0family\\u201d\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8bd277e\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8a94d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"ab9ae3b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/77.jpg\",\"id\":987},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b929fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"0480362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeromy Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16ac035\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol>\\n \\t<li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>22 years full time\\u00a0\\u00a0<\\/strong><\\/li>\\n \\t<li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>8\\u00a0months<\\/strong><\\/li>\\n \\t<li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part? <strong>\\u201cThe\\u00a0nature\\u00a0of\\u00a0this business\\u00a0is\\u00a0exciting!!\\u00a0 Rarely\\u00a0are\\u00a0there\\u00a0two\\u00a0jobs\\u00a0that\\u00a0are\\u00a0the\\u00a0exact\\u00a0same.\\u00a0Figuring\\u00a0out\\u00a0the\\u00a0difficult\\u00a0jobs\\u00a0and\\u00a0then\\u00a0executing\\u00a0a\\u00a0plan\\u00a0perfectly\\u00a0with\\u00a0our\\u00a0team\\u00a0is\\u00a0what\\u00a0it\\u2019s\\u00a0all\\u00a0about.\\u201d<\\/strong><\\/li>\\n \\t<li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business<strong>?\\u00a0 \\u00a0 \\u201cDo\\u00a0your\\u00a0work\\u00a0100%.\\u00a0Nothing\\u00a0should\\u00a0be\\u00a0just\\u00a0good\\u00a0enough,\\u00a0complete\\u00a0it\\u00a0to\\u00a0the\\u00a0very\\u00a0best\\u00a0of\\u00a0your\\u00a0ability\\u00a0\\u00a0\\u00a0 and\\u00a0if\\u00a0it\\u00a0is\\u00a0still\\u00a0not\\u00a0perfect,ask\\u00a0for\\u00a0help\\u00a0to\\u00a0make\\u00a0it\\u00a0perfect.\\u00a0Take\\u00a0your\\u00a0time,\\u00a0jobs\\u00a0like\\u00a0these \\u00a0take\\u00a0 time.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li>\\n \\t<li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0was\\u00a0an\\u00a0MMA\\u00a0fighter\\u00a0for\\u00a0\\u00a0\\u00a0 many\\u00a0years.\\u00a0Currently\\u00a0looking\\u00a0for\\u00a0my\\u00a0next\\u00a0hobby.\\u201d<\\/strong><\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"543d250\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d050cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"bd14265\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/7777.jpg\",\"id\":989},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"46b103a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4fd3d56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Gibbons\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"921c1d3\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business<strong>?\\u00a0 \\u201cI\\u00a0have\\u00a0been\\u00a0in\\u00a0the\\u00a0construction\\u00a0industry\\u00a0for\\u00a0over\\u00a020\\u00a0years\\u00a0on\\u00a0both\\u00a0sides\\u00a0of\\u00a0the\\u00a0Atlantic\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>5\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0work\\u00a0with\\u00a0our\\u00a0rigging\\u00a0crews.\\u00a0The\\u00a0guys\\u00a0in\\u00a0the\\u00a0field\\u00a0 are\\u00a0full\\u00a0of\\u00a0knowledge\\u00a0and\\u00a0have\\u00a0precise\\u00a0accuracy\\u00a0when\\u00a0on\\u00a0the\\u00a0job.\\u00a0 It\\u2019s\\u00a0fun\\u00a0to\\u00a0see\\u00a0them\\u00a0put\\u00a0their\\u00a0skills\\u00a0to\\u00a0work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cListen\\u00a0to\\u00a0those\\u00a0who\\u00a0have\\u00a0experience\\u00a0with\\u00a0this\\u00a0kind\\u00a0of\\u00a0work.\\u201d\\u00a0\\u00a0 \\u00a0 <\\/strong><\\/li><li><p>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cFly\\u00a0fishing\\u201d\\u00a0\\u00a0<\\/strong><\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7005acd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"b0822e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17fc8fa\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"06d5df4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17a24f6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"14cbafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0b17af3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f0c181e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"24b7249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"66fd030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2d587c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Here\'s What Our Customers Say\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\u201cWe\\u00a0have\\u00a0worked\\u00a0with\\u00a0ARS\\u00a0for\\u00a0more\\u00a0than\\u00a030\\u00a0years\\u00a0and\\u00a0have\\u00a0built\\u00a0a\\u00a0trusted\\u00a0relationship\\u00a0utilizing\\u00a0 their\\u00a0services\\u00a0for\\u00a0large\\u00a0Data\\u00a0center\\u00a0projects,\\u00a0hoisting,\\u00a0and\\u00a0setting\\u00a0generators,\\u00a0electrical switchgear,\\u00a0storage\\u00a0of\\u00a0equipment\\u00a0and\\u00a0much\\u00a0more.\\u00a0Thank\\u00a0you,\\u00a0ARS\\u00a0team.\\u201d\\u00a0 \",\"testi_author\":\"Daniel\",\"testi_author_job\":\"\",\"testi_img\":{\"url\":\"\",\"id\":\"\"}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\u201cThe\\u00a0ARS\\u00a0Foreman,\\u00a0Kevin,\\u00a0knew\\u00a0exactly\\u00a0what\\u00a0he\\u00a0needed\\u00a0to\\u00a0do\\u00a0to\\u00a0bring\\u00a0in\\u00a0the\\u00a0(4)\\u00a01000#\\u00a0Electrical\\u00a0 Switchgear\\u00a0sections\\u2026\\u00a0while\\u00a0traversing\\u00a0some\\u00a0challenging\\u00a0terrain\\u2026Kevin\\u2019s\\u00a0professionalism\\u00a0and\\u00a0 get\\u2010it\\u2010done\\u00a0[safely]\\u00a0attitude\\u00a0did,\\u00a0in\\u00a0fact,\\u00a0get\\u00a0the\\u00a0job\\u00a0done\\u00a0with\\u00a0extreme\\u00a0efficiency\\u00a0and\\u00a0not\\u00a0one\\u00a0 issue.\\u201d\",\"testi_author\":\"Michael\",\"testi_author_job\":\"\",\"testi_img\":{\"url\":\"\",\"id\":\"\"}},{\"testi_text\":\"\\u201cThe\\u00a0Museum\\u00a0Project\\u00a0required\\u00a0the\\u00a0backend\\u00a0(Generator)\\u00a0to\\u00a0be\\u00a0removed\\u00a0and\\u00a0shipped\\u00a0to\\u00a0the\\u00a0 repair\\u00a0shop.\\u00a0The\\u00a0detail\\u00a0that\\u00a0ARS\\u00a0Equipment\\u00a0Movers\\u00a0took\\u00a0to\\u00a0remove\\u00a0the\\u00a0backend\\u00a0from\\u00a0the\\u00a0job\\u00a0 site\\u00a0and\\u00a0return\\u00a0it\\u00a0after\\u00a0the\\u00a0repairs\\u00a0were\\u00a0made\\u00a0was\\u00a0nothing\\u00a0short\\u00a0of\\u00a0exemplary.\\u00a0They\\u00a0were\\u00a0 flawless\\u00a0in\\u00a0performing\\u00a0their\\u00a0duties.\\u00a0I\\u00a0will\\u00a0certainly\\u00a0use\\u00a0them\\u00a0again.\\u201d\\u00a0 \",\"testi_author\":\"Vince\",\"testi_author_job\":\"\",\"_id\":\"6a776aa\"}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\",\"_css_classes\":\"customer-syas\",\"navigation\":\"dots\",\"autoplay\":\"use\",\"autoplay_ms\":100,\"auto_loop\":\"use\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(5255,1028,'_elementor_template_type','wp-post'),(5256,1028,'_elementor_css','a:5:{s:4:\"time\";i:1599128104;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(5259,1029,'_wp_page_template','template/page-builder-template.php'),(5260,1029,'_elementor_edit_mode','builder'),(5261,1029,'_elementor_version','2.9.9'); INSERT INTO `wp_postmeta` VALUES (5262,1029,'_elementor_data','[{\"id\":\"7673b2a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40f6e83\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d01e9c6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3693055\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32.606999999999999,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3150906\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image43.png\",\"id\":838},\"align\":\"left\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"400\"},\"_css_classes\":\"history-cap\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"956a3d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":67.376000000000005,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e4ae49d\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"00531fa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"9a348ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a7203c\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise directs every situation.\\u00a0 We can quickly understand and<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"1d67695\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f25849d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image37.jpg\",\"id\":840},\"align\":\"left\",\"_css_classes\":\"history-cap\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7759086\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cbbb86\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9bac57a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"74b493a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f3d4169\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"20230aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.956,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9a3568b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/5.jpg\",\"id\":984},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0b5824c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.027000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ccf0ad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d0d1f44\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cbb1174\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1436938\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3ff4780\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9f893a1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"e0937c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":81.269000000000005,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b07afc2\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"9de3470\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":18.713999999999999,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46eae88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/fhf.jpg\",\"id\":1027},\"align\":\"right\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"100\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"422c0c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"d806c09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6a680d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1df7366\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"503b817\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef81faf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"3973e79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f7691\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c952bb5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d06c5c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56d4482\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa0a24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"c73ea72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/7.jpg\",\"id\":986},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6d0a072\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4b2d053\",\"elType\":\"widget\",\"settings\":{\"title\":\"George \\u201cRed\\u201d Gilmartin \\u2010 President\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6370ba7\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>43\\u00a0years<\\/strong>\\u00a0<\\/li><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0have\\u00a0owned\\u00a0ARS\\u00a0Contracting,\\u00a0Inc\\u00a0for\\u00a030\\u00a0years\\u201d<\\/strong>\\u00a0<\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0move\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 equipment\\u00a0that\\u00a0is\\u00a0challenging.\\u00a0When\\u00a0I\\u00a0first\\u00a0got\\u00a0into\\u00a0this\\u00a0trade,\\u00a0I\\u00a0was\\u00a0able\\u00a0to\\u00a0see\\u00a0all\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 challenges\\u00a0that\\u00a0made\\u00a0me\\u00a0want\\u00a0to\\u00a0get\\u00a0to\\u00a0 work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cTo\\u00a0think!!\\u00a0Use\\u00a0common\\u00a0sense\\u00a0when\\u00a0approaching\\u00a0any\\u00a0job.\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cReading\\u00a0articles\\u00a0about\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0 business\\u00a0and\\u00a0continuing\\u00a0to\\u00a0educate\\u00a0myself\\u00a0on\\u00a0how\\u00a0to\\u00a0fit\\u00a0this\\u00a0industry\\u00a0into\\u00a0this\\u00a0world\\u00a0that\\u00a0keeps\\u00a0evolving\\u201d\\u00a0\\u00a0\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c054124\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e7b4ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"9195df9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/777.jpg\",\"id\":988},\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"300\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e5a3fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"16e9fac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ted Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc47661\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>25+\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>15\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cI\\u00a0really\\u00a0enjoy\\u00a0knowing\\u00a0that\\u00a0what\\u00a0we\\u00a0do\\u00a0matters.\\u00a0I\\u00a0have\\u00a0the opportunity\\u00a0to\\u00a0be\\u00a0involved\\u00a0in\\u00a0every\\u00a0industry\\/institution,\\u00a0so\\u00a0I\\u00a0am\\u00a0 able\\u00a0to\\u00a0see\\u00a0and\\u00a0be\\u00a0a\\u00a0part\\u00a0of\\u00a0a\\u00a0lot!\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0 business?\\u00a0 <strong>\\u201cLook.\\u00a0Listen.\\u00a0Learn.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cGoing\\u00a0out\\u00a0to\\u00a0eat\\u00a0and\\u00a0spending\\u00a0time\\u00a0with\\u00a0my\\u00a0loud\\u00a0family\\u201d\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8bd277e\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8a94d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"ab9ae3b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/77.jpg\",\"id\":987},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b929fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"0480362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeromy Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16ac035\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol>\\n \\t<li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>22 years full time\\u00a0\\u00a0<\\/strong><\\/li>\\n \\t<li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>8\\u00a0months<\\/strong><\\/li>\\n \\t<li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part? <strong>\\u201cThe\\u00a0nature\\u00a0of\\u00a0this business\\u00a0is\\u00a0exciting!!\\u00a0 Rarely\\u00a0are\\u00a0there\\u00a0two\\u00a0jobs\\u00a0that\\u00a0are\\u00a0the\\u00a0exact\\u00a0same.\\u00a0Figuring\\u00a0out\\u00a0the\\u00a0difficult\\u00a0jobs\\u00a0and\\u00a0then\\u00a0executing\\u00a0a\\u00a0plan\\u00a0perfectly\\u00a0with\\u00a0our\\u00a0team\\u00a0is\\u00a0what\\u00a0it\\u2019s\\u00a0all\\u00a0about.\\u201d<\\/strong><\\/li>\\n \\t<li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business<strong>?\\u00a0 \\u00a0 \\u201cDo\\u00a0your\\u00a0work\\u00a0100%.\\u00a0Nothing\\u00a0should\\u00a0be\\u00a0just\\u00a0good\\u00a0enough,\\u00a0complete\\u00a0it\\u00a0to\\u00a0the\\u00a0very\\u00a0best\\u00a0of\\u00a0your\\u00a0ability\\u00a0\\u00a0\\u00a0 and\\u00a0if\\u00a0it\\u00a0is\\u00a0still\\u00a0not\\u00a0perfect,ask\\u00a0for\\u00a0help\\u00a0to\\u00a0make\\u00a0it\\u00a0perfect.\\u00a0Take\\u00a0your\\u00a0time,\\u00a0jobs\\u00a0like\\u00a0these \\u00a0take\\u00a0 time.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li>\\n \\t<li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0was\\u00a0an\\u00a0MMA\\u00a0fighter\\u00a0for\\u00a0\\u00a0\\u00a0 many\\u00a0years.\\u00a0Currently\\u00a0looking\\u00a0for\\u00a0my\\u00a0next\\u00a0hobby.\\u201d<\\/strong><\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"543d250\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d050cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"bd14265\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/7777.jpg\",\"id\":989},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"46b103a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4fd3d56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Gibbons\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"921c1d3\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business<strong>?\\u00a0 \\u201cI\\u00a0have\\u00a0been\\u00a0in\\u00a0the\\u00a0construction\\u00a0industry\\u00a0for\\u00a0over\\u00a020\\u00a0years\\u00a0on\\u00a0both\\u00a0sides\\u00a0of\\u00a0the\\u00a0Atlantic\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>5\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0work\\u00a0with\\u00a0our\\u00a0rigging\\u00a0crews.\\u00a0The\\u00a0guys\\u00a0in\\u00a0the\\u00a0field\\u00a0 are\\u00a0full\\u00a0of\\u00a0knowledge\\u00a0and\\u00a0have\\u00a0precise\\u00a0accuracy\\u00a0when\\u00a0on\\u00a0the\\u00a0job.\\u00a0 It\\u2019s\\u00a0fun\\u00a0to\\u00a0see\\u00a0them\\u00a0put\\u00a0their\\u00a0skills\\u00a0to\\u00a0work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cListen\\u00a0to\\u00a0those\\u00a0who\\u00a0have\\u00a0experience\\u00a0with\\u00a0this\\u00a0kind\\u00a0of\\u00a0work.\\u201d\\u00a0\\u00a0 \\u00a0 <\\/strong><\\/li><li><p>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cFly\\u00a0fishing\\u201d\\u00a0\\u00a0<\\/strong><\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7005acd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"b0822e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17fc8fa\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"06d5df4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17a24f6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"14cbafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0b17af3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f0c181e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"24b7249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"66fd030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2d587c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Here\'s What Our Customers Say\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\u201cWe\\u00a0have\\u00a0worked\\u00a0with\\u00a0ARS\\u00a0for\\u00a0more\\u00a0than\\u00a030\\u00a0years\\u00a0and\\u00a0have\\u00a0built\\u00a0a\\u00a0trusted\\u00a0relationship\\u00a0utilizing\\u00a0 their\\u00a0services\\u00a0for\\u00a0large\\u00a0Data\\u00a0center\\u00a0projects,\\u00a0hoisting,\\u00a0and\\u00a0setting\\u00a0generators,\\u00a0electrical switchgear,\\u00a0storage\\u00a0of\\u00a0equipment\\u00a0and\\u00a0much\\u00a0more.\\u00a0Thank\\u00a0you,\\u00a0ARS\\u00a0team.\\u201d\\u00a0 \",\"testi_author\":\"Daniel\",\"testi_author_job\":\"\",\"testi_img\":{\"url\":\"\",\"id\":\"\"}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\u201cThe\\u00a0ARS\\u00a0Foreman,\\u00a0Kevin,\\u00a0knew\\u00a0exactly\\u00a0what\\u00a0he\\u00a0needed\\u00a0to\\u00a0do\\u00a0to\\u00a0bring\\u00a0in\\u00a0the\\u00a0(4)\\u00a01000#\\u00a0Electrical\\u00a0 Switchgear\\u00a0sections\\u2026\\u00a0while\\u00a0traversing\\u00a0some\\u00a0challenging\\u00a0terrain\\u2026Kevin\\u2019s\\u00a0professionalism\\u00a0and\\u00a0 get\\u2010it\\u2010done\\u00a0[safely]\\u00a0attitude\\u00a0did,\\u00a0in\\u00a0fact,\\u00a0get\\u00a0the\\u00a0job\\u00a0done\\u00a0with\\u00a0extreme\\u00a0efficiency\\u00a0and\\u00a0not\\u00a0one\\u00a0 issue.\\u201d\",\"testi_author\":\"Michael\",\"testi_author_job\":\"\",\"testi_img\":{\"url\":\"\",\"id\":\"\"}},{\"testi_text\":\"\\u201cThe\\u00a0Museum\\u00a0Project\\u00a0required\\u00a0the\\u00a0backend\\u00a0(Generator)\\u00a0to\\u00a0be\\u00a0removed\\u00a0and\\u00a0shipped\\u00a0to\\u00a0the\\u00a0 repair\\u00a0shop.\\u00a0The\\u00a0detail\\u00a0that\\u00a0ARS\\u00a0Equipment\\u00a0Movers\\u00a0took\\u00a0to\\u00a0remove\\u00a0the\\u00a0backend\\u00a0from\\u00a0the\\u00a0job\\u00a0 site\\u00a0and\\u00a0return\\u00a0it\\u00a0after\\u00a0the\\u00a0repairs\\u00a0were\\u00a0made\\u00a0was\\u00a0nothing\\u00a0short\\u00a0of\\u00a0exemplary.\\u00a0They\\u00a0were\\u00a0 flawless\\u00a0in\\u00a0performing\\u00a0their\\u00a0duties.\\u00a0I\\u00a0will\\u00a0certainly\\u00a0use\\u00a0them\\u00a0again.\\u201d\\u00a0 \",\"testi_author\":\"Vince\",\"testi_author_job\":\"\",\"_id\":\"6a776aa\"}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\",\"_css_classes\":\"customer-syas\",\"navigation\":\"dots\",\"autoplay\":\"use\",\"autoplay_ms\":100,\"auto_loop\":\"use\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(5263,1029,'_elementor_template_type','wp-post'),(5264,1029,'_elementor_css','a:5:{s:4:\"time\";i:1599128280;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(5267,1030,'_wp_page_template','template/page-builder-template.php'),(5268,1030,'_elementor_edit_mode','builder'),(5269,1030,'_elementor_version','2.9.9'),(5270,1030,'_elementor_data','[{\"id\":\"7673b2a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40f6e83\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d01e9c6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3693055\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32.606999999999999,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3150906\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image43.png\",\"id\":838},\"align\":\"left\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"400\"},\"_css_classes\":\"history-cap\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"956a3d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":67.376000000000005,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e4ae49d\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"00531fa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"9a348ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a7203c\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise directs every situation.\\u00a0 We can quickly understand and<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"1d67695\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f25849d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image37.jpg\",\"id\":840},\"align\":\"left\",\"_css_classes\":\"history-cap\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7759086\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cbbb86\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9bac57a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"74b493a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f3d4169\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"20230aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.956,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9a3568b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/5.jpg\",\"id\":984},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0b5824c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.027000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ccf0ad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d0d1f44\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cbb1174\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1436938\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3ff4780\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9f893a1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"e0937c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":77.304000000000002,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b07afc2\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"9de3470\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":22.678999999999998,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46eae88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/fhf.jpg\",\"id\":1027},\"align\":\"right\",\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"100\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"422c0c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"d806c09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6a680d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1df7366\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"503b817\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef81faf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"3973e79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f7691\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c952bb5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d06c5c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56d4482\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa0a24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"c73ea72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/7.jpg\",\"id\":986},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6d0a072\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4b2d053\",\"elType\":\"widget\",\"settings\":{\"title\":\"George \\u201cRed\\u201d Gilmartin \\u2010 President\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6370ba7\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>43\\u00a0years<\\/strong>\\u00a0<\\/li><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0have\\u00a0owned\\u00a0ARS\\u00a0Contracting,\\u00a0Inc\\u00a0for\\u00a030\\u00a0years\\u201d<\\/strong>\\u00a0<\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0move\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 equipment\\u00a0that\\u00a0is\\u00a0challenging.\\u00a0When\\u00a0I\\u00a0first\\u00a0got\\u00a0into\\u00a0this\\u00a0trade,\\u00a0I\\u00a0was\\u00a0able\\u00a0to\\u00a0see\\u00a0all\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 challenges\\u00a0that\\u00a0made\\u00a0me\\u00a0want\\u00a0to\\u00a0get\\u00a0to\\u00a0 work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cTo\\u00a0think!!\\u00a0Use\\u00a0common\\u00a0sense\\u00a0when\\u00a0approaching\\u00a0any\\u00a0job.\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cReading\\u00a0articles\\u00a0about\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0 business\\u00a0and\\u00a0continuing\\u00a0to\\u00a0educate\\u00a0myself\\u00a0on\\u00a0how\\u00a0to\\u00a0fit\\u00a0this\\u00a0industry\\u00a0into\\u00a0this\\u00a0world\\u00a0that\\u00a0keeps\\u00a0evolving\\u201d\\u00a0\\u00a0\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c054124\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e7b4ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"9195df9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/777.jpg\",\"id\":988},\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"300\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e5a3fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"16e9fac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ted Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc47661\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>25+\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>15\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cI\\u00a0really\\u00a0enjoy\\u00a0knowing\\u00a0that\\u00a0what\\u00a0we\\u00a0do\\u00a0matters.\\u00a0I\\u00a0have\\u00a0the opportunity\\u00a0to\\u00a0be\\u00a0involved\\u00a0in\\u00a0every\\u00a0industry\\/institution,\\u00a0so\\u00a0I\\u00a0am\\u00a0 able\\u00a0to\\u00a0see\\u00a0and\\u00a0be\\u00a0a\\u00a0part\\u00a0of\\u00a0a\\u00a0lot!\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0 business?\\u00a0 <strong>\\u201cLook.\\u00a0Listen.\\u00a0Learn.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cGoing\\u00a0out\\u00a0to\\u00a0eat\\u00a0and\\u00a0spending\\u00a0time\\u00a0with\\u00a0my\\u00a0loud\\u00a0family\\u201d\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8bd277e\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8a94d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"ab9ae3b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/77.jpg\",\"id\":987},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b929fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"0480362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeromy Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16ac035\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol>\\n \\t<li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>22 years full time\\u00a0\\u00a0<\\/strong><\\/li>\\n \\t<li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>8\\u00a0months<\\/strong><\\/li>\\n \\t<li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part? <strong>\\u201cThe\\u00a0nature\\u00a0of\\u00a0this business\\u00a0is\\u00a0exciting!!\\u00a0 Rarely\\u00a0are\\u00a0there\\u00a0two\\u00a0jobs\\u00a0that\\u00a0are\\u00a0the\\u00a0exact\\u00a0same.\\u00a0Figuring\\u00a0out\\u00a0the\\u00a0difficult\\u00a0jobs\\u00a0and\\u00a0then\\u00a0executing\\u00a0a\\u00a0plan\\u00a0perfectly\\u00a0with\\u00a0our\\u00a0team\\u00a0is\\u00a0what\\u00a0it\\u2019s\\u00a0all\\u00a0about.\\u201d<\\/strong><\\/li>\\n \\t<li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business<strong>?\\u00a0 \\u00a0 \\u201cDo\\u00a0your\\u00a0work\\u00a0100%.\\u00a0Nothing\\u00a0should\\u00a0be\\u00a0just\\u00a0good\\u00a0enough,\\u00a0complete\\u00a0it\\u00a0to\\u00a0the\\u00a0very\\u00a0best\\u00a0of\\u00a0your\\u00a0ability\\u00a0\\u00a0\\u00a0 and\\u00a0if\\u00a0it\\u00a0is\\u00a0still\\u00a0not\\u00a0perfect,ask\\u00a0for\\u00a0help\\u00a0to\\u00a0make\\u00a0it\\u00a0perfect.\\u00a0Take\\u00a0your\\u00a0time,\\u00a0jobs\\u00a0like\\u00a0these \\u00a0take\\u00a0 time.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li>\\n \\t<li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0was\\u00a0an\\u00a0MMA\\u00a0fighter\\u00a0for\\u00a0\\u00a0\\u00a0 many\\u00a0years.\\u00a0Currently\\u00a0looking\\u00a0for\\u00a0my\\u00a0next\\u00a0hobby.\\u201d<\\/strong><\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"543d250\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d050cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"bd14265\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/7777.jpg\",\"id\":989},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"46b103a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4fd3d56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Gibbons\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"921c1d3\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business<strong>?\\u00a0 \\u201cI\\u00a0have\\u00a0been\\u00a0in\\u00a0the\\u00a0construction\\u00a0industry\\u00a0for\\u00a0over\\u00a020\\u00a0years\\u00a0on\\u00a0both\\u00a0sides\\u00a0of\\u00a0the\\u00a0Atlantic\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>5\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0work\\u00a0with\\u00a0our\\u00a0rigging\\u00a0crews.\\u00a0The\\u00a0guys\\u00a0in\\u00a0the\\u00a0field\\u00a0 are\\u00a0full\\u00a0of\\u00a0knowledge\\u00a0and\\u00a0have\\u00a0precise\\u00a0accuracy\\u00a0when\\u00a0on\\u00a0the\\u00a0job.\\u00a0 It\\u2019s\\u00a0fun\\u00a0to\\u00a0see\\u00a0them\\u00a0put\\u00a0their\\u00a0skills\\u00a0to\\u00a0work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cListen\\u00a0to\\u00a0those\\u00a0who\\u00a0have\\u00a0experience\\u00a0with\\u00a0this\\u00a0kind\\u00a0of\\u00a0work.\\u201d\\u00a0\\u00a0 \\u00a0 <\\/strong><\\/li><li><p>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cFly\\u00a0fishing\\u201d\\u00a0\\u00a0<\\/strong><\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7005acd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"b0822e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17fc8fa\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"06d5df4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17a24f6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"14cbafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0b17af3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f0c181e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"24b7249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"66fd030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2d587c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Here\'s What Our Customers Say\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\u201cWe\\u00a0have\\u00a0worked\\u00a0with\\u00a0ARS\\u00a0for\\u00a0more\\u00a0than\\u00a030\\u00a0years\\u00a0and\\u00a0have\\u00a0built\\u00a0a\\u00a0trusted\\u00a0relationship\\u00a0utilizing\\u00a0 their\\u00a0services\\u00a0for\\u00a0large\\u00a0Data\\u00a0center\\u00a0projects,\\u00a0hoisting,\\u00a0and\\u00a0setting\\u00a0generators,\\u00a0electrical switchgear,\\u00a0storage\\u00a0of\\u00a0equipment\\u00a0and\\u00a0much\\u00a0more.\\u00a0Thank\\u00a0you,\\u00a0ARS\\u00a0team.\\u201d\\u00a0 \",\"testi_author\":\"Daniel\",\"testi_author_job\":\"\",\"testi_img\":{\"url\":\"\",\"id\":\"\"}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\u201cThe\\u00a0ARS\\u00a0Foreman,\\u00a0Kevin,\\u00a0knew\\u00a0exactly\\u00a0what\\u00a0he\\u00a0needed\\u00a0to\\u00a0do\\u00a0to\\u00a0bring\\u00a0in\\u00a0the\\u00a0(4)\\u00a01000#\\u00a0Electrical\\u00a0 Switchgear\\u00a0sections\\u2026\\u00a0while\\u00a0traversing\\u00a0some\\u00a0challenging\\u00a0terrain\\u2026Kevin\\u2019s\\u00a0professionalism\\u00a0and\\u00a0 get\\u2010it\\u2010done\\u00a0[safely]\\u00a0attitude\\u00a0did,\\u00a0in\\u00a0fact,\\u00a0get\\u00a0the\\u00a0job\\u00a0done\\u00a0with\\u00a0extreme\\u00a0efficiency\\u00a0and\\u00a0not\\u00a0one\\u00a0 issue.\\u201d\",\"testi_author\":\"Michael\",\"testi_author_job\":\"\",\"testi_img\":{\"url\":\"\",\"id\":\"\"}},{\"testi_text\":\"\\u201cThe\\u00a0Museum\\u00a0Project\\u00a0required\\u00a0the\\u00a0backend\\u00a0(Generator)\\u00a0to\\u00a0be\\u00a0removed\\u00a0and\\u00a0shipped\\u00a0to\\u00a0the\\u00a0 repair\\u00a0shop.\\u00a0The\\u00a0detail\\u00a0that\\u00a0ARS\\u00a0Equipment\\u00a0Movers\\u00a0took\\u00a0to\\u00a0remove\\u00a0the\\u00a0backend\\u00a0from\\u00a0the\\u00a0job\\u00a0 site\\u00a0and\\u00a0return\\u00a0it\\u00a0after\\u00a0the\\u00a0repairs\\u00a0were\\u00a0made\\u00a0was\\u00a0nothing\\u00a0short\\u00a0of\\u00a0exemplary.\\u00a0They\\u00a0were\\u00a0 flawless\\u00a0in\\u00a0performing\\u00a0their\\u00a0duties.\\u00a0I\\u00a0will\\u00a0certainly\\u00a0use\\u00a0them\\u00a0again.\\u201d\\u00a0 \",\"testi_author\":\"Vince\",\"testi_author_job\":\"\",\"_id\":\"6a776aa\"}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\",\"_css_classes\":\"customer-syas\",\"navigation\":\"dots\",\"autoplay\":\"use\",\"autoplay_ms\":100,\"auto_loop\":\"use\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(5271,1030,'_elementor_template_type','wp-post'),(5272,1030,'_elementor_css','a:5:{s:4:\"time\";i:1599128357;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(5275,1031,'_wp_page_template','template/page-builder-template.php'),(5276,1031,'_elementor_edit_mode','builder'),(5277,1031,'_elementor_version','2.9.9'),(5278,1031,'_elementor_data','[{\"id\":\"7673b2a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40f6e83\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d01e9c6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3693055\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32.606999999999999,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3150906\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image43.png\",\"id\":838},\"align\":\"left\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"400\"},\"_css_classes\":\"history-cap\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"956a3d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":67.376000000000005,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e4ae49d\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"00531fa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"9a348ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a7203c\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise directs every situation.\\u00a0 We can quickly understand and<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"1d67695\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f25849d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image37.jpg\",\"id\":840},\"align\":\"left\",\"_css_classes\":\"history-cap\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7759086\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cbbb86\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9bac57a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"74b493a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f3d4169\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"20230aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.956,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9a3568b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/5.jpg\",\"id\":984},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0b5824c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.027000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ccf0ad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d0d1f44\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cbb1174\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1436938\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3ff4780\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9f893a1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"e0937c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":77.304000000000002,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b07afc2\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"9de3470\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":22.678999999999998,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46eae88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/fhf.jpg\",\"id\":1027},\"align\":\"right\",\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"100\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"422c0c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"d806c09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6a680d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1df7366\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"503b817\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef81faf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"3973e79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f7691\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c952bb5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d06c5c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56d4482\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa0a24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"c73ea72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/7.jpg\",\"id\":986},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6d0a072\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4b2d053\",\"elType\":\"widget\",\"settings\":{\"title\":\"George \\u201cRed\\u201d Gilmartin \\u2010 President\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6370ba7\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>43\\u00a0years<\\/strong>\\u00a0<\\/li><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0have\\u00a0owned\\u00a0ARS\\u00a0Contracting,\\u00a0Inc\\u00a0for\\u00a030\\u00a0years\\u201d<\\/strong>\\u00a0<\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0move\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 equipment\\u00a0that\\u00a0is\\u00a0challenging.\\u00a0When\\u00a0I\\u00a0first\\u00a0got\\u00a0into\\u00a0this\\u00a0trade,\\u00a0I\\u00a0was\\u00a0able\\u00a0to\\u00a0see\\u00a0all\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 challenges\\u00a0that\\u00a0made\\u00a0me\\u00a0want\\u00a0to\\u00a0get\\u00a0to\\u00a0 work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cTo\\u00a0think!!\\u00a0Use\\u00a0common\\u00a0sense\\u00a0when\\u00a0approaching\\u00a0any\\u00a0job.\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cReading\\u00a0articles\\u00a0about\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0 business\\u00a0and\\u00a0continuing\\u00a0to\\u00a0educate\\u00a0myself\\u00a0on\\u00a0how\\u00a0to\\u00a0fit\\u00a0this\\u00a0industry\\u00a0into\\u00a0this\\u00a0world\\u00a0that\\u00a0keeps\\u00a0evolving\\u201d\\u00a0\\u00a0\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c054124\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e7b4ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"9195df9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/777.jpg\",\"id\":988},\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"300\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e5a3fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"16e9fac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ted Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc47661\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>25+\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>15\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cI\\u00a0really\\u00a0enjoy\\u00a0knowing\\u00a0that\\u00a0what\\u00a0we\\u00a0do\\u00a0matters.\\u00a0I\\u00a0have\\u00a0the opportunity\\u00a0to\\u00a0be\\u00a0involved\\u00a0in\\u00a0every\\u00a0industry\\/institution,\\u00a0so\\u00a0I\\u00a0am\\u00a0 able\\u00a0to\\u00a0see\\u00a0and\\u00a0be\\u00a0a\\u00a0part\\u00a0of\\u00a0a\\u00a0lot!\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0 business?\\u00a0 <strong>\\u201cLook.\\u00a0Listen.\\u00a0Learn.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cGoing\\u00a0out\\u00a0to\\u00a0eat\\u00a0and\\u00a0spending\\u00a0time\\u00a0with\\u00a0my\\u00a0loud\\u00a0family\\u201d\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8bd277e\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8a94d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"ab9ae3b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/77.jpg\",\"id\":987},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b929fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"0480362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeromy Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16ac035\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol>\\n \\t<li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>22 years full time\\u00a0\\u00a0<\\/strong><\\/li>\\n \\t<li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>8\\u00a0months<\\/strong><\\/li>\\n \\t<li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part? <strong>\\u201cThe\\u00a0nature\\u00a0of\\u00a0this business\\u00a0is\\u00a0exciting!!\\u00a0 Rarely\\u00a0are\\u00a0there\\u00a0two\\u00a0jobs\\u00a0that\\u00a0are\\u00a0the\\u00a0exact\\u00a0same.\\u00a0Figuring\\u00a0out\\u00a0the\\u00a0difficult\\u00a0jobs\\u00a0and\\u00a0then\\u00a0executing\\u00a0a\\u00a0plan\\u00a0perfectly\\u00a0with\\u00a0our\\u00a0team\\u00a0is\\u00a0what\\u00a0it\\u2019s\\u00a0all\\u00a0about.\\u201d<\\/strong><\\/li>\\n \\t<li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business<strong>?\\u00a0 \\u00a0 \\u201cDo\\u00a0your\\u00a0work\\u00a0100%.\\u00a0Nothing\\u00a0should\\u00a0be\\u00a0just\\u00a0good\\u00a0enough,\\u00a0complete\\u00a0it\\u00a0to\\u00a0the\\u00a0very\\u00a0best\\u00a0of\\u00a0your\\u00a0ability\\u00a0\\u00a0\\u00a0 and\\u00a0if\\u00a0it\\u00a0is\\u00a0still\\u00a0not\\u00a0perfect,ask\\u00a0for\\u00a0help\\u00a0to\\u00a0make\\u00a0it\\u00a0perfect.\\u00a0Take\\u00a0your\\u00a0time,\\u00a0jobs\\u00a0like\\u00a0these \\u00a0take\\u00a0 time.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li>\\n \\t<li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0was\\u00a0an\\u00a0MMA\\u00a0fighter\\u00a0for\\u00a0\\u00a0\\u00a0 many\\u00a0years.\\u00a0Currently\\u00a0looking\\u00a0for\\u00a0my\\u00a0next\\u00a0hobby.\\u201d<\\/strong><\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"543d250\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d050cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"bd14265\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/7777.jpg\",\"id\":989},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"46b103a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4fd3d56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Gibbons\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"921c1d3\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business<strong>?\\u00a0 \\u201cI\\u00a0have\\u00a0been\\u00a0in\\u00a0the\\u00a0construction\\u00a0industry\\u00a0for\\u00a0over\\u00a020\\u00a0years\\u00a0on\\u00a0both\\u00a0sides\\u00a0of\\u00a0the\\u00a0Atlantic\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>5\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0work\\u00a0with\\u00a0our\\u00a0rigging\\u00a0crews.\\u00a0The\\u00a0guys\\u00a0in\\u00a0the\\u00a0field\\u00a0 are\\u00a0full\\u00a0of\\u00a0knowledge\\u00a0and\\u00a0have\\u00a0precise\\u00a0accuracy\\u00a0when\\u00a0on\\u00a0the\\u00a0job.\\u00a0 It\\u2019s\\u00a0fun\\u00a0to\\u00a0see\\u00a0them\\u00a0put\\u00a0their\\u00a0skills\\u00a0to\\u00a0work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cListen\\u00a0to\\u00a0those\\u00a0who\\u00a0have\\u00a0experience\\u00a0with\\u00a0this\\u00a0kind\\u00a0of\\u00a0work.\\u201d\\u00a0\\u00a0 \\u00a0 <\\/strong><\\/li><li><p>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cFly\\u00a0fishing\\u201d\\u00a0\\u00a0<\\/strong><\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7005acd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"b0822e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17fc8fa\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"06d5df4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17a24f6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"14cbafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0b17af3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f0c181e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"24b7249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"66fd030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2d587c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Here\'s What Our Customers Say\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\u201cWe\\u00a0have\\u00a0worked\\u00a0with\\u00a0ARS\\u00a0for\\u00a0more\\u00a0than\\u00a030\\u00a0years\\u00a0and\\u00a0have\\u00a0built\\u00a0a\\u00a0trusted\\u00a0relationship\\u00a0utilizing\\u00a0 their\\u00a0services\\u00a0for\\u00a0large\\u00a0Data\\u00a0center\\u00a0projects,\\u00a0hoisting,\\u00a0and\\u00a0setting\\u00a0generators,\\u00a0electrical switchgear,\\u00a0storage\\u00a0of\\u00a0equipment\\u00a0and\\u00a0much\\u00a0more.\\u00a0Thank\\u00a0you,\\u00a0ARS\\u00a0team.\\u201d\\u00a0 \",\"testi_author\":\"Daniel\",\"testi_author_job\":\"\",\"testi_img\":{\"url\":\"\",\"id\":\"\"}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\u201cThe\\u00a0ARS\\u00a0Foreman,\\u00a0Kevin,\\u00a0knew\\u00a0exactly\\u00a0what\\u00a0he\\u00a0needed\\u00a0to\\u00a0do\\u00a0to\\u00a0bring\\u00a0in\\u00a0the\\u00a0(4)\\u00a01000#\\u00a0Electrical\\u00a0 Switchgear\\u00a0sections\\u2026\\u00a0while\\u00a0traversing\\u00a0some\\u00a0challenging\\u00a0terrain\\u2026Kevin\\u2019s\\u00a0professionalism\\u00a0and\\u00a0 get\\u2010it\\u2010done\\u00a0[safely]\\u00a0attitude\\u00a0did,\\u00a0in\\u00a0fact,\\u00a0get\\u00a0the\\u00a0job\\u00a0done\\u00a0with\\u00a0extreme\\u00a0efficiency\\u00a0and\\u00a0not\\u00a0one\\u00a0 issue.\\u201d\",\"testi_author\":\"Michael\",\"testi_author_job\":\"\",\"testi_img\":{\"url\":\"\",\"id\":\"\"}},{\"testi_text\":\"\\u201cThe\\u00a0Museum\\u00a0Project\\u00a0required\\u00a0the\\u00a0backend\\u00a0(Generator)\\u00a0to\\u00a0be\\u00a0removed\\u00a0and\\u00a0shipped\\u00a0to\\u00a0the\\u00a0 repair\\u00a0shop.\\u00a0The\\u00a0detail\\u00a0that\\u00a0ARS\\u00a0Equipment\\u00a0Movers\\u00a0took\\u00a0to\\u00a0remove\\u00a0the\\u00a0backend\\u00a0from\\u00a0the\\u00a0job\\u00a0 site\\u00a0and\\u00a0return\\u00a0it\\u00a0after\\u00a0the\\u00a0repairs\\u00a0were\\u00a0made\\u00a0was\\u00a0nothing\\u00a0short\\u00a0of\\u00a0exemplary.\\u00a0They\\u00a0were\\u00a0 flawless\\u00a0in\\u00a0performing\\u00a0their\\u00a0duties.\\u00a0I\\u00a0will\\u00a0certainly\\u00a0use\\u00a0them\\u00a0again.\\u201d\\u00a0 \",\"testi_author\":\"Vince\",\"testi_author_job\":\"\",\"_id\":\"6a776aa\"}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\",\"_css_classes\":\"customer-syas\",\"navigation\":\"dots\",\"autoplay\":\"use\",\"autoplay_ms\":100,\"auto_loop\":\"use\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(5279,1031,'_elementor_template_type','wp-post'),(5280,1031,'_elementor_css','a:5:{s:4:\"time\";i:1599128451;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(5283,205,'_elementor_edit_mode','builder'),(5285,1032,'_elementor_edit_mode','builder'),(5286,1032,'_elementor_template_type','wp-page'),(5287,1032,'_elementor_version','2.9.9'),(5288,1032,'_wp_page_template','default'),(5289,1032,'_elementor_data','[{\"id\":\"869b16b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5a60c91\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f969fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Qualifications \",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a65c6f2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd0da0b\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\"},\"elements\":[{\"id\":\"5651c44\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"02bf0c5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/s8.png\",\"id\":1002}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5146b17\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"099c4db\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ul><li>Qualified Riggers vs. Certified Riggers: What is the Difference?<\\/li><\\/ul><p>The terms \\u201cqualified\\u201d and \\u201ccertified\\u201d are often used interchangeably in the rigging industry, but OSHA standards and qualifications for each role are very different. OSHA standards require that qualified riggers must be used during hoisting activities for assembly and disassembly work, or when workers are within the fall zone and hooking, unhooking, or guiding a load, or connecting a load to a component or structure.\\u00a0 However, OSHA does not require that riggers be \\u201ccertified,\\u201d which is another level of achievement in the rigging industry.<\\/p><ul><li><u>Qualified Rigger:<\\/u><\\/li><\\/ul><p>OSHA only loosely specifies who meets the criteria of a qualified rigger, leaving the final determination up to the employer.\\u00a0 A qualified rigger \\u201cpossesses a recognized degree, certificate, or professional standing, OR who by extensive knowledge, training and experience, can successfully demonstrate the ability to solve problems related to rigging loads. Qualified riggers do not, however have to be certified by an accredited organization or third party.\\u00a0 Under these criteria, a rigger with extensive hands-on experience, but no formal training or certifications, may be considered a qualified rigger.\\u00a0To become a Qualified Rigger, a 2-hour exam is required with 100 questions.<\\/p><h3><u>Certified Rigger<\\/u>:<\\/h3><p>A certified rigger is a person who has passed stringent written and practical exams related to rigging and can be certified at a Level 1 or 2. \\u00a0 Accredited organizations such as NCCCO (National Commission for the Certification of Crane Operators) and many training programs offer\\u00a0<a href=\\\"http:\\/\\/rbaker.com\\/rigging-contractors.php\\\">rigger certification testing<\\/a> for various levels.\\u00a0<\\/p><ul><li><u>NCCCO Certified Rigger Level I:<\\/u><\\/li><\\/ul><p>The Certified Rigger Level I Written Examination consists of 60 multiple-choice questions. Candidates are allowed 60 minutes to complete the test. The successful completion demonstrates a candidate\\u2019s basic rigging competency.<\\/p><ul><li><u>NCCCO Certified Rigger Level II:<\\/u><\\/li><\\/ul><p>The Certified Rigger Level II Written Examination consists of 40 multiple-choice questions, completed in 60 minutes.\\u00a0 The successful completion demonstrates a candidate\\u2019s competency in rigging a load for a level lift and for rotating a load.<\\/p>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3e85a51\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"bb8ee47\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8c6b121\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"14865be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/q2.jpg\",\"id\":685},\"image_custom_dimension\":{\"width\":\"\",\"height\":\"380\"},\"align\":\"right\",\"_css_classes\":\"osha-imgsk\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1219934\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"qualification-contain\"},\"elements\":[{\"id\":\"7d2a4dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0cf214c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OSHA Regulations\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"780d3c1\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4481386\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adcd458\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"qualification-contain\"},\"elements\":[{\"id\":\"8b4a8c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"119b606\",\"elType\":\"widget\",\"settings\":{\"title\":\"Insurance\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb12a6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3c746fa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b90f3a\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"background_background\":\"classic\",\"background_color\":\"#2B4D7B\",\"background_color_b\":\"#2B4D7B\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"987da49\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"44202fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Need our expertise for a job?\",\"align\":\"left\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"395a287\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f59b751\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"right\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(0, 0, 0, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#F8F8F8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(5290,1032,'_elementor_css','a:5:{s:4:\"time\";i:1599053187;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(5292,1033,'_elementor_edit_mode','builder'),(5293,1033,'_elementor_template_type','wp-page'),(5294,1033,'_elementor_version','2.9.9'),(5295,1033,'_wp_page_template','default'),(5296,1033,'_elementor_data','[{\"id\":\"869b16b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5a60c91\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f969fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Qualifications \",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a65c6f2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd0da0b\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\"},\"elements\":[{\"id\":\"5651c44\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"02bf0c5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/s8.png\",\"id\":1002}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5146b17\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"099c4db\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ul><li>Qualified Riggers vs. Certified Riggers: What is the Difference?<\\/li><\\/ul><p>The terms \\u201cqualified\\u201d and \\u201ccertified\\u201d are often used interchangeably in the rigging industry, but OSHA standards and qualifications for each role are very different. OSHA standards require that qualified riggers must be used during hoisting activities for assembly and disassembly work, or when workers are within the fall zone and hooking, unhooking, or guiding a load, or connecting a load to a component or structure.\\u00a0 However, OSHA does not require that riggers be \\u201ccertified,\\u201d which is another level of achievement in the rigging industry.<\\/p><ul><li><u>Qualified Rigger:<\\/u><\\/li><\\/ul><p>OSHA only loosely specifies who meets the criteria of a qualified rigger, leaving the final determination up to the employer.\\u00a0 A qualified rigger \\u201cpossesses a recognized degree, certificate, or professional standing, OR who by extensive knowledge, training and experience, can successfully demonstrate the ability to solve problems related to rigging loads. Qualified riggers do not, however have to be certified by an accredited organization or third party.\\u00a0 Under these criteria, a rigger with extensive hands-on experience, but no formal training or certifications, may be considered a qualified rigger.\\u00a0To become a Qualified Rigger, a 2-hour exam is required with 100 questions.<\\/p><h3><u>Certified Rigger<\\/u>:<\\/h3><p>A certified rigger is a person who has passed stringent written and practical exams related to rigging and can be certified at a Level 1 or 2. \\u00a0 Accredited organizations such as NCCCO (National Commission for the Certification of Crane Operators) and many training programs offer\\u00a0<a href=\\\"http:\\/\\/rbaker.com\\/rigging-contractors.php\\\">rigger certification testing<\\/a> for various levels.\\u00a0<\\/p><ul><li><u>NCCCO Certified Rigger Level I:<\\/u><\\/li><\\/ul><p>The Certified Rigger Level I Written Examination consists of 60 multiple-choice questions. Candidates are allowed 60 minutes to complete the test. The successful completion demonstrates a candidate\\u2019s basic rigging competency.<\\/p><ul><li><u>NCCCO Certified Rigger Level II:<\\/u><\\/li><\\/ul><p>The Certified Rigger Level II Written Examination consists of 40 multiple-choice questions, completed in 60 minutes.\\u00a0 The successful completion demonstrates a candidate\\u2019s competency in rigging a load for a level lift and for rotating a load.<\\/p>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3e85a51\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"bb8ee47\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"57c035b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><u>Professionally Certified Rigger: <\\/u><\\/li><li>The strictest requirements are in place to be designated as a Professionally Certified Rigger, including:<\\/li><li>A total of 6,000 hours to become a journeyman.<\\/li><li>Individuals complete an Accredited Apprentice and re-training Journeyman School (the only school in the nation certified by the Department of Labor (D.O.L.) for <span style=\\\"text-decoration: line-through;\\\">machinery moving and rigging)<\\/span> rigging, machinery moving, and machinery erecting.<\\/li><li>OSHA <span style=\\\"text-decoration: line-through;\\\">10 hour<\\/span> - 30 hours is required <span style=\\\"text-decoration: line-through;\\\">for competency<\\/span><\\/li><li>IMPACT (Ironworker International Program) Drug and Alcohol random testing with 3rd party medical screening<\\/li><li>OSHA Forklift Operation<\\/li><li>OSHA Ariel Lift Operation<\\/li><li>OSHA First Aid and CAD<\\/li><li>OSHA Crane Signal and Hoisting Person<\\/li><li>Lift Director (Foreman training)<\\/li><li>Certified Welding in Stick, Tig, and Mig.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c6b121\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"14865be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/q2.jpg\",\"id\":685},\"image_custom_dimension\":{\"width\":\"\",\"height\":\"380\"},\"align\":\"right\",\"_css_classes\":\"osha-imgsk\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1219934\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"qualification-contain\"},\"elements\":[{\"id\":\"7d2a4dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0cf214c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OSHA Regulations\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"780d3c1\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4481386\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adcd458\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"qualification-contain\"},\"elements\":[{\"id\":\"8b4a8c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"119b606\",\"elType\":\"widget\",\"settings\":{\"title\":\"Insurance\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb12a6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3c746fa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b90f3a\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"background_background\":\"classic\",\"background_color\":\"#2B4D7B\",\"background_color_b\":\"#2B4D7B\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"987da49\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"44202fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Need our expertise for a job?\",\"align\":\"left\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"395a287\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f59b751\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"right\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(0, 0, 0, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#F8F8F8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(5299,1034,'_wp_attached_file','2020/09/hjhjghj.jpg'),(5300,1034,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:498;s:6:\"height\";i:748;s:4:\"file\";s:19:\"2020/09/hjhjghj.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"hjhjghj-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"hjhjghj-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:18:\"hjhjghj-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(5301,1035,'_elementor_edit_mode','builder'),(5302,1035,'_elementor_template_type','wp-page'),(5303,1035,'_elementor_version','2.9.9'),(5304,1035,'_wp_page_template','default'),(5305,1035,'_elementor_data','[{\"id\":\"869b16b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5a60c91\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f969fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Qualifications \",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a65c6f2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd0da0b\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\"},\"elements\":[{\"id\":\"5651c44\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"02bf0c5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/hjhjghj.jpg\",\"id\":1034}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5146b17\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"099c4db\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ul><li>Qualified Riggers vs. Certified Riggers: What is the Difference?<\\/li><\\/ul><p>The terms \\u201cqualified\\u201d and \\u201ccertified\\u201d are often used interchangeably in the rigging industry, but OSHA standards and qualifications for each role are very different. OSHA standards require that qualified riggers must be used during hoisting activities for assembly and disassembly work, or when workers are within the fall zone and hooking, unhooking, or guiding a load, or connecting a load to a component or structure.\\u00a0 However, OSHA does not require that riggers be \\u201ccertified,\\u201d which is another level of achievement in the rigging industry.<\\/p><ul><li><u>Qualified Rigger:<\\/u><\\/li><\\/ul><p>OSHA only loosely specifies who meets the criteria of a qualified rigger, leaving the final determination up to the employer.\\u00a0 A qualified rigger \\u201cpossesses a recognized degree, certificate, or professional standing, OR who by extensive knowledge, training and experience, can successfully demonstrate the ability to solve problems related to rigging loads. Qualified riggers do not, however have to be certified by an accredited organization or third party.\\u00a0 Under these criteria, a rigger with extensive hands-on experience, but no formal training or certifications, may be considered a qualified rigger.\\u00a0To become a Qualified Rigger, a 2-hour exam is required with 100 questions.<\\/p><h3><u>Certified Rigger<\\/u>:<\\/h3><p>A certified rigger is a person who has passed stringent written and practical exams related to rigging and can be certified at a Level 1 or 2. \\u00a0 Accredited organizations such as NCCCO (National Commission for the Certification of Crane Operators) and many training programs offer\\u00a0<a href=\\\"http:\\/\\/rbaker.com\\/rigging-contractors.php\\\">rigger certification testing<\\/a> for various levels.\\u00a0<\\/p><ul><li><u>NCCCO Certified Rigger Level I:<\\/u><\\/li><\\/ul><p>The Certified Rigger Level I Written Examination consists of 60 multiple-choice questions. Candidates are allowed 60 minutes to complete the test. The successful completion demonstrates a candidate\\u2019s basic rigging competency.<\\/p><ul><li><u>NCCCO Certified Rigger Level II:<\\/u><\\/li><\\/ul><p>The Certified Rigger Level II Written Examination consists of 40 multiple-choice questions, completed in 60 minutes.\\u00a0 The successful completion demonstrates a candidate\\u2019s competency in rigging a load for a level lift and for rotating a load.<\\/p>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3e85a51\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"bb8ee47\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"57c035b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><u>Professionally Certified Rigger: <\\/u><\\/li><li>The strictest requirements are in place to be designated as a Professionally Certified Rigger, including:<\\/li><li>A total of 6,000 hours to become a journeyman.<\\/li><li>Individuals complete an Accredited Apprentice and re-training Journeyman School (the only school in the nation certified by the Department of Labor (D.O.L.) for <span style=\\\"text-decoration: line-through;\\\">machinery moving and rigging)<\\/span> rigging, machinery moving, and machinery erecting.<\\/li><li>OSHA <span style=\\\"text-decoration: line-through;\\\">10 hour<\\/span> - 30 hours is required <span style=\\\"text-decoration: line-through;\\\">for competency<\\/span><\\/li><li>IMPACT (Ironworker International Program) Drug and Alcohol random testing with 3rd party medical screening<\\/li><li>OSHA Forklift Operation<\\/li><li>OSHA Ariel Lift Operation<\\/li><li>OSHA First Aid and CAD<\\/li><li>OSHA Crane Signal and Hoisting Person<\\/li><li>Lift Director (Foreman training)<\\/li><li>Certified Welding in Stick, Tig, and Mig.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c6b121\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"14865be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/q2.jpg\",\"id\":685},\"image_custom_dimension\":{\"width\":\"\",\"height\":\"380\"},\"align\":\"right\",\"_css_classes\":\"osha-imgsk\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1219934\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"qualification-contain\"},\"elements\":[{\"id\":\"7d2a4dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0cf214c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OSHA Regulations\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"780d3c1\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4481386\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adcd458\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"qualification-contain\"},\"elements\":[{\"id\":\"8b4a8c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"119b606\",\"elType\":\"widget\",\"settings\":{\"title\":\"Insurance\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb12a6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3c746fa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b90f3a\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"background_background\":\"classic\",\"background_color\":\"#2B4D7B\",\"background_color_b\":\"#2B4D7B\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"987da49\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"44202fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Need our expertise for a job?\",\"align\":\"left\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"395a287\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f59b751\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"right\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(0, 0, 0, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#F8F8F8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(5306,1035,'_elementor_css','a:5:{s:4:\"time\";i:1599130258;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(5309,1036,'_elementor_edit_mode','builder'),(5310,1036,'_elementor_template_type','wp-page'),(5311,1036,'_elementor_version','2.9.9'),(5312,1036,'_wp_page_template','default'),(5313,1036,'_elementor_data','[{\"id\":\"869b16b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5a60c91\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f969fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Qualifications \",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a65c6f2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd0da0b\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\"},\"elements\":[{\"id\":\"5651c44\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"02bf0c5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/hjhjghj.jpg\",\"id\":1034}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5146b17\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"099c4db\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ul><li>Qualified Riggers vs. Certified Riggers: What is the Difference?<\\/li><\\/ul><p>The terms \\u201cqualified\\u201d and \\u201ccertified\\u201d are often used interchangeably in the rigging industry, but OSHA standards and qualifications for each role are very different. OSHA standards require that qualified riggers must be used during hoisting activities for assembly and disassembly work, or when workers are within the fall zone and hooking, unhooking, or guiding a load, or connecting a load to a component or structure.\\u00a0 However, OSHA does not require that riggers be \\u201ccertified,\\u201d which is another level of achievement in the rigging industry.<\\/p><ul><li><u>Qualified Rigger:<\\/u><\\/li><\\/ul><p>OSHA only loosely specifies who meets the criteria of a qualified rigger, leaving the final determination up to the employer.\\u00a0 A qualified rigger \\u201cpossesses a recognized degree, certificate, or professional standing, OR who by extensive knowledge, training and experience, can successfully demonstrate the ability to solve problems related to rigging loads. Qualified riggers do not, however have to be certified by an accredited organization or third party.\\u00a0 Under these criteria, a rigger with extensive hands-on experience, but no formal training or certifications, may be considered a qualified rigger.\\u00a0To become a Qualified Rigger, a 2-hour exam is required with 100 questions.<\\/p><h3><u>Certified Rigger<\\/u>:<\\/h3><p>A certified rigger is a person who has passed stringent written and practical exams related to rigging and can be certified at a Level 1 or 2. \\u00a0 Accredited organizations such as NCCCO (National Commission for the Certification of Crane Operators) and many training programs offer\\u00a0<a href=\\\"http:\\/\\/rbaker.com\\/rigging-contractors.php\\\">rigger certification testing<\\/a> for various levels.\\u00a0<\\/p><ul><li><u>NCCCO Certified Rigger Level I:<\\/u><\\/li><\\/ul><p>The Certified Rigger Level I Written Examination consists of 60 multiple-choice questions. Candidates are allowed 60 minutes to complete the test. The successful completion demonstrates a candidate\\u2019s basic rigging competency.<\\/p><ul><li><u>NCCCO Certified Rigger Level II:<\\/u><\\/li><\\/ul><p>The Certified Rigger Level II Written Examination consists of 40 multiple-choice questions, completed in 60 minutes.\\u00a0 The successful completion demonstrates a candidate\\u2019s competency in rigging a load for a level lift and for rotating a load.<\\/p>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3e85a51\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"bb8ee47\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"57c035b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><u>Professionally Certified Rigger: <\\/u><\\/li><li>The strictest requirements are in place to be designated as a Professionally Certified Rigger, including:<\\/li><li>A total of 6,000 hours toecome a journeyman.<\\/li><li>Individuals complete an Accredited Apprentice and re-training Journeyman School (the only school in the nation certified by the Department of Labor (D.O.L.) for <span style=\\\"text-decoration: line-through;\\\">machinery moving and rigging)<\\/span> rigging, machinery moving, and machinery erecting.<\\/li><li>OSHA <span style=\\\"text-decoration: line-through;\\\">10 hour<\\/span> - 30 hours is required <span style=\\\"text-decoration: line-through;\\\">for competency<\\/span><\\/li><li>IMPACT (Ironworker International Program) Drug and Alcohol random testing with 3rd party medical screening<\\/li><li>OSHA Forklift Operation<\\/li><li>OSHA Ariel Lift Operation<\\/li><li>OSHA First Aid and CAD<\\/li><li>OSHA Crane Signal and Hoisting Person<\\/li><li>Lift Director (Foreman training)<\\/li><li>Certified Welding in Stick, Tig, and Mig.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c6b121\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"14865be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/q2.jpg\",\"id\":685},\"image_custom_dimension\":{\"width\":\"\",\"height\":\"380\"},\"align\":\"right\",\"_css_classes\":\"osha-imgsk\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1219934\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"qualification-contain\"},\"elements\":[{\"id\":\"7d2a4dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0cf214c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OSHA Regulations\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"780d3c1\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4481386\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adcd458\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"qualification-contain\"},\"elements\":[{\"id\":\"8b4a8c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"119b606\",\"elType\":\"widget\",\"settings\":{\"title\":\"Insurance\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb12a6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3c746fa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b90f3a\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"background_background\":\"classic\",\"background_color\":\"#2B4D7B\",\"background_color_b\":\"#2B4D7B\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"987da49\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"44202fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Need our expertise for a job?\",\"align\":\"left\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"395a287\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f59b751\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"right\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(0, 0, 0, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#F8F8F8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(5314,1036,'_elementor_css','a:5:{s:4:\"time\";i:1599130449;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(5323,1038,'_wp_attached_file','2018/03/sdfdfsfsf.jpg'),(5324,1038,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:597;s:6:\"height\";i:398;s:4:\"file\";s:21:\"2018/03/sdfdfsfsf.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"sdfdfsfsf-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"sdfdfsfsf-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:20:\"sdfdfsfsf-100x80.jpg\";s:5:\"width\";i:100;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:{}}}'),(5325,205,'_elementor_data','[{\"id\":\"613d1c0f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"18af29d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"18659c5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Our team engages the right vehicles to deliver your equipment safely to your destination across the U.S.\\r\\n<ul>\\r\\n \\t<li>VEHICLES:\\r\\n<ul>\\r\\n \\t<li>Flatbeds<\\/li>\\r\\n \\t<li>Step Decks<\\/li>\\r\\n \\t<li>Double Drops \\u2013 Expandable & RGNs<\\/li>\\r\\n \\t<li>Tilt Beds \\u2013 Trailers<\\/li>\\r\\n \\t<li>Straight Trucks \\u2013 12\\u2019 to 24\\u2019<\\/li>\\r\\n \\t<li>Vans \\u2013 48-53 Logistics<\\/li>\\r\\n<\\/ul>\\r\\n<\\/li>\\r\\n<\\/ul>\\r\\n \\r\\n<ul>\\r\\n \\t<li>OTHER SERVICES WE PROVIDE:\\r\\n<ul>\\r\\n \\t<li>Over Dimensional Loads<\\/li>\\r\\n \\t<li>Heavy Hauling<\\/li>\\r\\n \\t<li>LTL (Less than truckload)<\\/li>\\r\\n<\\/ul>\\r\\n<\\/li>\\r\\n<\\/ul>\\r\\n \\r\\n\\r\\n \\r\\n\\r\\n \"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43b580c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"78fe954\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"798cc28\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2018\\/03\\/sdfdfsfsf.jpg\",\"id\":1038},\"image_size\":\"full\",\"align\":\"left\",\"_element_id\":\"jobsite-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(5326,1039,'_thumbnail_id','387'),(5327,1039,'_wp_page_template','default'),(5328,1039,'_elementor_template_type','wp-post'),(5329,1039,'_elementor_version','2.9.9'),(5330,1039,'_elementor_edit_mode','builder'),(5331,1039,'_elementor_data','[{\"id\":\"613d1c0f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"18af29d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"18659c5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Our team engages the right vehicles to deliver your equipment safely to your destination across the U.S.\\r\\n<ul>\\r\\n \\t<li>VEHICLES:\\r\\n<ul>\\r\\n \\t<li>Flatbeds<\\/li>\\r\\n \\t<li>Step Decks<\\/li>\\r\\n \\t<li>Double Drops \\u2013 Expandable & RGNs<\\/li>\\r\\n \\t<li>Tilt Beds \\u2013 Trailers<\\/li>\\r\\n \\t<li>Straight Trucks \\u2013 12\\u2019 to 24\\u2019<\\/li>\\r\\n \\t<li>Vans \\u2013 48-53 Logistics<\\/li>\\r\\n<\\/ul>\\r\\n<\\/li>\\r\\n<\\/ul>\\r\\n \\r\\n<ul>\\r\\n \\t<li>OTHER SERVICES WE PROVIDE:\\r\\n<ul>\\r\\n \\t<li>Over Dimensional Loads<\\/li>\\r\\n \\t<li>Heavy Hauling<\\/li>\\r\\n \\t<li>LTL (Less than truckload)<\\/li>\\r\\n<\\/ul>\\r\\n<\\/li>\\r\\n<\\/ul>\\r\\n \\r\\n\\r\\n \\r\\n\\r\\n \"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43b580c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"78fe954\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"798cc28\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2018\\/03\\/sdfdfsfsf.jpg\",\"id\":1038},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(5334,1040,'_thumbnail_id','387'),(5335,1040,'_wp_page_template','default'),(5336,1040,'_elementor_template_type','wp-post'),(5337,1040,'_elementor_version','2.9.9'),(5338,1040,'_elementor_edit_mode','builder'),(5339,1040,'_elementor_data','[{\"id\":\"613d1c0f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"18af29d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"18659c5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Our team engages the right vehicles to deliver your equipment safely to your destination across the U.S.\\r\\n<ul>\\r\\n \\t<li>VEHICLES:\\r\\n<ul>\\r\\n \\t<li>Flatbeds<\\/li>\\r\\n \\t<li>Step Decks<\\/li>\\r\\n \\t<li>Double Drops \\u2013 Expandable & RGNs<\\/li>\\r\\n \\t<li>Tilt Beds \\u2013 Trailers<\\/li>\\r\\n \\t<li>Straight Trucks \\u2013 12\\u2019 to 24\\u2019<\\/li>\\r\\n \\t<li>Vans \\u2013 48-53 Logistics<\\/li>\\r\\n<\\/ul>\\r\\n<\\/li>\\r\\n<\\/ul>\\r\\n \\r\\n<ul>\\r\\n \\t<li>OTHER SERVICES WE PROVIDE:\\r\\n<ul>\\r\\n \\t<li>Over Dimensional Loads<\\/li>\\r\\n \\t<li>Heavy Hauling<\\/li>\\r\\n \\t<li>LTL (Less than truckload)<\\/li>\\r\\n<\\/ul>\\r\\n<\\/li>\\r\\n<\\/ul>\\r\\n \\r\\n\\r\\n \\r\\n\\r\\n \"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43b580c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"78fe954\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"798cc28\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2018\\/03\\/sdfdfsfsf.jpg\",\"id\":1038},\"image_size\":\"full\",\"_element_id\":\"jobsite-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(5340,1040,'_elementor_css','a:5:{s:4:\"time\";i:1599130778;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(5343,1041,'_thumbnail_id','387'),(5344,1041,'_wp_page_template','default'),(5345,1041,'_elementor_template_type','wp-post'),(5346,1041,'_elementor_version','2.9.9'),(5347,1041,'_elementor_edit_mode','builder'),(5348,1041,'_elementor_data','[{\"id\":\"613d1c0f\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"18af29d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"18659c5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Our team engages the right vehicles to deliver your equipment safely to your destination across the U.S.\\r\\n<ul>\\r\\n \\t<li>VEHICLES:\\r\\n<ul>\\r\\n \\t<li>Flatbeds<\\/li>\\r\\n \\t<li>Step Decks<\\/li>\\r\\n \\t<li>Double Drops \\u2013 Expandable & RGNs<\\/li>\\r\\n \\t<li>Tilt Beds \\u2013 Trailers<\\/li>\\r\\n \\t<li>Straight Trucks \\u2013 12\\u2019 to 24\\u2019<\\/li>\\r\\n \\t<li>Vans \\u2013 48-53 Logistics<\\/li>\\r\\n<\\/ul>\\r\\n<\\/li>\\r\\n<\\/ul>\\r\\n \\r\\n<ul>\\r\\n \\t<li>OTHER SERVICES WE PROVIDE:\\r\\n<ul>\\r\\n \\t<li>Over Dimensional Loads<\\/li>\\r\\n \\t<li>Heavy Hauling<\\/li>\\r\\n \\t<li>LTL (Less than truckload)<\\/li>\\r\\n<\\/ul>\\r\\n<\\/li>\\r\\n<\\/ul>\\r\\n \\r\\n\\r\\n \\r\\n\\r\\n \"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43b580c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"78fe954\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"798cc28\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2018\\/03\\/sdfdfsfsf.jpg\",\"id\":1038},\"image_size\":\"full\",\"align\":\"left\",\"_element_id\":\"jobsite-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(5349,1041,'_elementor_css','a:5:{s:4:\"time\";i:1599130924;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(5350,205,'_elementor_controls_usage','a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:11:\"_element_id\";i:1;}}}}}'),(5351,205,'_elementor_css','a:5:{s:4:\"time\";i:1599131015;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(5352,1042,'_elementor_edit_mode','builder'),(5353,1042,'_elementor_template_type','wp-page'),(5354,1042,'_elementor_version','2.9.9'),(5355,1042,'_wp_page_template','default'),(5356,1042,'_elementor_data','[{\"id\":\"869b16b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5a60c91\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f969fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Qualifications \",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a65c6f2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd0da0b\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\"},\"elements\":[{\"id\":\"5651c44\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"02bf0c5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/hjhjghj.jpg\",\"id\":1034}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5146b17\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"099c4db\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ul><li>Qualified Riggers vs. Certified Riggers: What is the Difference?<\\/li><\\/ul><p>The terms \\u201cqualified\\u201d and \\u201ccertified\\u201d are often used interchangeably in the rigging industry, but OSHA standards and qualifications for each role are very different. OSHA standards require that qualified riggers must be used during hoisting activities for assembly and disassembly work, or when workers are within the fall zone and hooking, unhooking, or guiding a load, or connecting a load to a component or structure.\\u00a0 However, OSHA does not require that riggers be \\u201ccertified,\\u201d which is another level of achievement in the rigging industry.<\\/p><ul><li><u>Qualified Rigger:<\\/u><\\/li><\\/ul><p>OSHA only loosely specifies who meets the criteria of a qualified rigger, leaving the final determination up to the employer.\\u00a0 A qualified rigger \\u201cpossesses a recognized degree, certificate, or professional standing, OR who by extensive knowledge, training and experience, can successfully demonstrate the ability to solve problems related to rigging loads. Qualified riggers do not, however have to be certified by an accredited organization or third party.\\u00a0 Under these criteria, a rigger with extensive hands-on experience, but no formal training or certifications, may be considered a qualified rigger.\\u00a0To become a Qualified Rigger, a 2-hour exam is required with 100 questions.<\\/p>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3e85a51\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"bb8ee47\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"57c035b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><u>Professionally Certified Rigger: <\\/u><\\/li><li>The strictest requirements are in place to be designated as a Professionally Certified Rigger, including:<\\/li><li>A total of 6,000 hours toecome a journeyman.<\\/li><li>Individuals complete an Accredited Apprentice and re-training Journeyman School (the only school in the nation certified by the Department of Labor (D.O.L.) for <span style=\\\"text-decoration: line-through;\\\">machinery moving and rigging)<\\/span> rigging, machinery moving, and machinery erecting.<\\/li><li>OSHA <span style=\\\"text-decoration: line-through;\\\">10 hour<\\/span> - 30 hours is required <span style=\\\"text-decoration: line-through;\\\">for competency<\\/span><\\/li><li>IMPACT (Ironworker International Program) Drug and Alcohol random testing with 3rd party medical screening<\\/li><li>OSHA Forklift Operation<\\/li><li>OSHA Ariel Lift Operation<\\/li><li>OSHA First Aid and CAD<\\/li><li>OSHA Crane Signal and Hoisting Person<\\/li><li>Lift Director (Foreman training)<\\/li><li>Certified Welding in Stick, Tig, and Mig.<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c6b121\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"14865be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/q2.jpg\",\"id\":685},\"image_custom_dimension\":{\"width\":\"\",\"height\":\"380\"},\"align\":\"right\",\"_css_classes\":\"osha-imgsk\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1219934\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"qualification-contain\"},\"elements\":[{\"id\":\"7d2a4dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0cf214c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OSHA Regulations\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"780d3c1\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4481386\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adcd458\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"qualification-contain\"},\"elements\":[{\"id\":\"8b4a8c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"119b606\",\"elType\":\"widget\",\"settings\":{\"title\":\"Insurance\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb12a6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3c746fa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b90f3a\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"background_background\":\"classic\",\"background_color\":\"#2B4D7B\",\"background_color_b\":\"#2B4D7B\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"987da49\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"44202fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Need our expertise for a job?\",\"align\":\"left\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"395a287\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f59b751\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"right\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(0, 0, 0, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#F8F8F8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2910c8a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8a27c96\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd112ed\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<h3><u>Certified Rigger<\\/u>:<\\/h3><p>A certified rigger is a person who has passed stringent written and practical exams related to rigging and can be certified at a Level 1 or 2. \\u00a0 Accredited organizations such as NCCCO (National Commission for the Certification of Crane Operators) and many training programs offer\\u00a0<a href=\\\"http:\\/\\/rbaker.com\\/rigging-contractors.php\\\">rigger certification testing<\\/a> for various levels.\\u00a0<\\/p><ul><li><u>NCCCO Certified Rigger Level I:<\\/u><\\/li><\\/ul><p>The Certified Rigger Level I Written Examination consists of 60 multiple-choice questions. Candidates are allowed 60 minutes to complete the test. The successful completion demonstrates a candidate\\u2019s basic rigging competency.<\\/p><ul><li><u>NCCCO Certified Rigger Level II:<\\/u><\\/li><\\/ul><p>The Certified Rigger Level II Written Examination consists of 40 multiple-choice questions, completed in 60 minutes.\\u00a0 The successful completion demonstrates a candidate\\u2019s competency in rigging a load for a level lift and for rotating a load.<\\/p>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false}]'),(5357,1042,'_elementor_css','a:5:{s:4:\"time\";i:1599130563;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(5359,1043,'_elementor_edit_mode','builder'),(5360,1043,'_elementor_template_type','wp-page'),(5361,1043,'_elementor_version','2.9.9'),(5362,1043,'_wp_page_template','default'),(5363,1043,'_elementor_data','[{\"id\":\"869b16b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5a60c91\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f969fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Qualifications \",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a65c6f2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd0da0b\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\"},\"elements\":[{\"id\":\"5651c44\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"02bf0c5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/hjhjghj.jpg\",\"id\":1034}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5146b17\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"099c4db\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ul><li>Qualified Riggers vs. Certified Riggers: What is the Difference?<\\/li><\\/ul><p>The terms \\u201cqualified\\u201d and \\u201ccertified\\u201d are often used interchangeably in the rigging industry, but OSHA standards and qualifications for each role are very different. OSHA standards require that qualified riggers must be used during hoisting activities for assembly and disassembly work, or when workers are within the fall zone and hooking, unhooking, or guiding a load, or connecting a load to a component or structure.\\u00a0 However, OSHA does not require that riggers be \\u201ccertified,\\u201d which is another level of achievement in the rigging industry.<\\/p><ul><li><u>Qualified Rigger:<\\/u><\\/li><\\/ul><p>OSHA only loosely specifies who meets the criteria of a qualified rigger, leaving the final determination up to the employer.\\u00a0 A qualified rigger \\u201cpossesses a recognized degree, certificate, or professional standing, OR who by extensive knowledge, training and experience, can successfully demonstrate the ability to solve problems related to rigging loads. Qualified riggers do not, however have to be certified by an accredited organization or third party.\\u00a0 Under these criteria, a rigger with extensive hands-on experience, but no formal training or certifications, may be considered a qualified rigger.\\u00a0To become a Qualified Rigger, a 2-hour exam is required with 100 questions.<\\/p>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2910c8a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8a27c96\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd112ed\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<h3><u>Certified Rigger<\\/u>:<\\/h3><p>A certified rigger is a person who has passed stringent written and practical exams related to rigging and can be certified at a Level 1 or 2. \\u00a0 Accredited organizations such as NCCCO (National Commission for the Certification of Crane Operators) and many training programs offer\\u00a0<a href=\\\"http:\\/\\/rbaker.com\\/rigging-contractors.php\\\">rigger certification testing<\\/a> for various levels.\\u00a0<\\/p><ul><li><u>NCCCO Certified Rigger Level I:<\\/u><\\/li><\\/ul><p>The Certified Rigger Level I Written Examination consists of 60 multiple-choice questions. Candidates are allowed 60 minutes to complete the test. The successful completion demonstrates a candidate\\u2019s basic rigging competency.<\\/p><ul><li><u>NCCCO Certified Rigger Level II:<\\/u><\\/li><\\/ul><p>The Certified Rigger Level II Written Examination consists of 40 multiple-choice questions, completed in 60 minutes.\\u00a0 The successful completion demonstrates a candidate\\u2019s competency in rigging a load for a level lift and for rotating a load.<\\/p>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3e85a51\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"bb8ee47\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"57c035b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><u>Professionally Certified Rigger: <\\/u><\\/li><li>The strictest requirements are in place to be designated as a Professionally Certified Rigger, including:<\\/li><li>A total of 6,000 hours toecome a journeyman.<\\/li><li>Individuals complete an Accredited Apprentice and re-training Journeyman School (the only school in the nation certified by the Department of Labor (D.O.L.) for <span style=\\\"text-decoration: line-through;\\\">machinery moving and rigging)<\\/span> rigging, machinery moving, and machinery erecting.<\\/li><li>OSHA <span style=\\\"text-decoration: line-through;\\\">10 hour<\\/span> - 30 hours is required <span style=\\\"text-decoration: line-through;\\\">for competency<\\/span><\\/li><li>IMPACT (Ironworker International Program) Drug and Alcohol random testing with 3rd party medical screening<\\/li><li>OSHA Forklift Operation<\\/li><li>OSHA Ariel Lift Operation<\\/li><li>OSHA First Aid and CAD<\\/li><li>OSHA Crane Signal and Hoisting Person<\\/li><li>Lift Director (Foreman training)<\\/li><li>Certified Welding in Stick, Tig, and Mig.<\\/li><\\/ul>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c6b121\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"14865be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/q2.jpg\",\"id\":685},\"image_custom_dimension\":{\"width\":\"\",\"height\":\"380\"},\"align\":\"right\",\"_css_classes\":\"osha-imgsk\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1219934\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"qualification-contain\"},\"elements\":[{\"id\":\"7d2a4dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0cf214c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OSHA Regulations\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"780d3c1\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4481386\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project.\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adcd458\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"qualification-contain\"},\"elements\":[{\"id\":\"8b4a8c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"119b606\",\"elType\":\"widget\",\"settings\":{\"title\":\"Insurance\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb12a6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3c746fa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b90f3a\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"background_background\":\"classic\",\"background_color\":\"#2B4D7B\",\"background_color_b\":\"#2B4D7B\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"987da49\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"44202fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Need our expertise for a job?\",\"align\":\"left\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"395a287\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f59b751\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"right\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(0, 0, 0, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#F8F8F8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(5365,1044,'_elementor_edit_mode','builder'),(5366,1044,'_elementor_template_type','wp-page'),(5367,1044,'_elementor_version','2.9.9'),(5368,1044,'_wp_page_template','default'),(5369,1044,'_elementor_data','[{\"id\":\"869b16b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5a60c91\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f969fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Qualifications \",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a65c6f2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd0da0b\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\"},\"elements\":[{\"id\":\"5651c44\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"02bf0c5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/hjhjghj.jpg\",\"id\":1034}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5146b17\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"099c4db\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ul><li>Qualified Riggers vs. Certified Riggers: What is the Difference?<\\/li><\\/ul><p>The terms \\u201cqualified\\u201d and \\u201ccertified\\u201d are often used interchangeably in the rigging industry, but OSHA standards and qualifications for each role are very different. OSHA standards require that qualified riggers must be used during hoisting activities for assembly and disassembly work, or when workers are within the fall zone and hooking, unhooking, or guiding a load, or connecting a load to a component or structure.\\u00a0 However, OSHA does not require that riggers be \\u201ccertified,\\u201d which is another level of achievement in the rigging industry.<\\/p><ul><li><u>Qualified Rigger:<\\/u><\\/li><\\/ul><p>OSHA only loosely specifies who meets the criteria of a qualified rigger, leaving the final determination up to the employer.\\u00a0 A qualified rigger \\u201cpossesses a recognized degree, certificate, or professional standing, OR who by extensive knowledge, training and experience, can successfully demonstrate the ability to solve problems related to rigging loads. Qualified riggers do not, however have to be certified by an accredited organization or third party.\\u00a0 Under these criteria, a rigger with extensive hands-on experience, but no formal training or certifications, may be considered a qualified rigger.\\u00a0To become a Qualified Rigger, a 2-hour exam is required with 100 questions.<\\/p>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2910c8a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8a27c96\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd112ed\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<h3><u>Certified Rigger<\\/u>:<\\/h3><p>A certified rigger is a person who has passed stringent written and practical exams related to rigging and can be certified at a Level 1 or 2. \\u00a0 Accredited organizations such as NCCCO (National Commission for the Certification of Crane Operators) and many training programs offer\\u00a0<a href=\\\"http:\\/\\/rbaker.com\\/rigging-contractors.php\\\">rigger certification testing<\\/a> for various levels.\\u00a0<\\/p><ul><li><u>NCCCO Certified Rigger Level I:<\\/u><\\/li><\\/ul><p>The Certified Rigger Level I Written Examination consists of 60 multiple-choice questions. Candidates are allowed 60 minutes to complete the test. The successful completion demonstrates a candidate\\u2019s basic rigging competency.<\\/p><ul><li><u>NCCCO Certified Rigger Level II:<\\/u><\\/li><\\/ul><p>The Certified Rigger Level II Written Examination consists of 40 multiple-choice questions, completed in 60 minutes.\\u00a0 The successful completion demonstrates a candidate\\u2019s competency in rigging a load for a level lift and for rotating a load.<\\/p>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3e85a51\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"bb8ee47\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"57c035b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><u>Professionally Certified Rigger: <\\/u><\\/li><li>The strictest requirements are in place to be designated as a Professionally Certified Rigger, including:<\\/li><li>A total of 6,000 hours toecome a journeyman.<\\/li><li>Individuals complete an Accredited Apprentice and re-training Journeyman School (the only school in the nation certified by the Department of Labor (D.O.L.) for <span style=\\\"text-decoration: line-through;\\\">machinery moving and rigging)<\\/span> rigging, machinery moving, and machinery erecting.<\\/li><li>OSHA <span style=\\\"text-decoration: line-through;\\\">10 hour<\\/span> - 30 hours is required <span style=\\\"text-decoration: line-through;\\\">for competency<\\/span><\\/li><li>IMPACT (Ironworker International Program) Drug and Alcohol random testing with 3rd party medical screening<\\/li><li>OSHA Forklift Operation<\\/li><li>OSHA Ariel Lift Operation<\\/li><li>OSHA First Aid and CAD<\\/li><li>OSHA Crane Signal and Hoisting Person<\\/li><li>Lift Director (Foreman training)<\\/li><li>Certified Welding in Stick, Tig, and Mig.<\\/li><\\/ul>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c6b121\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"14865be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/q2.jpg\",\"id\":685},\"image_custom_dimension\":{\"width\":\"\",\"height\":\"380\"},\"align\":\"right\",\"_css_classes\":\"osha-imgsk\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1219934\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"qualification-contain\"},\"elements\":[{\"id\":\"7d2a4dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0cf214c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OSHA Regulations\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"780d3c1\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4481386\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project.\\u00a0<\\/span><\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adcd458\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"qualification-contain\"},\"elements\":[{\"id\":\"8b4a8c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"119b606\",\"elType\":\"widget\",\"settings\":{\"title\":\"Insurance\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb12a6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3c746fa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b90f3a\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"background_background\":\"classic\",\"background_color\":\"#2B4D7B\",\"background_color_b\":\"#2B4D7B\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"987da49\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"44202fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Need our expertise for a job?\",\"align\":\"left\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"395a287\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f59b751\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"right\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(0, 0, 0, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#F8F8F8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(5371,1045,'_elementor_edit_mode','builder'),(5372,1045,'_elementor_template_type','wp-page'),(5373,1045,'_elementor_version','2.9.9'),(5374,1045,'_wp_page_template','default'),(5375,1045,'_elementor_data','[{\"id\":\"869b16b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5a60c91\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f969fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Qualifications \",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a65c6f2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd0da0b\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\"},\"elements\":[{\"id\":\"5651c44\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"02bf0c5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/s8.png\",\"id\":1002}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5146b17\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"099c4db\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ul><li>Qualified Riggers vs. Certified Riggers: What is the Difference?<\\/li><\\/ul><p>The terms \\u201cqualified\\u201d and \\u201ccertified\\u201d are often used interchangeably in the rigging industry, but OSHA standards and qualifications for each role are very different. OSHA standards require that qualified riggers must be used during hoisting activities for assembly and disassembly work, or when workers are within the fall zone and hooking, unhooking, or guiding a load, or connecting a load to a component or structure.\\u00a0 However, OSHA does not require that riggers be \\u201ccertified,\\u201d which is another level of achievement in the rigging industry.<\\/p><ul><li><u>Qualified Rigger:<\\/u><\\/li><\\/ul><p>OSHA only loosely specifies who meets the criteria of a qualified rigger, leaving the final determination up to the employer.\\u00a0 A qualified rigger \\u201cpossesses a recognized degree, certificate, or professional standing, OR who by extensive knowledge, training and experience, can successfully demonstrate the ability to solve problems related to rigging loads. Qualified riggers do not, however have to be certified by an accredited organization or third party.\\u00a0 Under these criteria, a rigger with extensive hands-on experience, but no formal training or certifications, may be considered a qualified rigger.\\u00a0To become a Qualified Rigger, a 2-hour exam is required with 100 questions.<\\/p>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2910c8a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8a27c96\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd112ed\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<h3><u>Certified Rigger<\\/u>:<\\/h3><p>A certified rigger is a person who has passed stringent written and practical exams related to rigging and can be certified at a Level 1 or 2. \\u00a0 Accredited organizations such as NCCCO (National Commission for the Certification of Crane Operators) and many training programs offer\\u00a0<a href=\\\"http:\\/\\/rbaker.com\\/rigging-contractors.php\\\">rigger certification testing<\\/a> for various levels.\\u00a0<\\/p><ul><li><u>NCCCO Certified Rigger Level I:<\\/u><\\/li><\\/ul><p>The Certified Rigger Level I Written Examination consists of 60 multiple-choice questions. Candidates are allowed 60 minutes to complete the test. The successful completion demonstrates a candidate\\u2019s basic rigging competency.<\\/p><ul><li><u>NCCCO Certified Rigger Level II:<\\/u><\\/li><\\/ul><p>The Certified Rigger Level II Written Examination consists of 40 multiple-choice questions, completed in 60 minutes.\\u00a0 The successful completion demonstrates a candidate\\u2019s competency in rigging a load for a level lift and for rotating a load.<\\/p>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3e85a51\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"bb8ee47\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"57c035b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><u>Professionally Certified Rigger: <\\/u><\\/li><li>The strictest requirements are in place to be designated as a Professionally Certified Rigger, including:<\\/li><li>A total of 6,000 hours toecome a journeyman.<\\/li><li>Individuals complete an Accredited Apprentice and re-training Journeyman School (the only school in the nation certified by the Department of Labor (D.O.L.) for <span style=\\\"text-decoration: line-through;\\\">machinery moving and rigging)<\\/span> rigging, machinery moving, and machinery erecting.<\\/li><li>OSHA <span style=\\\"text-decoration: line-through;\\\">10 hour<\\/span> - 30 hours is required <span style=\\\"text-decoration: line-through;\\\">for competency<\\/span><\\/li><li>IMPACT (Ironworker International Program) Drug and Alcohol random testing with 3rd party medical screening<\\/li><li>OSHA Forklift Operation<\\/li><li>OSHA Ariel Lift Operation<\\/li><li>OSHA First Aid and CAD<\\/li><li>OSHA Crane Signal and Hoisting Person<\\/li><li>Lift Director (Foreman training)<\\/li><li>Certified Welding in Stick, Tig, and Mig.<\\/li><\\/ul>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c6b121\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"14865be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/q2.jpg\",\"id\":685},\"image_custom_dimension\":{\"width\":\"\",\"height\":\"380\"},\"align\":\"right\",\"_css_classes\":\"osha-imgsk\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1219934\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"qualification-contain\"},\"elements\":[{\"id\":\"7d2a4dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0cf214c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OSHA Regulations\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"780d3c1\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4481386\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project.\\u00a0<\\/span><\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adcd458\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"qualification-contain\"},\"elements\":[{\"id\":\"8b4a8c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"119b606\",\"elType\":\"widget\",\"settings\":{\"title\":\"Insurance\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb12a6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3c746fa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b90f3a\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"background_background\":\"classic\",\"background_color\":\"#2B4D7B\",\"background_color_b\":\"#2B4D7B\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"987da49\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"44202fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Need our expertise for a job?\",\"align\":\"left\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"395a287\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f59b751\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"right\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(0, 0, 0, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#F8F8F8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(5378,1046,'_elementor_edit_mode','builder'),(5379,1046,'_elementor_template_type','wp-page'),(5380,1046,'_elementor_version','2.9.9'),(5381,1046,'_wp_page_template','default'),(5382,1046,'_elementor_data','[{\"id\":\"869b16b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5a60c91\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f969fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Qualifications \",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a65c6f2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd0da0b\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\"},\"elements\":[{\"id\":\"5651c44\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"02bf0c5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/s8.png\",\"id\":1002}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5146b17\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"099c4db\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ul><li>Qualified Riggers vs. Certified Riggers: What is the Difference?<\\/li><\\/ul><p>The terms \\u201cqualified\\u201d and \\u201ccertified\\u201d are often used interchangeably in the rigging industry, but OSHA standards and qualifications for each role are very different. OSHA standards require that qualified riggers must be used during hoisting activities for assembly and disassembly work, or when workers are within the fall zone and hooking, unhooking, or guiding a load, or connecting a load to a component or structure.\\u00a0 However, OSHA does not require that riggers be \\u201ccertified,\\u201d which is another level of achievement in the rigging industry.<\\/p><ul><li><u>Qualified Rigger:<\\/u><\\/li><\\/ul><p>OSHA only loosely specifies who meets the criteria of a qualified rigger, leaving the final determination up to the employer.\\u00a0 A qualified rigger \\u201cpossesses a recognized degree, certificate, or professional standing, OR who by extensive knowledge, training and experience, can successfully demonstrate the ability to solve problems related to rigging loads. Qualified riggers do not, however have to be certified by an accredited organization or third party.\\u00a0 Under these criteria, a rigger with extensive hands-on experience, but no formal training or certifications, may be considered a qualified rigger.\\u00a0To become a Qualified Rigger, a 2-hour exam is required with 100 questions.<\\/p>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2910c8a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8a27c96\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd112ed\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<h3><u>Certified Rigger<\\/u>:<\\/h3><p>A certified rigger is a person who has passed stringent written and practical exams related to rigging and can be certified at a Level 1 or 2. \\u00a0 Accredited organizations such as NCCCO (National Commission for the Certification of Crane Operators) and many training programs offer\\u00a0<a href=\\\"http:\\/\\/rbaker.com\\/rigging-contractors.php\\\">rigger certification testing<\\/a> for various levels.\\u00a0<\\/p><ul><li><u>NCCCO Certified Rigger Level I:<\\/u><\\/li><\\/ul><p>The Certified Rigger Level I Written Examination consists of 60 multiple-choice questions. Candidates are allowed 60 minutes to complete the test. The successful completion demonstrates a candidate\\u2019s basic rigging competency.<\\/p><ul><li><u>NCCCO Certified Rigger Level II:<\\/u><\\/li><\\/ul><p>The Certified Rigger Level II Written Examination consists of 40 multiple-choice questions, completed in 60 minutes.\\u00a0 The successful completion demonstrates a candidate\\u2019s competency in rigging a load for a level lift and for rotating a load.<\\/p>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3e85a51\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"bb8ee47\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"57c035b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><u>Professionally Certified Rigger: <\\/u><\\/li><li>The strictest requirements are in place to be designated as a Professionally Certified Rigger, including:<\\/li><li>A total of 6,000 hours toecome a journeyman.<\\/li><li>Individuals complete an Accredited Apprentice and re-training Journeyman School (the only school in the nation certified by the Department of Labor (D.O.L.) for rigging, machinery moving, and machinery erecting.<\\/li><li>OSHA 30 hours is required\\u00a0<\\/li><li>IMPACT (Ironworker International Program) Drug and Alcohol random testing with 3rd party medical screening<\\/li><li>OSHA Forklift Operation<\\/li><li>OSHA Ariel Lift Operation<\\/li><li>OSHA First Aid and CAD<\\/li><li>OSHA Crane Signal and Hoisting Person<\\/li><li>Lift Director (Foreman training)<\\/li><li>Certified Welding in Stick, Tig, and Mig.<\\/li><\\/ul>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c6b121\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"14865be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/q2.jpg\",\"id\":685},\"image_custom_dimension\":{\"width\":\"\",\"height\":\"380\"},\"align\":\"right\",\"_css_classes\":\"osha-imgsk\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1219934\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"qualification-contain\"},\"elements\":[{\"id\":\"7d2a4dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0cf214c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OSHA Regulations\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"780d3c1\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4481386\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project.\\u00a0<\\/span><\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adcd458\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"qualification-contain\"},\"elements\":[{\"id\":\"8b4a8c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"119b606\",\"elType\":\"widget\",\"settings\":{\"title\":\"Insurance\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb12a6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3c746fa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b90f3a\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"background_background\":\"classic\",\"background_color\":\"#2B4D7B\",\"background_color_b\":\"#2B4D7B\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"987da49\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"44202fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Need our expertise for a job?\",\"align\":\"left\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"395a287\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f59b751\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"right\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(0, 0, 0, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#F8F8F8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(5383,1046,'_elementor_css','a:5:{s:4:\"time\";i:1599131930;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(5386,1047,'_elementor_edit_mode','builder'),(5387,1047,'_elementor_template_type','wp-page'),(5388,1047,'_elementor_version','2.9.9'),(5389,1047,'_wp_page_template','default'),(5390,1047,'_elementor_data','[{\"id\":\"869b16b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5a60c91\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f969fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Qualifications \",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a65c6f2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd0da0b\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\"},\"elements\":[{\"id\":\"5651c44\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"02bf0c5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/s8.png\",\"id\":1002}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5146b17\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"099c4db\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ul><li>Qualified Riggers vs. Certified Riggers: What is the Difference?<\\/li><\\/ul><p>The terms \\u201cqualified\\u201d and \\u201ccertified\\u201d are often used interchangeably in the rigging industry, but OSHA standards and qualifications for each role are very different. OSHA standards require that qualified riggers must be used during hoisting activities for assembly and disassembly work, or when workers are within the fall zone and hooking, unhooking, or guiding a load, or connecting a load to a component or structure.\\u00a0 However, OSHA does not require that riggers be \\u201ccertified,\\u201d which is another level of achievement in the rigging industry.<\\/p><ul><li><u>Qualified Rigger:<\\/u><\\/li><\\/ul><p>OSHA only loosely specifies who meets the criteria of a qualified rigger, leaving the final determination up to the employer.\\u00a0 A qualified rigger \\u201cpossesses a recognized degree, certificate, or professional standing, OR who by extensive knowledge, training and experience, can successfully demonstrate the ability to solve problems related to rigging loads. Qualified riggers do not, however have to be certified by an accredited organization or third party.\\u00a0 Under these criteria, a rigger with extensive hands-on experience, but no formal training or certifications, may be considered a qualified rigger.\\u00a0To become a Qualified Rigger, a 2-hour exam is required with 100 questions.<\\/p>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2910c8a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8a27c96\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd112ed\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<h3><u>Certified Rigger<\\/u>:<\\/h3><p>A certified rigger is a person who has passed stringent written and practical exams related to rigging and can be certified at a Level 1 or 2. \\u00a0 Accredited organizations such as NCCCO (National Commission for the Certification of Crane Operators) and many training programs offer\\u00a0<a href=\\\"http:\\/\\/rbaker.com\\/rigging-contractors.php\\\">rigger certification testing<\\/a> for various levels.\\u00a0<\\/p><ul><li><u>NCCCO Certified Rigger Level I:<\\/u><\\/li><\\/ul><p>The Certified Rigger Level I Written Examination consists of 60 multiple-choice questions. Candidates are allowed 60 minutes to complete the test. The successful completion demonstrates a candidate\\u2019s basic rigging competency.<\\/p><ul><li><u>NCCCO Certified Rigger Level II:<\\/u><\\/li><\\/ul><p>The Certified Rigger Level II Written Examination consists of 40 multiple-choice questions, completed in 60 minutes.\\u00a0 The successful completion demonstrates a candidate\\u2019s competency in rigging a load for a level lift and for rotating a load.<\\/p>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3e85a51\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"bb8ee47\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"57c035b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><u>Professionally Certified Rigger: <\\/u><\\/li><li>The strictest requirements are in place to be designated as a Professionally Certified Rigger, including:<\\/li><li>A total of 6,000 hours toecome a journeyman.<\\/li><li>Individuals complete an Accredited Apprentice and re-training Journeyman School (the only school in the nation certified by the Department of Labor (D.O.L.) for rigging, machinery moving, and machinery erecting.<\\/li><li>OSHA 30 hours is required\\u00a0<\\/li><li>IMPACT (Ironworker International Program) Drug and Alcohol random testing with 3rd party medical screening<\\/li><li>OSHA Forklift Operation<\\/li><li>OSHA Ariel Lift Operation<\\/li><li>OSHA First Aid and CAD<\\/li><li>OSHA Crane Signal and Hoisting Person<\\/li><li>Lift Director (Foreman training)<\\/li><li>Certified Welding in Stick, Tig, and Mig.<\\/li><\\/ul>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c6b121\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"14865be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/q2.jpg\",\"id\":685},\"image_custom_dimension\":{\"width\":\"\",\"height\":\"380\"},\"align\":\"right\",\"_css_classes\":\"osha-imgsk\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1219934\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"qualification-contain\"},\"elements\":[{\"id\":\"7d2a4dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0cf214c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OSHA Regulations\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"780d3c1\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4481386\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project.\\u00a0<\\/span><\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adcd458\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"qualification-contain\"},\"elements\":[{\"id\":\"8b4a8c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"119b606\",\"elType\":\"widget\",\"settings\":{\"title\":\"Insurance\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb12a6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3c746fa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b90f3a\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"background_background\":\"classic\",\"background_color\":\"#2B4D7B\",\"background_color_b\":\"#2B4D7B\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"987da49\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"44202fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Need our expertise for a job?\",\"align\":\"left\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"395a287\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f59b751\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"right\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(0, 0, 0, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#F8F8F8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(5391,1047,'_elementor_css','a:5:{s:4:\"time\";i:1599132101;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(5394,1048,'_elementor_edit_mode','builder'),(5395,1048,'_elementor_template_type','wp-page'),(5396,1048,'_elementor_version','2.9.9'),(5397,1048,'_wp_page_template','default'),(5398,1048,'_elementor_data','[{\"id\":\"869b16b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5a60c91\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f969fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Qualifications \",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a65c6f2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd0da0b\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\"},\"elements\":[{\"id\":\"5651c44\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"02bf0c5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/s8.png\",\"id\":1002}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5146b17\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"099c4db\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ul><li>Qualified Riggers vs. Certified Riggers: What is the Difference?<\\/li><\\/ul><p>The terms \\u201cqualified\\u201d and \\u201ccertified\\u201d are often used interchangeably in the rigging industry, but OSHA standards and qualifications for each role are very different. OSHA standards require that qualified riggers must be used during hoisting activities for assembly and disassembly work, or when workers are within the fall zone and hooking, unhooking, or guiding a load, or connecting a load to a component or structure.\\u00a0 However, OSHA does not require that riggers be \\u201ccertified,\\u201d which is another level of achievement in the rigging industry.<\\/p><ul><li><u>Qualified Rigger:<\\/u><\\/li><\\/ul><p>OSHA only loosely specifies who meets the criteria of a qualified rigger, leaving the final determination up to the employer.\\u00a0 A qualified rigger \\u201cpossesses a recognized degree, certificate, or professional standing, OR who by extensive knowledge, training and experience, can successfully demonstrate the ability to solve problems related to rigging loads. Qualified riggers do not, however have to be certified by an accredited organization or third party.\\u00a0 Under these criteria, a rigger with extensive hands-on experience, but no formal training or certifications, may be considered a qualified rigger.\\u00a0To become a Qualified Rigger, a 2-hour exam is required with 100 questions.<\\/p>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2910c8a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8a27c96\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd112ed\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<h3><u>Certified Rigger<\\/u>:<\\/h3><p>A certified rigger is a person who has passed stringent written and practical exams related to rigging and can be certified at a Level 1 or 2. \\u00a0 Accredited organizations such as NCCCO (National Commission for the Certification of Crane Operators) and many training programs offer\\u00a0<a href=\\\"http:\\/\\/rbaker.com\\/rigging-contractors.php\\\">rigger certification testing<\\/a> for various levels.\\u00a0<\\/p><ul><li><u>NCCCO Certified Rigger Level I:<\\/u><\\/li><\\/ul><p>The Certified Rigger Level I Written Examination consists of 60 multiple-choice questions. Candidates are allowed 60 minutes to complete the test. The successful completion demonstrates a candidate\\u2019s basic rigging competency.<\\/p><ul><li><u>NCCCO Certified Rigger Level II:<\\/u><\\/li><\\/ul><p>The Certified Rigger Level II Written Examination consists of 40 multiple-choice questions, completed in 60 minutes.\\u00a0 The successful completion demonstrates a candidate\\u2019s competency in rigging a load for a level lift and for rotating a load.<\\/p>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3e85a51\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"bb8ee47\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"57c035b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><u>Professionally Certified Rigger: <\\/u><\\/li><li>The strictest requirements are in place to be designated as a Professionally Certified Rigger, including:<\\/li><li>A total of 6,000 hours toecome a journeyman.<\\/li><li>Individuals complete an Accredited Apprentice and re-training Journeyman School (the only school in the nation certified by the Department of Labor (D.O.L.) for rigging, machinery moving, and machinery erecting.<\\/li><li>OSHA 30 hours is required\\u00a0<\\/li><li>IMPACT (Ironworker International Program) Drug and Alcohol random testing with 3rd party medical screening<\\/li><li>OSHA Forklift Operation<\\/li><li>OSHA Ariel Lift Operation<\\/li><li>OSHA First Aid and CAD<\\/li><li>OSHA Crane Signal and Hoisting Person<\\/li><li>Lift Director (Foreman training)<\\/li><li>Certified Welding in Stick, Tig, and Mig.<\\/li><\\/ul>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c6b121\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"14865be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/q2.jpg\",\"id\":685},\"image_custom_dimension\":{\"width\":\"\",\"height\":\"380\"},\"align\":\"right\",\"_css_classes\":\"osha-imgsk\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1219934\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"qualification-contain\"},\"elements\":[{\"id\":\"7d2a4dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0cf214c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OSHA Regulations\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"780d3c1\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4481386\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project.\\u00a0<\\/span><\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adcd458\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"qualification-contain\"},\"elements\":[{\"id\":\"8b4a8c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"119b606\",\"elType\":\"widget\",\"settings\":{\"title\":\"Insurance\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb12a6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3c746fa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b90f3a\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"background_background\":\"classic\",\"background_color\":\"#2B4D7B\",\"background_color_b\":\"#2B4D7B\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\"},\"elements\":[{\"id\":\"987da49\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"44202fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Need our expertise for a job?\",\"align\":\"left\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"395a287\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f59b751\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"right\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(0, 0, 0, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#F8F8F8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(5399,1048,'_elementor_css','a:5:{s:4:\"time\";i:1599132529;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(5402,1049,'_elementor_edit_mode','builder'),(5403,1049,'_elementor_template_type','wp-page'),(5404,1049,'_elementor_version','2.9.9'),(5405,1049,'_wp_page_template','default'),(5406,1049,'_elementor_data','[{\"id\":\"869b16b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5a60c91\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f969fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Qualifications \",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a65c6f2\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd0da0b\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\"},\"elements\":[{\"id\":\"5651c44\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"02bf0c5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/s8.png\",\"id\":1002}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5146b17\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"099c4db\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ul><li>Qualified Riggers vs. Certified Riggers: What is the Difference?<\\/li><\\/ul><p>The terms \\u201cqualified\\u201d and \\u201ccertified\\u201d are often used interchangeably in the rigging industry, but OSHA standards and qualifications for each role are very different. OSHA standards require that qualified riggers must be used during hoisting activities for assembly and disassembly work, or when workers are within the fall zone and hooking, unhooking, or guiding a load, or connecting a load to a component or structure.\\u00a0 However, OSHA does not require that riggers be \\u201ccertified,\\u201d which is another level of achievement in the rigging industry.<\\/p><ul><li><u>Qualified Rigger:<\\/u><\\/li><\\/ul><p>OSHA only loosely specifies who meets the criteria of a qualified rigger, leaving the final determination up to the employer.\\u00a0 A qualified rigger \\u201cpossesses a recognized degree, certificate, or professional standing, OR who by extensive knowledge, training and experience, can successfully demonstrate the ability to solve problems related to rigging loads. Qualified riggers do not, however have to be certified by an accredited organization or third party.\\u00a0 Under these criteria, a rigger with extensive hands-on experience, but no formal training or certifications, may be considered a qualified rigger.\\u00a0To become a Qualified Rigger, a 2-hour exam is required with 100 questions.<\\/p>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2910c8a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8a27c96\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cd112ed\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<h3><u>Certified Rigger<\\/u>:<\\/h3><p>A certified rigger is a person who has passed stringent written and practical exams related to rigging and can be certified at a Level 1 or 2. \\u00a0 Accredited organizations such as NCCCO (National Commission for the Certification of Crane Operators) and many training programs offer\\u00a0<a href=\\\"http:\\/\\/rbaker.com\\/rigging-contractors.php\\\">rigger certification testing<\\/a> for various levels.\\u00a0<\\/p><ul><li><u>NCCCO Certified Rigger Level I:<\\/u><\\/li><\\/ul><p>The Certified Rigger Level I Written Examination consists of 60 multiple-choice questions. Candidates are allowed 60 minutes to complete the test. The successful completion demonstrates a candidate\\u2019s basic rigging competency.<\\/p><ul><li><u>NCCCO Certified Rigger Level II:<\\/u><\\/li><\\/ul><p>The Certified Rigger Level II Written Examination consists of 40 multiple-choice questions, completed in 60 minutes.\\u00a0 The successful completion demonstrates a candidate\\u2019s competency in rigging a load for a level lift and for rotating a load.<\\/p>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3e85a51\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\"},\"elements\":[{\"id\":\"bb8ee47\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"57c035b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><u>Professionally Certified Rigger: <\\/u><\\/li><li>The strictest requirements are in place to be designated as a Professionally Certified Rigger, including:<\\/li><li>A total of 6,000 hours toecome a journeyman.<\\/li><li>Individuals complete an Accredited Apprentice and re-training Journeyman School (the only school in the nation certified by the Department of Labor (D.O.L.) for rigging, machinery moving, and machinery erecting.<\\/li><li>OSHA 30 hours is required\\u00a0<\\/li><li>IMPACT (Ironworker International Program) Drug and Alcohol random testing with 3rd party medical screening<\\/li><li>OSHA Forklift Operation<\\/li><li>OSHA Ariel Lift Operation<\\/li><li>OSHA First Aid and CAD<\\/li><li>OSHA Crane Signal and Hoisting Person<\\/li><li>Lift Director (Foreman training)<\\/li><li>Certified Welding in Stick, Tig, and Mig.<\\/li><\\/ul>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c6b121\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"14865be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/q2.jpg\",\"id\":685},\"image_custom_dimension\":{\"width\":\"\",\"height\":\"380\"},\"align\":\"right\",\"_css_classes\":\"osha-imgsk\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1219934\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"qualification-contain\"},\"elements\":[{\"id\":\"7d2a4dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0cf214c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OSHA Regulations\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"780d3c1\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4481386\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project.\\u00a0<\\/span><\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adcd458\",\"elType\":\"section\",\"settings\":{\"css_classes\":\"qualification-contain\"},\"elements\":[{\"id\":\"8b4a8c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"119b606\",\"elType\":\"widget\",\"settings\":{\"title\":\"Insurance\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb12a6c\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#3315C6\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3c746fa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b90f3a\",\"elType\":\"section\",\"settings\":{\"structure\":\"22\",\"background_background\":\"classic\",\"background_color\":\"#2B4D7B\",\"background_color_b\":\"#2B4D7B\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"987da49\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"44202fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Need our expertise for a job?\",\"align\":\"left\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"395a287\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f59b751\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"right\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"rgba(0, 0, 0, 0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#F8F8F8\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(5407,1049,'_elementor_css','a:5:{s:4:\"time\";i:1599132607;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(5408,443,'_elementor_controls_usage','a:8:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:4;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:4;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:1:{s:5:\"width\";i:3;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:5:\"color\";i:3;s:6:\"weight\";i:3;s:3:\"gap\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:10;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}s:14:\"section_layout\";a:1:{s:15:\"stretch_section\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:11:\"css_classes\";i:2;s:7:\"padding\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:18:\"background_color_b\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:2;s:22:\"image_custom_dimension\";i:1;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:11:\"gedung-text\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:19:\"gedung_text_control\";a:1:{s:11:\"custom_text\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:10:\"text_color\";i:3;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:1;s:4:\"link\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;}}}}}'),(5409,443,'_elementor_css','a:5:{s:4:\"time\";i:1599132645;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(5410,1050,'_wp_page_template','default'),(5411,1050,'_thumbnail_id','852'),(5412,1050,'_elementor_edit_mode','builder'),(5413,1050,'_elementor_template_type','wp-post'),(5414,1050,'_elementor_version','2.9.9'),(5415,1050,'_elementor_data','[{\"id\":\"3f1f5281\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"502ddebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5172ddc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our expertise and up-to-date training enable our team to work with a range of contractors. We work with general contractors to assess the overall project and provide detailed plans to implement moves and set up equipment.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Electrical \\u2013 our team collaborates with electrical contractors on a variety of equipment moves including generators, switchgears, transformers and more.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Mechanical \\u2013 Our experience with mechanical contractors extends to moves and set up of a variety of equipment ranging from boilers and chillers to cooling towers and more.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Whether your move involves electrical or mechanical components, or a range of specialties, give us a call at <strong><a href=\\\"tel:800-358-8444\\\">800-358-8444<\\/a><\\/strong> to manage the overall process.<\\/span><\\/p>\",\"text_color\":\"#6EC1E4\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a77330\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"ind-sub-img\"},\"elements\":[{\"id\":\"00f30bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b06471f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a172923\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2018\\/03\\/image19.jpg\",\"id\":852}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0cd4317\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(5416,1050,'_elementor_css','a:5:{s:4:\"time\";i:1595827986;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(5418,1051,'_wp_page_template','default'),(5419,1051,'_thumbnail_id','852'),(5420,1051,'_elementor_edit_mode','builder'),(5421,1051,'_elementor_template_type','wp-post'),(5422,1051,'_elementor_version','2.9.9'),(5423,1051,'_elementor_data','[{\"id\":\"3f1f5281\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"502ddebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5172ddc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our expertise and up-to-date training enable our team to work with a range of contractors. We work with general contractors to assess the overall project and provide detailed plans to implement moves and set up equipment.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Electrical \\u2013 our team collaborates with electrical contractors on a variety of equipment moves including generators, switchgears, transformers and more.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Mechanical \\u2013 Our experience with mechanical contractors extends to moves and set up of a variety of equipment ranging from boilers and chillers to cooling towers and more.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Whether your move involves electrical or mechanical components, or a range of specialties, give us a call at <strong><a href=\\\"tel:800-358-8444\\\">800-358-8444<\\/a><\\/strong> to manage the overall process.<\\/span><\\/p>\",\"text_color\":\"#6EC1E4\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a77330\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"ind-sub-img\"},\"elements\":[{\"id\":\"00f30bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b06471f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a172923\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2018\\/03\\/image19.jpg\",\"id\":852}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0cd4317\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(5424,329,'_elementor_controls_usage','a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:11:\"css_classes\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}}}}'),(5426,1052,'_wp_page_template','default'),(5427,1052,'_thumbnail_id','852'),(5428,1052,'_elementor_edit_mode','builder'),(5429,1052,'_elementor_template_type','wp-post'),(5430,1052,'_elementor_version','2.9.9'),(5431,1052,'_elementor_data','[{\"id\":\"3f1f5281\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"502ddebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5172ddc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our expertise and up-to-date training enable our team to work with a range of contractors. We work with general contractors to assess the overall project and provide detailed plans to implement moves and set up equipment.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Electrical \\u2013 our team collaborates with electrical contractors on a variety of equipment moves including generators, switchgears, transformers and more.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Mechanical \\u2013 Our experience with mechanical contractors extends to moves and set up of a variety of equipment ranging from boilers and chillers to cooling towers and more.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Whether your move involves electrical or mechanical components, or a range of specialties, give us a call at <strong><a href=\\\"tel:800-358-8444\\\">800-358-8444<\\/a><\\/strong> to manage the overall process.<\\/span><\\/p>\",\"text_color\":\"#6EC1E4\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a77330\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"ind-sub-img\"},\"elements\":[{\"id\":\"00f30bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b06471f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a172923\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2018\\/03\\/image19.jpg\",\"id\":852}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0cd4317\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(5432,1052,'_elementor_controls_usage','a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:11:\"css_classes\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}}}}'),(5433,1052,'_elementor_css','a:5:{s:4:\"time\";i:1599137858;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(5434,329,'_elementor_css','a:5:{s:4:\"time\";i:1599138077;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(5435,1053,'_wp_page_template','default'),(5436,1053,'_thumbnail_id','714'),(5437,1053,'_elementor_edit_mode','builder'),(5438,1053,'_elementor_template_type','wp-post'),(5439,1053,'_elementor_version','2.9.9'),(5440,1053,'_elementor_data','[{\"id\":\"3f1f5281\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"502ddebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5172ddc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our expertise and up-to-date training enable our team to work with a range of contractors. We work with general contractors to assess the overall project and provide detailed plans to implement moves and set up equipment.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Electrical \\u2013 our team collaborates with electrical contractors on a variety of equipment moves including generators, switchgears, transformers and more.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Mechanical \\u2013 Our experience with mechanical contractors extends to moves and set up of a variety of equipment ranging from boilers and chillers to cooling towers and more.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Whether your move involves electrical or mechanical components, or a range of specialties, give us a call at <strong><a href=\\\"tel:800-358-8444\\\">800-358-8444<\\/a><\\/strong> to manage the overall process.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"156684e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"css_classes\":\"ind-sub-img mech-img\"},\"elements\":[{\"id\":\"813acfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"6c90b31\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/elctric-3.jpg\",\"id\":917}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1f02891\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7cf6c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/I1.jpg\",\"id\":990}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(5441,1053,'_elementor_css','a:5:{s:4:\"time\";i:1599053123;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(5442,698,'_elementor_controls_usage','a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:11:\"css_classes\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:2;}}}}}'),(5443,698,'_elementor_css','a:5:{s:4:\"time\";i:1599138223;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(5444,1054,'_wp_page_template','default'),(5445,1054,'_elementor_edit_mode','builder'),(5446,1054,'_elementor_template_type','wp-post'),(5447,1054,'_elementor_version','2.9.9'),(5448,1054,'_elementor_data','[{\"id\":\"3f1f5281\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"502ddebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5172ddc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our expertise and up-to-date training enable our team to work with a range of contractors. We work with general contractors to assess the overall project and provide detailed plans to implement moves and set up equipment.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Electrical \\u2013 our team collaborates with electrical contractors on a variety of equipment moves including generators, switchgears, transformers and more.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Mechanical \\u2013 Our experience with mechanical contractors extends to moves and set up of a variety of equipment ranging from boilers and chillers to cooling towers and more.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Whether your move involves electrical or mechanical components, or a range of specialties, give us a call at <strong><a href=\\\"tel:800-358-8444\\\">800-358-8444<\\/a><\\/strong> to manage the overall process.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"07bbebc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"css_classes\":\"ind-sub-img mech-img\"},\"elements\":[{\"id\":\"c9391d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ea698ae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image28.jpg\",\"id\":912}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"50c19d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c045f79\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/i2.jpg\",\"id\":991}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(5449,1054,'_thumbnail_id','715'),(5450,1054,'_elementor_css','a:5:{s:4:\"time\";i:1599053398;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(5451,700,'_elementor_controls_usage','a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:11:\"css_classes\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:2;}}}}}'),(5452,700,'_elementor_css','a:5:{s:4:\"time\";i:1599138313;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(5453,1055,'_thumbnail_id','960'),(5454,1055,'_wp_page_template','default'),(5455,1055,'_elementor_edit_mode','builder'),(5456,1055,'_elementor_template_type','wp-post'),(5457,1055,'_elementor_version','2.9.9'),(5458,1055,'_elementor_data','[{\"id\":\"448fb2f7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2b0e58a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"47f587e2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our team of highly skilled and certified professionals works directly with architects and engineers to understand project details and plan each step of the process to ensure a smooth delivery and set up of equipment in any facility space.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">When you need a team accustomed to working with architectural plans, give us a call at <strong><a href=\\\"tel:800-358-8444\\\">800-358-8444<\\/a><\\/strong><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ed2e48\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"ind-sub-img\"},\"elements\":[{\"id\":\"5ff7e62\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"f18a8ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"465e4e3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2018\\/03\\/unnamed.jpg\",\"id\":850}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a884520\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(5459,1055,'_elementor_css','a:5:{s:4:\"time\";i:1595827793;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(5460,54,'_elementor_controls_usage','a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:11:\"css_classes\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}}}}'),(5461,54,'_elementor_css','a:5:{s:4:\"time\";i:1599138376;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(5462,1056,'_thumbnail_id','385'),(5463,1056,'_wp_page_template','default'),(5464,1056,'_elementor_edit_mode','builder'),(5465,1056,'_elementor_template_type','wp-post'),(5466,1056,'_elementor_version','2.9.9'),(5467,1056,'_elementor_data','[{\"id\":\"58e33c30\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1fbd1a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"27fcb90f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our team has successfully moved equipment for small and large medical facilities across the country. Moves have included MRIs, CAT\\/PET, generators, chillers and boilers.<\\/p><p><span style=\\\"font-weight: 400;\\\">We\\u2019ll work with your team to ensure a smooth move, well-planned process and minimal impact on patient services. Call us at <a href=\\\"tel:800-358-8444\\\"><strong>800-358-8444<\\/strong><\\/a> to learn more.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2952d7\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"css_classes\":\"ind-sub-img mech-img\"},\"elements\":[{\"id\":\"be7f400\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"cb171be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2018\\/03\\/medical-1.jpg\",\"id\":920}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3bf4626\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/i3.jpg\",\"id\":992}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"80a20b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c2843f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2018\\/03\\/medical-2.jpg\",\"id\":921}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(5468,1056,'_elementor_css','a:5:{s:4:\"time\";i:1599053432;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(5471,1057,'_thumbnail_id','717'),(5472,1057,'_wp_page_template','default'),(5473,1057,'_elementor_edit_mode','builder'),(5474,1057,'_elementor_template_type','wp-post'),(5475,1057,'_elementor_version','2.9.9'),(5476,1057,'_elementor_data','[{\"id\":\"918bd6b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"704beaa3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3c88927c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">ARS coordinates facility relocations and equipment installations for properties across the country. We work with building owners and facility managers to plan every detail and execute each step within timelines and established budgets.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Call us at <a href=\\\"tel:800-358-8444\\\"><strong>800-358-8444<\\/strong><\\/a> and work with the experienced team that\\u2019s ready to manage every detail no matter the size or complexity of the project.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"21e412c\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"ind-sub-img\"},\"elements\":[{\"id\":\"b9a29a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b7536c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ce10295\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image7.jpg\",\"id\":951}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d0cd49b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(5477,1057,'_elementor_css','a:5:{s:4:\"time\";i:1596092446;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(5478,703,'_elementor_controls_usage','a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:11:\"css_classes\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}}}}'),(5479,703,'_elementor_css','a:5:{s:4:\"time\";i:1599138592;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(5480,1058,'_thumbnail_id','716'),(5481,1058,'_wp_page_template','default'),(5482,1058,'_elementor_edit_mode','builder'),(5483,1058,'_elementor_template_type','wp-post'),(5484,1058,'_elementor_version','2.9.9'),(5485,1058,'_elementor_data','[{\"id\":\"918bd6b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"704beaa3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3c88927c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">ARS coordinates facility relocations and equipment installations for properties across the country. We work with building owners and facility managers to plan every detail and execute each step within timelines and established budgets.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Call us at <a href=\\\"tel:800-358-8444\\\"><strong>800-358-8444<\\/strong><\\/a> and work with the experienced team that\\u2019s ready to manage every detail no matter the size or complexity of the project.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"32ff79e\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"ind-sub-img\"},\"elements\":[{\"id\":\"599d725\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"51b3047\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9fa11f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2018\\/03\\/build.jpg\",\"id\":929}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0755861\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(5486,1058,'_elementor_css','a:5:{s:4:\"time\";i:1595829304;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(5487,46,'_elementor_controls_usage','a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:11:\"css_classes\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}}}}'),(5488,46,'_elementor_css','a:5:{s:4:\"time\";i:1599138746;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(5489,1059,'_wp_page_template','default'),(5490,1059,'_thumbnail_id','389'),(5491,1059,'_elementor_edit_mode','builder'),(5492,1059,'_elementor_template_type','wp-post'),(5493,1059,'_elementor_version','2.9.9'),(5494,1059,'_elementor_data','[{\"id\":\"4b5a5ec8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c6d8e77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7f451c97\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Manufacturers in every industry category have relied on our team for plant relocations and industry moves across the U.S.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Not every company can manage the complexities of plant relocations. Our team is experienced, dedicated to preplanning all the details and ensuring the process is smooth so plant downtime is minimized. Call us today at <a href=\\\"tel:800-358-8444\\\"><strong>800-358-8444<\\/strong><\\/a> to learn more.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"12dd276\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"css_classes\":\"ind-sub-img mech-img\"},\"elements\":[{\"id\":\"0e69cfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1c806e1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2018\\/03\\/manufacturers-1.jpg\",\"id\":933}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5a109a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"58c33df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2018\\/03\\/manufacturers-2.jpg\",\"id\":934}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(5495,1059,'_elementor_css','a:5:{s:4:\"time\";i:1595829684;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(5496,52,'_elementor_controls_usage','a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:11:\"css_classes\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:2;}}}}}'),(5497,52,'_elementor_css','a:5:{s:4:\"time\";i:1599138891;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(5498,1060,'_wp_page_template','default'),(5499,1060,'_thumbnail_id','963'),(5500,1060,'_elementor_edit_mode','builder'),(5501,1060,'_elementor_template_type','wp-post'),(5502,1060,'_elementor_version','2.9.9'),(5503,1060,'_elementor_data','[{\"id\":\"3f1f5281\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"502ddebc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5172ddc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">ARS can assist banks by installing vault pieces or moving high value equipment.\\u00a0 Our team of professionals will ensure your pieces are moved quickly and carefully to get you back in business as soon as possible.\\u00a0 We focus on preplanning and attention to detail to ensure a worry-free project completion. Call us today to put our expertise to work \\u2013 <a href=\\\"tel:800-358-8444\\\"><strong>800-358-8444.<\\/strong><\\/a><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dad8b48\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c5bef7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"9db7a50\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"74f91a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image6.jpg\",\"id\":953}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a350eff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(5504,1060,'_elementor_css','a:5:{s:4:\"time\";i:1596092736;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(5505,706,'_elementor_controls_usage','a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}}}}'),(5506,706,'_elementor_css','a:5:{s:4:\"time\";i:1599138999;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(5507,1061,'_thumbnail_id','981'),(5508,1061,'_elementor_edit_mode','builder'),(5509,1061,'_elementor_template_type','wp-post'),(5510,1061,'_elementor_version','2.9.9'),(5511,1061,'_wp_page_template','default'),(5512,1061,'_elementor_data','[{\"id\":\"68fd4428\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"48f1c0dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"10a77fcb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We completed moves of high value works of art and museum installations, plus zoo exhibits for organizations across the country.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our team is accustomed to these unique moves and focuses on preplanning and attention to details, which results in the lowest impact to the environment and the staff and visitors. Call us today to put our expertise to work \\u2013 <a href=\\\"tel:800-358-8444\\\"><strong>800-358-8444.<\\/strong><\\/a><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5011f94\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"css_classes\":\"ind-sub-img mech-img\"},\"elements\":[{\"id\":\"a76ec71\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c71e90e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/i5.png\",\"id\":994}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"13d275c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"67794b6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/i6.png\",\"id\":995}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(5513,1061,'_elementor_css','a:5:{s:4:\"time\";i:1599108543;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(5515,1062,'_thumbnail_id','982'),(5516,1062,'_elementor_edit_mode','builder'),(5517,1062,'_elementor_template_type','wp-post'),(5518,1062,'_elementor_version','2.9.9'),(5519,1062,'_wp_page_template','default'),(5520,1062,'_elementor_data','[{\"id\":\"46d2360b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c787812\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"321acacc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our certified professionals have moved commercial equipment ranging from washers, dryers and irons to water and chemical tanks.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our team will work with your company to relocate critical equipment with the least disruption possible to your production schedule. Call us today at <a href=\\\"tel:800-358-8444\\\"><strong>800-358-8444<\\/strong><\\/a> to learn how our preplanning and dedication to efficiency and safety can make your move fast and hassle-free.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"479504e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"87f70aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8f3dce9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/i4.jpg\",\"id\":993}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(5521,1062,'_elementor_css','a:5:{s:4:\"time\";i:1599053728;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(5525,1063,'_thumbnail_id','982'),(5526,1063,'_elementor_edit_mode','builder'),(5527,1063,'_elementor_template_type','wp-post'),(5528,1063,'_elementor_version','2.9.9'),(5529,1063,'_wp_page_template','default'),(5530,1063,'_elementor_data','[{\"id\":\"46d2360b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c787812\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"321acacc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Our certified professionals have moved commercial equipment ranging from washers, dryers and irons to water and chemical tanks.\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our team will work with your company to relocate critical equipment with the least disruption possible to your production schedule. Call us today at <a href=\\\"tel:800-358-8444\\\"><strong>800-358-8444<\\/strong><\\/a> to learn how our preplanning and dedication to efficiency and safety can make your move fast and hassle-free.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"479504e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"87f70aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8f3dce9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/i4.jpg\",\"id\":993},\"_css_classes\":\"ind-single-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(5531,1063,'_elementor_css','a:5:{s:4:\"time\";i:1599139150;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(5532,437,'_elementor_controls_usage','a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}}'),(5533,437,'_elementor_css','a:5:{s:4:\"time\";i:1599628996;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(5534,1064,'_wp_attached_file','2020/05/musem-zoo-specialty-scaled.jpg'),(5535,1064,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:38:\"2020/05/musem-zoo-specialty-scaled.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"musem-zoo-specialty-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"musem-zoo-specialty-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"musem-zoo-specialty-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"musem-zoo-specialty-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:33:\"musem-zoo-specialty-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:33:\"musem-zoo-specialty-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:30:\"musem-zoo-specialty-100x80.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:23:\"Canon EOS DIGITAL REBEL\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1318329408\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:23:\"musem-zoo-specialty.jpg\";}'),(5536,1065,'_wp_attached_file','2020/05/Zoo-NO-WATERMARKS-Depositphotos_66161830_l-2015.jpg'),(5537,1065,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:59:\"2020/05/Zoo-NO-WATERMARKS-Depositphotos_66161830_l-2015.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"Zoo-NO-WATERMARKS-Depositphotos_66161830_l-2015-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"Zoo-NO-WATERMARKS-Depositphotos_66161830_l-2015-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"Zoo-NO-WATERMARKS-Depositphotos_66161830_l-2015-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"Zoo-NO-WATERMARKS-Depositphotos_66161830_l-2015-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:61:\"Zoo-NO-WATERMARKS-Depositphotos_66161830_l-2015-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:58:\"Zoo-NO-WATERMARKS-Depositphotos_66161830_l-2015-100x80.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:23:\"EDWIN BUTTER FOTOGRAFIE\";s:6:\"camera\";s:13:\"Canon EOS 70D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1423843081\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"210\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5538,1066,'_thumbnail_id','981'),(5539,1066,'_elementor_edit_mode','builder'),(5540,1066,'_elementor_template_type','wp-post'),(5541,1066,'_elementor_version','2.9.9'),(5542,1066,'_wp_page_template','default'),(5543,1066,'_elementor_data','[{\"id\":\"68fd4428\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"48f1c0dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"10a77fcb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">We completed moves of high value works of art and museum installations, plus zoo exhibits for organizations across the country.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our team is accustomed to these unique moves and focuses on preplanning and attention to details, which results in the lowest impact to the environment and the staff and visitors. Call us today to put our expertise to work \\u2013 <a href=\\\"tel:800-358-8444\\\"><strong>800-358-8444.<\\/strong><\\/a><\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5011f94\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"css_classes\":\"ind-sub-img mech-img\"},\"elements\":[{\"id\":\"a76ec71\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c71e90e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/i5.png\",\"id\":994}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"13d275c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"67794b6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/i6.png\",\"id\":995}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"93859ad\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"css_classes\":\"ind-sub-img mech-img\"},\"elements\":[{\"id\":\"356f8f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9592746\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/05\\/musem-zoo-specialty-scaled.jpg\",\"id\":1064}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6fd3b99\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4046177\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/05\\/Zoo-NO-WATERMARKS-Depositphotos_66161830_l-2015.jpg\",\"id\":1065}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(5544,1066,'_elementor_css','a:5:{s:4:\"time\";i:1599139148;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(5545,439,'_elementor_controls_usage','a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:11:\"css_classes\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:4;}}}}}'),(5546,439,'_elementor_css','a:5:{s:4:\"time\";i:1599630136;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(5547,1067,'_wp_attached_file','2018/03/IMG_0439-scaled.jpg'),(5548,1067,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:27:\"2018/03/IMG_0439-scaled.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0439-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0439-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0439-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"IMG_0439-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"IMG_0439-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:22:\"IMG_0439-1365x2048.jpg\";s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:19:\"IMG_0439-100x80.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:23:\"Canon EOS DIGITAL REBEL\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1321114415\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"27\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"IMG_0439.jpg\";}'),(5549,1068,'_thumbnail_id','385'),(5550,1068,'_wp_page_template','default'),(5551,1068,'_elementor_edit_mode','builder'),(5552,1068,'_elementor_template_type','wp-post'),(5553,1068,'_elementor_version','2.9.9'),(5554,1068,'_elementor_data','[{\"id\":\"58e33c30\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1fbd1a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"27fcb90f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our team has successfully moved equipment for small and large medical facilities across the country. Moves have included MRIs, CAT\\/PET, generators, chillers and boilers.<\\/p><p><span style=\\\"font-weight: 400;\\\">We\\u2019ll work with your team to ensure a smooth move, well-planned process and minimal impact on patient services. Call us at <a href=\\\"tel:800-358-8444\\\"><strong>800-358-8444<\\/strong><\\/a> to learn more.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2952d7\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"css_classes\":\"ind-sub-img mech-img\"},\"elements\":[{\"id\":\"be7f400\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"cb171be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2018\\/03\\/medical-1.jpg\",\"id\":920}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3bf4626\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2018\\/03\\/IMG_0439-scaled.jpg\",\"id\":1067}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"80a20b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c2843f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2018\\/03\\/medical-2.jpg\",\"id\":921}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(5555,1068,'_elementor_css','a:5:{s:4:\"time\";i:1599138485;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(5556,50,'_elementor_controls_usage','a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:11:\"css_classes\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:3;}}}}}'),(5557,50,'_elementor_css','a:5:{s:4:\"time\";i:1599630271;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(5565,1070,'_wp_attached_file','2020/09/Safety-OSHA-scaled.jpg'),(5566,1070,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1860;s:4:\"file\";s:30:\"2020/09/Safety-OSHA-scaled.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Safety-OSHA-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Safety-OSHA-1024x744.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:744;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Safety-OSHA-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Safety-OSHA-768x558.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:558;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"Safety-OSHA-1536x1116.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:25:\"Safety-OSHA-2048x1488.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1488;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"gedung-related\";a:4:{s:4:\"file\";s:22:\"Safety-OSHA-100x80.jpg\";s:5:\"width\";i:100;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:{}}s:14:\"original_image\";s:15:\"Safety-OSHA.jpg\";}'),(5567,1071,'_wp_page_template','template/page-builder-template.php'),(5568,1071,'_elementor_edit_mode','builder'),(5569,1071,'_elementor_version','2.9.9'),(5570,1071,'_elementor_data','[{\"id\":\"7673b2a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40f6e83\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d01e9c6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3693055\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48.070999999999998,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3150906\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image43.png\",\"id\":838},\"align\":\"left\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"400\"},\"_css_classes\":\"history-cap\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"956a3d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":51.911999999999999,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e4ae49d\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"00531fa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"9a348ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a7203c\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise directs every situation.\\u00a0 We can quickly understand and<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"1d67695\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f25849d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image37.jpg\",\"id\":840},\"align\":\"left\",\"_css_classes\":\"history-cap\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7759086\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cbbb86\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9bac57a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"74b493a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f3d4169\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"20230aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.956,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9a3568b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/5.jpg\",\"id\":984},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0b5824c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.027000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ccf0ad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d0d1f44\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cbb1174\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1436938\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3ff4780\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9f893a1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"e0937c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":62.183,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b07afc2\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"9de3470\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":37.799999999999997,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46eae88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/Safety-OSHA-scaled.jpg\",\"id\":1070},\"align\":\"right\",\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"100\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"422c0c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"d806c09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6a680d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1df7366\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"503b817\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef81faf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"3973e79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f7691\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c952bb5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d06c5c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56d4482\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa0a24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"c73ea72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/7.jpg\",\"id\":986},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6d0a072\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4b2d053\",\"elType\":\"widget\",\"settings\":{\"title\":\"George \\u201cRed\\u201d Gilmartin \\u2010 President\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6370ba7\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>43\\u00a0years<\\/strong>\\u00a0<\\/li><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0have\\u00a0owned\\u00a0ARS\\u00a0Contracting,\\u00a0Inc\\u00a0for\\u00a030\\u00a0years\\u201d<\\/strong>\\u00a0<\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0move\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 equipment\\u00a0that\\u00a0is\\u00a0challenging.\\u00a0When\\u00a0I\\u00a0first\\u00a0got\\u00a0into\\u00a0this\\u00a0trade,\\u00a0I\\u00a0was\\u00a0able\\u00a0to\\u00a0see\\u00a0all\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 challenges\\u00a0that\\u00a0made\\u00a0me\\u00a0want\\u00a0to\\u00a0get\\u00a0to\\u00a0 work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cTo\\u00a0think!!\\u00a0Use\\u00a0common\\u00a0sense\\u00a0when\\u00a0approaching\\u00a0any\\u00a0job.\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cReading\\u00a0articles\\u00a0about\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0 business\\u00a0and\\u00a0continuing\\u00a0to\\u00a0educate\\u00a0myself\\u00a0on\\u00a0how\\u00a0to\\u00a0fit\\u00a0this\\u00a0industry\\u00a0into\\u00a0this\\u00a0world\\u00a0that\\u00a0keeps\\u00a0evolving\\u201d\\u00a0\\u00a0\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c054124\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e7b4ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"9195df9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/777.jpg\",\"id\":988},\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"300\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e5a3fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"16e9fac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ted Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc47661\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>25+\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>15\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cI\\u00a0really\\u00a0enjoy\\u00a0knowing\\u00a0that\\u00a0what\\u00a0we\\u00a0do\\u00a0matters.\\u00a0I\\u00a0have\\u00a0the opportunity\\u00a0to\\u00a0be\\u00a0involved\\u00a0in\\u00a0every\\u00a0industry\\/institution,\\u00a0so\\u00a0I\\u00a0am\\u00a0 able\\u00a0to\\u00a0see\\u00a0and\\u00a0be\\u00a0a\\u00a0part\\u00a0of\\u00a0a\\u00a0lot!\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0 business?\\u00a0 <strong>\\u201cLook.\\u00a0Listen.\\u00a0Learn.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cGoing\\u00a0out\\u00a0to\\u00a0eat\\u00a0and\\u00a0spending\\u00a0time\\u00a0with\\u00a0my\\u00a0loud\\u00a0family\\u201d\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8bd277e\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8a94d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"ab9ae3b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/77.jpg\",\"id\":987},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b929fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"0480362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeromy Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16ac035\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol>\\n \\t<li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>22 years full time\\u00a0\\u00a0<\\/strong><\\/li>\\n \\t<li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>8\\u00a0months<\\/strong><\\/li>\\n \\t<li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part? <strong>\\u201cThe\\u00a0nature\\u00a0of\\u00a0this business\\u00a0is\\u00a0exciting!!\\u00a0 Rarely\\u00a0are\\u00a0there\\u00a0two\\u00a0jobs\\u00a0that\\u00a0are\\u00a0the\\u00a0exact\\u00a0same.\\u00a0Figuring\\u00a0out\\u00a0the\\u00a0difficult\\u00a0jobs\\u00a0and\\u00a0then\\u00a0executing\\u00a0a\\u00a0plan\\u00a0perfectly\\u00a0with\\u00a0our\\u00a0team\\u00a0is\\u00a0what\\u00a0it\\u2019s\\u00a0all\\u00a0about.\\u201d<\\/strong><\\/li>\\n \\t<li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business<strong>?\\u00a0 \\u00a0 \\u201cDo\\u00a0your\\u00a0work\\u00a0100%.\\u00a0Nothing\\u00a0should\\u00a0be\\u00a0just\\u00a0good\\u00a0enough,\\u00a0complete\\u00a0it\\u00a0to\\u00a0the\\u00a0very\\u00a0best\\u00a0of\\u00a0your\\u00a0ability\\u00a0\\u00a0\\u00a0 and\\u00a0if\\u00a0it\\u00a0is\\u00a0still\\u00a0not\\u00a0perfect,ask\\u00a0for\\u00a0help\\u00a0to\\u00a0make\\u00a0it\\u00a0perfect.\\u00a0Take\\u00a0your\\u00a0time,\\u00a0jobs\\u00a0like\\u00a0these \\u00a0take\\u00a0 time.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li>\\n \\t<li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0was\\u00a0an\\u00a0MMA\\u00a0fighter\\u00a0for\\u00a0\\u00a0\\u00a0 many\\u00a0years.\\u00a0Currently\\u00a0looking\\u00a0for\\u00a0my\\u00a0next\\u00a0hobby.\\u201d<\\/strong><\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"543d250\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d050cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"bd14265\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/7777.jpg\",\"id\":989},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"46b103a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4fd3d56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Gibbons\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"921c1d3\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business<strong>?\\u00a0 \\u201cI\\u00a0have\\u00a0been\\u00a0in\\u00a0the\\u00a0construction\\u00a0industry\\u00a0for\\u00a0over\\u00a020\\u00a0years\\u00a0on\\u00a0both\\u00a0sides\\u00a0of\\u00a0the\\u00a0Atlantic\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>5\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0work\\u00a0with\\u00a0our\\u00a0rigging\\u00a0crews.\\u00a0The\\u00a0guys\\u00a0in\\u00a0the\\u00a0field\\u00a0 are\\u00a0full\\u00a0of\\u00a0knowledge\\u00a0and\\u00a0have\\u00a0precise\\u00a0accuracy\\u00a0when\\u00a0on\\u00a0the\\u00a0job.\\u00a0 It\\u2019s\\u00a0fun\\u00a0to\\u00a0see\\u00a0them\\u00a0put\\u00a0their\\u00a0skills\\u00a0to\\u00a0work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cListen\\u00a0to\\u00a0those\\u00a0who\\u00a0have\\u00a0experience\\u00a0with\\u00a0this\\u00a0kind\\u00a0of\\u00a0work.\\u201d\\u00a0\\u00a0 \\u00a0 <\\/strong><\\/li><li><p>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cFly\\u00a0fishing\\u201d\\u00a0\\u00a0<\\/strong><\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7005acd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"b0822e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17fc8fa\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"06d5df4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17a24f6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"14cbafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0b17af3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f0c181e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"24b7249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"66fd030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2d587c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Here\'s What Our Customers Say\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\u201cWe\\u00a0have\\u00a0worked\\u00a0with\\u00a0ARS\\u00a0for\\u00a0more\\u00a0than\\u00a030\\u00a0years\\u00a0and\\u00a0have\\u00a0built\\u00a0a\\u00a0trusted\\u00a0relationship\\u00a0utilizing\\u00a0 their\\u00a0services\\u00a0for\\u00a0large\\u00a0Data\\u00a0center\\u00a0projects,\\u00a0hoisting,\\u00a0and\\u00a0setting\\u00a0generators,\\u00a0electrical switchgear,\\u00a0storage\\u00a0of\\u00a0equipment\\u00a0and\\u00a0much\\u00a0more.\\u00a0Thank\\u00a0you,\\u00a0ARS\\u00a0team.\\u201d\\u00a0 \",\"testi_author\":\"Daniel\",\"testi_author_job\":\"\",\"testi_img\":{\"url\":\"\",\"id\":\"\"}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\u201cThe\\u00a0ARS\\u00a0Foreman,\\u00a0Kevin,\\u00a0knew\\u00a0exactly\\u00a0what\\u00a0he\\u00a0needed\\u00a0to\\u00a0do\\u00a0to\\u00a0bring\\u00a0in\\u00a0the\\u00a0(4)\\u00a01000#\\u00a0Electrical\\u00a0 Switchgear\\u00a0sections\\u2026\\u00a0while\\u00a0traversing\\u00a0some\\u00a0challenging\\u00a0terrain\\u2026Kevin\\u2019s\\u00a0professionalism\\u00a0and\\u00a0 get\\u2010it\\u2010done\\u00a0[safely]\\u00a0attitude\\u00a0did,\\u00a0in\\u00a0fact,\\u00a0get\\u00a0the\\u00a0job\\u00a0done\\u00a0with\\u00a0extreme\\u00a0efficiency\\u00a0and\\u00a0not\\u00a0one\\u00a0 issue.\\u201d\",\"testi_author\":\"Michael\",\"testi_author_job\":\"\",\"testi_img\":{\"url\":\"\",\"id\":\"\"}},{\"testi_text\":\"\\u201cThe\\u00a0Museum\\u00a0Project\\u00a0required\\u00a0the\\u00a0backend\\u00a0(Generator)\\u00a0to\\u00a0be\\u00a0removed\\u00a0and\\u00a0shipped\\u00a0to\\u00a0the\\u00a0 repair\\u00a0shop.\\u00a0The\\u00a0detail\\u00a0that\\u00a0ARS\\u00a0Equipment\\u00a0Movers\\u00a0took\\u00a0to\\u00a0remove\\u00a0the\\u00a0backend\\u00a0from\\u00a0the\\u00a0job\\u00a0 site\\u00a0and\\u00a0return\\u00a0it\\u00a0after\\u00a0the\\u00a0repairs\\u00a0were\\u00a0made\\u00a0was\\u00a0nothing\\u00a0short\\u00a0of\\u00a0exemplary.\\u00a0They\\u00a0were\\u00a0 flawless\\u00a0in\\u00a0performing\\u00a0their\\u00a0duties.\\u00a0I\\u00a0will\\u00a0certainly\\u00a0use\\u00a0them\\u00a0again.\\u201d\\u00a0 \",\"testi_author\":\"Vince\",\"testi_author_job\":\"\",\"_id\":\"6a776aa\"}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\",\"_css_classes\":\"customer-syas\",\"navigation\":\"dots\",\"autoplay\":\"use\",\"autoplay_ms\":100,\"auto_loop\":\"use\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(5571,1071,'_elementor_template_type','wp-post'),(5574,1073,'_elementor_version','2.9.9'),(5575,1073,'_wp_page_template','template/page-builder-template.php'),(5576,1073,'_elementor_data','[{\"id\":\"787d5c6b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"20\",\"bottom\":\"250\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"id\":944,\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/unnamed.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"250\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color_b\":\"#2d2d2d\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":100},\"custom_height\":{\"unit\":\"px\",\"size\":\"663\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"30\",\"bottom\":\"120\",\"left\":\"30\",\"isLinked\":false},\"height\":\"full\",\"background_video_fallback\":{\"id\":79,\"url\":\"http:\\/\\/gedung.themesawesome.com\\/wp-content\\/uploads\\/sites\\/114\\/2018\\/03\\/bg-fallback.jpg\"},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"21feba2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"home-banner-text\"},\"elements\":[{\"id\":\"5af5fe4\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"ARS CONTRACTING, INC.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_title_font_weight\":\"500\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":12},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_2\":\"#FFFFFF\",\"title_margin_bottom\":-10,\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":12},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"typography_title_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":10},\"align_mobile\":\"left\",\"title_size\":\"h1\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c2b71c4\",\"elType\":\"widget\",\"settings\":{\"the_title\":\"Certified Riggers & Machinery Movers\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":70},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":80},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"title_color_1\":\"#ffffff\",\"choose_style\":\"2\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":65},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":70},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"81cb3fc\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<h2 style=\\\"color: white;\\\"><b>Moving America\\u2019s Businesses<\\/b><\\/h2>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_text_block_line_height\":{\"unit\":\"px\",\"size\":28},\"color_text_block\":\"#FDF8F8\",\"text_block_align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"text_block_align_mobile\":\"left\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_text_block_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"gedung-text\"},{\"id\":\"586b5444\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":10},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"hover_animation\":\"sink\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeInUp\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e1426a4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"9414b9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30bad6cf\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Services\",\"description_text\":\"Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":482,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/crane-48591-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"rgba(255, 255, 255, 0)\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"154f0f93\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c2e578e\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Exceptional Safety Rating\",\"description_text\":\"We have one of the best safety ratings in the industry & we are certified riggers\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":379,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/Safety-Rev-1.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":19},\"text_align_tablet\":\"left\",\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4a35cdf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_mobile\":100,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bfab3bb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"Industries\",\"description_text\":\"We offer outstanding service to most industries including contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers\\/building owners, and more\\n\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"image\":{\"id\":378,\"url\":\"https:\\/\\/192.168.1.101:8081\\/XCNTia\\/ARSC_Dev\\/wp-content\\/uploads\\/2020\\/05\\/gears.png\"},\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25},\"image_size\":{\"unit\":\"%\",\"size\":25},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19},\"description_color\":\"#aaaaaa\",\"image_space_tablet\":{\"unit\":\"px\",\"size\":15},\"text_align_mobile\":\"center\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"description_typography_typography\":\"custom\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24},\"_animation\":\"fadeIn\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3334b860\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#eaeaea\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"3fb97c40\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.042999999999999,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57bdcd45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1004,\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/1-1.jpg\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"align\":\"left\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5b694d6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.957000000000001,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2161d8d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"For almost 30 years, ARS Contracting, Inc. has built a national reputation for rigging, machinery moving, hauling and lifting components that keep America\\u2019s businesses moving. We\\u2019re dedicated to solving problems for our clients by using innovation and technology to constantly move the industry forward. By doing so, this can result in lowering overall project costs for our customers.\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":19},\"typography_title_line_height\":{\"unit\":\"px\",\"size\":45},\"the_subtitle\":\"Since 1991\",\"typography_subtitle_typography\":\"custom\",\"typography_subtitle_font_family\":\"Lato\",\"typography_subtitle_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_subtitle_font_weight\":\"300\",\"typography_subtitle_text_transform\":\"uppercase\",\"typography_subtitle_letter_spacing\":{\"unit\":\"px\",\"size\":5},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":34},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":30},\"title_size\":\"h6\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"23901ed0\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60cf4773\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1800},\"background_background\":\"classic\",\"background_color\":\"#262626\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"_element_id\":\"projects\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7352b447\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"97cfb80\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"333b722f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d4210f\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Services We Offer\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"4c49f11d\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"43ef6c3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"align\":\"center\"},\"elements\":[{\"id\":\"7d11f6a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL SERVICES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255, 255, 255, 0.2)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/projects\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d246d91\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"9\",\"width\":\"585\",\"height\":\"390\",\"caption_vertical\":{\"unit\":\"%\",\"size\":50},\"caption_horizontal\":{\"unit\":\"%\",\"size\":50},\"text_align\":\"center\",\"hover_effect\":\"imghvr-image-zoom-center\",\"grid_item_bg\":\"rgba(0,0,0,0.8)\",\"grid_item_bg2\":\"rgba(0,0,0,0.8)\",\"margin_bottom\":15,\"use_padding\":\"use\",\"padding_size\":{\"unit\":\"px\",\"size\":15},\"typhography_title_color\":\"#ffffff\",\"typography_portfolio_title_typography\":\"custom\",\"title_hover_effect\":\"ih-fade-down\",\"title_margin_bottom\":10,\"typhography_category_color\":\"#ffffff\",\"typography_portfolio_category_typography\":\"custom\",\"typography_portfolio_category_font_family\":\"Raleway\",\"typography_portfolio_category_font_size\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_category_font_weight\":\"400\",\"typography_portfolio_category_font_style\":\"italic\",\"category_hover_effect\":\"ih-fade-up\",\"read_more_text\":\"Continue Reading\",\"use_filter\":\"use\",\"filter_style1_color\":\"#ffffff\",\"filter_style1_hov_color\":\"#ffffff\",\"filter_style1_bord_hov_color\":\"#3315C6\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"filter_margin_bottom_size\":{\"unit\":\"px\",\"size\":30},\"padding_size_mobile\":{\"unit\":\"px\",\"size\":0},\"typography_portfolio_title_font_size_mobile\":{\"unit\":\"px\",\"size\":20},\"typography_portfolio_title_line_height_mobile\":{\"unit\":\"px\",\"size\":24},\"title_margin_bottom_mobile\":5,\"typography_portfolio_category_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"filter_margin_bottom_size_mobile\":{\"unit\":\"px\",\"size\":0},\"filter_mobile_bord_bg_color\":\"#2b2b2b\",\"filter_mobile_bord_hov_color\":\"#2b2b2b\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"filter_padding_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"filter_align\":\"center\",\"filter_style\":\"style-2\",\"filter_style2_color\":\"#FFFFFF\",\"filter_style2_hov_color\":\"#8AABCA\",\"filter_style2_border_hov_color\":\"#8AABCA\",\"category_hover_delay\":\"ih-delay-xs\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"orderby\":\"none\"},\"elements\":[],\"widgetType\":\"gedung-portfolio-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f3e067f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image3.jpg\",\"id\":946},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#7A7A7A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ef29580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"788dae8b\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"testi_text\":\"\\u201cWe have worked with ARS for more than 30 years and have built a trusted relationship utilizing their services for large Data center projects, hoisting, and setting generators, electrical switchgear, storage of equipment and much more. Thank you, ARS team.\\u201d \",\"testi_author\":\"Dan\",\"testi_author_job\":\"\",\"testi_img\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"ae10888\"},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\u201cThe ARS Foreman, Kevin, knew exactly what he needed to do to bring in the (4) 1000# Electrical Switchgear sections\\u2026 while traversing some challenging terrain\\u2026Kevin\\u2019s professionalism and get\\u2010it\\u2010done [safely] attitude did, in fact, get the job done with extreme efficiency and not one issue.\\u201d\",\"testi_author\":\"Michael\",\"testi_author_job\":\"\",\"testi_img\":{\"url\":\"\",\"id\":\"\"}},{\"testi_text\":\"\\u201cThe Museum Project required the backend (Generator) to be removed and shipped to the repair shop. The detail that ARS Equipment Movers took to remove the backend from the job site and return it after the repairs were made was nothing short of exemplary. They were flawless in performing their duties. I will certainly use them again.\\u201d \",\"testi_author\":\"Vince\",\"testi_author_job\":\"\",\"testi_img\":{\"url\":\"\",\"id\":\"\"},\"_id\":\"259f30a\"}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"30\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#ffffff\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#ffffff\",\"choose_column\":\"1\",\"typhography_blockquote_color\":\"#ffffff\",\"navigation_dots_color\":\"#ffffff\",\"autoplay\":\"use\",\"autoplay_ms\":2000,\"auto_loop\":\"use\",\"_css_classes\":\"home-testimonial\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true},{\"id\":\"50e8eeb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"border_border\":\"dotted\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#f2f2f2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"4169d630\",\"elType\":\"widget\",\"settings\":{\"choose_type\":\"column\",\"client_item\":[{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/1693-logo.jpg\",\"id\":570},\"_id\":\"373378a\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT.jpg\",\"id\":571},\"_id\":\"5b20e48\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IMPACTLogo.jpg\",\"id\":572},\"_id\":\"0da84d8\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra.jpg\",\"id\":573},\"_id\":\"cc18593\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574},\"_id\":\"306ecd3\"},{\"client_author\":\"Affiliations\",\"client_img\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/Riggers.jpg\",\"id\":569},\"_id\":\"ab6cc54\"}],\"mobile_choose_column\":\"mobile-column-2\",\"item_padding_size\":{\"unit\":\"px\",\"size\":20},\"item_padding_size_tablet\":{\"unit\":\"px\",\"size\":50},\"item_margin_bottom\":20,\"column_gap\":0,\"width\":\"600\",\"height\":\"600\",\"item_padding_size_mobile\":{\"unit\":\"px\",\"size\":9},\"_css_classes\":\"client-logos\"},\"elements\":[],\"widgetType\":\"gedung-client-block\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46b4cfee\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1190},\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"763dcf8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"60111074\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6daf8247\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1f8fca5\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Industries We Serve\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":30}},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"5e67d616\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":2},\"color\":\"#3315C6\",\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ddd3ef5\",\"elType\":\"widget\",\"settings\":{\"color_text_block\":\"#555555\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_mobile\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_mobile\":{\"unit\":\"px\",\"size\":26}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":true},{\"id\":\"24b615c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1dd27b4a\",\"elType\":\"widget\",\"settings\":{\"text\":\"VIEW ALL INDUSTRIES\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"rgba(243, 235, 235, 0.3)\",\"border_color\":\"#000000\",\"align_mobile\":\"left\",\"hover_animation\":\"sink\",\"align_tablet\":\"left\",\"button_hover_border_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/industries\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8133960\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6238ce7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7de5ddc\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[gedung_industries_home]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd640fa\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":\"12\",\"post_margin_bottom\":\"30\",\"horizontal_col_select_col2\":\"column-3\",\"width\":\"535\",\"height\":\"355\",\"height_grid2\":\"400\",\"use_category\":\"\",\"use_author\":\"\",\"use_date\":\"\",\"use_excerpt\":\"\",\"read_more_text\":\"Read More\",\"pagination_next_text\":\"NEWER POST\",\"pagination_prev_text\":\"OLDER POST\",\"loop_infinite_text\":\"Load More\",\"loop_infinite_class\":\"loop-infinte-post-list\",\"typography_post_title_typography\":\"custom\",\"typography_post_title_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typhography_read_more_color_masonry\":\"#D7D7D7\",\"typhography_title_color\":\"#2B4D7B\",\"typhography_read_more_bg_color_masonry\":\"#FFFFFF\",\"read_more_title_hov_color\":\"#FFFFFF\",\"typhography_read_more_bg_hover_masonry\":\"#C7B4B4\",\"typography_post_read_more_typography\":\"custom\",\"_background_background\":\"classic\",\"_background_color\":\"#FEFEFE\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"gedung-post-block\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf3159\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c1572fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"bd675da\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"70618554\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.68,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"700616c\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":40},\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"419c7848\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1bc1cc0d\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(0,0,0,0)\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"border_color\":\"#ffffff\",\"align_mobile\":\"center\",\"hover_animation\":\"sink\",\"align_tablet\":\"center\",\"button_hover_border_color\":\"#ffffff\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(5577,1073,'_elementor_template_type','wp-page'),(5578,1073,'_thumbnail_id','338'),(5579,1073,'_elementor_edit_mode','builder'),(5580,61,'_elementor_css','a:5:{s:4:\"time\";i:1600251850;s:5:\"fonts\";a:3:{i:0;s:10:\"Montserrat\";i:1;s:4:\"Lato\";i:3;s:7:\"Raleway\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(5581,1075,'_elementor_version','2.9.9'),(5582,1075,'_wp_page_template','template/page-builder-template.php'),(5583,1075,'_elementor_edit_mode','builder'),(5584,1075,'_elementor_data','[{\"id\":\"7673b2a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"40f6e83\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d01e9c6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"History & Capabilities\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3693055\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ef808f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"0df022e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48.070999999999998,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3150906\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image43.png\",\"id\":838},\"align\":\"left\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"400\"},\"_css_classes\":\"history-cap\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"956a3d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":51.911999999999999,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e4ae49d\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS Contracting<\\/span><span style=\\\"font-weight: 400;\\\">, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> has been offering rigging, machine moving, storage and consulting services <\\/span><span style=\\\"font-weight: 400;\\\">for 30 years<\\/span><span style=\\\"font-weight: 400;\\\">. Our impressive team of rigging professionals is comprised of highly-experienced<\\/span><span style=\\\"font-weight: 400;\\\"> estimators, <\\/span><span style=\\\"font-weight: 400;\\\">certified riggers<\\/span><span style=\\\"font-weight: 400;\\\">,<\\/span> <span style=\\\"font-weight: 400;\\\">and machinery movers.\\u00a0 By<\\/span> <span style=\\\"font-weight: 400;\\\">using<\\/span><span style=\\\"font-weight: 400;\\\"> state-of-the-art technology and rigging equipment<\\/span><span style=\\\"font-weight: 400;\\\">, we<\\/span><span style=\\\"font-weight: 400;\\\"> can professionally manage industrial, municipal, and commercial rigging projects of nearly any size and complexity.<\\/span> <span style=\\\"font-weight: 400;\\\">In addition to in-house staff, our team has built long-term relationships with highly-qualified, independent contractors so we can quickly expand to meet the needs for the largest projects.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span> <span style=\\\"font-weight: 400;\\\">c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers rig, move and set equipment every day.\\u00a0 This focus<\\/span><span style=\\\"font-weight: 400;\\\">ed<\\/span><span style=\\\"font-weight: 400;\\\"> dedication is evident in the union apprenticeship program that we participate in, which is the only program in the U.S. specifically for <\\/span><span style=\\\"font-weight: 400;\\\">rigging,<\\/span><span style=\\\"font-weight: 400;\\\"> machinery moving<\\/span><span style=\\\"font-weight: 400;\\\">, and<\\/span> <span style=\\\"font-weight: 400;\\\">machinery erecting<\\/span><span style=\\\"font-weight: 400;\\\">.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"00531fa\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"9a348ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.007999999999996,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a7203c\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">Above and beyond these credentials is our reputation for exceptional customer service and the unique ability to facilitate all aspects of complex projects in a smooth, efficient manner. Architects, manufacturers, city and business leaders know that our expertise directs every situation.\\u00a0 We can quickly understand and<\\/span><span style=\\\"font-weight: 400;\\\">\\u00a0unify all elements of a complicated move to avoid potential impacts. \\u00a0 To stay ahead of the curve, we know that constant innovation is imperative. We continually observe our methods, study the industry trends, and continue to innovate and improve our business practices to remain a leader in the industry.<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">Our entire team is focused on quality customer service and we\\u2019re known for easing stress for all involved by quickly adapting to any curve balls on the job. Our vast experience and flexibility enable us to deliver projects on time and on budget for clients across the nation.\\u00a0\\u00a0<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"1d67695\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.975000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f25849d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/07\\/image37.jpg\",\"id\":840},\"align\":\"left\",\"_css_classes\":\"history-cap\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7759086\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cbbb86\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9bac57a\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Safety\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"74b493a\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f3d4169\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"20230aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.956,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9a3568b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/5.jpg\",\"id\":984},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0b5824c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.027000000000001,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ccf0ad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\\u00a0<\\/span><\\/p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we\\u2019re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients\\u2019 facilities.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d0d1f44\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cbb1174\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1436938\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"OSHA Regulations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"3ff4780\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9f893a1\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain pht\",\"structure\":\"20\",\"content_position\":\"top\"},\"elements\":[{\"id\":\"e0937c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":62.183,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b07afc2\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">By using ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc. c<\\/span><span style=\\\"font-weight: 400;\\\">ertified <\\/span><span style=\\\"font-weight: 400;\\\">r<\\/span><span style=\\\"font-weight: 400;\\\">iggers for all of your <\\/span><span style=\\\"font-weight: 400;\\\">rigging and machinery moving <\\/span><span style=\\\"font-weight: 400;\\\">projects, you\\u2019ll be in compliance with OSHA \\u201cQualified Rigger & Signal Person\\u201d criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. <\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false},{\"id\":\"9de3470\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":37.799999999999997,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46eae88\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/Safety-OSHA-scaled.jpg\",\"id\":1070},\"align\":\"right\",\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"\",\"height\":\"100\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"422c0c8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"d806c09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6a680d\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Insurance\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"1df7366\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"503b817\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">ARS <\\/span><span style=\\\"font-weight: 400;\\\">Contracting, Inc.<\\/span><span style=\\\"font-weight: 400;\\\"> is fully insured for everything we handle for every project. Your equipment will be insured during <\\/span><span style=\\\"font-weight: 400;\\\">all aspects of the project, from start to finish, which includes:<\\/span><span style=\\\"font-weight: 400;\\\"> dismantling, transfer <\\/span><span style=\\\"font-weight: 400;\\\">at <\\/span><span style=\\\"font-weight: 400;\\\">our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef81faf\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"3973e79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"59f7691\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Leaders\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"c952bb5\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"d06c5c8\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<p><span style=\\\"font-weight: 400;\\\">George \\u201cRed\\u201d Gilmartin founded ARS Contracting Inc. in 1991 following years of working in diverse areas of the industry. With 43 years of experience, Red consults on the most complex projects across the U.S. and is relied on by clients to ensure that multifaceted projects are delivered with precision and minimal impact. His knowledge and experience are called on by small to large corporations, including many Fortune 100 leaders.<\\/span><\\/p>\",\"typography_text_block_typography\":\"custom\",\"typography_text_block_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"typography_text_block_line_height_tablet\":{\"unit\":\"px\",\"size\":24}},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ee11b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"030\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"8a02cef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e123ab1\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Sales \\/Estimator Team\",\"typography_title_typography\":\"custom\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"f9d6457\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#f7c51e\",\"width\":{\"unit\":\"%\",\"size\":10},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56d4482\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aa0a24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"c73ea72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/7.jpg\",\"id\":986},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6d0a072\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4b2d053\",\"elType\":\"widget\",\"settings\":{\"title\":\"George \\u201cRed\\u201d Gilmartin \\u2010 President\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6370ba7\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>43\\u00a0years<\\/strong>\\u00a0<\\/li><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0have\\u00a0owned\\u00a0ARS\\u00a0Contracting,\\u00a0Inc\\u00a0for\\u00a030\\u00a0years\\u201d<\\/strong>\\u00a0<\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0move\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 equipment\\u00a0that\\u00a0is\\u00a0challenging.\\u00a0When\\u00a0I\\u00a0first\\u00a0got\\u00a0into\\u00a0this\\u00a0trade,\\u00a0I\\u00a0was\\u00a0able\\u00a0to\\u00a0see\\u00a0all\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0\\u00a0 challenges\\u00a0that\\u00a0made\\u00a0me\\u00a0want\\u00a0to\\u00a0get\\u00a0to\\u00a0 work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cTo\\u00a0think!!\\u00a0Use\\u00a0common\\u00a0sense\\u00a0when\\u00a0approaching\\u00a0any\\u00a0job.\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cReading\\u00a0articles\\u00a0about\\u00a0the\\u00a0\\u00a0\\u00a0\\u00a0 business\\u00a0and\\u00a0continuing\\u00a0to\\u00a0educate\\u00a0myself\\u00a0on\\u00a0how\\u00a0to\\u00a0fit\\u00a0this\\u00a0industry\\u00a0into\\u00a0this\\u00a0world\\u00a0that\\u00a0keeps\\u00a0evolving\\u201d\\u00a0\\u00a0\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c054124\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e7b4ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"9195df9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/777.jpg\",\"id\":988},\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"300\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e5a3fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"16e9fac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ted Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fc47661\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>25+\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>15\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cI\\u00a0really\\u00a0enjoy\\u00a0knowing\\u00a0that\\u00a0what\\u00a0we\\u00a0do\\u00a0matters.\\u00a0I\\u00a0have\\u00a0the opportunity\\u00a0to\\u00a0be\\u00a0involved\\u00a0in\\u00a0every\\u00a0industry\\/institution,\\u00a0so\\u00a0I\\u00a0am\\u00a0 able\\u00a0to\\u00a0see\\u00a0and\\u00a0be\\u00a0a\\u00a0part\\u00a0of\\u00a0a\\u00a0lot!\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0 business?\\u00a0 <strong>\\u201cLook.\\u00a0Listen.\\u00a0Learn.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cGoing\\u00a0out\\u00a0to\\u00a0eat\\u00a0and\\u00a0spending\\u00a0time\\u00a0with\\u00a0my\\u00a0loud\\u00a0family\\u201d\\u00a0<\\/strong><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8bd277e\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f8a94d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"ab9ae3b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/77.jpg\",\"id\":987},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b929fdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"0480362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jeromy Bianchi\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16ac035\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol>\\n \\t<li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business?\\u00a0 <strong>22 years full time\\u00a0\\u00a0<\\/strong><\\/li>\\n \\t<li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>8\\u00a0months<\\/strong><\\/li>\\n \\t<li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part? <strong>\\u201cThe\\u00a0nature\\u00a0of\\u00a0this business\\u00a0is\\u00a0exciting!!\\u00a0 Rarely\\u00a0are\\u00a0there\\u00a0two\\u00a0jobs\\u00a0that\\u00a0are\\u00a0the\\u00a0exact\\u00a0same.\\u00a0Figuring\\u00a0out\\u00a0the\\u00a0difficult\\u00a0jobs\\u00a0and\\u00a0then\\u00a0executing\\u00a0a\\u00a0plan\\u00a0perfectly\\u00a0with\\u00a0our\\u00a0team\\u00a0is\\u00a0what\\u00a0it\\u2019s\\u00a0all\\u00a0about.\\u201d<\\/strong><\\/li>\\n \\t<li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business<strong>?\\u00a0 \\u00a0 \\u201cDo\\u00a0your\\u00a0work\\u00a0100%.\\u00a0Nothing\\u00a0should\\u00a0be\\u00a0just\\u00a0good\\u00a0enough,\\u00a0complete\\u00a0it\\u00a0to\\u00a0the\\u00a0very\\u00a0best\\u00a0of\\u00a0your\\u00a0ability\\u00a0\\u00a0\\u00a0 and\\u00a0if\\u00a0it\\u00a0is\\u00a0still\\u00a0not\\u00a0perfect,ask\\u00a0for\\u00a0help\\u00a0to\\u00a0make\\u00a0it\\u00a0perfect.\\u00a0Take\\u00a0your\\u00a0time,\\u00a0jobs\\u00a0like\\u00a0these \\u00a0take\\u00a0 time.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li>\\n \\t<li>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>\\u201cI\\u00a0was\\u00a0an\\u00a0MMA\\u00a0fighter\\u00a0for\\u00a0\\u00a0\\u00a0 many\\u00a0years.\\u00a0Currently\\u00a0looking\\u00a0for\\u00a0my\\u00a0next\\u00a0hobby.\\u201d<\\/strong><\\/li>\\n<\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"543d250\",\"elType\":\"section\",\"settings\":{\"structure\":\"21\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F2\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d050cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.876000000000001},\"elements\":[{\"id\":\"bd14265\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/09\\/7777.jpg\",\"id\":989},\"_css_classes\":\"ted-binachi-img\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"46b103a\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":74.768000000000001},\"elements\":[{\"id\":\"4fd3d56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sean Gibbons\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"921c1d3\",\"elType\":\"widget\",\"settings\":{\"custom_text\":\"<ol><li>How\\u00a0long\\u00a0have\\u00a0you\\u00a0been\\u00a0in\\u00a0the\\u00a0machinery\\u00a0moving\\u00a0business<strong>?\\u00a0 \\u201cI\\u00a0have\\u00a0been\\u00a0in\\u00a0the\\u00a0construction\\u00a0industry\\u00a0for\\u00a0over\\u00a020\\u00a0years\\u00a0on\\u00a0both\\u00a0sides\\u00a0of\\u00a0the\\u00a0Atlantic\\u201d\\u00a0 \\u00a0<\\/strong><\\/li><li>How\\u00a0many\\u00a0years\\u00a0have\\u00a0you\\u00a0been\\u00a0with\\u00a0ARS\\u00a0Contracting,\\u00a0Inc?\\u00a0 <strong>5\\u00a0years\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0excites\\u00a0you\\u00a0about\\u00a0the\\u00a0job?\\u00a0What\\u00a0is\\u00a0your\\u00a0favorite\\u00a0part?\\u00a0 <strong>\\u201cBeing\\u00a0able\\u00a0to\\u00a0work\\u00a0with\\u00a0our\\u00a0rigging\\u00a0crews.\\u00a0The\\u00a0guys\\u00a0in\\u00a0the\\u00a0field\\u00a0 are\\u00a0full\\u00a0of\\u00a0knowledge\\u00a0and\\u00a0have\\u00a0precise\\u00a0accuracy\\u00a0when\\u00a0on\\u00a0the\\u00a0job.\\u00a0 It\\u2019s\\u00a0fun\\u00a0to\\u00a0see\\u00a0them\\u00a0put\\u00a0their\\u00a0skills\\u00a0to\\u00a0work.\\u201d\\u00a0 \\u00a0 <\\/strong><\\/li><li>What\\u00a0is\\u00a0one\\u00a0piece\\u00a0of\\u00a0advice\\u00a0for\\u00a0someone\\u00a0new\\u00a0getting\\u00a0into\\u00a0this\\u00a0business?\\u00a0 <strong>\\u201cListen\\u00a0to\\u00a0those\\u00a0who\\u00a0have\\u00a0experience\\u00a0with\\u00a0this\\u00a0kind\\u00a0of\\u00a0work.\\u201d\\u00a0\\u00a0 \\u00a0 <\\/strong><\\/li><li><p>What\\u00a0is\\u00a0a\\u00a0hobby\\u00a0of\\u00a0yours\\u00a0outside\\u00a0of\\u00a0ARS\\u00a0Contracting,\\u00a0Inc<strong>?\\u00a0 \\u201cFly\\u00a0fishing\\u201d\\u00a0\\u00a0<\\/strong><\\/p><\\/li><\\/ol>\"},\"elements\":[],\"widgetType\":\"gedung-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7005acd\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"css_classes\":\"about-contain\"},\"elements\":[{\"id\":\"b0822e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17fc8fa\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Affiliations\",\"typography_title_typography\":\"custom\",\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":20},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":28},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"_animation\":\"fadeInDown\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"06d5df4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"px\",\"size\":57},\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17a24f6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"css_classes\":\"affiliations-img\"},\"elements\":[{\"id\":\"14cbafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0b17af3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ips_scra-1.jpg\",\"id\":619}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"f0c181e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"24b7249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/ASAClogo_PRINT-1.jpg\",\"id\":618}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"66fd030\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2d587c0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/wp-content\\/uploads\\/2020\\/06\\/IRON.jpg\",\"id\":574}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b53cb7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"80\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7209154\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99c7173\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Here\'s What Our Customers Say\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align\":\"center\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":28},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":32},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"},{\"id\":\"b129a61\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":3},\"color\":\"#3315C6\",\"width\":{\"unit\":\"%\",\"size\":7},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":2},\"_animation\":\"fadeInUp\",\"width_mobile\":{\"unit\":\"%\",\"size\":20},\"align_mobile\":\"left\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"caa7ca7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3843140\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9fa6d07\",\"elType\":\"widget\",\"settings\":{\"testi_item\":[{\"text\":\"Testimonial Item #1\",\"_id\":\"6a3020e\",\"testi_text\":\"\\u201cWe\\u00a0have\\u00a0worked\\u00a0with\\u00a0ARS\\u00a0for\\u00a0more\\u00a0than\\u00a030\\u00a0years\\u00a0and\\u00a0have\\u00a0built\\u00a0a\\u00a0trusted\\u00a0relationship\\u00a0utilizing\\u00a0 their\\u00a0services\\u00a0for\\u00a0large\\u00a0Data\\u00a0center\\u00a0projects,\\u00a0hoisting,\\u00a0and\\u00a0setting\\u00a0generators,\\u00a0electrical switchgear,\\u00a0storage\\u00a0of\\u00a0equipment\\u00a0and\\u00a0much\\u00a0more.\\u00a0Thank\\u00a0you,\\u00a0ARS\\u00a0team.\\u201d\\u00a0 \",\"testi_author\":\"Daniel\",\"testi_author_job\":\"\",\"testi_img\":{\"url\":\"\",\"id\":\"\"}},{\"text\":\"Testimonial Item #2\",\"_id\":\"49c0410\",\"testi_text\":\"\\u201cThe\\u00a0ARS\\u00a0Foreman,\\u00a0Kevin,\\u00a0knew\\u00a0exactly\\u00a0what\\u00a0he\\u00a0needed\\u00a0to\\u00a0do\\u00a0to\\u00a0bring\\u00a0in\\u00a0the\\u00a0(4)\\u00a01000#\\u00a0Electrical\\u00a0 Switchgear\\u00a0sections\\u2026\\u00a0while\\u00a0traversing\\u00a0some\\u00a0challenging\\u00a0terrain\\u2026Kevin\\u2019s\\u00a0professionalism\\u00a0and\\u00a0 get\\u2010it\\u2010done\\u00a0[safely]\\u00a0attitude\\u00a0did,\\u00a0in\\u00a0fact,\\u00a0get\\u00a0the\\u00a0job\\u00a0done\\u00a0with\\u00a0extreme\\u00a0efficiency\\u00a0and\\u00a0not\\u00a0one\\u00a0 issue.\\u201d\",\"testi_author\":\"Michael\",\"testi_author_job\":\"\",\"testi_img\":{\"url\":\"\",\"id\":\"\"}},{\"testi_text\":\"\\u201cThe\\u00a0Museum\\u00a0Project\\u00a0required\\u00a0the\\u00a0backend\\u00a0(Generator)\\u00a0to\\u00a0be\\u00a0removed\\u00a0and\\u00a0shipped\\u00a0to\\u00a0the\\u00a0 repair\\u00a0shop.\\u00a0The\\u00a0detail\\u00a0that\\u00a0ARS\\u00a0Equipment\\u00a0Movers\\u00a0took\\u00a0to\\u00a0remove\\u00a0the\\u00a0backend\\u00a0from\\u00a0the\\u00a0job\\u00a0 site\\u00a0and\\u00a0return\\u00a0it\\u00a0after\\u00a0the\\u00a0repairs\\u00a0were\\u00a0made\\u00a0was\\u00a0nothing\\u00a0short\\u00a0of\\u00a0exemplary.\\u00a0They\\u00a0were\\u00a0 flawless\\u00a0in\\u00a0performing\\u00a0their\\u00a0duties.\\u00a0I\\u00a0will\\u00a0certainly\\u00a0use\\u00a0them\\u00a0again.\\u201d\\u00a0 \",\"testi_author\":\"Vince\",\"testi_author_job\":\"\",\"_id\":\"6a776aa\"}],\"text_align_tablet\":\"center\",\"width\":\"100\",\"height\":\"100\",\"vertical_testi_detail\":\"35\",\"typhography_blockquote_typography_typography\":\"custom\",\"typhography_blockquote_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typhography_blockquote_typography_line_height\":{\"unit\":\"px\",\"size\":32},\"typhography_author_color\":\"#333333\",\"author_img_color\":\"#eaeaea\",\"typhography_author_typography_typography\":\"custom\",\"typhography_author_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typhography_author_typography_line_height\":{\"unit\":\"px\",\"size\":10},\"author_img_margin\":\"10\",\"typhography_cite_color\":\"#f7c51e\",\"choose_column\":\"1\",\"text_align_mobile\":\"left\",\"typhography_blockquote_color\":\"#555555\",\"_css_classes\":\"customer-syas\",\"navigation\":\"dots\",\"autoplay\":\"use\",\"autoplay_ms\":100,\"auto_loop\":\"use\"},\"elements\":[],\"widgetType\":\"gedung-testimonial-block\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec94f91\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#3315C6\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"gap\":\"no\",\"css_classes\":\"ab-footer\"},\"elements\":[{\"id\":\"e6a5e18\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.878999999999998,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"930c4e6\",\"elType\":\"widget\",\"settings\":{\"choose_style\":\"2\",\"the_title\":\"Are you looking for an expert in Certified Rigging & Machine Moving?\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":34},\"typography_title_font_weight\":\"bold\",\"head_use_subtitle\":\"\",\"the_subtitle\":\"Gedung Subtitle\",\"align_tablet\":\"center\",\"title_color_2\":\"#ffffff\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":24},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":35},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"gedung-head-title\"}],\"isInner\":false},{\"id\":\"5b52b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.121000000000002,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd6cfd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"GET QUOTATION\",\"align\":\"center\",\"align_tablet\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"500\",\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0.15)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"link\":{\"url\":\"http:\\/\\/taskgrids.com\\/wpteam2\\/arsc\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(5585,1075,'_elementor_template_type','wp-page'),(5586,1075,'_elementor_controls_usage','a:10:{s:17:\"gedung-head-title\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:25:\"section_gedung_head_title\";a:13:{s:12:\"choose_style\";i:9;s:9:\"the_title\";i:9;s:27:\"typography_title_typography\";i:9;s:33:\"typography_title_font_size_tablet\";i:7;s:35:\"typography_title_line_height_tablet\";i:6;s:17:\"head_use_subtitle\";i:9;s:5:\"align\";i:2;s:33:\"typography_title_font_size_mobile\";i:3;s:12:\"align_mobile\";i:3;s:26:\"typography_title_font_size\";i:2;s:35:\"typography_title_line_height_mobile\";i:2;s:28:\"typography_title_font_weight\";i:1;s:12:\"align_tablet\";i:1;}s:33:\"section_gedung_head_title_style_2\";a:1:{s:13:\"title_color_2\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:6;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:6:\"weight\";i:8;s:5:\"color\";i:8;s:3:\"gap\";i:8;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:4:{s:5:\"width\";i:8;s:5:\"align\";i:2;s:12:\"width_mobile\";i:2;s:12:\"align_mobile\";i:2;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:8;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:30;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:28;s:16:\"content_position\";i:11;s:19:\"_inline_size_tablet\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:13;s:14:\"padding_tablet\";i:13;s:14:\"padding_mobile\";i:11;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:19;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:10;s:6:\"margin\";i:7;s:14:\"padding_tablet\";i:11;s:13:\"margin_mobile\";i:7;s:11:\"css_classes\";i:9;}}s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:11;s:16:\"content_position\";i:4;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:10;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:6;s:16:\"background_color\";i:6;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:11;s:5:\"align\";i:4;s:22:\"image_custom_dimension\";i:3;s:10:\"image_size\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:12:\"_css_classes\";i:6;s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:2;}}}}s:11:\"gedung-text\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:19:\"gedung_text_control\";a:4:{s:11:\"custom_text\";i:9;s:32:\"typography_text_block_typography\";i:5;s:38:\"typography_text_block_font_size_tablet\";i:5;s:40:\"typography_text_block_line_height_tablet\";i:5;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:4;s:11:\"header_size\";i:4;s:5:\"align\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:3:{s:11:\"title_color\";i:4;s:21:\"typography_typography\";i:4;s:20:\"typography_font_size\";i:4;}}}}s:24:\"gedung-testimonial-block\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:52:\"section_gedung_testimonial_block_testimonial_setting\";a:1:{s:10:\"testi_item\";i:1;}s:46:\"section_gedung_testimonial_block_image_setting\";a:2:{s:17:\"text_align_tablet\";i:1;s:17:\"text_align_mobile\";i:1;}s:31:\"section_gedung_carousel_options\";a:5:{s:13:\"choose_column\";i:1;s:10:\"navigation\";i:1;s:8:\"autoplay\";i:1;s:11:\"autoplay_ms\";i:1;s:9:\"auto_loop\";i:1;}}s:5:\"style\";a:3:{s:51:\"section_gedung_testimonial_block_blockquote_setting\";a:5:{s:21:\"vertical_testi_detail\";i:1;s:44:\"typhography_blockquote_typography_typography\";i:1;s:43:\"typhography_blockquote_typography_font_size\";i:1;s:45:\"typhography_blockquote_typography_line_height\";i:1;s:28:\"typhography_blockquote_color\";i:1;}s:47:\"section_gedung_testimonial_block_author_setting\";a:5:{s:24:\"typhography_author_color\";i:1;s:16:\"author_img_color\";i:1;s:40:\"typhography_author_typography_typography\";i:1;s:39:\"typhography_author_typography_font_size\";i:1;s:41:\"typhography_author_typography_line_height\";i:1;}s:51:\"section_gedung_testimonial_block_author_job_setting\";a:1:{s:22:\"typhography_cite_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:6:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;s:4:\"size\";i:1;s:12:\"align_mobile\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:25:\"button_hover_border_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;}}}}}'),(5587,63,'_elementor_css','a:5:{s:4:\"time\";i:1602136041;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=1076 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (3,1,'2020-05-18 23:19:36','2020-05-18 23:19:36','<!-- wp:heading -->\n<h2>Who we are</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Our website address is: https://192.168.1.101:8081/XCNTia/ARSC_Dev.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>What personal data we collect and why we collect it</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Comments</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Media</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<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>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Contact forms</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Cookies</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<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>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select \"Remember Me\", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<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>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Embedded content from other websites</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<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>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Analytics</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Who we share your data with</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>How long we retain your data</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<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>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>What rights you have over your data</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<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>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Where we send your data</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Visitor comments may be checked through an automated spam detection service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Your contact information</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Additional information</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>How we protect your data</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>What data breach procedures we have in place</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>What third parties we receive data from</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>What automated decision making and/or profiling we do with user data</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Industry regulatory disclosure requirements</h3>\n<!-- /wp:heading -->','Privacy Policy','','private','closed','open','','privacy-policy','','','2020-05-22 13:46:51','2020-05-22 13:46:51','',0,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=3',0,'page','',0),(5,1,'2020-05-18 23:26:12','2020-05-18 23:26:12','<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\"]\r\n1\r\nARSC Development \"[your-subject]\"\r\nARSC Development <wordpress@taskgrids.com>\r\nfjamora@xcntia.com\r\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 ARSC Development (https://192.168.1.101:8081/XCNTia/ARSC_Dev)\r\nReply-To: [your-email]\r\n\r\n\r\n\r\n\r\nARSC Development \"[your-subject]\"\r\nARSC Development <wordpress@192.168.1.101>\r\n[your-email]\r\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on ARSC Development (https://192.168.1.101:8081/XCNTia/ARSC_Dev)\r\nReply-To: fjamora@xcntia.com\r\n\r\n\r\n\r\nThank you for your message. It has been sent.\r\nThere was an error trying to send your message. Please try again later.\r\nOne or more fields have an error. Please check and try again.\r\nThere was an error trying to send your message. Please try again later.\r\nYou must accept the terms and conditions before sending your message.\r\nThe field is required.\r\nThe field is too long.\r\nThe field is too short.\r\nThe date format is incorrect.\r\nThe date is before the earliest one allowed.\r\nThe date is after the latest one allowed.\r\nThere was an unknown error uploading the file.\r\nYou are not allowed to upload files of this type.\r\nThe file is too big.\r\nThere was an error uploading the file.\r\nThe number format is invalid.\r\nThe number is smaller than the minimum allowed.\r\nThe number is larger than the maximum allowed.\r\nThe answer to the quiz is incorrect.\r\nThe e-mail address entered is invalid.\r\nThe URL is invalid.\r\nThe telephone number is invalid.','Contact form 1','','publish','closed','closed','','contact-form-1','','','2020-06-03 05:35:10','2020-06-03 10:35:10','',0,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/?post_type=wpcf7_contact_form&p=5',0,'wpcf7_contact_form','',0),(6,1,'2018-03-06 04:26:18','2018-03-06 04:26:18','','blog-3','','inherit','open','closed','','blog-3','','','2018-03-06 04:26:18','2018-03-06 04:26:18','',0,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/blog-3-1.jpg',0,'attachment','image/jpeg',0),(7,1,'2018-03-06 04:26:21','2018-03-06 04:26:21','','blog-4','','inherit','open','closed','','blog-4','','','2018-03-06 04:26:21','2018-03-06 04:26:21','',329,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/blog-4-1.jpg',0,'attachment','image/jpeg',0),(8,1,'2018-03-06 04:26:23','2018-03-06 04:26:23','','blog-5','','inherit','open','closed','','blog-5','','','2018-03-06 04:26:23','2018-03-06 04:26:23','',329,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/blog-5-1.jpg',0,'attachment','image/jpeg',0),(9,1,'2018-03-06 04:26:27','2018-03-06 04:26:27','','blog-6','','inherit','open','closed','','blog-6','','','2018-03-06 04:26:27','2018-03-06 04:26:27','',329,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/blog-6-1.jpg',0,'attachment','image/jpeg',0),(10,1,'2018-03-06 04:26:30','2018-03-06 04:26:30','','contractor-hero-image','','inherit','open','closed','','contractor-hero-image','','','2018-03-06 04:26:30','2018-03-06 04:26:30','',0,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/contractor-hero-image-1.jpg',0,'attachment','image/jpeg',0),(11,1,'2018-03-06 04:26:33','2018-03-06 04:26:33','','contractor-hero-image2','','inherit','open','closed','','contractor-hero-image2','','','2018-03-06 04:26:33','2018-03-06 04:26:33','',0,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/contractor-hero-image2-1.jpg',0,'attachment','image/jpeg',0),(12,1,'2018-03-06 04:26:35','2018-03-06 04:26:35','','contractor-hero-image3','','inherit','open','closed','','contractor-hero-image3','','','2018-03-06 04:26:35','2018-03-06 04:26:35','',329,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/contractor-hero-image3-1.jpg',0,'attachment','image/jpeg',0),(13,1,'2018-03-06 04:26:38','2018-03-06 04:26:38','','h1-testimonials-1','','inherit','open','closed','','h1-testimonials-1','','','2018-03-06 04:26:38','2018-03-06 04:26:38','',0,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/h1-testimonials-1-1.png',0,'attachment','image/png',0),(14,1,'2018-03-06 04:26:40','2018-03-06 04:26:40','','h1-testimonials-2','','inherit','open','closed','','h1-testimonials-2','','','2018-03-06 04:26:40','2018-03-06 04:26:40','',0,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/h1-testimonials-2-1.png',0,'attachment','image/png',0),(15,1,'2018-03-06 04:26:43','2018-03-06 04:26:43','','icon-1','','inherit','open','closed','','icon-1','','','2018-03-06 04:26:43','2018-03-06 04:26:43','',0,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/icon-1-1.png',0,'attachment','image/png',0),(16,1,'2018-03-06 04:26:45','2018-03-06 04:26:45','','icon-2','','inherit','open','closed','','icon-2','','','2018-03-06 04:26:45','2018-03-06 04:26:45','',0,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/icon-2-1.png',0,'attachment','image/png',0),(17,1,'2018-03-06 04:26:48','2018-03-06 04:26:48','','icon-3','','inherit','open','closed','','icon-3','','','2018-03-06 04:26:48','2018-03-06 04:26:48','',0,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/icon-3-1.png',0,'attachment','image/png',0),(18,1,'2018-03-06 04:26:51','2018-03-06 04:26:51','','image-port-1','','inherit','open','closed','','image-port-1','','','2018-03-06 04:26:51','2018-03-06 04:26:51','',0,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/image-port-1-1.jpg',0,'attachment','image/jpeg',0),(19,1,'2018-03-06 04:26:54','2018-03-06 04:26:54','','image-port-2','','inherit','open','closed','','image-port-2','','','2018-03-06 04:26:54','2018-03-06 04:26:54','',0,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/image-port-2-1.jpg',0,'attachment','image/jpeg',0),(20,1,'2018-03-06 04:26:57','2018-03-06 04:26:57','','image-port-3','','inherit','open','closed','','image-port-3','','','2018-03-06 04:26:57','2018-03-06 04:26:57','',0,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/image-port-3-1.jpg',0,'attachment','image/jpeg',0),(21,1,'2018-03-06 04:27:00','2018-03-06 04:27:00','','image-port-4','','inherit','open','closed','','image-port-4','','','2018-03-06 04:27:00','2018-03-06 04:27:00','',0,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/image-port-4-1.jpg',0,'attachment','image/jpeg',0),(22,1,'2018-03-06 04:27:04','2018-03-06 04:27:04','','image-port-5','','inherit','open','closed','','image-port-5','','','2018-03-06 04:27:04','2018-03-06 04:27:04','',0,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/image-port-5-1.jpg',0,'attachment','image/jpeg',0),(23,1,'2018-03-06 04:27:08','2018-03-06 04:27:08','','image-port-6','','inherit','open','closed','','image-port-6','','','2018-03-06 04:27:08','2018-03-06 04:27:08','',0,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/image-port-6-1.jpg',0,'attachment','image/jpeg',0),(24,1,'2018-03-06 04:27:11','2018-03-06 04:27:11','','image-port-7','','inherit','open','closed','','image-port-7','','','2018-03-06 04:27:11','2018-03-06 04:27:11','',0,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/image-port-7-1.jpg',0,'attachment','image/jpeg',0),(25,1,'2018-03-06 04:27:14','2018-03-06 04:27:14','','image-port-8','','inherit','open','closed','','image-port-8','','','2018-03-06 04:27:14','2018-03-06 04:27:14','',0,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/image-port-8-1.jpg',0,'attachment','image/jpeg',0),(26,1,'2018-03-06 04:27:17','2018-03-06 04:27:17','','image-port-9','','inherit','open','closed','','image-port-9','','','2018-03-06 04:27:17','2018-03-06 04:27:17','',0,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/image-port-9-1.jpg',0,'attachment','image/jpeg',0),(27,1,'2018-03-06 04:27:20','2018-03-06 04:27:20','','image-port-10','','inherit','open','closed','','image-port-10','','','2018-03-06 04:27:20','2018-03-06 04:27:20','',0,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/image-port-10-1.jpg',0,'attachment','image/jpeg',0),(28,1,'2018-03-06 04:27:24','2018-03-06 04:27:24','','image-port-11','','inherit','open','closed','','image-port-11','','','2018-03-06 04:27:24','2018-03-06 04:27:24','',0,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/image-port-11-1.jpg',0,'attachment','image/jpeg',0),(29,1,'2018-03-06 04:27:28','2018-03-06 04:27:28','','image-port-12','','inherit','open','closed','','image-port-12','','','2018-03-06 04:27:28','2018-03-06 04:27:28','',0,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/image-port-12-1.jpg',0,'attachment','image/jpeg',0),(30,1,'2018-03-06 04:27:34','2018-03-06 04:27:34','','intro-contractor','','inherit','open','closed','','intro-contractor','','','2018-03-06 04:27:34','2018-03-06 04:27:34','',0,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/intro-contractor-1.png',0,'attachment','image/png',0),(31,1,'2018-03-06 04:27:37','2018-03-06 04:27:37','','partner-01','','inherit','open','closed','','partner-01','','','2018-03-06 04:27:37','2018-03-06 04:27:37','',0,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/partner-01-1.png',0,'attachment','image/png',0),(32,1,'2018-03-06 04:27:40','2018-03-06 04:27:40','','partner-02','','inherit','open','closed','','partner-02','','','2018-03-06 04:27:40','2018-03-06 04:27:40','',0,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/partner-02-1.png',0,'attachment','image/png',0),(33,1,'2018-03-06 04:27:44','2018-03-06 04:27:44','','partner-03','','inherit','open','closed','','partner-03','','','2018-03-06 04:27:44','2018-03-06 04:27:44','',0,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/partner-03-1.png',0,'attachment','image/png',0),(34,1,'2018-03-06 04:27:45','2018-03-06 04:27:45','','partner-05','','inherit','open','closed','','partner-05','','','2018-03-06 04:27:45','2018-03-06 04:27:45','',0,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/partner-05-1.png',0,'attachment','image/png',0),(35,1,'2018-03-06 04:27:48','2018-03-06 04:27:48','','partner-07','','inherit','open','closed','','partner-07','','','2018-03-06 04:27:48','2018-03-06 04:27:48','',0,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/partner-07-1.png',0,'attachment','image/png',0),(36,1,'2018-03-06 04:27:52','2018-03-06 04:27:52','','partner-10','','inherit','open','closed','','partner-10','','','2018-03-06 04:27:52','2018-03-06 04:27:52','',0,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/partner-10-1.png',0,'attachment','image/png',0),(37,1,'2018-03-06 04:27:54','2018-03-06 04:27:54','','team-1','','inherit','open','closed','','team-1','','','2018-03-06 04:27:54','2018-03-06 04:27:54','',0,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/team-1-1.jpg',0,'attachment','image/jpeg',0),(38,1,'2018-03-06 04:27:56','2018-03-06 04:27:56','','team-2s','','inherit','open','closed','','team-2s','','','2018-03-06 04:27:56','2018-03-06 04:27:56','',0,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/team-2s-1.jpg',0,'attachment','image/jpeg',0),(39,1,'2018-03-06 04:27:59','2018-03-06 04:27:59','','team-3','','inherit','open','closed','','team-3','','','2018-03-06 04:27:59','2018-03-06 04:27:59','',0,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/team-3-1.jpg',0,'attachment','image/jpeg',0),(40,1,'2018-03-06 04:28:01','2018-03-06 04:28:01','','team-4s','','inherit','open','closed','','team-4s','','','2018-03-06 04:28:01','2018-03-06 04:28:01','',0,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/team-4s-1.jpg',0,'attachment','image/jpeg',0),(41,1,'2018-03-06 04:28:03','2018-03-06 04:28:03','','blog-1','','inherit','open','closed','','blog-1','','','2018-03-06 04:28:03','2018-03-06 04:28:03','',0,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/blog-1-1.jpg',0,'attachment','image/jpeg',0),(42,1,'2018-03-06 04:28:06','2018-03-06 04:28:06','','blog-2','','inherit','open','closed','','blog-2','','','2018-03-06 04:28:06','2018-03-06 04:28:06','',0,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/blog-2-1.jpg',0,'attachment','image/jpeg',0),(46,1,'2018-03-06 04:41:15','2018-03-06 10:41:15','<p>ARS coordinates facility relocations and equipment installations for properties across the country. We work with building owners and facility managers to plan every detail and execute each step within timelines and established budgets.</p><p>Call us at <a href=\"tel:800-358-8444\"><strong>800-358-8444</strong></a> and work with the experienced team that’s ready to manage every detail no matter the size or complexity of the project.</p> \n <img width=\"224\" height=\"298\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/build.jpg\" alt=\"\" />','Building Owners','Excerpt text here','publish','closed','closed','','building-owners','','','2020-09-03 08:12:25','2020-09-03 13:12:25','',0,'http://gedung.themesawesome.com/?p=46',4,'gedung-industries','',0),(48,1,'2018-03-06 04:47:57','2018-03-06 10:47:57','Municipalities rely on our expertise for moves for schools, universities and government buildings.\r\n\r\nFrom large to small facilities, our team pre-plans every move to ensure efficiency and safety and minimize the impact on staff and students.\r\n\r\n<img src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/municipalities.jpg\" sizes=\"(max-width: 337px) 100vw, 337px\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/municipalities.jpg 337w, http://www.arscontracting.com/wp-content/uploads/2018/03/municipalities-200x300.jpg 200w\" alt=\"\" width=\"337\" height=\"506\" />','Municipalities','','publish','closed','closed','','municipalities','','','2020-07-30 07:05:33','2020-07-30 12:05:33','',0,'http://gedung.themesawesome.com/?p=48',6,'gedung-industries','',0),(50,1,'2018-03-06 04:52:15','2018-03-06 10:52:15','<p>Our team has successfully moved equipment for small and large medical facilities across the country. Moves have included MRIs, CAT/PET, generators, chillers and boilers.</p><p>We’ll work with your team to ensure a smooth move, well-planned process and minimal impact on patient services. Call us at <a href=\"tel:800-358-8444\"><strong>800-358-8444</strong></a> to learn more.</p> \n <img width=\"760\" height=\"428\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/medical-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/medical-1.jpg 760w, http://www.arscontracting.com/wp-content/uploads/2018/03/medical-1-300x169.jpg 300w\" sizes=\"(max-width: 760px) 100vw, 760px\" /> \n <img width=\"683\" height=\"1024\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/IMG_0439-683x1024.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/IMG_0439-683x1024.jpg 683w, http://www.arscontracting.com/wp-content/uploads/2018/03/IMG_0439-200x300.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2018/03/IMG_0439-768x1152.jpg 768w, http://www.arscontracting.com/wp-content/uploads/2018/03/IMG_0439-1024x1536.jpg 1024w, http://www.arscontracting.com/wp-content/uploads/2018/03/IMG_0439-1365x2048.jpg 1365w, http://www.arscontracting.com/wp-content/uploads/2018/03/IMG_0439-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" /> \n <img width=\"737\" height=\"415\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/medical-2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/medical-2.jpg 737w, http://www.arscontracting.com/wp-content/uploads/2018/03/medical-2-300x169.jpg 300w\" sizes=\"(max-width: 737px) 100vw, 737px\" />','Medical','','publish','closed','closed','','medical','','','2020-09-09 00:44:23','2020-09-09 05:44:23','',0,'http://gedung.themesawesome.com/?p=50',7,'gedung-industries','',0),(52,1,'2018-03-06 04:54:25','2018-03-06 10:54:25','<p>Manufacturers in every industry category have relied on our team for plant relocations and industry moves across the U.S.</p><p>Not every company can manage the complexities of plant relocations. Our team is experienced, dedicated to preplanning all the details and ensuring the process is smooth so plant downtime is minimized. Call us today at <a href=\"tel:800-358-8444\"><strong>800-358-8444</strong></a> to learn more.</p> \n <img width=\"561\" height=\"374\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/manufacturers-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/manufacturers-1.jpg 561w, http://www.arscontracting.com/wp-content/uploads/2018/03/manufacturers-1-300x200.jpg 300w\" sizes=\"(max-width: 561px) 100vw, 561px\" /> \n <img width=\"568\" height=\"379\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/manufacturers-2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/manufacturers-2.jpg 568w, http://www.arscontracting.com/wp-content/uploads/2018/03/manufacturers-2-300x200.jpg 300w\" sizes=\"(max-width: 568px) 100vw, 568px\" />','Manufacturers','','publish','closed','closed','','manufacturers','','','2020-09-03 08:14:19','2020-09-03 13:14:19','',0,'http://gedung.themesawesome.com/?p=52',3,'gedung-industries','',0),(54,1,'2018-03-06 04:55:59','2018-03-06 10:55:59','<p>Our team of highly skilled and certified professionals works directly with architects and engineers to understand project details and plan each step of the process to ensure a smooth delivery and set up of equipment in any facility space.</p><p>When you need a team accustomed to working with architectural plans, give us a call at <strong><a href=\"tel:800-358-8444\">800-358-8444</a></strong></p> \n <img width=\"512\" height=\"309\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/unnamed.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/unnamed.jpg 512w, http://www.arscontracting.com/wp-content/uploads/2018/03/unnamed-300x181.jpg 300w\" sizes=\"(max-width: 512px) 100vw, 512px\" />','Architects & Engineers','','publish','closed','closed','','architects-engineers','','','2020-09-03 08:06:11','2020-09-03 13:06:11','',0,'http://gedung.themesawesome.com/?p=54',8,'gedung-industries','',0),(57,1,'2018-03-06 06:49:36','2018-03-06 06:49:36','','gedung-logo2-60s','','inherit','open','closed','','gedung-logo2-60s','','','2018-03-06 06:49:36','2018-03-06 06:49:36','',0,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/gedung-logo2-60s-1.png',0,'attachment','image/png',0),(58,1,'2018-03-06 06:49:40','2018-03-06 06:49:40','','gedung-logo2-black-60','','inherit','open','closed','','gedung-logo2-black-60','','','2018-03-06 06:49:40','2018-03-06 06:49:40','',0,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/gedung-logo2-black-60-1.png',0,'attachment','image/png',0),(61,1,'2018-03-07 02:18:33','2018-03-07 02:18:33','<a href=\"http://www.arscontracting.com/projects/\" role=\"button\">\n View Services\n </a>\n <figure><img width=\"1805\" height=\"1920\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png 1805w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-282x300.png 282w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-963x1024.png 963w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-768x817.png 768w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-1444x1536.png 1444w\" sizes=\"(max-width: 1805px) 100vw, 1805px\" /></figure><h3>Services</h3><p>Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more</p> \n <figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Exceptional Safety Rating</h3><p>We have one of the best safety ratings in the industry & we are certified riggers</p> \n <figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Industries</h3><p>We offer outstanding service to most industries including contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers/building owners, and more\n</p> \n <img width=\"753\" height=\"564\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/1-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/1-1.jpg 753w, http://www.arscontracting.com/wp-content/uploads/2020/09/1-1-300x225.jpg 300w\" sizes=\"(max-width: 753px) 100vw, 753px\" /> \n <a href=\"http://www.arscontracting.com/projects/\" role=\"button\">\n VIEW ALL SERVICES\n </a>\n <a href=\"http://www.arscontracting.com/industries/\" role=\"button\">\n VIEW ALL INDUSTRIES\n </a>\n [gedung_industries_home] \n <a href=\"http://www.arscontracting.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','Home','','publish','closed','closed','','home','','','2020-09-16 05:26:27','2020-09-16 10:26:27','',0,'http://gedung.themesawesome.com/?page_id=61',0,'page','',0),(63,1,'2018-03-07 02:19:56','2018-03-07 02:19:56','<img src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image43.png\" sizes=\"(max-width: 548px) 100vw, 548px\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image43.png 548w, http://www.arscontracting.com/wp-content/uploads/2020/07/image43-300x173.png 300w\" alt=\"\" width=\"548\" height=\"316\" />\r\n<img src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image37.jpg\" sizes=\"(max-width: 498px) 100vw, 498px\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image37.jpg 498w, http://www.arscontracting.com/wp-content/uploads/2020/07/image37-300x225.jpg 300w\" alt=\"\" width=\"498\" height=\"374\" />\r\n<img src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/5.jpg\" sizes=\"(max-width: 571px) 100vw, 571px\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/5.jpg 571w, http://www.arscontracting.com/wp-content/uploads/2020/09/5-300x238.jpg 300w, http://www.arscontracting.com/wp-content/uploads/2020/09/5-100x80.jpg 100w\" alt=\"\" width=\"571\" height=\"453\" />\r\n\r\nTraining, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\r\n\r\nOur safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we’re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients’ facilities.\r\n\r\n<img src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/Safety-OSHA-scaled.jpg\" sizes=\"(max-width: 2560px) 100vw, 2560px\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/Safety-OSHA-scaled.jpg 2560w, http://www.arscontracting.com/wp-content/uploads/2020/09/Safety-OSHA-300x218.jpg 300w, http://www.arscontracting.com/wp-content/uploads/2020/09/Safety-OSHA-1024x744.jpg 1024w, http://www.arscontracting.com/wp-content/uploads/2020/09/Safety-OSHA-768x558.jpg 768w, http://www.arscontracting.com/wp-content/uploads/2020/09/Safety-OSHA-1536x1116.jpg 1536w, http://www.arscontracting.com/wp-content/uploads/2020/09/Safety-OSHA-2048x1488.jpg 2048w\" alt=\"\" width=\"2560\" height=\"1860\" />\r\n<img src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/7.jpg\" sizes=\"(max-width: 290px) 100vw, 290px\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/7.jpg 290w, http://www.arscontracting.com/wp-content/uploads/2020/09/7-225x300.jpg 225w\" alt=\"\" width=\"290\" height=\"386\" />\r\n<h4>George “Red” Gilmartin ‐ President</h4>\r\n<img src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/777.jpg\" sizes=\"(max-width: 368px) 100vw, 368px\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/777.jpg 368w, http://www.arscontracting.com/wp-content/uploads/2020/09/777-262x300.jpg 262w\" alt=\"\" width=\"368\" height=\"421\" />\r\n<h4>Ted Bianchi</h4>\r\n<img src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/77.jpg\" sizes=\"(max-width: 368px) 100vw, 368px\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/77.jpg 368w, http://www.arscontracting.com/wp-content/uploads/2020/09/77-289x300.jpg 289w\" alt=\"\" width=\"368\" height=\"382\" />\r\n<h4>Jeromy Bianchi</h4>\r\n<img src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/7777.jpg\" sizes=\"(max-width: 353px) 100vw, 353px\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/7777.jpg 353w, http://www.arscontracting.com/wp-content/uploads/2020/09/7777-261x300.jpg 261w\" alt=\"\" width=\"353\" height=\"406\" />\r\n<h4>Sean Gibbons</h4>\r\n<img src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\" width=\"297\" height=\"191\" />\r\n<img src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" sizes=\"(max-width: 332px) 100vw, 332px\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" alt=\"\" width=\"332\" height=\"210\" />\r\n<img src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" sizes=\"(max-width: 200px) 100vw, 200px\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" alt=\"\" width=\"200\" height=\"200\" />\r\n<a role=\"button\" href=\"http://www.arscontracting.com/contact/\">\r\nGET QUOTATION\r\n</a>','About Us','','publish','closed','closed','','about','','','2020-10-08 00:47:50','2020-10-08 05:47:50','',0,'http://gedung.themesawesome.com/?page_id=63',0,'page','',0),(65,1,'2018-03-07 02:20:40','2018-03-07 02:20:40','<h2>Rigging</h2> \n <p>When you have machinery that needs to be relocated, lifted or installed, call on the company with rigging and machinery moving expertise. ARS Contracting, Inc. professionals have the experience and innovative solutions to solve the most complex problems. Plus, we’ll keep our focus on safety, timelines and budget. We rig, move and set equipment every day – it’s the only work we do! Contact us and learn why some of the biggest companies in the U.S. rely on us for all of their moves. </p> \n <h2>Rigging, Machinery Moving & Installation\n</h2> \n <p>Rigging and moving machinery requires a unique set of skills. And this is exactly what we focus on. We’ll develop a plan, timeline and engage a skilled team and essential equipment to get the job done smoothly. When large equipment must fit into tight spaces, we have the expertise and foresight to identify potential challenges and we develop a process to ensure success with minimal complications. From data centers, to healthcare facilities, public buildings, manufacturing facilities and beyond, we have the innovative solutions, equipment and certified talent to get the job done. </p> \n <h2>Heavy Lifting & Erecting</h2> \n <p>A thorough analysis and detailed plan of action are a “must” when lifting and erecting large equipment. Our team develops the solutions to overcome space and time challenges. Then, planning turns into action, and our certified riggers team executes every detail in a professional manner to ensure the project is done right the first time, safely and efficiently. </p> \n <h2>Hauling & Jobsite Delivery</h2> \n <p>Our team engages the right vehicles to deliver your equipment safely to your destination across the U.S. </p><ul><li>VEHICLES:<ul><li>Flatbeds</li><li>Step Decks</li><li>Double Drops – Expandable & RGNs</li><li>Tilt Beds - Trailers</li><li>Straight Trucks – 12’ to 24’</li><li>Vans – 48-53 Logistics</li></ul></li></ul><p> </p><ul><li>OTHER SERVICES WE PROVIDE:<ul><li>Over Dimensional Loads</li><li>Heavy Hauling</li><li>LTL (Less than truckload)</li></ul></li></ul> \n <h2>Storage & Preservation</h2> \n <p>Our warehouse provides great value for customers because it allows us to receive equipment from across the country to be assembled in one location, then moved to the final destination. Our facility is centrally located and provides indoor and outdoor storage space. The warehouse is heated, under video surveillance and is equipped with fire alarms, docks, and ground doors. The outside storage area is fenced, locked and under video surveillance. Allowing quick, easy access to Chicago and the suburbs, we’re located near O’Hare Airport.</p> \n <h2>Plant Relocation</h2> \n <p>Moving a plant involves precision planning, access to the best equipment and talent and flexibility to quickly adjust to any changes. We start with a consultation to fully understand the customer’s goals, along with the current and future facilities. Then, we develop a detailed plan of action to ensure every aspect of the move is thoroughly outlined and then implemented in the most efficient and cost-effective manner. From small to large size plants, we have the experience to implement the move quickly and safely. </p><p> Unlike other moving contractors, our comprehensive proposals include costs for rigging, moving, electrical, piping, mechanical, millwright work, transportation and storage.</p><p>Our moving services include:</p><ul><li>Lay out floors of new location</li><li>Dismantling</li><li>Moving of common stock inventory</li><li>Hauling/transportation</li><li>Assembling</li><li>Alignment</li><li>Leveling</li><li>Anchoring</li><li>Grouting</li><li>Fabrication/modification as requested</li></ul> \n <h2>Millwright Services</h2> \n <p>Our Millwrights are highly skilled at executing another type of operation from layout, dismantling, installing, assembling, leveling, anchoring, grouting and fabricating. Our team will help your business avoid downtime and keep all aspects of your operation running smoothly. </p> \n <h2>Consultation</h2> \n <p>Our team of professionals provides us with the talent necessary to analyze and advise on any potential lifting or rigging challenge that you have. It takes years of experience with large and small projects, plus a dedication to continually learning the industry trends and new technologies to enable an individual to comprehend and plan for the many details involved in complex projects. These are the people we hire at ARS Contracting, Inc. These are the people you can depend on for complete project management, or consultation on the best process and resources for the job. </p> \n <a href=\"http://www.arscontracting.com/contact/\" role=\"button\">\n Contact Us\n </a>','Services','','publish','closed','closed','','projects','','','2020-07-24 08:17:25','2020-07-24 13:17:25','',0,'http://gedung.themesawesome.com/?page_id=65',0,'page','',0),(67,1,'2018-03-07 02:21:19','2018-03-07 02:21:19','','News/Blog','','publish','closed','closed','','blog','','','2020-05-22 02:16:07','2020-05-22 02:16:07','',0,'http://gedung.themesawesome.com/?page_id=67',0,'page','',0),(69,1,'2018-03-07 02:22:16','2018-03-07 02:22:16','<h3>\n Phone\n </h3>\n <p><a href=\"tel:1-800-358-8444\">1-800-358-8444</a></p>\n <h3>\n Email\n </h3>\n <p><a href=\"mailto:sales@arscontracting.com\">sales@arscontracting.com</a></p>\n <h3>\n Address\n </h3>\n <p><ul>\n<li><a href=\"https://www.google.com/maps/place/3333+Mt+Prospect+Rd,+Franklin+Park,+IL+60131,+USA/@41.9340863,-87.9216416,17z/data=!3m1!4b1!4m5!3m4!1s0x880fb48c00253097:0xda3cf20b0d9e5aae!8m2!3d41.9340823!4d-87.9194529\" target=\"_blank\" rel=\"noopener noreferrer\">WAREHOUSE: 3333 Mt Prospect Rd, Franklin Park IL 60131</a></li>\n<li><a href=\"https://www.google.com/maps/place/2015+US-34+#3,+Oswego,+IL+60543,+USA/@41.7086921,-88.3028741,17z/data=!3m1!4b1!4m5!3m4!1s0x880ef04cc1a9a74f:0x51c11798f8a7efee!8m2!3d41.7086881!4d-88.3006854\" target=\"_blank\" rel=\"noopener noreferrer\">OFFICE: 2015A US Route 34, Suite 3, Oswego IL 60543</a></li>\n<li><a href=\"https://www.google.com/maps/place/9540+S+Carls+Dr,+Plainfield,+IL+60585,+USA/@41.707794,-88.2453787,17z/data=!3m1!4b1!4m5!3m4!1s0x880ef72a7a3889bd:0x95b63192b5e0bf0a!8m2!3d41.707794!4d-88.24319\" target=\"_blank\" rel=\"noopener noreferrer\">MAILING ADDRESS: 9540 S Carls Dr, Plainfield IL 60585</a></li>\n</ul></p>\n <h3>\n Fax\n </h3>\n <p>630-364-5778</p>\n <h3>\n Hours\n </h3>\n <p><ul>\n<li>OFFICE: 8:00 AM to 4:30 PM US Central Time</li>\n<li>SERVICE: 24 hours a day/7 days per week</li>\n</ul></p>\n <iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=WAREHOUSE%3A%203333%20Mt%20Prospect%20Rd%2C%20Franklin%20Park%20IL%2060131&t=m&z=17&output=embed&iwloc=near\" aria-label=\"WAREHOUSE: 3333 Mt Prospect Rd, Franklin Park IL 60131\"></iframe>','Contact Us','','publish','closed','closed','','contact','','','2020-07-03 04:43:05','2020-07-03 09:43:05','',0,'http://gedung.themesawesome.com/?page_id=69',0,'page','',0),(190,1,'2018-03-07 04:48:46','2018-03-07 10:48:46','Our team of professionals provides us with the talent necessary to analyze and advise on any potential lifting or rigging challenge that you have. It takes years of experience with large and small projects, plus a dedication to continually learning the industry trends and new technologies to enable an individual to comprehend and plan for the many details involved in complex projects. These are the people we hire at ARS Contracting, Inc. These are the people you can depend on for complete project management, or consultation on the best process and resources for the job.','Consultations','','publish','closed','closed','','consultations','','','2020-07-24 07:21:45','2020-07-24 12:21:45','',0,'http://gedung.themesawesome.com/?post_type=gedung-portfolio&p=190',0,'gedung-portfolio','',0),(197,1,'2018-03-07 04:57:06','2018-03-07 10:57:06','Moving a plant involves precision planning, access to the best equipment and talent and flexibility to quickly adjust to any changes. We start with a consultation to fully understand the customer’s goals, along with the current and future facilities. Then, we develop a detailed plan of action to ensure every aspect of the move is thoroughly outlined and then implemented in the most efficient and cost-effective manner. From small to large size plants, we have the experience to implement the move quickly and safely.\r\n\r\nUnlike other moving contractors, our comprehensive proposals include costs for rigging, moving, electrical, piping, mechanical, millwright work, transportation and storage.\r\n\r\nOur moving services include:\r\n<ul>\r\n <li>Lay out floors of new location</li>\r\n <li>Dismantling</li>\r\n <li>Moving of common stock inventory</li>\r\n <li>Hauling/transportation</li>\r\n <li>Assembling</li>\r\n <li>Alignment</li>\r\n <li>Leveling</li>\r\n <li>Anchoring</li>\r\n <li>Grouting</li>\r\n <li>Fabrication/modification as requested</li>\r\n</ul>\r\n \r\n\r\n \r\n\r\n ','Plant Relocation','','publish','closed','closed','','plant-relocation','','','2020-09-02 08:20:44','2020-09-02 13:20:44','',0,'http://gedung.themesawesome.com/?post_type=gedung-portfolio&p=197',2,'gedung-portfolio','',0),(203,1,'2018-03-07 05:05:04','2018-03-07 11:05:04','When you have machinery that needs to be relocated, lifted or installed, call on the company with rigging and machinery moving expertise. ARS Contracting, Inc. professionals have the experience and innovative solutions to solve the most complex problems. Plus, we’ll keep our focus on safety, timelines and budget. We rig, move and set equipment every day – it’s the only work we do! Contact us and learn why some of the biggest companies in the U.S. rely on us for all of their moves.','Rigging','','publish','closed','closed','','rigging','','','2020-09-02 08:14:00','2020-09-02 13:14:00','',0,'http://gedung.themesawesome.com/?post_type=gedung-portfolio&p=203',7,'gedung-portfolio','',0),(205,1,'2018-03-07 05:07:28','2018-03-07 11:07:28','Our team engages the right vehicles to deliver your equipment safely to your destination across the U.S.\n<ul>\n <li>VEHICLES:\n<ul>\n <li>Flatbeds</li>\n <li>Step Decks</li>\n <li>Double Drops – Expandable & RGNs</li>\n <li>Tilt Beds – Trailers</li>\n <li>Straight Trucks – 12’ to 24’</li>\n <li>Vans – 48-53 Logistics</li>\n</ul>\n</li>\n</ul>\n \n<ul>\n <li>OTHER SERVICES WE PROVIDE:\n<ul>\n <li>Over Dimensional Loads</li>\n <li>Heavy Hauling</li>\n <li>LTL (Less than truckload)</li>\n</ul>\n</li>\n</ul>\n \n \n \n <img width=\"597\" height=\"398\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/sdfdfsfsf.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/sdfdfsfsf.jpg 597w, http://www.arscontracting.com/wp-content/uploads/2018/03/sdfdfsfsf-300x200.jpg 300w\" sizes=\"(max-width: 597px) 100vw, 597px\" />','Jobsite Delivery / Hauling','','publish','closed','closed','','jobsite-delivery-hauling','','','2020-09-03 06:03:21','2020-09-03 11:03:21','',0,'http://gedung.themesawesome.com/?post_type=gedung-portfolio&p=205',4,'gedung-portfolio','',0),(207,1,'2018-03-07 05:09:59','2018-03-07 11:09:59','Rigging and moving machinery requires a unique set of skills. And this is exactly what we focus on. We’ll develop a plan, timeline and engage a skilled team and essential equipment to get the job done smoothly. When large equipment must fit into tight spaces, we have the expertise and foresight to identify potential challenges and we develop a process to ensure success with minimal complications. From data centers, to healthcare facilities, public buildings, manufacturing facilities and beyond, we have the innovative solutions, equipment and certified talent to get the job done.','Machinery Moving & Installation','','publish','closed','closed','','machinery-moving-installation','','','2020-09-02 08:14:27','2020-09-02 13:14:27','',0,'http://gedung.themesawesome.com/?post_type=gedung-portfolio&p=207',6,'gedung-portfolio','',0),(250,1,'2018-03-07 07:24:29','2018-03-07 07:24:29','','partner-10light','','inherit','open','closed','','partner-10light','','','2018-03-07 07:24:29','2018-03-07 07:24:29','',0,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/partner-10light-1.png',0,'attachment','image/png',0),(251,1,'2018-03-07 07:24:32','2018-03-07 07:24:32','','partner-01light','','inherit','open','closed','','partner-01light','','','2018-03-07 07:24:32','2018-03-07 07:24:32','',0,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/partner-01light-1.png',0,'attachment','image/png',0),(252,1,'2018-03-07 07:24:36','2018-03-07 07:24:36','','partner-02light','','inherit','open','closed','','partner-02light','','','2018-03-07 07:24:36','2018-03-07 07:24:36','',0,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/partner-02light-1.png',0,'attachment','image/png',0),(253,1,'2018-03-07 07:24:40','2018-03-07 07:24:40','','partner-03light','','inherit','open','closed','','partner-03light','','','2018-03-07 07:24:40','2018-03-07 07:24:40','',0,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/partner-03light-1.png',0,'attachment','image/png',0),(254,1,'2018-03-07 07:24:46','2018-03-07 07:24:46','','partner-05light','','inherit','open','closed','','partner-05light','','','2018-03-07 07:24:46','2018-03-07 07:24:46','',0,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/partner-05light-1.png',0,'attachment','image/png',0),(255,1,'2018-03-07 07:24:50','2018-03-07 07:24:50','','partner-07light','','inherit','open','closed','','partner-07light','','','2018-03-07 07:24:50','2018-03-07 07:24:50','',0,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/partner-07light-1.png',0,'attachment','image/png',0),(261,1,'2018-03-07 07:48:49','2018-03-07 07:48:49','<div class=\"contact-form-style-1 clearfix\">\n<div class=\"contact-bordered item-column clearfix\">\n[text* your-name placeholder \"Name\"] <span class=\"contact-ef border-form-top\">\n</span>\n<span class=\"contact-ef border-form-left\">\n</span>\n<span class=\"contact-ef border-form-bottom\">\n</span>\n<span class=\"contact-ef border-form-right\">\n</span>\n</div>\n<div class=\"contact-bordered item-column clearfix\">\n[email* your-email placeholder \"Email\"] <span class=\"contact-ef border-form-top\">\n</span>\n<span class=\"contact-ef border-form-left\">\n</span>\n<span class=\"contact-ef border-form-bottom\">\n</span>\n<span class=\"contact-ef border-form-right\">\n</span>\n</div>\n<div class=\"contact-bordered item-column clearfix\">\n[text your-subject placeholder \"Subject\"] <span class=\"contact-ef border-form-top\">\n</span>\n<span class=\"contact-ef border-form-left\">\n</span>\n<span class=\"contact-ef border-form-bottom\">\n</span>\n<span class=\"contact-ef border-form-right\">\n</span>\n</div>\n<div class=\"contact-bordered item-column text-area clearfix\">\n[textarea your-message placeholder \"Text\"] <span class=\"contact-ef border-form-top\">\n</span>\n<span class=\"contact-ef border-form-left\">\n</span>\n<span class=\"contact-ef border-form-bottom\">\n</span>\n<span class=\"contact-ef border-form-right\">\n</span>\n</div>\n<div class=\"contact-submit clearfix\">\n[submit \"Leave Message\"] </div>\n</div>\n1\nGedung \"[your-subject]\"\n[your-name] <wordpress@gedung.themesawesome.com>\nnizarheru@gmail.com\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Gedung (http://gedung.themesawesome.com)\nReply-To: [your-email]\n\n\n\n\nGedung \"[your-subject]\"\nGedung <wordpress@gedung.themesawesome.com>\n[your-email]\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Gedung (http://gedung.themesawesome.com)\nReply-To: nizarheru@gmail.com\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\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-2','','','2018-03-07 07:48:49','2018-03-07 07:48:49','',0,'http://gedung.themesawesome.com/?post_type=wpcf7_contact_form&p=261',0,'wpcf7_contact_form','',0),(286,1,'2018-03-07 09:45:44','2018-03-07 09:45:44','<ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <a href=\"#projects\">\n View Projects\n </a>\n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <figure><img src=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/icon-1-1.png\" alt=\"icon-1\" title=\"icon-1\"></figure><h3 data-elementor-setting-key=\"title_text\" data-elementor-inline-editing-toolbar=\"none\">Sustainable System</h3><p data-elementor-setting-key=\"description_text\">Lorem ipsum gravida nibh vel velit auctor aliqunean sollicitudinlor quisbibendum auci elit consequat ipsutis sem nibh id elitsed vulputate.</p> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <figure><img src=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/icon-3-1.png\" alt=\"icon-3\" title=\"icon-3\"></figure><h3 data-elementor-setting-key=\"title_text\" data-elementor-inline-editing-toolbar=\"none\">Honest Service</h3><p data-elementor-setting-key=\"description_text\">Lorem ipsum gravida nibh vel velit auctor aliqunean sollicitudinlor quisbibendum auci elit consequat ipsutis sem nibh id elitsed vulputate.</p> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <figure><img src=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/icon-2-1.png\" alt=\"icon-2\" title=\"icon-2\"></figure><h3 data-elementor-setting-key=\"title_text\" data-elementor-inline-editing-toolbar=\"none\">Remodeling Experts</h3><p data-elementor-setting-key=\"description_text\">Lorem ipsum gravida nibh vel velit auctor aliqunean sollicitudinlor quisbibendum auci elit consequat ipsutis sem nibh id elitsed vulputate.</p> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <img width=\"911\" height=\"631\" src=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/intro-contractor-1.png\" alt=\"\" srcset=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/intro-contractor-1.png 911w, https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/intro-contractor-1-300x208.png 300w, https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/intro-contractor-1-768x532.png 768w\" sizes=\"(max-width: 911px) 100vw, 911px\" /> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <a href=\"https://contractor1.zloob.com/projects/\">\n VIEW ALL PROJECTS\n </a>\n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <a href=\"https://contractor1.zloob.com/journal/\">\n VIEW ALL NEWS\n </a>\n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <a href=\"https://contractor1.zloob.com/contact/\">\n GET QUOTATION\n </a>','Gedung - Home Page','','publish','closed','closed','','gedung-home-page','','','2018-03-07 09:45:44','2018-03-07 09:45:44','',0,'http://gedung.themesawesome.com/?elementor_library=gedung-home-page',0,'elementor_library','',0),(293,1,'2018-03-07 10:20:48','2018-03-07 10:20:48','<ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <img width=\"1024\" height=\"683\" src=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/contractor-hero-image3-1-1024x683.jpg\" alt=\"\" srcset=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/contractor-hero-image3-1-1024x683.jpg 1024w, https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/contractor-hero-image3-1-300x200.jpg 300w, https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/contractor-hero-image3-1-768x512.jpg 768w, https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/contractor-hero-image3-1.jpg 1500w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <img width=\"1024\" height=\"683\" src=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/blog-2-1-1024x683.jpg\" alt=\"\" srcset=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/blog-2-1-1024x683.jpg 1024w, https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/blog-2-1-300x200.jpg 300w, https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/blog-2-1-768x512.jpg 768w, https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/blog-2-1.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <a href=\"#\">\n GET QUOTATION\n </a>','Gedung - About Page','','publish','closed','closed','','gedung-about-page','','','2018-03-07 10:20:48','2018-03-07 10:20:48','',0,'http://gedung.themesawesome.com/?elementor_library=gedung-about-page',0,'elementor_library','',0),(325,1,'2018-03-08 03:46:36','2018-03-08 03:46:36','<ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <a href=\"#\">\n GET QUOTATION\n </a>','Gedung - Portfolio Page','','publish','closed','closed','','gedung-portfolio-page','','','2018-03-08 03:46:36','2018-03-08 03:46:36','',0,'http://gedung.themesawesome.com/?elementor_library=gedung-portfolio-page',0,'elementor_library','',0),(328,1,'2018-03-08 03:51:20','2018-03-08 03:51:20','<ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&t=m&z=10&output=embed&iwloc=near\"></iframe> \n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <h3>\n Phone\n </h3>\n <p data-elementor-setting-key=\"description_text\">+0028 55 67 67</p>\n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <h3>\n Email\n </h3>\n <p data-elementor-setting-key=\"description_text\">yourmail@yourdomain.com</p>\n <ul>\n <li title=\"Edit Widget\">\n Edit Widget\n </li>\n <li title=\"Duplicate Widget\">\n Duplicate Widget\n </li>\n <li title=\"Remove Widget\">\n Remove Widget\n </li>\n </ul>\n <h3>\n Address\n </h3>\n <p data-elementor-setting-key=\"description_text\">Jl. Pirus No. 13, Cisaranten Kulon, Arcamanik, Bandung, Jawa Barat.</p>','Gedung - Contact Page','','publish','closed','closed','','gedung-contact-page','','','2018-03-08 03:51:20','2018-03-08 03:51:20','',0,'http://gedung.themesawesome.com/?elementor_library=gedung-contact-page',0,'elementor_library','',0),(329,1,'2018-03-06 04:32:05','2018-03-06 10:32:05','<p>Our expertise and up-to-date training enable our team to work with a range of contractors. We work with general contractors to assess the overall project and provide detailed plans to implement moves and set up equipment. </p><p>Electrical – our team collaborates with electrical contractors on a variety of equipment moves including generators, switchgears, transformers and more.</p><p>Mechanical – Our experience with mechanical contractors extends to moves and set up of a variety of equipment ranging from boilers and chillers to cooling towers and more. </p><p>Whether your move involves electrical or mechanical components, or a range of specialties, give us a call at <strong><a href=\"tel:800-358-8444\">800-358-8444</a></strong> to manage the overall process.</p> \n <img width=\"400\" height=\"533\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/image19.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/image19.jpg 400w, http://www.arscontracting.com/wp-content/uploads/2018/03/image19-225x300.jpg 225w\" sizes=\"(max-width: 400px) 100vw, 400px\" />','General Contractors','','publish','closed','closed','','general-contractors','','','2020-09-03 07:57:20','2020-09-03 12:57:20','',0,'http://gedung.themesawesome.com/?p=41',11,'gedung-industries','',0),(330,1,'2020-05-18 23:33:11','2020-05-18 23:33:11',' ','','','publish','closed','closed','','330','','','2020-07-30 06:07:52','2020-07-30 11:07:52','',0,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/?p=330',27,'nav_menu_item','',0),(333,1,'2020-05-18 23:33:12','2020-05-18 23:33:12',' ','','','publish','closed','closed','','333','','','2020-07-30 06:07:51','2020-07-30 11:07:51','',0,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/?p=333',2,'nav_menu_item','',0),(334,1,'2020-05-18 23:33:12','2020-05-18 23:33:12',' ','','','publish','closed','closed','','334','','','2020-07-30 06:07:51','2020-07-30 11:07:51','',0,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/?p=334',1,'nav_menu_item','',0),(336,2,'2020-05-19 12:35:22','2020-05-19 12:35:22','','Default Kit','','publish','closed','closed','','default-kit','','','2020-05-19 12:35:22','2020-05-19 12:35:22','',0,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/?elementor_library=default-kit',0,'elementor_library','',0),(338,2,'2020-05-19 23:22:35','2020-05-19 23:22:35','','ARS Contracting','','inherit','open','closed','','ars-header-photo-rev-1','','','2020-05-19 23:24:12','2020-05-19 23:24:12','',61,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/ARS-header-photo-rev-1.png',0,'attachment','image/png',0),(344,1,'2020-05-21 03:23:23','2020-05-21 03:23:23','','ARSC_logo','','inherit','open','closed','','arsc_logo','','','2020-05-21 03:23:23','2020-05-21 03:23:23','',0,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/ARSC_logo.jpg',0,'attachment','image/jpeg',0),(348,1,'2020-05-21 04:01:32','2020-05-21 09:01:32','<h2>Architects & Engineers</h2> \n <p>Our team of professionals can work directly with architects and engineers to understand project details and plan each step of the process to ensure a smooth delivery and set up of equipment in any facility space.</p> \n <h2>Contractors – General, Electrical and Mechanical</h2> \n <p>Our expertise and up-to-date training enables our team to work with a range of contractors. We work with general contractors to assess the overall project and provide detailed plans to implement moves and set up equipment. </p><p>Electrical – our team collaborates with electrical contractors on a variety of equipment moves including generators, switchgears, transformers and more.</p><p>Mechanical – Our experience with mechanical contractors extends to moves and set up of a variety of equipment ranging from boilers and chillers to cooling towers and more. </p> \n <h2>Medical\n</h2> \n <p>Our team has successfully moved equipment for small and large medical facilities across the country. Moves have included MRIs, CAT/PET, generators, chillers and boilers.</p> \n <h2>Municipalities</h2> \n <p>Municipalities rely on our expertise for moves for schools, universities and government buildings</p> \n <h2>Building Owners & Facility Managers\n</h2> \n <p>ARS Contracting, Inc. coordinates facility relocations and equipment installations for properties across the country. We work with building owners and facility managers to plan every detail and execute each step within timelines and established budgets.</p> \n <h2>Manufacturers</h2> \n <p>Manufacturers in every industry category have relied on our team for plant relocations and industry moves across the U.S.</p> \n <h2>Laundry Facilities\n</h2> \n <p>Our professionals have moved commercial equipment ranging from washers, dryers and irons to water and chemical tanks. </p> \n <h2>Museums & Zoos\n</h2> \n <p>We completed moves of high value works of art and museum installations, plus zoo exhibits for organizations across the country.</p>','Industries old','','publish','closed','closed','','industries-old','','','2020-07-03 07:41:59','2020-07-03 12:41:59','',0,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=348',0,'page','',0),(349,1,'2020-05-21 04:01:32','2020-05-21 09:01:32','','Case Studies old','','publish','closed','closed','','case-studies-old','','','2020-07-02 07:59:49','2020-07-02 12:59:49','',0,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=349',0,'page','',0),(363,2,'2020-05-21 19:53:46','2020-05-21 19:53:46','','2020_A_ARSC-20200509T164501Z-001','','inherit','open','closed','','2020_a_arsc-20200509t164501z-001','','','2020-05-21 19:53:46','2020-05-21 19:53:46','',61,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/2020_A_ARSC-20200509T164501Z-001.zip',0,'attachment','application/zip',0),(372,2,'2020-05-21 21:25:46','2020-05-21 21:25:46','','ARSC_logo','','inherit','open','closed','','arsc_logo-2','','','2020-05-21 21:25:46','2020-05-21 21:25:46','',0,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/ARSC_logo-1.jpg',0,'attachment','image/jpeg',0),(376,2,'2020-05-21 21:42:46','2020-05-21 21:42:46','','Consultation IMG_0118','','inherit','open','closed','','consultation-img_0118','','','2020-05-21 21:42:46','2020-05-21 21:42:46','',375,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/Consultation-IMG_0118.jpg',0,'attachment','image/jpeg',0),(377,2,'2020-05-21 21:45:04','2020-05-21 21:45:04','','crane-48591','','inherit','open','closed','','crane-48591','','','2020-05-21 21:45:04','2020-05-21 21:45:04','',375,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/crane-48591.png',0,'attachment','image/png',0),(378,2,'2020-05-21 21:45:56','2020-05-21 21:45:56','','gears','','inherit','open','closed','','gears','','','2020-05-21 21:45:56','2020-05-21 21:45:56','',375,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/gears.png',0,'attachment','image/png',0),(379,2,'2020-05-21 21:45:59','2020-05-21 21:45:59','','Safety Rev 1','','inherit','open','closed','','safety-rev-1','','','2020-05-21 21:45:59','2020-05-21 21:45:59','',375,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/Safety-Rev-1.png',0,'attachment','image/png',0),(384,2,'2020-05-21 22:11:38','2020-05-21 22:11:38','','Hauling Rev 1','','inherit','open','closed','','hauling-rev-1','','','2020-05-21 22:11:38','2020-05-21 22:11:38','',205,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/Hauling-Rev-1.png',0,'attachment','image/png',0),(385,2,'2020-05-21 22:12:08','2020-05-21 22:12:08','','Heavy Lifting IMG_0062','','inherit','open','closed','','heavy-lifting-img_0062','','','2020-05-21 22:12:08','2020-05-21 22:12:08','',205,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/Heavy-Lifting-IMG_0062.jpg',0,'attachment','image/jpeg',0),(386,2,'2020-05-21 22:14:25','2020-05-21 22:14:25','','IMG_0903','','inherit','open','closed','','img_0903','','','2020-05-21 22:14:25','2020-05-21 22:14:25','',205,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/IMG_0903.jpg',0,'attachment','image/jpeg',0),(387,2,'2020-05-21 22:16:42','2020-05-21 22:16:42','','Jobsite Delivery IMG_1415','','inherit','open','closed','','jobsite-delivery-img_1415','','','2020-05-21 22:16:42','2020-05-21 22:16:42','',205,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/Jobsite-Delivery-IMG_1415.jpg',0,'attachment','image/jpeg',0),(388,2,'2020-05-21 22:19:05','2020-05-21 22:19:05','','Machinery Moving IMG_3002','','inherit','open','closed','','machinery-moving-img_3002','','','2020-05-21 22:19:05','2020-05-21 22:19:05','',205,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/Machinery-Moving-IMG_3002.jpg',0,'attachment','image/jpeg',0),(389,2,'2020-05-21 22:21:21','2020-05-21 22:21:21','','manufacturers 20150313_122439_resized','','inherit','open','closed','','manufacturers-20150313_122439_resized','','','2020-05-21 22:21:21','2020-05-21 22:21:21','',205,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/manufacturers-20150313_122439_resized.jpg',0,'attachment','image/jpeg',0),(390,2,'2020-05-21 22:21:43','2020-05-21 22:21:43','','Medical IMG_0062','','inherit','open','closed','','medical-img_0062','','','2020-05-21 22:21:43','2020-05-21 22:21:43','',205,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/Medical-IMG_0062.jpg',0,'attachment','image/jpeg',0),(391,2,'2020-05-21 22:23:59','2020-05-21 22:23:59','','millwright','','inherit','open','closed','','millwright','','','2020-05-21 22:23:59','2020-05-21 22:23:59','',205,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/millwright.png',0,'attachment','image/png',0),(392,2,'2020-05-21 22:24:09','2020-05-21 22:24:09','','Municipalities IMG_0015','','inherit','open','closed','','municipalities-img_0015','','','2020-05-21 22:24:09','2020-05-21 22:24:09','',205,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/Municipalities-IMG_0015.jpg',0,'attachment','image/jpeg',0),(393,2,'2020-05-21 22:26:25','2020-05-21 22:26:25','','Museum and Zoos depositphotos_66161830-stock-photo-black-bear-statue','','inherit','open','closed','','museum-and-zoos-depositphotos_66161830-stock-photo-black-bear-statue','','','2020-05-21 22:26:25','2020-05-21 22:26:25','',205,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/Museum-and-Zoos-depositphotos_66161830-stock-photo-black-bear-statue.jpg',0,'attachment','image/jpeg',0),(394,2,'2020-05-21 22:26:43','2020-05-21 22:26:43','','plant relocator IMG_0841','','inherit','open','closed','','plant-relocator-img_0841','','','2020-05-21 22:26:43','2020-05-21 22:26:43','',205,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/plant-relocator-IMG_0841.jpg',0,'attachment','image/jpeg',0),(407,2,'2020-05-22 01:28:24','2020-05-22 01:28:24','','ARSC_logo','','inherit','open','closed','','arsc_logo-3','','','2020-05-22 01:28:24','2020-05-22 01:28:24','',0,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/ARSC_logo-2.jpg',0,'attachment','image/jpeg',0),(421,2,'2020-05-22 02:11:03','2020-05-22 02:11:03','','Architects and Engineers IMG_0916','','inherit','open','closed','','architects-and-engineers-img_0916','','','2020-05-22 02:11:03','2020-05-22 02:11:03','',54,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/Architects-and-Engineers-IMG_0916.jpg',0,'attachment','image/jpeg',0),(425,2,'2020-05-22 02:14:50','2020-05-22 02:14:50','','Contractors IMG_0879','','inherit','open','closed','','contractors-img_0879','','','2020-05-22 02:14:50','2020-05-22 02:14:50','',52,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/Contractors-IMG_0879.jpg',0,'attachment','image/jpeg',0),(437,2,'2020-05-22 02:22:07','2020-05-22 07:22:07','<p>Our certified professionals have moved commercial equipment ranging from washers, dryers and irons to water and chemical tanks. </p><p>Our team will work with your company to relocate critical equipment with the least disruption possible to your production schedule. Call us today at <a href=\"tel:800-358-8444\"><strong>800-358-8444</strong></a> to learn how our preplanning and dedication to efficiency and safety can make your move fast and hassle-free.</p> \n <img width=\"820\" height=\"547\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/i4.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/i4.jpg 820w, http://www.arscontracting.com/wp-content/uploads/2020/09/i4-300x200.jpg 300w, http://www.arscontracting.com/wp-content/uploads/2020/09/i4-768x512.jpg 768w\" sizes=\"(max-width: 820px) 100vw, 820px\" />','Laundry Facilities','','publish','closed','closed','','laundry-facilities','','','2020-09-09 00:18:48','2020-09-09 05:18:48','',0,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/?p=437',1,'gedung-industries','',0),(438,2,'2020-05-22 02:21:26','2020-05-22 02:21:26','','washing machine depositphotos_52706859-stock-photo-clean-packed-clothes-hanging-in','','inherit','open','closed','','washing-machine-depositphotos_52706859-stock-photo-clean-packed-clothes-hanging-in','','','2020-05-22 02:21:26','2020-05-22 02:21:26','',437,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/washing-machine-depositphotos_52706859-stock-photo-clean-packed-clothes-hanging-in.jpg',0,'attachment','image/jpeg',0),(439,2,'2020-05-22 02:22:13','2020-05-22 07:22:13','<p>We completed moves of high value works of art and museum installations, plus zoo exhibits for organizations across the country.</p><p>Our team is accustomed to these unique moves and focuses on preplanning and attention to details, which results in the lowest impact to the environment and the staff and visitors. Call us today to put our expertise to work – <a href=\"tel:800-358-8444\"><strong>800-358-8444.</strong></a></p> \n <img width=\"636\" height=\"330\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/i5.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/i5.png 636w, http://www.arscontracting.com/wp-content/uploads/2020/09/i5-300x156.png 300w\" sizes=\"(max-width: 636px) 100vw, 636px\" /> \n <img width=\"711\" height=\"384\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/i6.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/i6.png 711w, http://www.arscontracting.com/wp-content/uploads/2020/09/i6-300x162.png 300w\" sizes=\"(max-width: 711px) 100vw, 711px\" /> \n <img width=\"1024\" height=\"683\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/musem-zoo-specialty-1024x683.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/musem-zoo-specialty-1024x683.jpg 1024w, http://www.arscontracting.com/wp-content/uploads/2020/05/musem-zoo-specialty-300x200.jpg 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/musem-zoo-specialty-768x512.jpg 768w, http://www.arscontracting.com/wp-content/uploads/2020/05/musem-zoo-specialty-1536x1024.jpg 1536w, http://www.arscontracting.com/wp-content/uploads/2020/05/musem-zoo-specialty-2048x1365.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <img width=\"1024\" height=\"682\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Zoo-NO-WATERMARKS-Depositphotos_66161830_l-2015-1024x682.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Zoo-NO-WATERMARKS-Depositphotos_66161830_l-2015-1024x682.jpg 1024w, http://www.arscontracting.com/wp-content/uploads/2020/05/Zoo-NO-WATERMARKS-Depositphotos_66161830_l-2015-300x200.jpg 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/Zoo-NO-WATERMARKS-Depositphotos_66161830_l-2015-768x512.jpg 768w, http://www.arscontracting.com/wp-content/uploads/2020/05/Zoo-NO-WATERMARKS-Depositphotos_66161830_l-2015-1536x1024.jpg 1536w, http://www.arscontracting.com/wp-content/uploads/2020/05/Zoo-NO-WATERMARKS-Depositphotos_66161830_l-2015.jpg 2000w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />','Specialty','','publish','closed','closed','','specialty','','','2020-09-09 00:41:39','2020-09-09 05:41:39','',0,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/?p=439',0,'gedung-industries','',0),(443,1,'2020-05-22 02:29:57','2020-05-22 02:29:57','<h2>Qualifications </h2> \n <img width=\"245\" height=\"248\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/s8.png\" alt=\"\" /> \n <ul><li><u>Professionally Certified Rigger: </u></li><li>The strictest requirements are in place to be designated as a Professionally Certified Rigger, including:</li><li>A total of 6,000 hours toecome a journeyman.</li><li>Individuals complete an Accredited Apprentice and re-training Journeyman School (the only school in the nation certified by the Department of Labor (D.O.L.) for rigging, machinery moving, and machinery erecting.</li><li>OSHA 30 hours is required </li><li>IMPACT (Ironworker International Program) Drug and Alcohol random testing with 3rd party medical screening</li><li>OSHA Forklift Operation</li><li>OSHA Ariel Lift Operation</li><li>OSHA First Aid and CAD</li><li>OSHA Crane Signal and Hoisting Person</li><li>Lift Director (Foreman training)</li><li>Certified Welding in Stick, Tig, and Mig.</li></ul> \n <img width=\"562\" height=\"844\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/q2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/q2.jpg 562w, http://www.arscontracting.com/wp-content/uploads/2020/07/q2-200x300.jpg 200w\" sizes=\"(max-width: 562px) 100vw, 562px\" /> \n <h2>OSHA Regulations</h2> \n <p>By using ARS Contracting, Inc. certified riggers for all of your rigging and machinery moving projects, you’ll be in compliance with OSHA “Qualified Rigger & Signal Person” criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. </p> \n <h2>Insurance</h2> \n <p>ARS Contracting, Inc. is fully insured for everything we handle for every project. Your equipment will be insured during all aspects of the project, from start to finish, which includes: dismantling, transfer at our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.</p><p> </p><p> </p><p> </p> \n <h2>Need our expertise for a job?</h2> \n <a href=\"http://www.arscontracting.com/contact/\" role=\"button\">\n Contact Us\n </a>','Qualifications','','publish','closed','closed','','qualifications','','','2020-09-03 06:30:41','2020-09-03 11:30:41','',0,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=443',0,'page','',0),(482,2,'2020-05-25 21:02:52','2020-05-25 21:02:52','','crane-48591','','inherit','open','closed','','crane-48591-2','','','2020-05-25 21:02:52','2020-05-25 21:02:52','',61,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/crane-48591-1.png',0,'attachment','image/png',0),(495,1,'2020-05-25 22:16:10','2020-05-25 22:16:10','A thorough analysis and detailed plan of action are a “must” when lifting and erecting large equipment. Our team develops the solutions to overcome space and time challenges. Then, planning turns into action, and our certified riggers team executes every detail in a professional manner to ensure the project is done right the first time, safely and efficiently.','Heavy Lifting & Erecting','','publish','closed','closed','','heavy-lifting-erecting','','','2020-09-02 08:18:47','2020-09-02 13:18:47','',0,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/?post_type=gedung-portfolio&p=495',5,'gedung-portfolio','',0),(497,1,'2020-05-25 22:17:21','2020-05-25 22:17:21','Our Millwrights are highly skilled at executing another type of operation from layout, dismantling, installing, assembling, leveling, anchoring, grouting and fabricating. Our team will help your business avoid downtime and keep all aspects of your operation running smoothly.','Millwright Services','','publish','closed','closed','','millwright-services','','','2020-09-02 08:21:25','2020-09-02 13:21:25','',0,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/?post_type=gedung-portfolio&p=497',1,'gedung-portfolio','',0),(498,1,'2020-05-25 22:24:38','2020-05-25 22:24:38','Our warehouse provides great value for customers because it allows us to receive equipment from across the country to be assembled in one location, then moved to the final destination. Our facility is centrally located and provides indoor and outdoor storage space. The warehouse is heated, under video surveillance and is equipped with fire alarms, docks, and ground doors. The outside storage area is fenced, locked and under video surveillance. Allowing quick, easy access to Chicago and the suburbs, we’re located near O’Hare Airport.\r\n\r\n \r\n\r\n \r\n\r\n ','Storage','','publish','closed','closed','','storage','','','2020-09-02 08:20:00','2020-09-02 13:20:00','',0,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/?post_type=gedung-portfolio&p=498',3,'gedung-portfolio','',0),(500,2,'2020-05-25 22:24:00','2020-05-25 22:24:00','','Storage Rev 1','','inherit','open','closed','','storage-rev-1','','','2020-05-25 22:24:00','2020-05-25 22:24:00','',498,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/Storage-Rev-1.png',0,'attachment','image/png',0),(520,4,'2020-05-26 03:41:52','2020-05-26 03:41:52','','Affiliations','','inherit','open','closed','','affiliations','','','2020-05-28 11:38:14','2020-05-28 16:38:14','',61,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/Affiliations.png',0,'attachment','image/png',0),(538,4,'2020-05-26 22:00:41','2020-05-27 03:00:41','','Industries','','inherit','closed','closed','','348-revision-v1','','','2020-05-26 22:00:41','2020-05-27 03:00:41','',348,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/?p=538',0,'revision','',0),(539,4,'2020-05-26 22:14:31','2020-05-27 03:14:31','<a href=\"#projects\" role=\"button\">\nView Services\n</a>\n<figure><img width=\"1805\" height=\"1920\" src=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/crane-48591-1.png\" alt=\"\" srcset=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/crane-48591-1.png 1805w, https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/crane-48591-1-282x300.png 282w, https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/crane-48591-1-963x1024.png 963w, https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/crane-48591-1-768x817.png 768w, https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/crane-48591-1-1444x1536.png 1444w\" sizes=\"(max-width: 1805px) 100vw, 1805px\"></figure>\n<h3>Services</h3>\nOver 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more\n<figure><img width=\"500\" height=\"500\" src=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/Safety-Rev-1.png\" alt=\"\" srcset=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/Safety-Rev-1.png 500w, https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/Safety-Rev-1-300x300.png 300w, https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/Safety-Rev-1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\"></figure>\n<h3>Exceptional Safety Rating</h3>\nWe have one of the best safety ratings in the industry & we are certified riggers\n<figure><img width=\"500\" height=\"500\" src=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/gears.png\" alt=\"\" srcset=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/gears.png 500w, https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/gears-300x300.png 300w, https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/gears-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\"></figure>\n<h3>Industries</h3>\nWe offer outstanding service to most industries including, contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers/building owners and more\n\n<img width=\"1024\" height=\"683\" src=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/image-port-11-1-1024x683.jpg\" alt=\"\" srcset=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/image-port-11-1-1024x683.jpg 1024w, https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/image-port-11-1-300x200.jpg 300w, https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/image-port-11-1-768x512.jpg 768w, https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/image-port-11-1.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\">\n<a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=347\" role=\"button\">\nVIEW ALL SERVICES\n</a>\n<a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=348\" role=\"button\">\nVIEW ALL INDUSTRIES\n</a>\n<a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\nGET QUOTATION\n</a>','Home','','inherit','closed','closed','','61-revision-v1','','','2020-05-26 22:14:31','2020-05-27 03:14:31','',61,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/?p=539',0,'revision','',0),(541,4,'2020-05-27 12:50:05','2020-05-27 17:50:05','<a href=\"#projects\" role=\"button\">\n View Services\n </a>\n <figure><img width=\"1805\" height=\"1920\" src=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/crane-48591-1.png\" alt=\"\" srcset=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/crane-48591-1.png 1805w, https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/crane-48591-1-282x300.png 282w, https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/crane-48591-1-963x1024.png 963w, https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/crane-48591-1-768x817.png 768w, https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/crane-48591-1-1444x1536.png 1444w\" sizes=\"(max-width: 1805px) 100vw, 1805px\" /></figure><h3>Services</h3><p>Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more</p> \n <figure><img width=\"500\" height=\"500\" src=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/Safety-Rev-1.png\" alt=\"\" srcset=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/Safety-Rev-1.png 500w, https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/Safety-Rev-1-300x300.png 300w, https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/Safety-Rev-1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Exceptional Safety Rating</h3><p>We have one of the best safety ratings in the industry & we are certified riggers</p> \n <figure><img width=\"500\" height=\"500\" src=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/gears.png\" alt=\"\" srcset=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/gears.png 500w, https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/gears-300x300.png 300w, https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/gears-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Industries</h3><p>We offer outstanding service to most industries including, contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers/building owners and more\n</p> \n <img width=\"1024\" height=\"683\" src=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg\" alt=\"\" srcset=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg 1024w, https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/contractor-hero-image2-1-300x200.jpg 300w, https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/contractor-hero-image2-1-768x512.jpg 768w, https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/contractor-hero-image2-1.jpg 1500w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=347\" role=\"button\">\n VIEW ALL SERVICES\n </a>\n <a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=348\" role=\"button\">\n VIEW ALL INDUSTRIES\n </a>\n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','Home','','inherit','closed','closed','','61-revision-v1','','','2020-05-27 12:50:05','2020-05-27 17:50:05','',61,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/?p=541',0,'revision','',0),(542,4,'2020-05-27 15:05:35','2020-05-27 20:05:35','<a href=\"#projects\" role=\"button\">\n View Services\n </a>\n <figure><img width=\"1805\" height=\"1920\" src=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/crane-48591-1.png\" alt=\"\" srcset=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/crane-48591-1.png 1805w, https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/crane-48591-1-282x300.png 282w, https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/crane-48591-1-963x1024.png 963w, https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/crane-48591-1-768x817.png 768w, https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/crane-48591-1-1444x1536.png 1444w\" sizes=\"(max-width: 1805px) 100vw, 1805px\" /></figure><h3>Services</h3><p>Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more</p> \n <figure><img width=\"500\" height=\"500\" src=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/Safety-Rev-1.png\" alt=\"\" srcset=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/Safety-Rev-1.png 500w, https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/Safety-Rev-1-300x300.png 300w, https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/Safety-Rev-1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Exceptional Safety Rating</h3><p>We have one of the best safety ratings in the industry & we are certified riggers</p> \n <figure><img width=\"500\" height=\"500\" src=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/gears.png\" alt=\"\" srcset=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/gears.png 500w, https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/gears-300x300.png 300w, https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/gears-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Industries</h3><p>We offer outstanding service to most industries including, contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers/building owners and more\n</p> \n <img width=\"1024\" height=\"683\" src=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg\" alt=\"\" srcset=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg 1024w, https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/contractor-hero-image2-1-300x200.jpg 300w, https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/contractor-hero-image2-1-768x512.jpg 768w, https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/contractor-hero-image2-1.jpg 1500w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=347\" role=\"button\">\n VIEW ALL SERVICES\n </a>\n <a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=348\" role=\"button\">\n VIEW ALL INDUSTRIES\n </a>\n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','Home','','inherit','closed','closed','','61-revision-v1','','','2020-05-27 15:05:35','2020-05-27 20:05:35','',61,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/?p=542',0,'revision','',0),(543,4,'2020-05-27 15:09:13','2020-05-27 20:09:13','Suspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\n<blockquote>Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae.</blockquote>\nVivamus pulvinar urna nec ipsum interdum blandit. Phasellus molestie feugiat hendrerit. Interdum et malesuada fames ac ante ipsum primis in faucibus. Suspendisse ut dapibus elit. Vivamus dui justo, dapibus nec fermentum sodales, convallis a nisi. Nullam auctor ante metus, eu lacinia mauris hendrerit a. Donec maximus porta turpis non venenatis. Pellentesque quis odio nec ex vestibulum ornare vel at erat. Vestibulum fringilla mauris quis mi pellentesque, a convallis turpis cursus. Praesent molestie, arcu vel faucibus tristique, erat lorem interdum libero, eget maximus mauris augue sed quam. Duis sit amet fringilla felis. Phasellus eget eros vitae dui finibus tincidunt vitae non sapien. Aliquam erat volutpat. Praesent volutpat, nibh eget viverra tristique, odio dolor iaculis elit, eget tincidunt felis arcu nec lectus. Nulla fermentum lorem a massa laoreet, non tincidunt dolor scelerisque.\n<img src=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/blog-5-1-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\">Aenean faucibus libero ultrices tincidunt pretium. Vestibulum id mi eget massa scelerisque facilisis vel semper nisl. Mauris pulvinar scelerisque fringilla. Ut eu mauris aliquet, mattis sem eleifend, vehicula massa. Nullam sit amet condimentum urna, a convallis nibh. Nulla at porttitor nulla. In hac habitasse platea dictumst. Donec ut pretium eros, eget condimentum augue. Vivamus venenatis leo sed dolor mattis imperdiet.\nProin in orci quis elit blandit imperdiet ut eu enim. Nulla mattis arcu eget nisi eleifend, non pellentesque augue mollis. Ut mauris ligula, interdum sed lobortis eu, fermentum vel neque. Maecenas facilisis erat quis augue fermentum vestibulum. Aenean vel sem ac tellus luctus efficitur. Mauris ultrices non libero eget auctor. Mauris rhoncus, risus ac dapibus rhoncus, dui purus ultrices lorem, efficitur gravida elit turpis quis metus.\nSed varius eros eu lorem condimentum, ac rutrum ex pharetra. Integer vitae tincidunt ipsum, vitae lacinia lacus. Aenean ac maximus eros, eu posuere erat. Sed efficitur magna vitae erat vehicula elementum. Ut cursus purus id tellus volutpat tempus. Mauris lacus eros, fermentum vitae congue volutpat, tincidunt non risus. Quisque at mollis nibh. Nulla aliquet placerat mollis. Morbi luctus porttitor ultricies. Phasellus ullamcorper in arcu ut ultricies. Donec odio nisl, iaculis eget odio id, tempor pulvinar justo. Phasellus sit amet dolor sit amet neque ultrices posuere sed nec neque. Pellentesque cursus varius sagittis. Duis placerat porta risus ac sagittis.\n<img src=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/blog-4-1.jpg\" alt=\"\" width=\"1200\" height=\"800\">\nUt tempus malesuada neque, laoreet ornare magna vehicula a. Curabitur augue nibh, faucibus id faucibus in, tincidunt et justo. Nulla facilisis tempus ligula ut venenatis. Donec diam felis, volutpat maximus viverra quis, maximus a leo. Quisque vestibulum tortor justo. Nullam nec venenatis urna, vel suscipit massa. Proin sed rutrum magna, sed blandit lacus. Donec dolor risus, tempor et ipsum vel, convallis vehicula urna. Sed vel elit accumsan diam condimentum finibus vel sollicitudin risus. Nunc a venenatis mi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed sed tellus urna. Sed hendrerit a justo ac sodales.\n<img src=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/contractor-hero-image3-1-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut suscipit odio ante, id dapibus elit condimentum vitae. Maecenas eget orci vitae enim accumsan mollis. In congue nunc velit, sit amet eleifend velit cursus vitae. Morbi lorem massa, lobortis id bibendum et, rhoncus porttitor tortor. Aenean eget orci pulvinar, tincidunt neque quis, aliquam lectus. Etiam nec malesuada tortor. Sed id condimentum turpis. Quisque non fermentum est. Integer lobortis turpis a justo dignissim, sit amet accumsan sem pulvinar. Morbi mollis vitae libero in rhoncus. Vestibulum at arcu faucibus, congue diam sit amet, viverra velit. Sed rutrum urna ut dolor dignissim suscipit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Maecenas ultrices justo metus, quis facilisis justo interdum nec. Donec luctus ligula elit, eget varius urna sodales at. Mauris enim risus, cursus at nulla eget, mattis imperdiet orci.\nSuspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.','Contractors (General, Electrical, Mechanical)','','inherit','closed','closed','','52-revision-v1','','','2020-05-27 15:09:13','2020-05-27 20:09:13','',52,'https://192.168.1.101:8081/XCNTia/ARSC_Dev/?p=543',0,'revision','',0),(544,4,'2020-05-28 11:00:25','2020-05-28 16:00:25','<a href=\"#projects\" role=\"button\">\n View Services\n </a>\n <figure><img width=\"1805\" height=\"1920\" src=\"https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/crane-48591-1.png\" alt=\"\" srcset=\"https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/crane-48591-1.png 1805w, https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/crane-48591-1-282x300.png 282w, https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/crane-48591-1-963x1024.png 963w, https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/crane-48591-1-768x817.png 768w, https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/crane-48591-1-1444x1536.png 1444w\" sizes=\"(max-width: 1805px) 100vw, 1805px\" /></figure><h3>Services</h3><p>Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more</p> \n <figure><img width=\"500\" height=\"500\" src=\"https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/Safety-Rev-1.png\" alt=\"\" srcset=\"https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/Safety-Rev-1.png 500w, https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/Safety-Rev-1-300x300.png 300w, https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/Safety-Rev-1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Exceptional Safety Rating</h3><p>We have one of the best safety ratings in the industry & we are certified riggers</p> \n <figure><img width=\"500\" height=\"500\" src=\"https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/gears.png\" alt=\"\" srcset=\"https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/gears.png 500w, https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/gears-300x300.png 300w, https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/gears-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Industries</h3><p>We offer outstanding service to most industries including, contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers/building owners and more\n</p> \n <img width=\"1024\" height=\"683\" src=\"https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg\" alt=\"\" srcset=\"https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg 1024w, https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/contractor-hero-image2-1-300x200.jpg 300w, https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/contractor-hero-image2-1-768x512.jpg 768w, https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/contractor-hero-image2-1.jpg 1500w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=347\" role=\"button\">\n VIEW ALL SERVICES\n </a>\n <a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=348\" role=\"button\">\n VIEW ALL INDUSTRIES\n </a>\n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','Home','','inherit','closed','closed','','61-revision-v1','','','2020-05-28 11:00:25','2020-05-28 16:00:25','',61,'https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/?p=544',0,'revision','',0),(546,4,'2020-05-28 11:13:52','2020-05-28 16:13:52','<a href=\"#projects\" role=\"button\">\nView Services\n</a>\n<figure><img width=\"1805\" height=\"1920\" src=\"https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/crane-48591-1.png\" alt=\"\" srcset=\"https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/crane-48591-1.png 1805w, https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/crane-48591-1-282x300.png 282w, https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/crane-48591-1-963x1024.png 963w, https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/crane-48591-1-768x817.png 768w, https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/crane-48591-1-1444x1536.png 1444w\" sizes=\"(max-width: 1805px) 100vw, 1805px\"></figure>\n<h3>Services</h3>\nOver 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more\n<figure><img width=\"500\" height=\"500\" src=\"https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/Safety-Rev-1.png\" alt=\"\" srcset=\"https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/Safety-Rev-1.png 500w, https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/Safety-Rev-1-300x300.png 300w, https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/Safety-Rev-1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\"></figure>\n<h3>Exceptional Safety Rating</h3>\nWe have one of the best safety ratings in the industry & we are certified riggers\n<figure><img width=\"500\" height=\"500\" src=\"https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/gears.png\" alt=\"\" srcset=\"https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/gears.png 500w, https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/gears-300x300.png 300w, https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/gears-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\"></figure>\n<h3>Industries</h3>\nWe offer outstanding service to most industries including, contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers/building owners and more\n\n<img width=\"1024\" height=\"683\" src=\"https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg\" alt=\"\" srcset=\"https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg 1024w, https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/contractor-hero-image2-1-300x200.jpg 300w, https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/contractor-hero-image2-1-768x512.jpg 768w, https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/contractor-hero-image2-1.jpg 1500w\" sizes=\"(max-width: 1024px) 100vw, 1024px\">\n<a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=347\" role=\"button\">\nVIEW ALL SERVICES\n</a>\n<a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=348\" role=\"button\">\nVIEW ALL INDUSTRIES\n</a>\n<a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\nGET QUOTATION\n</a>','Home','','inherit','closed','closed','','61-revision-v1','','','2020-05-28 11:13:52','2020-05-28 16:13:52','',61,'https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/?p=546',0,'revision','',0),(547,4,'2020-05-28 11:15:30','2020-05-28 16:15:30','<a href=\"#projects\" role=\"button\">\n View Services\n </a>\n <figure><img width=\"1805\" height=\"1920\" src=\"https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/crane-48591-1.png\" alt=\"\" srcset=\"https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/crane-48591-1.png 1805w, https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/crane-48591-1-282x300.png 282w, https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/crane-48591-1-963x1024.png 963w, https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/crane-48591-1-768x817.png 768w, https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/crane-48591-1-1444x1536.png 1444w\" sizes=\"(max-width: 1805px) 100vw, 1805px\" /></figure><h3>Services</h3><p>Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more</p> \n <figure><img width=\"500\" height=\"500\" src=\"https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/Safety-Rev-1.png\" alt=\"\" srcset=\"https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/Safety-Rev-1.png 500w, https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/Safety-Rev-1-300x300.png 300w, https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/Safety-Rev-1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Exceptional Safety Rating</h3><p>We have one of the best safety ratings in the industry & we are certified riggers</p> \n <figure><img width=\"500\" height=\"500\" src=\"https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/gears.png\" alt=\"\" srcset=\"https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/gears.png 500w, https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/gears-300x300.png 300w, https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/gears-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Industries</h3><p>We offer outstanding service to most industries including, contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers/building owners and more\n</p> \n <img width=\"1024\" height=\"683\" src=\"https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg\" alt=\"\" srcset=\"https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg 1024w, https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/contractor-hero-image2-1-300x200.jpg 300w, https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/contractor-hero-image2-1-768x512.jpg 768w, https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/contractor-hero-image2-1.jpg 1500w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=347\" role=\"button\">\n VIEW ALL SERVICES\n </a>\n <a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=348\" role=\"button\">\n VIEW ALL INDUSTRIES\n </a>\n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','Home','','inherit','closed','closed','','61-revision-v1','','','2020-05-28 11:15:30','2020-05-28 16:15:30','',61,'https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/?p=547',0,'revision','',0),(548,4,'2020-05-28 11:24:21','2020-05-28 16:24:21','Suspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\n<blockquote>Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae.</blockquote>\nVivamus pulvinar urna nec ipsum interdum blandit. Phasellus molestie feugiat hendrerit. Interdum et malesuada fames ac ante ipsum primis in faucibus. Suspendisse ut dapibus elit. Vivamus dui justo, dapibus nec fermentum sodales, convallis a nisi. Nullam auctor ante metus, eu lacinia mauris hendrerit a. Donec maximus porta turpis non venenatis. Pellentesque quis odio nec ex vestibulum ornare vel at erat. Vestibulum fringilla mauris quis mi pellentesque, a convallis turpis cursus. Praesent molestie, arcu vel faucibus tristique, erat lorem interdum libero, eget maximus mauris augue sed quam. Duis sit amet fringilla felis. Phasellus eget eros vitae dui finibus tincidunt vitae non sapien. Aliquam erat volutpat. Praesent volutpat, nibh eget viverra tristique, odio dolor iaculis elit, eget tincidunt felis arcu nec lectus. Nulla fermentum lorem a massa laoreet, non tincidunt dolor scelerisque.\n<img src=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/blog-5-1-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\">Aenean faucibus libero ultrices tincidunt pretium. Vestibulum id mi eget massa scelerisque facilisis vel semper nisl. Mauris pulvinar scelerisque fringilla. Ut eu mauris aliquet, mattis sem eleifend, vehicula massa. Nullam sit amet condimentum urna, a convallis nibh. Nulla at porttitor nulla. In hac habitasse platea dictumst. Donec ut pretium eros, eget condimentum augue. Vivamus venenatis leo sed dolor mattis imperdiet.\nProin in orci quis elit blandit imperdiet ut eu enim. Nulla mattis arcu eget nisi eleifend, non pellentesque augue mollis. Ut mauris ligula, interdum sed lobortis eu, fermentum vel neque. Maecenas facilisis erat quis augue fermentum vestibulum. Aenean vel sem ac tellus luctus efficitur. Mauris ultrices non libero eget auctor. Mauris rhoncus, risus ac dapibus rhoncus, dui purus ultrices lorem, efficitur gravida elit turpis quis metus.\nSed varius eros eu lorem condimentum, ac rutrum ex pharetra. Integer vitae tincidunt ipsum, vitae lacinia lacus. Aenean ac maximus eros, eu posuere erat. Sed efficitur magna vitae erat vehicula elementum. Ut cursus purus id tellus volutpat tempus. Mauris lacus eros, fermentum vitae congue volutpat, tincidunt non risus. Quisque at mollis nibh. Nulla aliquet placerat mollis. Morbi luctus porttitor ultricies. Phasellus ullamcorper in arcu ut ultricies. Donec odio nisl, iaculis eget odio id, tempor pulvinar justo. Phasellus sit amet dolor sit amet neque ultrices posuere sed nec neque. Pellentesque cursus varius sagittis. Duis placerat porta risus ac sagittis.\n<img src=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/blog-4-1.jpg\" alt=\"\" width=\"1200\" height=\"800\">\nUt tempus malesuada neque, laoreet ornare magna vehicula a. Curabitur augue nibh, faucibus id faucibus in, tincidunt et justo. Nulla facilisis tempus ligula ut venenatis. Donec diam felis, volutpat maximus viverra quis, maximus a leo. Quisque vestibulum tortor justo. Nullam nec venenatis urna, vel suscipit massa. Proin sed rutrum magna, sed blandit lacus. Donec dolor risus, tempor et ipsum vel, convallis vehicula urna. Sed vel elit accumsan diam condimentum finibus vel sollicitudin risus. Nunc a venenatis mi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed sed tellus urna. Sed hendrerit a justo ac sodales.\n<img src=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/contractor-hero-image3-1-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut suscipit odio ante, id dapibus elit condimentum vitae. Maecenas eget orci vitae enim accumsan mollis. In congue nunc velit, sit amet eleifend velit cursus vitae. Morbi lorem massa, lobortis id bibendum et, rhoncus porttitor tortor. Aenean eget orci pulvinar, tincidunt neque quis, aliquam lectus. Etiam nec malesuada tortor. Sed id condimentum turpis. Quisque non fermentum est. Integer lobortis turpis a justo dignissim, sit amet accumsan sem pulvinar. Morbi mollis vitae libero in rhoncus. Vestibulum at arcu faucibus, congue diam sit amet, viverra velit. Sed rutrum urna ut dolor dignissim suscipit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Maecenas ultrices justo metus, quis facilisis justo interdum nec. Donec luctus ligula elit, eget varius urna sodales at. Mauris enim risus, cursus at nulla eget, mattis imperdiet orci.\nSuspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.','Manufacturers','','inherit','closed','closed','','52-revision-v1','','','2020-05-28 11:24:21','2020-05-28 16:24:21','',52,'https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/?p=548',0,'revision','',0),(549,4,'2020-05-28 11:25:19','2020-05-28 16:25:19','Suspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\n<blockquote>Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae.</blockquote>\nVivamus pulvinar urna nec ipsum interdum blandit. Phasellus molestie feugiat hendrerit. Interdum et malesuada fames ac ante ipsum primis in faucibus. Suspendisse ut dapibus elit. Vivamus dui justo, dapibus nec fermentum sodales, convallis a nisi. Nullam auctor ante metus, eu lacinia mauris hendrerit a. Donec maximus porta turpis non venenatis. Pellentesque quis odio nec ex vestibulum ornare vel at erat. Vestibulum fringilla mauris quis mi pellentesque, a convallis turpis cursus. Praesent molestie, arcu vel faucibus tristique, erat lorem interdum libero, eget maximus mauris augue sed quam. Duis sit amet fringilla felis. Phasellus eget eros vitae dui finibus tincidunt vitae non sapien. Aliquam erat volutpat. Praesent volutpat, nibh eget viverra tristique, odio dolor iaculis elit, eget tincidunt felis arcu nec lectus. Nulla fermentum lorem a massa laoreet, non tincidunt dolor scelerisque.\n\n<img class=\"size-medium wp-image-6 alignleft\" src=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/blog-5-1-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\">Aenean faucibus libero ultrices tincidunt pretium. Vestibulum id mi eget massa scelerisque facilisis vel semper nisl. Mauris pulvinar scelerisque fringilla. Ut eu mauris aliquet, mattis sem eleifend, vehicula massa. Nullam sit amet condimentum urna, a convallis nibh. Nulla at porttitor nulla. In hac habitasse platea dictumst. Donec ut pretium eros, eget condimentum augue. Vivamus venenatis leo sed dolor mattis imperdiet.\n\nProin in orci quis elit blandit imperdiet ut eu enim. Nulla mattis arcu eget nisi eleifend, non pellentesque augue mollis. Ut mauris ligula, interdum sed lobortis eu, fermentum vel neque. Maecenas facilisis erat quis augue fermentum vestibulum. Aenean vel sem ac tellus luctus efficitur. Mauris ultrices non libero eget auctor. Mauris rhoncus, risus ac dapibus rhoncus, dui purus ultrices lorem, efficitur gravida elit turpis quis metus.\n\nSed varius eros eu lorem condimentum, ac rutrum ex pharetra. Integer vitae tincidunt ipsum, vitae lacinia lacus. Aenean ac maximus eros, eu posuere erat. Sed efficitur magna vitae erat vehicula elementum. Ut cursus purus id tellus volutpat tempus. Mauris lacus eros, fermentum vitae congue volutpat, tincidunt non risus. Quisque at mollis nibh. Nulla aliquet placerat mollis. Morbi luctus porttitor ultricies. Phasellus ullamcorper in arcu ut ultricies. Donec odio nisl, iaculis eget odio id, tempor pulvinar justo. Phasellus sit amet dolor sit amet neque ultrices posuere sed nec neque. Pellentesque cursus varius sagittis. Duis placerat porta risus ac sagittis.\n\n<img class=\"aligncenter wp-image-5 size-full\" src=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/blog-4-1.jpg\" alt=\"\" width=\"1200\" height=\"800\">\n\nUt tempus malesuada neque, laoreet ornare magna vehicula a. Curabitur augue nibh, faucibus id faucibus in, tincidunt et justo. Nulla facilisis tempus ligula ut venenatis. Donec diam felis, volutpat maximus viverra quis, maximus a leo. Quisque vestibulum tortor justo. Nullam nec venenatis urna, vel suscipit massa. Proin sed rutrum magna, sed blandit lacus. Donec dolor risus, tempor et ipsum vel, convallis vehicula urna. Sed vel elit accumsan diam condimentum finibus vel sollicitudin risus. Nunc a venenatis mi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed sed tellus urna. Sed hendrerit a justo ac sodales.\n\n<img class=\"size-medium wp-image-10 alignright\" src=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/contractor-hero-image3-1-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut suscipit odio ante, id dapibus elit condimentum vitae. Maecenas eget orci vitae enim accumsan mollis. In congue nunc velit, sit amet eleifend velit cursus vitae. Morbi lorem massa, lobortis id bibendum et, rhoncus porttitor tortor. Aenean eget orci pulvinar, tincidunt neque quis, aliquam lectus. Etiam nec malesuada tortor. Sed id condimentum turpis. Quisque non fermentum est. Integer lobortis turpis a justo dignissim, sit amet accumsan sem pulvinar. Morbi mollis vitae libero in rhoncus. Vestibulum at arcu faucibus, congue diam sit amet, viverra velit. Sed rutrum urna ut dolor dignissim suscipit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Maecenas ultrices justo metus, quis facilisis justo interdum nec. Donec luctus ligula elit, eget varius urna sodales at. Mauris enim risus, cursus at nulla eget, mattis imperdiet orci.\n\nSuspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.','Manufacturers','','inherit','closed','closed','','329-revision-v1','','','2020-05-28 11:25:19','2020-05-28 16:25:19','',329,'https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/?p=549',0,'revision','',0),(550,4,'2020-05-28 11:25:19','2020-05-28 16:25:19','Suspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\n<blockquote>Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae.</blockquote>\nVivamus pulvinar urna nec ipsum interdum blandit. Phasellus molestie feugiat hendrerit. Interdum et malesuada fames ac ante ipsum primis in faucibus. Suspendisse ut dapibus elit. Vivamus dui justo, dapibus nec fermentum sodales, convallis a nisi. Nullam auctor ante metus, eu lacinia mauris hendrerit a. Donec maximus porta turpis non venenatis. Pellentesque quis odio nec ex vestibulum ornare vel at erat. Vestibulum fringilla mauris quis mi pellentesque, a convallis turpis cursus. Praesent molestie, arcu vel faucibus tristique, erat lorem interdum libero, eget maximus mauris augue sed quam. Duis sit amet fringilla felis. Phasellus eget eros vitae dui finibus tincidunt vitae non sapien. Aliquam erat volutpat. Praesent volutpat, nibh eget viverra tristique, odio dolor iaculis elit, eget tincidunt felis arcu nec lectus. Nulla fermentum lorem a massa laoreet, non tincidunt dolor scelerisque.\n\n<img class=\"size-medium wp-image-6 alignleft\" src=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/blog-5-1-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\">Aenean faucibus libero ultrices tincidunt pretium. Vestibulum id mi eget massa scelerisque facilisis vel semper nisl. Mauris pulvinar scelerisque fringilla. Ut eu mauris aliquet, mattis sem eleifend, vehicula massa. Nullam sit amet condimentum urna, a convallis nibh. Nulla at porttitor nulla. In hac habitasse platea dictumst. Donec ut pretium eros, eget condimentum augue. Vivamus venenatis leo sed dolor mattis imperdiet.\n\nProin in orci quis elit blandit imperdiet ut eu enim. Nulla mattis arcu eget nisi eleifend, non pellentesque augue mollis. Ut mauris ligula, interdum sed lobortis eu, fermentum vel neque. Maecenas facilisis erat quis augue fermentum vestibulum. Aenean vel sem ac tellus luctus efficitur. Mauris ultrices non libero eget auctor. Mauris rhoncus, risus ac dapibus rhoncus, dui purus ultrices lorem, efficitur gravida elit turpis quis metus.\n\nSed varius eros eu lorem condimentum, ac rutrum ex pharetra. Integer vitae tincidunt ipsum, vitae lacinia lacus. Aenean ac maximus eros, eu posuere erat. Sed efficitur magna vitae erat vehicula elementum. Ut cursus purus id tellus volutpat tempus. Mauris lacus eros, fermentum vitae congue volutpat, tincidunt non risus. Quisque at mollis nibh. Nulla aliquet placerat mollis. Morbi luctus porttitor ultricies. Phasellus ullamcorper in arcu ut ultricies. Donec odio nisl, iaculis eget odio id, tempor pulvinar justo. Phasellus sit amet dolor sit amet neque ultrices posuere sed nec neque. Pellentesque cursus varius sagittis. Duis placerat porta risus ac sagittis.\n\n<img class=\"aligncenter wp-image-5 size-full\" src=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/blog-4-1.jpg\" alt=\"\" width=\"1200\" height=\"800\">\n\nUt tempus malesuada neque, laoreet ornare magna vehicula a. Curabitur augue nibh, faucibus id faucibus in, tincidunt et justo. Nulla facilisis tempus ligula ut venenatis. Donec diam felis, volutpat maximus viverra quis, maximus a leo. Quisque vestibulum tortor justo. Nullam nec venenatis urna, vel suscipit massa. Proin sed rutrum magna, sed blandit lacus. Donec dolor risus, tempor et ipsum vel, convallis vehicula urna. Sed vel elit accumsan diam condimentum finibus vel sollicitudin risus. Nunc a venenatis mi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed sed tellus urna. Sed hendrerit a justo ac sodales.\n\n<img class=\"size-medium wp-image-10 alignright\" src=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/contractor-hero-image3-1-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut suscipit odio ante, id dapibus elit condimentum vitae. Maecenas eget orci vitae enim accumsan mollis. In congue nunc velit, sit amet eleifend velit cursus vitae. Morbi lorem massa, lobortis id bibendum et, rhoncus porttitor tortor. Aenean eget orci pulvinar, tincidunt neque quis, aliquam lectus. Etiam nec malesuada tortor. Sed id condimentum turpis. Quisque non fermentum est. Integer lobortis turpis a justo dignissim, sit amet accumsan sem pulvinar. Morbi mollis vitae libero in rhoncus. Vestibulum at arcu faucibus, congue diam sit amet, viverra velit. Sed rutrum urna ut dolor dignissim suscipit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Maecenas ultrices justo metus, quis facilisis justo interdum nec. Donec luctus ligula elit, eget varius urna sodales at. Mauris enim risus, cursus at nulla eget, mattis imperdiet orci.\n\nSuspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.','Contractors (General, Electrical, Mechanical)','','inherit','closed','closed','','329-revision-v1','','','2020-05-28 11:25:19','2020-05-28 16:25:19','',329,'https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/?p=550',0,'revision','',0),(551,4,'2020-05-28 11:25:20','2020-05-28 16:25:20','Suspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\n<blockquote>Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae.</blockquote>\nVivamus pulvinar urna nec ipsum interdum blandit. Phasellus molestie feugiat hendrerit. Interdum et malesuada fames ac ante ipsum primis in faucibus. Suspendisse ut dapibus elit. Vivamus dui justo, dapibus nec fermentum sodales, convallis a nisi. Nullam auctor ante metus, eu lacinia mauris hendrerit a. Donec maximus porta turpis non venenatis. Pellentesque quis odio nec ex vestibulum ornare vel at erat. Vestibulum fringilla mauris quis mi pellentesque, a convallis turpis cursus. Praesent molestie, arcu vel faucibus tristique, erat lorem interdum libero, eget maximus mauris augue sed quam. Duis sit amet fringilla felis. Phasellus eget eros vitae dui finibus tincidunt vitae non sapien. Aliquam erat volutpat. Praesent volutpat, nibh eget viverra tristique, odio dolor iaculis elit, eget tincidunt felis arcu nec lectus. Nulla fermentum lorem a massa laoreet, non tincidunt dolor scelerisque.\n<img src=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/blog-5-1-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\">Aenean faucibus libero ultrices tincidunt pretium. Vestibulum id mi eget massa scelerisque facilisis vel semper nisl. Mauris pulvinar scelerisque fringilla. Ut eu mauris aliquet, mattis sem eleifend, vehicula massa. Nullam sit amet condimentum urna, a convallis nibh. Nulla at porttitor nulla. In hac habitasse platea dictumst. Donec ut pretium eros, eget condimentum augue. Vivamus venenatis leo sed dolor mattis imperdiet.\nProin in orci quis elit blandit imperdiet ut eu enim. Nulla mattis arcu eget nisi eleifend, non pellentesque augue mollis. Ut mauris ligula, interdum sed lobortis eu, fermentum vel neque. Maecenas facilisis erat quis augue fermentum vestibulum. Aenean vel sem ac tellus luctus efficitur. Mauris ultrices non libero eget auctor. Mauris rhoncus, risus ac dapibus rhoncus, dui purus ultrices lorem, efficitur gravida elit turpis quis metus.\nSed varius eros eu lorem condimentum, ac rutrum ex pharetra. Integer vitae tincidunt ipsum, vitae lacinia lacus. Aenean ac maximus eros, eu posuere erat. Sed efficitur magna vitae erat vehicula elementum. Ut cursus purus id tellus volutpat tempus. Mauris lacus eros, fermentum vitae congue volutpat, tincidunt non risus. Quisque at mollis nibh. Nulla aliquet placerat mollis. Morbi luctus porttitor ultricies. Phasellus ullamcorper in arcu ut ultricies. Donec odio nisl, iaculis eget odio id, tempor pulvinar justo. Phasellus sit amet dolor sit amet neque ultrices posuere sed nec neque. Pellentesque cursus varius sagittis. Duis placerat porta risus ac sagittis.\n<img src=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/blog-4-1.jpg\" alt=\"\" width=\"1200\" height=\"800\">\nUt tempus malesuada neque, laoreet ornare magna vehicula a. Curabitur augue nibh, faucibus id faucibus in, tincidunt et justo. Nulla facilisis tempus ligula ut venenatis. Donec diam felis, volutpat maximus viverra quis, maximus a leo. Quisque vestibulum tortor justo. Nullam nec venenatis urna, vel suscipit massa. Proin sed rutrum magna, sed blandit lacus. Donec dolor risus, tempor et ipsum vel, convallis vehicula urna. Sed vel elit accumsan diam condimentum finibus vel sollicitudin risus. Nunc a venenatis mi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed sed tellus urna. Sed hendrerit a justo ac sodales.\n<img src=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/contractor-hero-image3-1-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut suscipit odio ante, id dapibus elit condimentum vitae. Maecenas eget orci vitae enim accumsan mollis. In congue nunc velit, sit amet eleifend velit cursus vitae. Morbi lorem massa, lobortis id bibendum et, rhoncus porttitor tortor. Aenean eget orci pulvinar, tincidunt neque quis, aliquam lectus. Etiam nec malesuada tortor. Sed id condimentum turpis. Quisque non fermentum est. Integer lobortis turpis a justo dignissim, sit amet accumsan sem pulvinar. Morbi mollis vitae libero in rhoncus. Vestibulum at arcu faucibus, congue diam sit amet, viverra velit. Sed rutrum urna ut dolor dignissim suscipit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Maecenas ultrices justo metus, quis facilisis justo interdum nec. Donec luctus ligula elit, eget varius urna sodales at. Mauris enim risus, cursus at nulla eget, mattis imperdiet orci.\nSuspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.','Contractors (General, Electrical, Mechanical)','','inherit','closed','closed','','329-revision-v1','','','2020-05-28 11:25:20','2020-05-28 16:25:20','',329,'https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/?p=551',0,'revision','',0),(552,4,'2020-05-28 11:38:23','2020-05-28 16:38:23','<a href=\"#projects\" role=\"button\">\n View Services\n </a>\n <figure><img width=\"1805\" height=\"1920\" src=\"https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/crane-48591-1.png\" alt=\"\" srcset=\"https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/crane-48591-1.png 1805w, https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/crane-48591-1-282x300.png 282w, https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/crane-48591-1-963x1024.png 963w, https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/crane-48591-1-768x817.png 768w, https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/crane-48591-1-1444x1536.png 1444w\" sizes=\"(max-width: 1805px) 100vw, 1805px\" /></figure><h3>Services</h3><p>Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more</p> \n <figure><img width=\"500\" height=\"500\" src=\"https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/Safety-Rev-1.png\" alt=\"\" srcset=\"https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/Safety-Rev-1.png 500w, https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/Safety-Rev-1-300x300.png 300w, https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/Safety-Rev-1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Exceptional Safety Rating</h3><p>We have one of the best safety ratings in the industry & we are certified riggers</p> \n <figure><img width=\"500\" height=\"500\" src=\"https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/gears.png\" alt=\"\" srcset=\"https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/gears.png 500w, https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/gears-300x300.png 300w, https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/gears-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Industries</h3><p>We offer outstanding service to most industries including, contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers/building owners and more\n</p> \n <img width=\"1024\" height=\"683\" src=\"https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg\" alt=\"\" srcset=\"https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg 1024w, https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/contractor-hero-image2-1-300x200.jpg 300w, https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/contractor-hero-image2-1-768x512.jpg 768w, https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/contractor-hero-image2-1.jpg 1500w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=347\" role=\"button\">\n VIEW ALL SERVICES\n </a>\n <a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=348\" role=\"button\">\n VIEW ALL INDUSTRIES\n </a>\n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','Home','','inherit','closed','closed','','61-revision-v1','','','2020-05-28 11:38:23','2020-05-28 16:38:23','',61,'https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/?p=552',0,'revision','',0),(553,4,'2020-05-28 11:52:08','2020-05-28 16:52:08',' ','','','publish','closed','closed','','553','','','2020-07-30 06:07:51','2020-07-30 11:07:51','',0,'https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/?p=553',3,'nav_menu_item','',0),(556,5,'2020-06-03 06:39:36','2020-06-03 11:39:36','<a href=\"#projects\" role=\"button\">\nView Services\n</a>\n<figure><img width=\"1805\" height=\"1920\" src=\"https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/crane-48591-1.png\" alt=\"\" srcset=\"https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/crane-48591-1.png 1805w, https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/crane-48591-1-282x300.png 282w, https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/crane-48591-1-963x1024.png 963w, https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/crane-48591-1-768x817.png 768w, https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/crane-48591-1-1444x1536.png 1444w\" sizes=\"(max-width: 1805px) 100vw, 1805px\"></figure>\n<h3>Services</h3>\nOver 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more\n<figure><img width=\"500\" height=\"500\" src=\"https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/Safety-Rev-1.png\" alt=\"\" srcset=\"https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/Safety-Rev-1.png 500w, https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/Safety-Rev-1-300x300.png 300w, https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/Safety-Rev-1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\"></figure>\n<h3>Exceptional Safety Rating</h3>\nWe have one of the best safety ratings in the industry & we are certified riggers\n<figure><img width=\"500\" height=\"500\" src=\"https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/gears.png\" alt=\"\" srcset=\"https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/gears.png 500w, https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/gears-300x300.png 300w, https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2020/05/gears-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\"></figure>\n<h3>Industries</h3>\nWe offer outstanding service to most industries including, contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers/building owners and more\n\n<img width=\"1024\" height=\"683\" src=\"https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg\" alt=\"\" srcset=\"https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg 1024w, https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/contractor-hero-image2-1-300x200.jpg 300w, https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/contractor-hero-image2-1-768x512.jpg 768w, https://uchi.myqnapcloud.com:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/contractor-hero-image2-1.jpg 1500w\" sizes=\"(max-width: 1024px) 100vw, 1024px\">\n<a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=347\" role=\"button\">\nVIEW ALL SERVICES\n</a>\n<a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=348\" role=\"button\">\nVIEW ALL INDUSTRIES\n</a>\n<a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\nGET QUOTATION\n</a>','Home','','inherit','closed','closed','','61-revision-v1','','','2020-06-03 06:39:36','2020-06-03 11:39:36','',61,'http://www.arscontracting.com/61-revision-v1/',0,'revision','',0),(563,5,'2020-06-03 06:47:34','2020-06-03 11:47:34','<a href=\"#projects\" role=\"button\">\n View Services\n </a>\n <figure><img width=\"1805\" height=\"1920\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png 1805w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-282x300.png 282w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-963x1024.png 963w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-768x817.png 768w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-1444x1536.png 1444w\" sizes=\"(max-width: 1805px) 100vw, 1805px\" /></figure><h3>Services</h3><p>Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more</p> \n <figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Exceptional Safety Rating</h3><p>We have one of the best safety ratings in the industry & we are certified riggers</p> \n <figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Industries</h3><p>We offer outstanding service to most industries including, contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers/building owners and more\n</p> \n <img width=\"1024\" height=\"683\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg 1024w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-300x200.jpg 300w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-768x512.jpg 768w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1.jpg 1500w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=347\" role=\"button\">\n VIEW ALL SERVICES\n </a>\n <a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=348\" role=\"button\">\n VIEW ALL INDUSTRIES\n </a>\n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','Home','','inherit','closed','closed','','61-revision-v1','','','2020-06-03 06:47:34','2020-06-03 11:47:34','',61,'http://www.arscontracting.com/61-revision-v1/',0,'revision','',0),(565,5,'2020-06-03 06:49:01','2020-06-03 11:49:01','<a href=\"#projects\" role=\"button\">\n View Services\n </a>\n <figure><img width=\"1805\" height=\"1920\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png 1805w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-282x300.png 282w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-963x1024.png 963w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-768x817.png 768w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-1444x1536.png 1444w\" sizes=\"(max-width: 1805px) 100vw, 1805px\" /></figure><h3>Services</h3><p>Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more</p> \n <figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Exceptional Safety Rating</h3><p>We have one of the best safety ratings in the industry & we are certified riggers</p> \n <figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Industries</h3><p>We offer outstanding service to most industries including, contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers/building owners and more\n</p> \n <img width=\"1024\" height=\"683\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg 1024w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-300x200.jpg 300w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-768x512.jpg 768w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1.jpg 1500w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=347\" role=\"button\">\n VIEW ALL SERVICES\n </a>\n <a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=348\" role=\"button\">\n VIEW ALL INDUSTRIES\n </a>\n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','Home','','inherit','closed','closed','','61-revision-v1','','','2020-06-03 06:49:01','2020-06-03 11:49:01','',61,'http://www.arscontracting.com/61-revision-v1/',0,'revision','',0),(567,5,'2020-06-03 06:53:32','2020-06-03 11:53:32','<a href=\"#projects\" role=\"button\">\n View Services\n </a>\n <figure><img width=\"1805\" height=\"1920\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png 1805w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-282x300.png 282w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-963x1024.png 963w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-768x817.png 768w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-1444x1536.png 1444w\" sizes=\"(max-width: 1805px) 100vw, 1805px\" /></figure><h3>Services</h3><p>Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more</p> \n <figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Exceptional Safety Rating</h3><p>We have one of the best safety ratings in the industry & we are certified riggers</p> \n <figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Industries</h3><p>We offer outstanding service to most industries including, contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers/building owners and more\n</p> \n <img width=\"1024\" height=\"683\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg 1024w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-300x200.jpg 300w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-768x512.jpg 768w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1.jpg 1500w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=347\" role=\"button\">\n VIEW ALL SERVICES\n </a>\n <a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=348\" role=\"button\">\n VIEW ALL INDUSTRIES\n </a>\n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','Home','','inherit','closed','closed','','61-revision-v1','','','2020-06-03 06:53:32','2020-06-03 11:53:32','',61,'http://www.arscontracting.com/61-revision-v1/',0,'revision','',0),(568,5,'2020-06-03 06:55:25','2020-06-03 11:55:25','<a href=\"#projects\" role=\"button\">\n View Services\n </a>\n <figure><img width=\"1805\" height=\"1920\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png 1805w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-282x300.png 282w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-963x1024.png 963w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-768x817.png 768w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-1444x1536.png 1444w\" sizes=\"(max-width: 1805px) 100vw, 1805px\" /></figure><h3>Services</h3><p>Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more</p> \n <figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Exceptional Safety Rating</h3><p>We have one of the best safety ratings in the industry & we are certified riggers</p> \n <figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Industries</h3><p>We offer outstanding service to most industries including, contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers/building owners and more\n</p> \n <img width=\"1024\" height=\"683\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg 1024w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-300x200.jpg 300w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-768x512.jpg 768w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1.jpg 1500w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=347\" role=\"button\">\n VIEW ALL SERVICES\n </a>\n <a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=348\" role=\"button\">\n VIEW ALL INDUSTRIES\n </a>\n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','Home','','inherit','closed','closed','','61-revision-v1','','','2020-06-03 06:55:25','2020-06-03 11:55:25','',61,'http://www.arscontracting.com/61-revision-v1/',0,'revision','',0),(569,5,'2020-06-03 07:07:34','2020-06-03 12:07:34','','Riggers','','inherit','open','closed','','riggers','','','2020-06-03 07:07:34','2020-06-03 12:07:34','',0,'http://www.arscontracting.com/wp-content/uploads/2020/06/Riggers.jpg',0,'attachment','image/jpeg',0),(570,5,'2020-06-03 07:07:56','2020-06-03 12:07:56','','1693-logo','','inherit','open','closed','','1693-logo','','','2020-06-03 07:07:56','2020-06-03 12:07:56','',0,'http://www.arscontracting.com/wp-content/uploads/2020/06/1693-logo.jpg',0,'attachment','image/jpeg',0),(571,5,'2020-06-03 07:07:59','2020-06-03 12:07:59','','ASAClogo_PRINT','','inherit','open','closed','','asaclogo_print','','','2020-06-03 07:07:59','2020-06-03 12:07:59','',0,'http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT.jpg',0,'attachment','image/jpeg',0),(572,5,'2020-06-03 07:08:02','2020-06-03 12:08:02','','IMPACTLogo','','inherit','open','closed','','impactlogo','','','2020-06-03 07:08:02','2020-06-03 12:08:02','',0,'http://www.arscontracting.com/wp-content/uploads/2020/06/IMPACTLogo.jpg',0,'attachment','image/jpeg',0),(573,5,'2020-06-03 07:08:04','2020-06-03 12:08:04','','ips_scra','','inherit','open','closed','','ips_scra','','','2020-06-03 07:08:04','2020-06-03 12:08:04','',0,'http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra.jpg',0,'attachment','image/jpeg',0),(574,5,'2020-06-03 07:08:07','2020-06-03 12:08:07','','IRON','','inherit','open','closed','','iron','','','2020-06-03 07:08:07','2020-06-03 12:08:07','',0,'http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg',0,'attachment','image/jpeg',0),(575,5,'2020-06-03 07:09:40','2020-06-03 12:09:40','<a href=\"#projects\" role=\"button\">\n View Services\n </a>\n <figure><img width=\"1805\" height=\"1920\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png 1805w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-282x300.png 282w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-963x1024.png 963w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-768x817.png 768w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-1444x1536.png 1444w\" sizes=\"(max-width: 1805px) 100vw, 1805px\" /></figure><h3>Services</h3><p>Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more</p> \n <figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Exceptional Safety Rating</h3><p>We have one of the best safety ratings in the industry & we are certified riggers</p> \n <figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Industries</h3><p>We offer outstanding service to most industries including, contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers/building owners and more\n</p> \n <img width=\"1024\" height=\"683\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg 1024w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-300x200.jpg 300w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-768x512.jpg 768w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1.jpg 1500w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=347\" role=\"button\">\n VIEW ALL SERVICES\n </a>\n <a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=348\" role=\"button\">\n VIEW ALL INDUSTRIES\n </a>\n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','Home','','inherit','closed','closed','','61-revision-v1','','','2020-06-03 07:09:40','2020-06-03 12:09:40','',61,'http://www.arscontracting.com/61-revision-v1/',0,'revision','',0),(576,5,'2020-06-03 07:09:59','2020-06-03 12:09:59','<a href=\"#projects\" role=\"button\">\nView Services\n</a>\n<figure><img width=\"1805\" height=\"1920\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png 1805w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-282x300.png 282w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-963x1024.png 963w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-768x817.png 768w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-1444x1536.png 1444w\" sizes=\"(max-width: 1805px) 100vw, 1805px\"></figure>\n<h3>Services</h3>\nOver 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more\n<figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\"></figure>\n<h3>Exceptional Safety Rating</h3>\nWe have one of the best safety ratings in the industry & we are certified riggers\n<figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\"></figure>\n<h3>Industries</h3>\nWe offer outstanding service to most industries including, contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers/building owners and more\n\n<img width=\"1024\" height=\"683\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg 1024w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-300x200.jpg 300w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-768x512.jpg 768w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1.jpg 1500w\" sizes=\"(max-width: 1024px) 100vw, 1024px\">\n<a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=347\" role=\"button\">\nVIEW ALL SERVICES\n</a>\n<a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=348\" role=\"button\">\nVIEW ALL INDUSTRIES\n</a>\n<a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\nGET QUOTATION\n</a>','Home','','inherit','closed','closed','','61-revision-v1','','','2020-06-03 07:09:59','2020-06-03 12:09:59','',61,'http://www.arscontracting.com/61-revision-v1/',0,'revision','',0),(577,5,'2020-06-03 07:11:46','2020-06-03 12:11:46','<a href=\"#projects\" role=\"button\">\n View Services\n </a>\n <figure><img width=\"1805\" height=\"1920\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png 1805w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-282x300.png 282w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-963x1024.png 963w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-768x817.png 768w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-1444x1536.png 1444w\" sizes=\"(max-width: 1805px) 100vw, 1805px\" /></figure><h3>Services</h3><p>Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more</p> \n <figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Exceptional Safety Rating</h3><p>We have one of the best safety ratings in the industry & we are certified riggers</p> \n <figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Industries</h3><p>We offer outstanding service to most industries including, contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers/building owners and more\n</p> \n <img width=\"1024\" height=\"683\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg 1024w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-300x200.jpg 300w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-768x512.jpg 768w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1.jpg 1500w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=347\" role=\"button\">\n VIEW ALL SERVICES\n </a>\n <a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=348\" role=\"button\">\n VIEW ALL INDUSTRIES\n </a>\n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','Home','','inherit','closed','closed','','61-revision-v1','','','2020-06-03 07:11:46','2020-06-03 12:11:46','',61,'http://www.arscontracting.com/61-revision-v1/',0,'revision','',0),(578,5,'2020-06-03 07:12:48','2020-06-03 12:12:48','<a href=\"#projects\" role=\"button\">\n View Services\n </a>\n <figure><img width=\"1805\" height=\"1920\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png 1805w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-282x300.png 282w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-963x1024.png 963w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-768x817.png 768w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-1444x1536.png 1444w\" sizes=\"(max-width: 1805px) 100vw, 1805px\" /></figure><h3>Services</h3><p>Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more</p> \n <figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Exceptional Safety Rating</h3><p>We have one of the best safety ratings in the industry & we are certified riggers</p> \n <figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Industries</h3><p>We offer outstanding service to most industries including, contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers/building owners and more\n</p> \n <img width=\"1024\" height=\"683\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg 1024w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-300x200.jpg 300w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-768x512.jpg 768w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1.jpg 1500w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=347\" role=\"button\">\n VIEW ALL SERVICES\n </a>\n <a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=348\" role=\"button\">\n VIEW ALL INDUSTRIES\n </a>\n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','Home','','inherit','closed','closed','','61-revision-v1','','','2020-06-03 07:12:48','2020-06-03 12:12:48','',61,'http://www.arscontracting.com/61-revision-v1/',0,'revision','',0),(579,5,'2020-06-03 07:20:54','2020-06-03 12:20:54','','footer-logo-ars','','inherit','open','closed','','footer-logo-ars','','','2020-06-03 07:20:54','2020-06-03 12:20:54','',0,'http://www.arscontracting.com/wp-content/uploads/2020/06/footer-logo-ars.png',0,'attachment','image/png',0),(580,5,'2020-06-03 07:32:38','2020-06-03 12:32:38','','transparent-logo-ars','','inherit','open','closed','','transparent-logo-ars','','','2020-06-03 07:32:38','2020-06-03 12:32:38','',0,'http://www.arscontracting.com/wp-content/uploads/2020/06/transparent-logo-ars.png',0,'attachment','image/png',0),(581,5,'2020-06-03 08:07:44','2020-06-03 13:07:44','<a href=\"#projects\" role=\"button\">\nView Services\n</a>\n<figure><img width=\"1805\" height=\"1920\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png 1805w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-282x300.png 282w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-963x1024.png 963w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-768x817.png 768w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-1444x1536.png 1444w\" sizes=\"(max-width: 1805px) 100vw, 1805px\"></figure>\n<h3>Services</h3>\nOver 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more\n<figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\"></figure>\n<h3>Exceptional Safety Rating</h3>\nWe have one of the best safety ratings in the industry & we are certified riggers\n<figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\"></figure>\n<h3>Industries</h3>\nWe offer outstanding service to most industries including, contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers/building owners and more\n\n<img width=\"1024\" height=\"683\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg 1024w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-300x200.jpg 300w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-768x512.jpg 768w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1.jpg 1500w\" sizes=\"(max-width: 1024px) 100vw, 1024px\">\n<a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=347\" role=\"button\">\nVIEW ALL SERVICES\n</a>\n<a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=348\" role=\"button\">\nVIEW ALL INDUSTRIES\n</a>\n<a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\nGET QUOTATION\n</a>','Home','','inherit','closed','closed','','61-revision-v1','','','2020-06-03 08:07:44','2020-06-03 13:07:44','',61,'http://www.arscontracting.com/61-revision-v1/',0,'revision','',0),(582,5,'2020-06-03 08:12:21','2020-06-03 13:12:21','','Default Kit','','inherit','closed','closed','','336-autosave-v1','','','2020-06-03 08:12:29','2020-06-03 13:12:29','',336,'http://www.arscontracting.com/336-autosave-v1/',0,'revision','',0),(584,5,'2020-06-03 08:28:40','2020-06-03 13:28:40','<a href=\"#projects\" role=\"button\">\n View Services\n </a>\n <figure><img width=\"1805\" height=\"1920\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png 1805w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-282x300.png 282w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-963x1024.png 963w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-768x817.png 768w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-1444x1536.png 1444w\" sizes=\"(max-width: 1805px) 100vw, 1805px\" /></figure><h3>Services</h3><p>Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more</p> \n <figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Exceptional Safety Rating</h3><p>We have one of the best safety ratings in the industry & we are certified riggers</p> \n <figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Industries</h3><p>We offer outstanding service to most industries including, contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers/building owners and more\n</p> \n <img width=\"1024\" height=\"683\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg 1024w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-300x200.jpg 300w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-768x512.jpg 768w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1.jpg 1500w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=347\" role=\"button\">\n VIEW ALL SERVICES\n </a>\n <a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=348\" role=\"button\">\n VIEW ALL INDUSTRIES\n </a>\n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','Home','','inherit','closed','closed','','61-revision-v1','','','2020-06-03 08:28:40','2020-06-03 13:28:40','',61,'http://www.arscontracting.com/61-revision-v1/',0,'revision','',0),(585,5,'2020-06-03 08:33:16','2020-06-03 13:33:16','<a href=\"#projects\" role=\"button\">\n View Services\n </a>\n <figure><img width=\"1805\" height=\"1920\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png 1805w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-282x300.png 282w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-963x1024.png 963w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-768x817.png 768w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-1444x1536.png 1444w\" sizes=\"(max-width: 1805px) 100vw, 1805px\" /></figure><h3>Services</h3><p>Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more</p> \n <figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Exceptional Safety Rating</h3><p>We have one of the best safety ratings in the industry & we are certified riggers</p> \n <figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Industries</h3><p>We offer outstanding service to most industries including, contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers/building owners and more\n</p> \n <img width=\"1024\" height=\"683\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg 1024w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-300x200.jpg 300w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-768x512.jpg 768w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1.jpg 1500w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=347\" role=\"button\">\n VIEW ALL SERVICES\n </a>\n <a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=348\" role=\"button\">\n VIEW ALL INDUSTRIES\n </a>\n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','Home','','inherit','closed','closed','','61-revision-v1','','','2020-06-03 08:33:16','2020-06-03 13:33:16','',61,'http://www.arscontracting.com/61-revision-v1/',0,'revision','',0),(587,5,'2020-06-03 08:36:38','2020-06-03 13:36:38','<a href=\"#projects\" role=\"button\">\n View Services\n </a>\n <figure><img width=\"1805\" height=\"1920\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png 1805w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-282x300.png 282w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-963x1024.png 963w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-768x817.png 768w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-1444x1536.png 1444w\" sizes=\"(max-width: 1805px) 100vw, 1805px\" /></figure><h3>Services</h3><p>Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more</p> \n <figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Exceptional Safety Rating</h3><p>We have one of the best safety ratings in the industry & we are certified riggers</p> \n <figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Industries</h3><p>We offer outstanding service to most industries including, contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers/building owners and more\n</p> \n <img width=\"1024\" height=\"683\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg 1024w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-300x200.jpg 300w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-768x512.jpg 768w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1.jpg 1500w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=347\" role=\"button\">\n VIEW ALL SERVICES\n </a>\n <a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=348\" role=\"button\">\n VIEW ALL INDUSTRIES\n </a>\n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','Home','','inherit','closed','closed','','61-revision-v1','','','2020-06-03 08:36:38','2020-06-03 13:36:38','',61,'http://www.arscontracting.com/61-revision-v1/',0,'revision','',0),(588,5,'2020-06-03 08:39:23','2020-06-03 13:39:23','<a href=\"#projects\" role=\"button\">\n View Services\n </a>\n <figure><img width=\"1805\" height=\"1920\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png 1805w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-282x300.png 282w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-963x1024.png 963w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-768x817.png 768w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-1444x1536.png 1444w\" sizes=\"(max-width: 1805px) 100vw, 1805px\" /></figure><h3>Services</h3><p>Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more</p> \n <figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Exceptional Safety Rating</h3><p>We have one of the best safety ratings in the industry & we are certified riggers</p> \n <figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Industries</h3><p>We offer outstanding service to most industries including, contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers/building owners and more\n</p> \n <img width=\"1024\" height=\"683\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg 1024w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-300x200.jpg 300w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-768x512.jpg 768w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1.jpg 1500w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=347\" role=\"button\">\n VIEW ALL SERVICES\n </a>\n <a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=348\" role=\"button\">\n VIEW ALL INDUSTRIES\n </a>\n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','Home','','inherit','closed','closed','','61-revision-v1','','','2020-06-03 08:39:23','2020-06-03 13:39:23','',61,'http://www.arscontracting.com/61-revision-v1/',0,'revision','',0),(589,5,'2020-06-03 08:41:26','2020-06-03 13:41:26','<a href=\"#projects\" role=\"button\">\n View Services\n </a>\n <figure><img width=\"1805\" height=\"1920\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png 1805w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-282x300.png 282w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-963x1024.png 963w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-768x817.png 768w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-1444x1536.png 1444w\" sizes=\"(max-width: 1805px) 100vw, 1805px\" /></figure><h3>Services</h3><p>Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more</p> \n <figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Exceptional Safety Rating</h3><p>We have one of the best safety ratings in the industry & we are certified riggers</p> \n <figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Industries</h3><p>We offer outstanding service to most industries including, contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers/building owners and more\n</p> \n <img width=\"1024\" height=\"683\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg 1024w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-300x200.jpg 300w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-768x512.jpg 768w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1.jpg 1500w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=347\" role=\"button\">\n VIEW ALL SERVICES\n </a>\n <a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=348\" role=\"button\">\n VIEW ALL INDUSTRIES\n </a>\n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','Home','','inherit','closed','closed','','61-revision-v1','','','2020-06-03 08:41:26','2020-06-03 13:41:26','',61,'http://www.arscontracting.com/61-revision-v1/',0,'revision','',0),(590,5,'2020-06-03 08:43:55','2020-06-03 13:43:55','<a href=\"http://www.arscontracting.com/projects/\" role=\"button\">\n View Services\n </a>\n <figure><img width=\"1805\" height=\"1920\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png 1805w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-282x300.png 282w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-963x1024.png 963w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-768x817.png 768w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-1444x1536.png 1444w\" sizes=\"(max-width: 1805px) 100vw, 1805px\" /></figure><h3>Services</h3><p>Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more</p> \n <figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Exceptional Safety Rating</h3><p>We have one of the best safety ratings in the industry & we are certified riggers</p> \n <figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Industries</h3><p>We offer outstanding service to most industries including, contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers/building owners and more\n</p> \n <img width=\"1024\" height=\"683\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg 1024w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-300x200.jpg 300w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-768x512.jpg 768w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1.jpg 1500w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=347\" role=\"button\">\n VIEW ALL SERVICES\n </a>\n <a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=348\" role=\"button\">\n VIEW ALL INDUSTRIES\n </a>\n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','Home','','inherit','closed','closed','','61-revision-v1','','','2020-06-03 08:43:55','2020-06-03 13:43:55','',61,'http://www.arscontracting.com/61-revision-v1/',0,'revision','',0),(591,5,'2020-06-03 09:36:09','2020-06-03 14:36:09','<a href=\"http://www.arscontracting.com/projects/\" role=\"button\">\nView Services\n</a>\n<figure><img width=\"1805\" height=\"1920\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png 1805w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-282x300.png 282w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-963x1024.png 963w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-768x817.png 768w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-1444x1536.png 1444w\" sizes=\"(max-width: 1805px) 100vw, 1805px\"></figure>\n<h3>Services</h3>\nOver 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more\n<figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\"></figure>\n<h3>Exceptional Safety Rating</h3>\nWe have one of the best safety ratings in the industry & we are certified riggers\n<figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\"></figure>\n<h3>Industries</h3>\nWe offer outstanding service to most industries including, contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers/building owners and more\n\n<img width=\"1024\" height=\"683\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg 1024w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-300x200.jpg 300w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-768x512.jpg 768w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1.jpg 1500w\" sizes=\"(max-width: 1024px) 100vw, 1024px\">\n<a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=347\" role=\"button\">\nVIEW ALL SERVICES\n</a>\n<a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=348\" role=\"button\">\nVIEW ALL INDUSTRIES\n</a>\n<a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\nGET QUOTATION\n</a>','Home','','inherit','closed','closed','','61-revision-v1','','','2020-06-03 09:36:09','2020-06-03 14:36:09','',61,'http://www.arscontracting.com/61-revision-v1/',0,'revision','',0),(592,5,'2020-06-04 05:30:37','2020-06-04 10:30:37','<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=Jl.%20Maleer%20Indah%20II%2C%20Maleer%2C%20Batununggal%2C%20Kota%20Bandung%2C%20Jawa%20Barat%2040274.&t=m&z=17&output=embed&iwloc=near\" aria-label=\"Jl. Maleer Indah II, Maleer, Batununggal, Kota Bandung, Jawa Barat 40274.\"></iframe>\n<a target=\"_blank\" rel=\"noopener noreferrer\">\nFacebook\n</a>\n<a target=\"_blank\" rel=\"noopener noreferrer\">\nTwitter\n</a>\n<a target=\"_blank\" rel=\"noopener noreferrer\">\nGoogle-plus\n</a>\n<h3>\n Phone</h3>\n+62 828 256 96 75\n<h3>\n Email</h3>\nyourmail@example.com\n<h3>\n Address</h3>\nJl. Maleer Indah II, Maleer, Batununggal, Kota Bandung, Jawa Barat 40274.','Contact Us','','inherit','closed','closed','','69-revision-v1','','','2020-06-04 05:30:37','2020-06-04 10:30:37','',69,'http://www.arscontracting.com/69-revision-v1/',0,'revision','',0),(594,5,'2020-06-04 05:38:28','2020-06-04 10:38:28','<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=Jl.%20Maleer%20Indah%20II%2C%20Maleer%2C%20Batununggal%2C%20Kota%20Bandung%2C%20Jawa%20Barat%2040274.&t=m&z=17&output=embed&iwloc=near\" aria-label=\"Jl. Maleer Indah II, Maleer, Batununggal, Kota Bandung, Jawa Barat 40274.\"></iframe> \n <a target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <h3>\n Phone\n </h3>\n <p>1-800-358-8444</p>\n <h3>\n Email\n </h3>\n <p>sales@arscontracting.com</p>\n <h3>\n Address\n </h3>\n <p>WAREHOUSE: 3333 Mt Prospect Rd, Franklin Park IL 60131\nOFFICE: 2015A US Route 34, Suite 3, Oswego IL 60543\nMAILING ADDRESS: 9540 S Carls Dr, Plainfield IL 60585</p>','Contact Us','','inherit','closed','closed','','69-revision-v1','','','2020-06-04 05:38:28','2020-06-04 10:38:28','',69,'http://www.arscontracting.com/69-revision-v1/',0,'revision','',0),(595,5,'2020-06-04 05:41:30','2020-06-04 10:41:30','<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=Jl.%20Maleer%20Indah%20II%2C%20Maleer%2C%20Batununggal%2C%20Kota%20Bandung%2C%20Jawa%20Barat%2040274.&t=m&z=17&output=embed&iwloc=near\" aria-label=\"Jl. Maleer Indah II, Maleer, Batununggal, Kota Bandung, Jawa Barat 40274.\"></iframe> \n <a target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <h3>\n Phone\n </h3>\n <p>1-800-358-8444</p>\n <h3>\n Email\n </h3>\n <p>sales@arscontracting.com</p>\n <h3>\n Address\n </h3>\n <p><ul>\n<li>WAREHOUSE: 3333 Mt Prospect Rd, Franklin Park IL 60131</li>\n<li>OFFICE: 2015A US Route 34, Suite 3, Oswego IL 60543</li>\n<li>MAILING ADDRESS: 9540 S Carls Dr, Plainfield IL 60585</li>\n</ul></p>','Contact Us','','inherit','closed','closed','','69-revision-v1','','','2020-06-04 05:41:30','2020-06-04 10:41:30','',69,'http://www.arscontracting.com/69-revision-v1/',0,'revision','',0),(596,5,'2020-06-04 05:47:04','2020-06-04 10:47:04','<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=Jl.%20Maleer%20Indah%20II%2C%20Maleer%2C%20Batununggal%2C%20Kota%20Bandung%2C%20Jawa%20Barat%2040274.&t=m&z=17&output=embed&iwloc=near\" aria-label=\"Jl. Maleer Indah II, Maleer, Batununggal, Kota Bandung, Jawa Barat 40274.\"></iframe> \n <a target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a target=\"_blank\" rel=\"noopener noreferrer\">\n Google-plus\n </a>\n <h3>\n Phone\n </h3>\n <p>1-800-358-8444</p>\n <h3>\n Email\n </h3>\n <p>sales@arscontracting.com</p>\n <h3>\n Address\n </h3>\n <p><ul>\n<li>WAREHOUSE: 3333 Mt Prospect Rd, Franklin Park IL 60131</li>\n<li>OFFICE: 2015A US Route 34, Suite 3, Oswego IL 60543</li>\n<li>MAILING ADDRESS: 9540 S Carls Dr, Plainfield IL 60585</li>\n</ul></p>','Contact Us','','inherit','closed','closed','','69-revision-v1','','','2020-06-04 05:47:04','2020-06-04 10:47:04','',69,'http://www.arscontracting.com/69-revision-v1/',0,'revision','',0),(598,5,'2020-06-04 05:55:11','2020-06-04 10:55:11','<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=Jl.%20Maleer%20Indah%20II%2C%20Maleer%2C%20Batununggal%2C%20Kota%20Bandung%2C%20Jawa%20Barat%2040274.&t=m&z=17&output=embed&iwloc=near\" aria-label=\"Jl. Maleer Indah II, Maleer, Batununggal, Kota Bandung, Jawa Barat 40274.\"></iframe> \n <h3>\n Phone\n </h3>\n <p>1-800-358-8444</p>\n <h3>\n Email\n </h3>\n <p>sales@arscontracting.com</p>\n <h3>\n Address\n </h3>\n <p><ul>\n<li>WAREHOUSE: 3333 Mt Prospect Rd, Franklin Park IL 60131</li>\n<li>OFFICE: 2015A US Route 34, Suite 3, Oswego IL 60543</li>\n<li>MAILING ADDRESS: 9540 S Carls Dr, Plainfield IL 60585</li>\n</ul></p>\n <h3>\n Fax\n </h3>\n <p>630-364-5778</p>\n <h3>\n Hours\n </h3>\n <p><ul>\n<li>OFFICE: 8:00 AM to 4:30 PM US Central Time</li>\n<li>SERVICE: 24 hours a day/7 days per week</li>\n</ul></p>','Contact Us','','inherit','closed','closed','','69-revision-v1','','','2020-06-04 05:55:11','2020-06-04 10:55:11','',69,'http://www.arscontracting.com/69-revision-v1/',0,'revision','',0),(599,5,'2020-06-04 05:58:03','2020-06-04 10:58:03','<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=Jl.%20Maleer%20Indah%20II%2C%20Maleer%2C%20Batununggal%2C%20Kota%20Bandung%2C%20Jawa%20Barat%2040274.&t=m&z=17&output=embed&iwloc=near\" aria-label=\"Jl. Maleer Indah II, Maleer, Batununggal, Kota Bandung, Jawa Barat 40274.\"></iframe> \n <h3>\n Phone\n </h3>\n <p>1-800-358-8444</p>\n <h3>\n Email\n </h3>\n <p>sales@arscontracting.com</p>\n <h3>\n Address\n </h3>\n <p><ul>\n<li>WAREHOUSE: 3333 Mt Prospect Rd, Franklin Park IL 60131</li>\n<li>OFFICE: 2015A US Route 34, Suite 3, Oswego IL 60543</li>\n<li>MAILING ADDRESS: 9540 S Carls Dr, Plainfield IL 60585</li>\n</ul></p>\n <h3>\n Fax\n </h3>\n <p>630-364-5778</p>\n <h3>\n Hours\n </h3>\n <p><ul>\n<li>OFFICE: 8:00 AM to 4:30 PM US Central Time</li>\n<li>SERVICE: 24 hours a day/7 days per week</li>\n</ul></p>','Contact Us','','inherit','closed','closed','','69-revision-v1','','','2020-06-04 05:58:03','2020-06-04 10:58:03','',69,'http://www.arscontracting.com/69-revision-v1/',0,'revision','',0),(600,5,'2020-06-04 06:06:34','2020-06-04 11:06:34','<h2>Architects & Engineers</h2>','Industries','','inherit','closed','closed','','348-revision-v1','','','2020-06-04 06:06:34','2020-06-04 11:06:34','',348,'http://www.arscontracting.com/348-revision-v1/',0,'revision','',0),(602,5,'2020-06-04 06:11:56','2020-06-04 11:11:56','<h2>Architects & Engineers</h2> \n <ul><li>Our team of professionals can work directly with architects and engineers to understand project details and plan each step of the process to ensure a smooth delivery and set up of equipment in any facility space.</li></ul>','Industries','','inherit','closed','closed','','348-revision-v1','','','2020-06-04 06:11:56','2020-06-04 11:11:56','',348,'http://www.arscontracting.com/348-revision-v1/',0,'revision','',0),(604,5,'2020-06-04 06:15:15','2020-06-04 11:15:15','<h2>Architects & Engineers</h2> \n <ul><li>Our team of professionals can work directly with architects and engineers to understand project details and plan each step of the process to ensure a smooth delivery and set up of equipment in any facility space.</li></ul>','Industries','','inherit','closed','closed','','348-revision-v1','','','2020-06-04 06:15:15','2020-06-04 11:15:15','',348,'http://www.arscontracting.com/348-revision-v1/',0,'revision','',0),(605,5,'2020-06-04 06:22:30','2020-06-04 11:22:30','<h2>Architects & Engineers</h2> \n <p>Our team of professionals can work directly with architects and engineers to understand project details and plan each step of the process to ensure a smooth delivery and set up of equipment in any facility space.</p>','Industries','','inherit','closed','closed','','348-revision-v1','','','2020-06-04 06:22:30','2020-06-04 11:22:30','',348,'http://www.arscontracting.com/348-revision-v1/',0,'revision','',0),(606,5,'2020-06-04 06:23:05','2020-06-04 11:23:05','<h2>Architects & Engineers</h2> \n <p>Our team of professionals can work directly with architects and engineers to understand project details and plan each step of the process to ensure a smooth delivery and set up of equipment in any facility space.</p>','Industries','','inherit','closed','closed','','348-revision-v1','','','2020-06-04 06:23:05','2020-06-04 11:23:05','',348,'http://www.arscontracting.com/348-revision-v1/',0,'revision','',0),(607,5,'2020-06-04 06:25:36','2020-06-04 11:25:36','<h2>Architects & Engineers</h2> \n <p>Our team of professionals can work directly with architects and engineers to understand project details and plan each step of the process to ensure a smooth delivery and set up of equipment in any facility space.</p>','Industries','','inherit','closed','closed','','348-revision-v1','','','2020-06-04 06:25:36','2020-06-04 11:25:36','',348,'http://www.arscontracting.com/348-revision-v1/',0,'revision','',0),(609,5,'2020-06-04 06:34:29','2020-06-04 11:34:29','<h2>Architects & Engineers</h2> \n <p>Our team of professionals can work directly with architects and engineers to understand project details and plan each step of the process to ensure a smooth delivery and set up of equipment in any facility space.</p> \n <h2>Architects & Engineers</h2> \n <p>Our team of professionals can work directly with architects and engineers to understand project details and plan each step of the process to ensure a smooth delivery and set up of equipment in any facility space.</p> \n <h2>Architects & Engineers</h2> \n <p>Our team of professionals can work directly with architects and engineers to understand project details and plan each step of the process to ensure a smooth delivery and set up of equipment in any facility space.</p> \n <h2>Architects & Engineers</h2> \n <p>Our team of professionals can work directly with architects and engineers to understand project details and plan each step of the process to ensure a smooth delivery and set up of equipment in any facility space.</p> \n <h2>Architects & Engineers</h2> \n <p>Our team of professionals can work directly with architects and engineers to understand project details and plan each step of the process to ensure a smooth delivery and set up of equipment in any facility space.</p> \n <h2>Architects & Engineers</h2> \n <p>Our team of professionals can work directly with architects and engineers to understand project details and plan each step of the process to ensure a smooth delivery and set up of equipment in any facility space.</p> \n <h2>Architects & Engineers</h2> \n <p>Our team of professionals can work directly with architects and engineers to understand project details and plan each step of the process to ensure a smooth delivery and set up of equipment in any facility space.</p> \n <h2>Architects & Engineers</h2> \n <p>Our team of professionals can work directly with architects and engineers to understand project details and plan each step of the process to ensure a smooth delivery and set up of equipment in any facility space.</p>','Industries','','inherit','closed','closed','','348-revision-v1','','','2020-06-04 06:34:29','2020-06-04 11:34:29','',348,'http://www.arscontracting.com/348-revision-v1/',0,'revision','',0),(610,5,'2020-06-04 06:41:37','2020-06-04 11:41:37','<h2>Architects & Engineers</h2> \n <p>Our team of professionals can work directly with architects and engineers to understand project details and plan each step of the process to ensure a smooth delivery and set up of equipment in any facility space.</p> \n <h2>Contractors – General, Electrical and Mechanical</h2> \n <p>Our expertise and up-to-date training enables our team to work with a range of contractors. We work with general contractors to assess the overall project and provide detailed plans to implement moves and set up equipment. </p><p>Electrical – our team collaborates with electrical contractors on a variety of equipment moves including generators, switchgears, transformers and more.</p><p>Mechanical – Our experience with mechanical contractors extends to moves and set up of a variety of equipment ranging from boilers and chillers to cooling towers and more. </p> \n <h2>Medical\n</h2> \n <p>Our team has successfully moved equipment for small and large medical facilities across the country. Moves have included MRIs, CAT/PET, generators, chillers and boilers.</p> \n <h2>Municipalities</h2> \n <p>Municipalities rely on our expertise for moves for schools, universities and government buildings</p> \n <h2>Building Owners & Facility Managers\n</h2> \n <p>ARS Contracting, Inc. coordinates facility relocations and equipment installations for properties across the country. We work with building owners and facility managers to plan every detail and execute each step within timelines and established budgets.</p> \n <h2>Manufacturers</h2> \n <p>Manufacturers in every industry category have relied on our team for plant relocations and industry moves across the U.S.</p> \n <h2>Laundry Facilities\n</h2> \n <p>Our professionals have moved commercial equipment ranging from washers, dryers and irons to water and chemical tanks. </p> \n <h2>Museums & Zoos\n</h2> \n <p>We completed moves of high value works of art and museum installations, plus zoo exhibits for organizations across the country.</p>','Industries','','inherit','closed','closed','','348-revision-v1','','','2020-06-04 06:41:37','2020-06-04 11:41:37','',348,'http://www.arscontracting.com/348-revision-v1/',0,'revision','',0),(611,5,'2020-06-04 06:52:04','2020-06-04 11:52:04','<h2>Architects & Engineers</h2> \n <p>Our team of professionals can work directly with architects and engineers to understand project details and plan each step of the process to ensure a smooth delivery and set up of equipment in any facility space.</p> \n <h2>Contractors – General, Electrical and Mechanical</h2> \n <p>Our expertise and up-to-date training enables our team to work with a range of contractors. We work with general contractors to assess the overall project and provide detailed plans to implement moves and set up equipment. </p><p>Electrical – our team collaborates with electrical contractors on a variety of equipment moves including generators, switchgears, transformers and more.</p><p>Mechanical – Our experience with mechanical contractors extends to moves and set up of a variety of equipment ranging from boilers and chillers to cooling towers and more. </p> \n <h2>Medical\n</h2> \n <p>Our team has successfully moved equipment for small and large medical facilities across the country. Moves have included MRIs, CAT/PET, generators, chillers and boilers.</p> \n <h2>Municipalities</h2> \n <p>Municipalities rely on our expertise for moves for schools, universities and government buildings</p> \n <h2>Building Owners & Facility Managers\n</h2> \n <p>ARS Contracting, Inc. coordinates facility relocations and equipment installations for properties across the country. We work with building owners and facility managers to plan every detail and execute each step within timelines and established budgets.</p> \n <h2>Manufacturers</h2> \n <p>Manufacturers in every industry category have relied on our team for plant relocations and industry moves across the U.S.</p> \n <h2>Laundry Facilities\n</h2> \n <p>Our professionals have moved commercial equipment ranging from washers, dryers and irons to water and chemical tanks. </p> \n <h2>Museums & Zoos\n</h2> \n <p>We completed moves of high value works of art and museum installations, plus zoo exhibits for organizations across the country.</p>','Industries','','inherit','closed','closed','','348-autosave-v1','','','2020-06-04 06:52:12','2020-06-04 11:52:12','',348,'http://www.arscontracting.com/348-autosave-v1/',0,'revision','',0),(612,5,'2020-06-04 06:53:12','2020-06-04 11:53:12','<a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','Services','','inherit','closed','closed','','65-revision-v1','','','2020-06-04 06:53:12','2020-06-04 11:53:12','',65,'http://www.arscontracting.com/65-revision-v1/',0,'revision','',0),(613,5,'2020-06-04 06:53:13','2020-06-04 11:53:13','<h2>Rigging, Machinery Moving & Installation – \n</h2> \n <p>Rigging and moving machinery requires a unique set of skills. And this is exactly what we focus on. We’ll develop a plan, timeline and engage a skilled team and essential equipment to get the job done smoothly. When large equipment must fit into tight spaces, we have the expertise and foresight to identify potential challenges and we develop a process to ensure success with minimal complications. From data centers, to healthcare facilities, public buildings, manufacturing facilities and beyond, we have the innovative solutions, equipment and certified talent to get the job done. </p> \n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','Services','','inherit','closed','closed','','65-revision-v1','','','2020-06-04 06:53:13','2020-06-04 11:53:13','',65,'http://www.arscontracting.com/65-revision-v1/',0,'revision','',0),(614,5,'2020-06-04 07:08:22','2020-06-04 12:08:22','<h2>Rigging, Machinery Moving & Installation – \n</h2> \n <p>Rigging and moving machinery requires a unique set of skills. And this is exactly what we focus on. We’ll develop a plan, timeline and engage a skilled team and essential equipment to get the job done smoothly. When large equipment must fit into tight spaces, we have the expertise and foresight to identify potential challenges and we develop a process to ensure success with minimal complications. From data centers, to healthcare facilities, public buildings, manufacturing facilities and beyond, we have the innovative solutions, equipment and certified talent to get the job done. </p> \n <h2>Rigging</h2> \n <p>When you have machinery that needs to be relocated, lifted or installed, call on the company with rigging and machinery moving expertise. ARS Contracting, Inc. professionals have the experience and innovative solutions to solve the most complex problems. Plus, we’ll keep our focus on safety, timelines and budget. We rig, move and set equipment every day – it’s the only work we do! Contact us and learn why some of the biggest companies in the U.S. rely on us for all of their moves. </p> \n <h2>Heavy Lifting & Erecting</h2> \n <p>A thorough analysis and detailed plan of action are a “must” when lifting and erecting large equipment. Our team develops the solutions to overcome space and time challenges. Then, planning turns into action, and our certified riggers team executes every detail in a professional manner to ensure the project is done right the first time, safely and efficiently. </p> \n <h2>Millwright Services</h2> \n <p>Our Millwrights are highly skilled at executing another type of operation from layout, dismantling, installing, assembling, leveling, anchoring, grouting and fabricating. Our team will help your business avoid downtime and keep all aspects of your operation running smoothly. </p> \n <h2>Hauling & Jobsite Delivery</h2> \n <p>Our team engages the right vehicles to deliver your equipment safely to your destination across the U.S. </p><ul><li>VEHICLES:<ul><li>Flatbeds</li><li>Step Decks</li><li>Double Drops – Expandable & RGNs</li><li>Tilt Beds - Trailers</li><li>Straight Trucks – 12’ to 24’</li><li>Vans – 48-53 Logistics</li></ul></li></ul><p> </p><ul><li>OTHER SERVICES WE PROVIDE:<ul><li>Over Dimensional Loads</li><li>Heavy Hauling</li><li>LTL (Less than truckload)</li></ul></li></ul> \n <h2>Storage & Preservation</h2> \n <p>Our warehouse provides great value for customers because it allows us to receive equipment from across the country to be assembled in one location, then moved to the final destination. Our facility is centrally located and provides indoor and outdoor storage space. The warehouse is heated, under video surveillance and is equipped with fire alarms, docks, and ground doors. The outside storage area is fenced, locked and under video surveillance. Allowing quick, easy access to Chicago and the suburbs, we’re located near O’Hare Airport.</p> \n <h2>Plant Relocation</h2> \n <p>Moving a plant involves precision planning, access to the best equipment and talent and flexibility to quickly adjust to any changes. We start with a consultation to fully understand the customer’s goals, along with the current and future facilities. Then, we develop a detailed plan of action to ensure every aspect of the move is thoroughly outlined and then implemented in the most efficient and cost-effective manner. From small to large size plants, we have the experience to implement the move quickly and safely. </p><p> Unlike other moving contractors, our comprehensive proposals include costs for rigging, moving, electrical, piping, mechanical, millwright work, transportation and storage.</p><p>Our moving services include:</p><ul><li>Lay out floors of new location</li><li>Dismantling</li><li>Moving of common stock inventory</li><li>Hauling/transportation</li><li>Assembling</li><li>Alignment</li><li>Leveling</li><li>Anchoring</li><li>Grouting</li><li>Fabrication/modification as requested</li></ul> \n <h2>Consultation</h2> \n <p>Our team of professionals provides us with the talent necessary to analyze and advise on any potential lifting or rigging challenge that you have. It takes years of experience with large and small projects, plus a dedication to continually learning the industry trends and new technologies to enable an individual to comprehend and plan for the many details involved in complex projects. These are the people we hire at ARS Contracting, Inc. These are the people you can depend on for complete project management, or consultation on the best process and resources for the job. </p> \n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','Services','','inherit','closed','closed','','65-revision-v1','','','2020-06-04 07:08:22','2020-06-04 12:08:22','',65,'http://www.arscontracting.com/65-revision-v1/',0,'revision','',0),(615,5,'2020-06-04 07:14:27','2020-06-04 12:14:27','<img width=\"1024\" height=\"683\" src=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/contractor-hero-image-1-1024x683.jpg\" alt=\"\" srcset=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/contractor-hero-image-1-1024x683.jpg 1024w, https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/contractor-hero-image-1-300x200.jpg 300w, https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/contractor-hero-image-1-768x512.jpg 768w, https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/contractor-hero-image-1.jpg 1500w\" sizes=\"(max-width: 1024px) 100vw, 1024px\">\n<img width=\"484\" height=\"628\" src=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/team-4s-1.jpg\" alt=\"\" srcset=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/team-4s-1.jpg 484w, https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/team-4s-1-231x300.jpg 231w\" sizes=\"(max-width: 484px) 100vw, 484px\">\n<a href=\"#\" role=\"button\">\nGET QUOTATION\n</a>','About Us','','inherit','closed','closed','','63-revision-v1','','','2020-06-04 07:14:27','2020-06-04 12:14:27','',63,'http://www.arscontracting.com/63-revision-v1/',0,'revision','',0),(616,5,'2020-06-04 07:19:54','2020-06-04 12:19:54','<img width=\"484\" height=\"628\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/team-4s-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/team-4s-1.jpg 484w, http://www.arscontracting.com/wp-content/uploads/2018/03/team-4s-1-231x300.jpg 231w\" sizes=\"(max-width: 484px) 100vw, 484px\" /> \n <a href=\"#\" role=\"button\">\n GET QUOTATION\n </a>','About Us','','inherit','closed','closed','','63-revision-v1','','','2020-06-04 07:19:54','2020-06-04 12:19:54','',63,'http://www.arscontracting.com/63-revision-v1/',0,'revision','',0),(618,5,'2020-06-04 07:33:14','2020-06-04 12:33:14','','ASAClogo_PRINT','','inherit','open','closed','','asaclogo_print-2','','','2020-06-04 07:33:14','2020-06-04 12:33:14','',63,'http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg',0,'attachment','image/jpeg',0),(619,5,'2020-06-04 07:33:17','2020-06-04 12:33:17','','ips_scra','','inherit','open','closed','','ips_scra-2','','','2020-06-04 07:33:17','2020-06-04 12:33:17','',63,'http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg',0,'attachment','image/jpeg',0),(620,5,'2020-06-04 07:34:19','2020-06-04 12:34:19','<img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\" /> \n <img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" /> \n <img width=\"484\" height=\"628\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/team-4s-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/team-4s-1.jpg 484w, http://www.arscontracting.com/wp-content/uploads/2018/03/team-4s-1-231x300.jpg 231w\" sizes=\"(max-width: 484px) 100vw, 484px\" /> \n <a href=\"#\" role=\"button\">\n GET QUOTATION\n </a>','About Us','','inherit','closed','closed','','63-revision-v1','','','2020-06-04 07:34:19','2020-06-04 12:34:19','',63,'http://www.arscontracting.com/63-revision-v1/',0,'revision','',0),(621,5,'2020-06-04 07:36:36','2020-06-04 12:36:36','<img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\" /> \n <img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" /> \n <img width=\"484\" height=\"628\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/team-4s-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/team-4s-1.jpg 484w, http://www.arscontracting.com/wp-content/uploads/2018/03/team-4s-1-231x300.jpg 231w\" sizes=\"(max-width: 484px) 100vw, 484px\" /> \n <a href=\"#\" role=\"button\">\n GET QUOTATION\n </a>','About Us','','inherit','closed','closed','','63-revision-v1','','','2020-06-04 07:36:36','2020-06-04 12:36:36','',63,'http://www.arscontracting.com/63-revision-v1/',0,'revision','',0),(622,5,'2020-06-04 07:40:51','2020-06-04 12:40:51','<img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\" /> \n <img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" /> \n <img width=\"484\" height=\"628\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/team-4s-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/team-4s-1.jpg 484w, http://www.arscontracting.com/wp-content/uploads/2018/03/team-4s-1-231x300.jpg 231w\" sizes=\"(max-width: 484px) 100vw, 484px\" /> \n <a href=\"#\" role=\"button\">\n GET QUOTATION\n </a>','About Us','','inherit','closed','closed','','63-revision-v1','','','2020-06-04 07:40:51','2020-06-04 12:40:51','',63,'http://www.arscontracting.com/63-revision-v1/',0,'revision','',0),(623,5,'2020-06-04 07:42:21','2020-06-04 12:42:21','<img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\" /> \n <img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" /> \n <a href=\"#\" role=\"button\">\n GET QUOTATION\n </a>','About Us','','inherit','closed','closed','','63-revision-v1','','','2020-06-04 07:42:21','2020-06-04 12:42:21','',63,'http://www.arscontracting.com/63-revision-v1/',0,'revision','',0),(624,5,'2020-06-04 07:49:24','2020-06-04 12:49:24','<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=Jl.%20Maleer%20Indah%20II%2C%20Maleer%2C%20Batununggal%2C%20Kota%20Bandung%2C%20Jawa%20Barat%2040274.&t=m&z=17&output=embed&iwloc=near\" aria-label=\"Jl. Maleer Indah II, Maleer, Batununggal, Kota Bandung, Jawa Barat 40274.\"></iframe> \n <h3>\n Phone\n </h3>\n <p><a href=\"tel:1-800-358-8444\">1-800-358-8444</a></p>\n <h3>\n Email\n </h3>\n <p><a href=\"mailto:sales@arscontracting.com\">sales@arscontracting.com</a></p>\n <h3>\n Address\n </h3>\n <p><ul>\n<li>WAREHOUSE: 3333 Mt Prospect Rd, Franklin Park IL 60131</li>\n<li>OFFICE: 2015A US Route 34, Suite 3, Oswego IL 60543</li>\n<li>MAILING ADDRESS: 9540 S Carls Dr, Plainfield IL 60585</li>\n</ul></p>\n <h3>\n Fax\n </h3>\n <p>630-364-5778</p>\n <h3>\n Hours\n </h3>\n <p><ul>\n<li>OFFICE: 8:00 AM to 4:30 PM US Central Time</li>\n<li>SERVICE: 24 hours a day/7 days per week</li>\n</ul></p>','Contact Us','','inherit','closed','closed','','69-revision-v1','','','2020-06-04 07:49:24','2020-06-04 12:49:24','',69,'http://www.arscontracting.com/69-revision-v1/',0,'revision','',0),(625,5,'2020-06-04 07:51:44','2020-06-04 12:51:44','<img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\" /> \n <img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" /> \n <a href=\"#\" role=\"button\">\n GET QUOTATION\n </a>','About Us','','inherit','closed','closed','','63-revision-v1','','','2020-06-04 07:51:44','2020-06-04 12:51:44','',63,'http://www.arscontracting.com/63-revision-v1/',0,'revision','',0),(626,5,'2020-06-04 07:58:14','2020-06-04 12:58:14','<h2>Rigging, Machinery Moving & Installation\n</h2> \n <p>Rigging and moving machinery requires a unique set of skills. And this is exactly what we focus on. We’ll develop a plan, timeline and engage a skilled team and essential equipment to get the job done smoothly. When large equipment must fit into tight spaces, we have the expertise and foresight to identify potential challenges and we develop a process to ensure success with minimal complications. From data centers, to healthcare facilities, public buildings, manufacturing facilities and beyond, we have the innovative solutions, equipment and certified talent to get the job done. </p> \n <h2>Rigging</h2> \n <p>When you have machinery that needs to be relocated, lifted or installed, call on the company with rigging and machinery moving expertise. ARS Contracting, Inc. professionals have the experience and innovative solutions to solve the most complex problems. Plus, we’ll keep our focus on safety, timelines and budget. We rig, move and set equipment every day – it’s the only work we do! Contact us and learn why some of the biggest companies in the U.S. rely on us for all of their moves. </p> \n <h2>Heavy Lifting & Erecting</h2> \n <p>A thorough analysis and detailed plan of action are a “must” when lifting and erecting large equipment. Our team develops the solutions to overcome space and time challenges. Then, planning turns into action, and our certified riggers team executes every detail in a professional manner to ensure the project is done right the first time, safely and efficiently. </p> \n <h2>Millwright Services</h2> \n <p>Our Millwrights are highly skilled at executing another type of operation from layout, dismantling, installing, assembling, leveling, anchoring, grouting and fabricating. Our team will help your business avoid downtime and keep all aspects of your operation running smoothly. </p> \n <h2>Hauling & Jobsite Delivery</h2> \n <p>Our team engages the right vehicles to deliver your equipment safely to your destination across the U.S. </p><ul><li>VEHICLES:<ul><li>Flatbeds</li><li>Step Decks</li><li>Double Drops – Expandable & RGNs</li><li>Tilt Beds - Trailers</li><li>Straight Trucks – 12’ to 24’</li><li>Vans – 48-53 Logistics</li></ul></li></ul><p> </p><ul><li>OTHER SERVICES WE PROVIDE:<ul><li>Over Dimensional Loads</li><li>Heavy Hauling</li><li>LTL (Less than truckload)</li></ul></li></ul> \n <h2>Storage & Preservation</h2> \n <p>Our warehouse provides great value for customers because it allows us to receive equipment from across the country to be assembled in one location, then moved to the final destination. Our facility is centrally located and provides indoor and outdoor storage space. The warehouse is heated, under video surveillance and is equipped with fire alarms, docks, and ground doors. The outside storage area is fenced, locked and under video surveillance. Allowing quick, easy access to Chicago and the suburbs, we’re located near O’Hare Airport.</p> \n <h2>Plant Relocation</h2> \n <p>Moving a plant involves precision planning, access to the best equipment and talent and flexibility to quickly adjust to any changes. We start with a consultation to fully understand the customer’s goals, along with the current and future facilities. Then, we develop a detailed plan of action to ensure every aspect of the move is thoroughly outlined and then implemented in the most efficient and cost-effective manner. From small to large size plants, we have the experience to implement the move quickly and safely. </p><p> Unlike other moving contractors, our comprehensive proposals include costs for rigging, moving, electrical, piping, mechanical, millwright work, transportation and storage.</p><p>Our moving services include:</p><ul><li>Lay out floors of new location</li><li>Dismantling</li><li>Moving of common stock inventory</li><li>Hauling/transportation</li><li>Assembling</li><li>Alignment</li><li>Leveling</li><li>Anchoring</li><li>Grouting</li><li>Fabrication/modification as requested</li></ul> \n <h2>Consultation</h2> \n <p>Our team of professionals provides us with the talent necessary to analyze and advise on any potential lifting or rigging challenge that you have. It takes years of experience with large and small projects, plus a dedication to continually learning the industry trends and new technologies to enable an individual to comprehend and plan for the many details involved in complex projects. These are the people we hire at ARS Contracting, Inc. These are the people you can depend on for complete project management, or consultation on the best process and resources for the job. </p> \n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','Services','','inherit','closed','closed','','65-revision-v1','','','2020-06-04 07:58:14','2020-06-04 12:58:14','',65,'http://www.arscontracting.com/65-revision-v1/',0,'revision','',0),(628,5,'2020-06-04 08:12:27','2020-06-04 13:12:27','<img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\" /> \n <img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" /> \n <a href=\"#\" role=\"button\">\n GET QUOTATION\n </a>','About Us','','inherit','closed','closed','','63-revision-v1','','','2020-06-04 08:12:27','2020-06-04 13:12:27','',63,'http://www.arscontracting.com/63-revision-v1/',0,'revision','',0),(629,5,'2020-06-04 08:16:23','2020-06-04 13:16:23','<img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\" /> \n <img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" /> \n <a href=\"#\" role=\"button\">\n GET QUOTATION\n </a>','About Us','','inherit','closed','closed','','63-revision-v1','','','2020-06-04 08:16:23','2020-06-04 13:16:23','',63,'http://www.arscontracting.com/63-revision-v1/',0,'revision','',0),(630,5,'2020-06-04 08:18:01','2020-06-04 13:18:01','<img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\" /> \n <img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" /> \n <a href=\"#\" role=\"button\">\n GET QUOTATION\n </a>','About Us','','inherit','closed','closed','','63-revision-v1','','','2020-06-04 08:18:01','2020-06-04 13:18:01','',63,'http://www.arscontracting.com/63-revision-v1/',0,'revision','',0),(631,5,'2020-06-04 08:21:27','2020-06-04 13:21:27','<img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\" /> \n <img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" /> \n <a href=\"#\" role=\"button\">\n GET QUOTATION\n </a>','About Us','','inherit','closed','closed','','63-revision-v1','','','2020-06-04 08:21:27','2020-06-04 13:21:27','',63,'http://www.arscontracting.com/63-revision-v1/',0,'revision','',0),(632,5,'2020-06-04 08:22:08','2020-06-04 13:22:08','<img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\" /> \n <img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" /> \n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','About Us','','inherit','closed','closed','','63-revision-v1','','','2020-06-04 08:22:08','2020-06-04 13:22:08','',63,'http://www.arscontracting.com/63-revision-v1/',0,'revision','',0),(633,5,'2020-06-04 08:24:34','2020-06-04 13:24:34','<img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\" /> \n <img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" /> \n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','About Us','','inherit','closed','closed','','63-revision-v1','','','2020-06-04 08:24:34','2020-06-04 13:24:34','',63,'http://www.arscontracting.com/63-revision-v1/',0,'revision','',0),(634,5,'2020-06-04 08:37:35','0000-00-00 00:00:00','','Qualifications','','draft','closed','closed','','','','','2020-06-04 08:37:35','2020-06-04 13:37:35','',0,'http://www.arscontracting.com/?page_id=634',0,'page','',0),(636,5,'2020-06-04 08:39:39','2020-06-04 13:39:39',' ','','','publish','closed','closed','','636','','','2020-07-30 06:07:52','2020-07-30 11:07:52','',0,'http://www.arscontracting.com/?p=636',12,'nav_menu_item','',0),(637,5,'2020-06-04 08:47:51','2020-06-04 13:47:51','','Qualifications','','inherit','closed','closed','','443-revision-v1','','','2020-06-04 08:47:51','2020-06-04 13:47:51','',443,'http://www.arscontracting.com/443-revision-v1/',0,'revision','',0),(638,5,'2020-06-04 08:53:52','2020-06-04 13:53:52','<h2>Qualifications </h2> \n <p>Qualified Riggers vs. Certified Riggers: What is the Difference?</p><p>The terms “qualified” and “certified” are often used interchangeably in the rigging industry, but OSHA standards and qualifications for each role are very different. OSHA standards require that qualified riggers must be used during hoisting activities for assembly and disassembly work, or when workers are within the fall zone and hooking, unhooking, or guiding a load, or connecting a load to a component or structure. However, OSHA does not require that riggers be “certified,” which is another level of achievement in the rigging industry.</p><p><strong>Qualified Rigger:</strong><br />OSHA only loosely specifies who meets the criteria of a qualified rigger, leaving the final determination up to the employer. A qualified rigger “possesses a recognized degree, certificate, or professional standing, OR who by extensive knowledge, training and experience, can successfully demonstrate the ability to solve problems related to rigging loads. Qualified riggers do not, however have to be certified by an accredited organization or third party. Under these criteria, a rigger with extensive hands-on experience, but no formal training or certifications, may be considered a qualified rigger. To become a Qualified Rigger, a 2-hour exam is required with 100 questions.<br /><br /><strong>Certified Rigger:</strong><br />A certified rigger is a person who has passed stringent written and practical exams related to rigging and can be certified at a Level 1 or 2. Accredited organizations such as NCCCO (National Commission for the Certification of Crane Operators) and many training programs offer rigger certification testing for various levels. </p>','Qualifications','','inherit','closed','closed','','443-revision-v1','','','2020-06-04 08:53:52','2020-06-04 13:53:52','',443,'http://www.arscontracting.com/443-revision-v1/',0,'revision','',0),(641,5,'2020-06-04 09:10:32','2020-06-04 14:10:32','<h2>Qualifications </h2> \n <p>Qualified Riggers vs. Certified Riggers: What is the Difference?</p><p>The terms “qualified” and “certified” are often used interchangeably in the rigging industry, but OSHA standards and qualifications for each role are very different. OSHA standards require that qualified riggers must be used during hoisting activities for assembly and disassembly work, or when workers are within the fall zone and hooking, unhooking, or guiding a load, or connecting a load to a component or structure. However, OSHA does not require that riggers be “certified,” which is another level of achievement in the rigging industry.</p><p>Qualified Rigger:<br />OSHA only loosely specifies who meets the criteria of a qualified rigger, leaving the final determination up to the employer. A qualified rigger “possesses a recognized degree, certificate, or professional standing, OR who by extensive knowledge, training and experience, can successfully demonstrate the ability to solve problems related to rigging loads. Qualified riggers do not, however have to be certified by an accredited organization or third party. Under these criteria, a rigger with extensive hands-on experience, but no formal training or certifications, may be considered a qualified rigger. To become a Qualified Rigger, a 2-hour exam is required with 100 questions.<br /><br />Certified Rigger:<br />A certified rigger is a person who has passed stringent written and practical exams related to rigging and can be certified at a Level 1 or 2. Accredited organizations such as NCCCO (National Commission for the Certification of Crane Operators) and many training programs offer rigger certification testing for various levels. </p><p>NCCCO Certified Rigger Level I:<br />The Certified Rigger Level I Written Examination consists of 60 multiple-choice questions. Candidates are allowed 60 minutes to complete the test. The successful completion demonstrates a candidate’s basic rigging competency.</p><p>NCCCO Certified Rigger Level II:<br />The Certified Rigger Level II Written Examination consists of 40 multiple-choice questions, completed in 60 minutes. The successful completion demonstrates a candidate’s competency in rigging a load for a level lift and for rotating a load.</p><p>Professionally Certified Rigger:<br />The strictest requirements are in place to be designated as a Professionally Certified Rigger, including:</p><ul><li>A total of 6,000 hours to become a journeyman.</li><li>Individuals complete an Accredited Apprentice and re-training Journeyman School (the only school in the nation certified by the Department of Labor (D.O.L.) for rigging, machinery moving, and machinery erecting.</li><li>OSHA - 30 hours is required</li><li>IMPACT (Ironworker International Program) Drug and Alcohol random testing with 3rd party medical screening</li></ul><p> </p><p>OSHA Forklift Operation<br />OSHA Ariel Lift Operation<br />OSHA First Aid and CAD<br />OSHA Crane Signal and Hoisting Person<br />Lift Director (Foreman training)<br />Certified Welding in Stick, Tig, and Mig.</p><p> </p> \n <h2>OSHA Regulations</h2> \n <p>By using ARS Contracting, Inc. certified riggers for all of your rigging and machinery moving projects, you’ll be in compliance with OSHA “Qualified Rigger & Signal Person” criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. </p> \n <h2>Insurance</h2> \n <p>ARS Contracting, Inc. is fully insured for everything we handle for every project. Your equipment will be insured during all aspects of the project, from start to finish, which includes: dismantling, transfer at our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.</p>','Qualifications','','inherit','closed','closed','','443-revision-v1','','','2020-06-04 09:10:32','2020-06-04 14:10:32','',443,'http://www.arscontracting.com/443-revision-v1/',0,'revision','',0),(642,5,'2020-06-04 09:11:21','2020-06-04 14:11:21','<h2>Qualifications </h2> \n <p>Qualified Riggers vs. Certified Riggers: What is the Difference?</p><p>The terms “qualified” and “certified” are often used interchangeably in the rigging industry, but OSHA standards and qualifications for each role are very different. OSHA standards require that qualified riggers must be used during hoisting activities for assembly and disassembly work, or when workers are within the fall zone and hooking, unhooking, or guiding a load, or connecting a load to a component or structure. However, OSHA does not require that riggers be “certified,” which is another level of achievement in the rigging industry.</p><p>Qualified Rigger:<br />OSHA only loosely specifies who meets the criteria of a qualified rigger, leaving the final determination up to the employer. A qualified rigger “possesses a recognized degree, certificate, or professional standing, OR who by extensive knowledge, training and experience, can successfully demonstrate the ability to solve problems related to rigging loads. Qualified riggers do not, however have to be certified by an accredited organization or third party. Under these criteria, a rigger with extensive hands-on experience, but no formal training or certifications, may be considered a qualified rigger. To become a Qualified Rigger, a 2-hour exam is required with 100 questions.<br /><br />Certified Rigger:<br />A certified rigger is a person who has passed stringent written and practical exams related to rigging and can be certified at a Level 1 or 2. Accredited organizations such as NCCCO (National Commission for the Certification of Crane Operators) and many training programs offer rigger certification testing for various levels. </p><p>NCCCO Certified Rigger Level I:<br />The Certified Rigger Level I Written Examination consists of 60 multiple-choice questions. Candidates are allowed 60 minutes to complete the test. The successful completion demonstrates a candidate’s basic rigging competency.</p><p>NCCCO Certified Rigger Level II:<br />The Certified Rigger Level II Written Examination consists of 40 multiple-choice questions, completed in 60 minutes. The successful completion demonstrates a candidate’s competency in rigging a load for a level lift and for rotating a load.</p><p>Professionally Certified Rigger:<br />The strictest requirements are in place to be designated as a Professionally Certified Rigger, including:</p><ul><li>A total of 6,000 hours to become a journeyman.</li><li>Individuals complete an Accredited Apprentice and re-training Journeyman School (the only school in the nation certified by the Department of Labor (D.O.L.) for rigging, machinery moving, and machinery erecting.</li><li>OSHA - 30 hours is required</li><li>IMPACT (Ironworker International Program) Drug and Alcohol random testing with 3rd party medical screening</li></ul><p> </p><p>OSHA Forklift Operation<br />OSHA Ariel Lift Operation<br />OSHA First Aid and CAD<br />OSHA Crane Signal and Hoisting Person<br />Lift Director (Foreman training)<br />Certified Welding in Stick, Tig, and Mig.</p><p> </p> \n <h2>OSHA Regulations</h2> \n <p>By using ARS Contracting, Inc. certified riggers for all of your rigging and machinery moving projects, you’ll be in compliance with OSHA “Qualified Rigger & Signal Person” criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. </p> \n <h2>Insurance</h2> \n <p>ARS Contracting, Inc. is fully insured for everything we handle for every project. Your equipment will be insured during all aspects of the project, from start to finish, which includes: dismantling, transfer at our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.</p><p> </p><p> </p><p> </p>','Qualifications','','inherit','closed','closed','','443-revision-v1','','','2020-06-04 09:11:21','2020-06-04 14:11:21','',443,'http://www.arscontracting.com/443-revision-v1/',0,'revision','',0),(643,5,'2020-06-04 09:17:18','2020-06-04 14:17:18','<img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\" /> \n <img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" /> \n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','About Us','','inherit','closed','closed','','63-revision-v1','','','2020-06-04 09:17:18','2020-06-04 14:17:18','',63,'http://www.arscontracting.com/63-revision-v1/',0,'revision','',0),(644,5,'2020-06-04 09:20:47','2020-06-04 14:20:47','<h2>Qualifications </h2> \n <p>Qualified Riggers vs. Certified Riggers: What is the Difference?</p><p>The terms “qualified” and “certified” are often used interchangeably in the rigging industry, but OSHA standards and qualifications for each role are very different. OSHA standards require that qualified riggers must be used during hoisting activities for assembly and disassembly work, or when workers are within the fall zone and hooking, unhooking, or guiding a load, or connecting a load to a component or structure. However, OSHA does not require that riggers be “certified,” which is another level of achievement in the rigging industry.</p><p>Qualified Rigger:<br />OSHA only loosely specifies who meets the criteria of a qualified rigger, leaving the final determination up to the employer. A qualified rigger “possesses a recognized degree, certificate, or professional standing, OR who by extensive knowledge, training and experience, can successfully demonstrate the ability to solve problems related to rigging loads. Qualified riggers do not, however have to be certified by an accredited organization or third party. Under these criteria, a rigger with extensive hands-on experience, but no formal training or certifications, may be considered a qualified rigger. To become a Qualified Rigger, a 2-hour exam is required with 100 questions.<br /><br />Certified Rigger:<br />A certified rigger is a person who has passed stringent written and practical exams related to rigging and can be certified at a Level 1 or 2. Accredited organizations such as NCCCO (National Commission for the Certification of Crane Operators) and many training programs offer rigger certification testing for various levels. </p><p>NCCCO Certified Rigger Level I:<br />The Certified Rigger Level I Written Examination consists of 60 multiple-choice questions. Candidates are allowed 60 minutes to complete the test. The successful completion demonstrates a candidate’s basic rigging competency.</p><p>NCCCO Certified Rigger Level II:<br />The Certified Rigger Level II Written Examination consists of 40 multiple-choice questions, completed in 60 minutes. The successful completion demonstrates a candidate’s competency in rigging a load for a level lift and for rotating a load.</p><p>Professionally Certified Rigger:<br />The strictest requirements are in place to be designated as a Professionally Certified Rigger, including:</p><ul><li>A total of 6,000 hours to become a journeyman.</li><li>Individuals complete an Accredited Apprentice and re-training Journeyman School (the only school in the nation certified by the Department of Labor (D.O.L.) for rigging, machinery moving, and machinery erecting.</li><li>OSHA - 30 hours is required</li><li>IMPACT (Ironworker International Program) Drug and Alcohol random testing with 3rd party medical screening</li><li>OSHA Forklift Operation</li><li>OSHA Ariel Lift Operation</li><li>OSHA First Aid and CAD</li><li>OSHA Crane Signal and Hoisting Person</li><li>Lift Director (Foreman training)</li><li>Certified Welding in Stick, Tig, and Mig.</li></ul> \n <h2>OSHA Regulations</h2> \n <p>By using ARS Contracting, Inc. certified riggers for all of your rigging and machinery moving projects, you’ll be in compliance with OSHA “Qualified Rigger & Signal Person” criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. </p> \n <h2>Insurance</h2> \n <p>ARS Contracting, Inc. is fully insured for everything we handle for every project. Your equipment will be insured during all aspects of the project, from start to finish, which includes: dismantling, transfer at our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.</p><p> </p><p> </p><p> </p>','Qualifications','','inherit','closed','closed','','443-revision-v1','','','2020-06-04 09:20:47','2020-06-04 14:20:47','',443,'http://www.arscontracting.com/443-revision-v1/',0,'revision','',0),(645,5,'2020-06-04 09:30:04','2020-06-04 14:30:04','<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=Jl.%20Maleer%20Indah%20II%2C%20Maleer%2C%20Batununggal%2C%20Kota%20Bandung%2C%20Jawa%20Barat%2040274.&t=m&z=17&output=embed&iwloc=near\" aria-label=\"Jl. Maleer Indah II, Maleer, Batununggal, Kota Bandung, Jawa Barat 40274.\"></iframe>\n<h3>\n Phone</h3>\n<a href=\"tel:1-800-358-8444\">1-800-358-8444</a>\n<h3>\n Email</h3>\n<a href=\"mailto:sales@arscontracting.com\">sales@arscontracting.com</a>\n<h3>\n Address</h3>\n<ul>\n <li>WAREHOUSE: 3333 Mt Prospect Rd, Franklin Park IL 60131</li>\n <li>OFFICE: 2015A US Route 34, Suite 3, Oswego IL 60543</li>\n <li>MAILING ADDRESS: 9540 S Carls Dr, Plainfield IL 60585</li>\n</ul>\n<h3>\n Fax</h3>\n630-364-5778\n<h3>\n Hours</h3>\n<ul>\n <li>OFFICE: 8:00 AM to 4:30 PM US Central Time</li>\n <li>SERVICE: 24 hours a day/7 days per week</li>\n</ul>','Contact Us','','inherit','closed','closed','','69-revision-v1','','','2020-06-04 09:30:04','2020-06-04 14:30:04','',69,'http://www.arscontracting.com/69-revision-v1/',0,'revision','',0),(646,5,'2020-06-04 09:39:38','2020-06-04 14:39:38','<img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\">\n<img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\">\n<img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\">\n<a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\nGET QUOTATION\n</a>','About Us','','inherit','closed','closed','','63-revision-v1','','','2020-06-04 09:39:38','2020-06-04 14:39:38','',63,'http://www.arscontracting.com/63-revision-v1/',0,'revision','',0),(647,5,'2020-06-04 09:39:41','2020-06-04 14:39:41','<img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\">\n<img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\">\n<img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\">\n<a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\nGET QUOTATION\n</a>','About Us','','inherit','closed','closed','','63-revision-v1','','','2020-06-04 09:39:41','2020-06-04 14:39:41','',63,'http://www.arscontracting.com/63-revision-v1/',0,'revision','',0),(648,5,'2020-06-04 09:57:37','2020-06-04 14:57:37','<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=WAREHOUSE%3A%203333%20Mt%20Prospect%20Rd%2C%20Franklin%20Park%20IL%2060131&t=m&z=17&output=embed&iwloc=near\" aria-label=\"WAREHOUSE: 3333 Mt Prospect Rd, Franklin Park IL 60131\"></iframe> \n <h3>\n Phone\n </h3>\n <p><a href=\"tel:1-800-358-8444\">1-800-358-8444</a></p>\n <h3>\n Email\n </h3>\n <p><a href=\"mailto:sales@arscontracting.com\">sales@arscontracting.com</a></p>\n <h3>\n Address\n </h3>\n <p><ul>\n<li>WAREHOUSE: 3333 Mt Prospect Rd, Franklin Park IL 60131</li>\n<li>OFFICE: 2015A US Route 34, Suite 3, Oswego IL 60543</li>\n<li>MAILING ADDRESS: 9540 S Carls Dr, Plainfield IL 60585</li>\n</ul></p>\n <h3>\n Fax\n </h3>\n <p>630-364-5778</p>\n <h3>\n Hours\n </h3>\n <p><ul>\n<li>OFFICE: 8:00 AM to 4:30 PM US Central Time</li>\n<li>SERVICE: 24 hours a day/7 days per week</li>\n</ul></p>','Contact Us','','inherit','closed','closed','','69-revision-v1','','','2020-06-04 09:57:37','2020-06-04 14:57:37','',69,'http://www.arscontracting.com/69-revision-v1/',0,'revision','',0),(649,5,'2020-06-04 10:02:10','2020-06-04 15:02:10','<img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\">\n<img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\">\n<img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\">\n<a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\nGET QUOTATION\n</a>','About Us','','inherit','closed','closed','','63-revision-v1','','','2020-06-04 10:02:10','2020-06-04 15:02:10','',63,'http://www.arscontracting.com/63-revision-v1/',0,'revision','',0),(650,5,'2020-06-04 10:02:19','2020-06-04 15:02:19','<img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\">\n<img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\">\n<img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\">\n<a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\nGET QUOTATION\n</a>','About Us','','inherit','closed','closed','','63-revision-v1','','','2020-06-04 10:02:19','2020-06-04 15:02:19','',63,'http://www.arscontracting.com/63-revision-v1/',0,'revision','',0),(651,5,'2020-06-04 10:15:52','2020-06-04 15:15:52','<a href=\"http://www.arscontracting.com/projects/\" role=\"button\">\n View Services\n </a>\n <figure><img width=\"1805\" height=\"1920\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png 1805w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-282x300.png 282w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-963x1024.png 963w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-768x817.png 768w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-1444x1536.png 1444w\" sizes=\"(max-width: 1805px) 100vw, 1805px\" /></figure><h3>Services</h3><p>Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more</p> \n <figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Exceptional Safety Rating</h3><p>We have one of the best safety ratings in the industry & we are certified riggers</p> \n <figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Industries</h3><p>We offer outstanding service to most industries including, contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers/building owners and more\n</p> \n <img width=\"1024\" height=\"683\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg 1024w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-300x200.jpg 300w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-768x512.jpg 768w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1.jpg 1500w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=347\" role=\"button\">\n VIEW ALL SERVICES\n </a>\n <a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=348\" role=\"button\">\n VIEW ALL INDUSTRIES\n </a>\n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','Home','','inherit','closed','closed','','61-revision-v1','','','2020-06-04 10:15:52','2020-06-04 15:15:52','',61,'http://www.arscontracting.com/61-revision-v1/',0,'revision','',0),(652,5,'2020-06-04 10:17:33','2020-06-04 15:17:33','<a href=\"http://www.arscontracting.com/projects/\" role=\"button\">\n View Services\n </a>\n <figure><img width=\"1805\" height=\"1920\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png 1805w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-282x300.png 282w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-963x1024.png 963w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-768x817.png 768w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-1444x1536.png 1444w\" sizes=\"(max-width: 1805px) 100vw, 1805px\" /></figure><h3>Services</h3><p>Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more</p> \n <figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Exceptional Safety Rating</h3><p>We have one of the best safety ratings in the industry & we are certified riggers</p> \n <figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Industries</h3><p>We offer outstanding service to most industries including, contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers/building owners and more\n</p> \n <img width=\"1024\" height=\"683\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg 1024w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-300x200.jpg 300w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-768x512.jpg 768w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1.jpg 1500w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=347\" role=\"button\">\n VIEW ALL SERVICES\n </a>\n <a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=348\" role=\"button\">\n VIEW ALL INDUSTRIES\n </a>\n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','Home','','inherit','closed','closed','','61-revision-v1','','','2020-06-04 10:17:33','2020-06-04 15:17:33','',61,'http://www.arscontracting.com/61-revision-v1/',0,'revision','',0),(654,5,'2020-07-02 04:45:38','2020-07-02 09:45:38','<a href=\"http://www.arscontracting.com/projects/\" role=\"button\">\nView Services\n</a>\n<figure><img width=\"1805\" height=\"1920\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png 1805w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-282x300.png 282w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-963x1024.png 963w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-768x817.png 768w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-1444x1536.png 1444w\" sizes=\"(max-width: 1805px) 100vw, 1805px\"></figure>\n<h3>Services</h3>\nOver 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more\n<figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\"></figure>\n<h3>Exceptional Safety Rating</h3>\nWe have one of the best safety ratings in the industry & we are certified riggers\n<figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\"></figure>\n<h3>Industries</h3>\nWe offer outstanding service to most industries including, contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers/building owners and more\n\n<img width=\"1024\" height=\"683\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg 1024w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-300x200.jpg 300w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-768x512.jpg 768w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1.jpg 1500w\" sizes=\"(max-width: 1024px) 100vw, 1024px\">\n<a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=347\" role=\"button\">\nVIEW ALL SERVICES\n</a>\n<a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=348\" role=\"button\">\nVIEW ALL INDUSTRIES\n</a>\n<a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\nGET QUOTATION\n</a>','Home','','inherit','closed','closed','','61-revision-v1','','','2020-07-02 04:45:38','2020-07-02 09:45:38','',61,'http://www.arscontracting.com/61-revision-v1/',0,'revision','',0),(656,5,'2020-07-02 04:56:06','2020-07-02 09:56:06','<h2>Rigging</h2> \n <p>When you have machinery that needs to be relocated, lifted or installed, call on the company with rigging and machinery moving expertise. ARS Contracting, Inc. professionals have the experience and innovative solutions to solve the most complex problems. Plus, we’ll keep our focus on safety, timelines and budget. We rig, move and set equipment every day – it’s the only work we do! Contact us and learn why some of the biggest companies in the U.S. rely on us for all of their moves. </p> \n <h2>Rigging, Machinery Moving & Installation\n</h2> \n <p>Rigging and moving machinery requires a unique set of skills. And this is exactly what we focus on. We’ll develop a plan, timeline and engage a skilled team and essential equipment to get the job done smoothly. When large equipment must fit into tight spaces, we have the expertise and foresight to identify potential challenges and we develop a process to ensure success with minimal complications. From data centers, to healthcare facilities, public buildings, manufacturing facilities and beyond, we have the innovative solutions, equipment and certified talent to get the job done. </p> \n <h2>Heavy Lifting & Erecting</h2> \n <p>A thorough analysis and detailed plan of action are a “must” when lifting and erecting large equipment. Our team develops the solutions to overcome space and time challenges. Then, planning turns into action, and our certified riggers team executes every detail in a professional manner to ensure the project is done right the first time, safely and efficiently. </p> \n <h2>Hauling & Jobsite Delivery</h2> \n <p>Our team engages the right vehicles to deliver your equipment safely to your destination across the U.S. </p><ul><li>VEHICLES:<ul><li>Flatbeds</li><li>Step Decks</li><li>Double Drops – Expandable & RGNs</li><li>Tilt Beds - Trailers</li><li>Straight Trucks – 12’ to 24’</li><li>Vans – 48-53 Logistics</li></ul></li></ul><p> </p><ul><li>OTHER SERVICES WE PROVIDE:<ul><li>Over Dimensional Loads</li><li>Heavy Hauling</li><li>LTL (Less than truckload)</li></ul></li></ul> \n <h2>Storage & Preservation</h2> \n <p>Our warehouse provides great value for customers because it allows us to receive equipment from across the country to be assembled in one location, then moved to the final destination. Our facility is centrally located and provides indoor and outdoor storage space. The warehouse is heated, under video surveillance and is equipped with fire alarms, docks, and ground doors. The outside storage area is fenced, locked and under video surveillance. Allowing quick, easy access to Chicago and the suburbs, we’re located near O’Hare Airport.</p> \n <h2>Plant Relocation</h2> \n <p>Moving a plant involves precision planning, access to the best equipment and talent and flexibility to quickly adjust to any changes. We start with a consultation to fully understand the customer’s goals, along with the current and future facilities. Then, we develop a detailed plan of action to ensure every aspect of the move is thoroughly outlined and then implemented in the most efficient and cost-effective manner. From small to large size plants, we have the experience to implement the move quickly and safely. </p><p> Unlike other moving contractors, our comprehensive proposals include costs for rigging, moving, electrical, piping, mechanical, millwright work, transportation and storage.</p><p>Our moving services include:</p><ul><li>Lay out floors of new location</li><li>Dismantling</li><li>Moving of common stock inventory</li><li>Hauling/transportation</li><li>Assembling</li><li>Alignment</li><li>Leveling</li><li>Anchoring</li><li>Grouting</li><li>Fabrication/modification as requested</li></ul> \n <h2>Millwright Services</h2> \n <p>Our Millwrights are highly skilled at executing another type of operation from layout, dismantling, installing, assembling, leveling, anchoring, grouting and fabricating. Our team will help your business avoid downtime and keep all aspects of your operation running smoothly. </p> \n <h2>Consultation</h2> \n <p>Our team of professionals provides us with the talent necessary to analyze and advise on any potential lifting or rigging challenge that you have. It takes years of experience with large and small projects, plus a dedication to continually learning the industry trends and new technologies to enable an individual to comprehend and plan for the many details involved in complex projects. These are the people we hire at ARS Contracting, Inc. These are the people you can depend on for complete project management, or consultation on the best process and resources for the job. </p> \n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','Services','','inherit','closed','closed','','65-revision-v1','','','2020-07-02 04:56:06','2020-07-02 09:56:06','',65,'http://www.arscontracting.com/65-revision-v1/',0,'revision','',0),(657,5,'2020-07-02 05:14:28','2020-07-02 10:14:28','<img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\" /> \n <img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" /> \n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','About Us','','inherit','closed','closed','','63-revision-v1','','','2020-07-02 05:14:28','2020-07-02 10:14:28','',63,'http://www.arscontracting.com/63-revision-v1/',0,'revision','',0),(658,5,'2020-07-02 05:49:49','2020-07-02 10:49:49','<h3>\n Phone\n </h3>\n <p><a href=\"tel:1-800-358-8444\">1-800-358-8444</a></p>\n <h3>\n Email\n </h3>\n <p><a href=\"mailto:sales@arscontracting.com\">sales@arscontracting.com</a></p>\n <h3>\n Address\n </h3>\n <p><ul>\n<li>WAREHOUSE: 3333 Mt Prospect Rd, Franklin Park IL 60131</li>\n<li>OFFICE: 2015A US Route 34, Suite 3, Oswego IL 60543</li>\n<li>MAILING ADDRESS: 9540 S Carls Dr, Plainfield IL 60585</li>\n</ul></p>\n <h3>\n Fax\n </h3>\n <p>630-364-5778</p>\n <h3>\n Hours\n </h3>\n <p><ul>\n<li>OFFICE: 8:00 AM to 4:30 PM US Central Time</li>\n<li>SERVICE: 24 hours a day/7 days per week</li>\n</ul></p>\n <iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=WAREHOUSE%3A%203333%20Mt%20Prospect%20Rd%2C%20Franklin%20Park%20IL%2060131&t=m&z=17&output=embed&iwloc=near\" aria-label=\"WAREHOUSE: 3333 Mt Prospect Rd, Franklin Park IL 60131\"></iframe>','Contact Us','','inherit','closed','closed','','69-revision-v1','','','2020-07-02 05:49:49','2020-07-02 10:49:49','',69,'http://www.arscontracting.com/69-revision-v1/',0,'revision','',0),(659,5,'2020-07-02 05:50:36','2020-07-02 10:50:36','<h3>\n Phone\n </h3>\n <p><a href=\"tel:1-800-358-8444\">1-800-358-8444</a></p>\n <h3>\n Email\n </h3>\n <p><a href=\"mailto:sales@arscontracting.com\">sales@arscontracting.com</a></p>\n <h3>\n Address\n </h3>\n <p><ul>\n<li>WAREHOUSE: 3333 Mt Prospect Rd, Franklin Park IL 60131</li>\n<li>OFFICE: 2015A US Route 34, Suite 3, Oswego IL 60543</li>\n<li>MAILING ADDRESS: 9540 S Carls Dr, Plainfield IL 60585</li>\n</ul></p>\n <h3>\n Fax\n </h3>\n <p>630-364-5778</p>\n <h3>\n Hours\n </h3>\n <p><ul>\n<li>OFFICE: 8:00 AM to 4:30 PM US Central Time</li>\n<li>SERVICE: 24 hours a day/7 days per week</li>\n</ul></p>\n <iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=WAREHOUSE%3A%203333%20Mt%20Prospect%20Rd%2C%20Franklin%20Park%20IL%2060131&t=m&z=17&output=embed&iwloc=near\" aria-label=\"WAREHOUSE: 3333 Mt Prospect Rd, Franklin Park IL 60131\"></iframe>','Contact Us','','inherit','closed','closed','','69-revision-v1','','','2020-07-02 05:50:36','2020-07-02 10:50:36','',69,'http://www.arscontracting.com/69-revision-v1/',0,'revision','',0),(660,5,'2020-07-02 05:51:20','2020-07-02 10:51:20','<h3>\n Phone\n </h3>\n <p><a href=\"tel:1-800-358-8444\">1-800-358-8444</a></p>\n <h3>\n Email\n </h3>\n <p><a href=\"mailto:sales@arscontracting.com\">sales@arscontracting.com</a></p>\n <h3>\n Address\n </h3>\n <p><ul>\n<li>WAREHOUSE: 3333 Mt Prospect Rd, Franklin Park IL 60131</li>\n<li>OFFICE: 2015A US Route 34, Suite 3, Oswego IL 60543</li>\n<li>MAILING ADDRESS: 9540 S Carls Dr, Plainfield IL 60585</li>\n</ul></p>\n <h3>\n Fax\n </h3>\n <p>630-364-5778</p>\n <h3>\n Hours\n </h3>\n <p><ul>\n<li>OFFICE: 8:00 AM to 4:30 PM US Central Time</li>\n<li>SERVICE: 24 hours a day/7 days per week</li>\n</ul></p>\n <iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=WAREHOUSE%3A%203333%20Mt%20Prospect%20Rd%2C%20Franklin%20Park%20IL%2060131&t=m&z=17&output=embed&iwloc=near\" aria-label=\"WAREHOUSE: 3333 Mt Prospect Rd, Franklin Park IL 60131\"></iframe>','Contact Us','','inherit','closed','closed','','69-revision-v1','','','2020-07-02 05:51:20','2020-07-02 10:51:20','',69,'http://www.arscontracting.com/69-revision-v1/',0,'revision','',0),(663,5,'2020-07-02 06:13:25','2020-07-02 11:13:25','','dfd','','inherit','open','closed','','dfd','','','2020-07-02 06:13:25','2020-07-02 11:13:25','',63,'http://www.arscontracting.com/wp-content/uploads/2020/07/dfd.jpg',0,'attachment','image/jpeg',0),(664,5,'2020-07-02 06:17:04','2020-07-02 11:17:04','<img width=\"295\" height=\"443\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd.jpg 295w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd-200x300.jpg 200w\" sizes=\"(max-width: 295px) 100vw, 295px\" /> \n <img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\" /> \n <img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" /> \n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','About Us','','inherit','closed','closed','','63-revision-v1','','','2020-07-02 06:17:04','2020-07-02 11:17:04','',63,'http://www.arscontracting.com/63-revision-v1/',0,'revision','',0),(665,5,'2020-07-02 06:19:46','2020-07-02 11:19:46','<img width=\"295\" height=\"443\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd.jpg 295w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd-200x300.jpg 200w\" sizes=\"(max-width: 295px) 100vw, 295px\" /> \n <img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\" /> \n <img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" /> \n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','About Us','','inherit','closed','closed','','63-revision-v1','','','2020-07-02 06:19:46','2020-07-02 11:19:46','',63,'http://www.arscontracting.com/63-revision-v1/',0,'revision','',0),(667,5,'2020-07-02 06:29:18','2020-07-02 11:29:18','<img width=\"295\" height=\"443\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd.jpg 295w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd-200x300.jpg 200w\" sizes=\"(max-width: 295px) 100vw, 295px\" /> \n <img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\" /> \n <img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" /> \n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','About Us','','inherit','closed','closed','','63-revision-v1','','','2020-07-02 06:29:18','2020-07-02 11:29:18','',63,'http://www.arscontracting.com/63-revision-v1/',0,'revision','',0),(668,5,'2020-07-02 06:30:38','2020-07-02 11:30:38','<img width=\"295\" height=\"443\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd.jpg 295w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd-200x300.jpg 200w\" sizes=\"(max-width: 295px) 100vw, 295px\" /> \n <img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\" /> \n <img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" /> \n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','About Us','','inherit','closed','closed','','63-revision-v1','','','2020-07-02 06:30:38','2020-07-02 11:30:38','',63,'http://www.arscontracting.com/63-revision-v1/',0,'revision','',0),(670,5,'2020-07-02 06:38:41','2020-07-02 11:38:41','<img width=\"295\" height=\"443\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd.jpg 295w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd-200x300.jpg 200w\" sizes=\"(max-width: 295px) 100vw, 295px\" /> \n <img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\" /> \n <img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" /> \n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','About Us','','inherit','closed','closed','','63-revision-v1','','','2020-07-02 06:38:41','2020-07-02 11:38:41','',63,'http://www.arscontracting.com/63-revision-v1/',0,'revision','',0),(672,5,'2020-07-02 06:44:56','2020-07-02 11:44:56','','dfd2','','inherit','open','closed','','dfd2','','','2020-07-02 06:44:56','2020-07-02 11:44:56','',63,'http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2.jpg',0,'attachment','image/jpeg',0),(673,5,'2020-07-02 06:45:08','2020-07-02 11:45:08','<img width=\"295\" height=\"443\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd.jpg 295w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd-200x300.jpg 200w\" sizes=\"(max-width: 295px) 100vw, 295px\" /> \n <img width=\"353\" height=\"530\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2.jpg 353w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2-200x300.jpg 200w\" sizes=\"(max-width: 353px) 100vw, 353px\" /> \n <img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\" /> \n <img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" /> \n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','About Us','','inherit','closed','closed','','63-revision-v1','','','2020-07-02 06:45:08','2020-07-02 11:45:08','',63,'http://www.arscontracting.com/63-revision-v1/',0,'revision','',0),(674,5,'2020-07-02 06:47:49','2020-07-02 11:47:49','','dfd3','','inherit','open','closed','','dfd3','','','2020-07-02 06:47:49','2020-07-02 11:47:49','',63,'http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3.png',0,'attachment','image/png',0),(675,5,'2020-07-02 06:48:43','2020-07-02 11:48:43','<img width=\"295\" height=\"443\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd.jpg 295w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd-200x300.jpg 200w\" sizes=\"(max-width: 295px) 100vw, 295px\" /> \n <img width=\"353\" height=\"530\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2.jpg 353w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2-200x300.jpg 200w\" sizes=\"(max-width: 353px) 100vw, 353px\" /> \n <img width=\"348\" height=\"352\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3.png 348w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3-297x300.png 297w\" sizes=\"(max-width: 348px) 100vw, 348px\" /> \n <img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\" /> \n <img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" /> \n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','About Us','','inherit','closed','closed','','63-revision-v1','','','2020-07-02 06:48:43','2020-07-02 11:48:43','',63,'http://www.arscontracting.com/63-revision-v1/',0,'revision','',0),(676,5,'2020-07-02 06:57:33','2020-07-02 11:57:33','','p1','','inherit','open','closed','','p1','','','2020-07-02 06:57:33','2020-07-02 11:57:33','',63,'http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg',0,'attachment','image/jpeg',0),(677,5,'2020-07-02 06:59:31','2020-07-02 11:59:31','<img width=\"295\" height=\"443\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd.jpg 295w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd-200x300.jpg 200w\" sizes=\"(max-width: 295px) 100vw, 295px\" /> \n <img width=\"353\" height=\"530\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2.jpg 353w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2-200x300.jpg 200w\" sizes=\"(max-width: 353px) 100vw, 353px\" /> \n <img width=\"348\" height=\"352\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3.png 348w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3-297x300.png 297w\" sizes=\"(max-width: 348px) 100vw, 348px\" /> \n <img width=\"380\" height=\"506\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg 380w, http://www.arscontracting.com/wp-content/uploads/2020/07/p1-225x300.jpg 225w\" sizes=\"(max-width: 380px) 100vw, 380px\" /> \n <h4>George “Red” Gilmartin ‐ President</h4> \n <img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\" /> \n <img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" /> \n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','About Us','','inherit','closed','closed','','63-revision-v1','','','2020-07-02 06:59:31','2020-07-02 11:59:31','',63,'http://www.arscontracting.com/63-revision-v1/',0,'revision','',0),(678,5,'2020-07-02 07:07:03','2020-07-02 12:07:03','<img width=\"295\" height=\"443\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd.jpg 295w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd-200x300.jpg 200w\" sizes=\"(max-width: 295px) 100vw, 295px\" /> \n <img width=\"353\" height=\"530\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2.jpg 353w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2-200x300.jpg 200w\" sizes=\"(max-width: 353px) 100vw, 353px\" /> \n <img width=\"348\" height=\"352\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3.png 348w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3-297x300.png 297w\" sizes=\"(max-width: 348px) 100vw, 348px\" /> \n <img width=\"380\" height=\"506\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg 380w, http://www.arscontracting.com/wp-content/uploads/2020/07/p1-225x300.jpg 225w\" sizes=\"(max-width: 380px) 100vw, 380px\" /> \n <h4>George “Red” Gilmartin ‐ President</h4> \n <img width=\"380\" height=\"506\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg 380w, http://www.arscontracting.com/wp-content/uploads/2020/07/p1-225x300.jpg 225w\" sizes=\"(max-width: 380px) 100vw, 380px\" /> \n <h4>Ted Bianchi</h4> \n <img width=\"380\" height=\"506\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg 380w, http://www.arscontracting.com/wp-content/uploads/2020/07/p1-225x300.jpg 225w\" sizes=\"(max-width: 380px) 100vw, 380px\" /> \n <h4>Jeromy Bianchi</h4> \n <img width=\"380\" height=\"506\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg 380w, http://www.arscontracting.com/wp-content/uploads/2020/07/p1-225x300.jpg 225w\" sizes=\"(max-width: 380px) 100vw, 380px\" /> \n <h4>Sean Gibbons</h4> \n <img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\" /> \n <img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" /> \n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','About Us','','inherit','closed','closed','','63-revision-v1','','','2020-07-02 07:07:03','2020-07-02 12:07:03','',63,'http://www.arscontracting.com/63-revision-v1/',0,'revision','',0),(679,5,'2020-07-02 07:07:57','2020-07-02 12:07:57','','92','','inherit','open','closed','','92','','','2020-07-02 07:07:57','2020-07-02 12:07:57','',63,'http://www.arscontracting.com/wp-content/uploads/2020/07/92.jpg',0,'attachment','image/jpeg',0),(680,5,'2020-07-02 07:08:19','2020-07-02 12:08:19','','p3','','inherit','open','closed','','p3','','','2020-07-02 07:08:19','2020-07-02 12:08:19','',63,'http://www.arscontracting.com/wp-content/uploads/2020/07/p3.jpg',0,'attachment','image/jpeg',0),(681,5,'2020-07-02 07:09:12','2020-07-02 12:09:12','<img width=\"295\" height=\"443\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd.jpg 295w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd-200x300.jpg 200w\" sizes=\"(max-width: 295px) 100vw, 295px\" /> \n <img width=\"353\" height=\"530\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2.jpg 353w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2-200x300.jpg 200w\" sizes=\"(max-width: 353px) 100vw, 353px\" /> \n <img width=\"348\" height=\"352\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3.png 348w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3-297x300.png 297w\" sizes=\"(max-width: 348px) 100vw, 348px\" /> \n <img width=\"380\" height=\"506\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg 380w, http://www.arscontracting.com/wp-content/uploads/2020/07/p1-225x300.jpg 225w\" sizes=\"(max-width: 380px) 100vw, 380px\" /> \n <h4>George “Red” Gilmartin ‐ President</h4> \n <img width=\"380\" height=\"506\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg 380w, http://www.arscontracting.com/wp-content/uploads/2020/07/p1-225x300.jpg 225w\" sizes=\"(max-width: 380px) 100vw, 380px\" /> \n <h4>Ted Bianchi</h4> \n <img width=\"420\" height=\"560\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/92.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/92.jpg 420w, http://www.arscontracting.com/wp-content/uploads/2020/07/92-225x300.jpg 225w\" sizes=\"(max-width: 420px) 100vw, 420px\" /> \n <h4>Jeromy Bianchi</h4> \n <img width=\"343\" height=\"455\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p3.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p3.jpg 343w, http://www.arscontracting.com/wp-content/uploads/2020/07/p3-226x300.jpg 226w\" sizes=\"(max-width: 343px) 100vw, 343px\" /> \n <h4>Sean Gibbons</h4> \n <img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\" /> \n <img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" /> \n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','About Us','','inherit','closed','closed','','63-revision-v1','','','2020-07-02 07:09:12','2020-07-02 12:09:12','',63,'http://www.arscontracting.com/63-revision-v1/',0,'revision','',0),(682,5,'2020-07-02 07:15:21','2020-07-02 12:15:21','<h2>Qualifications </h2> \n <img src=\"http://www.arscontracting.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" /> \n <h2>Qualifications </h2> \n <p>Qualified Riggers vs. Certified Riggers: What is the Difference?</p><p>The terms “qualified” and “certified” are often used interchangeably in the rigging industry, but OSHA standards and qualifications for each role are very different. OSHA standards require that qualified riggers must be used during hoisting activities for assembly and disassembly work, or when workers are within the fall zone and hooking, unhooking, or guiding a load, or connecting a load to a component or structure. However, OSHA does not require that riggers be “certified,” which is another level of achievement in the rigging industry.</p><p>Qualified Rigger:<br />OSHA only loosely specifies who meets the criteria of a qualified rigger, leaving the final determination up to the employer. A qualified rigger “possesses a recognized degree, certificate, or professional standing, OR who by extensive knowledge, training and experience, can successfully demonstrate the ability to solve problems related to rigging loads. Qualified riggers do not, however have to be certified by an accredited organization or third party. Under these criteria, a rigger with extensive hands-on experience, but no formal training or certifications, may be considered a qualified rigger. To become a Qualified Rigger, a 2-hour exam is required with 100 questions.<br /><br />Certified Rigger:<br />A certified rigger is a person who has passed stringent written and practical exams related to rigging and can be certified at a Level 1 or 2. Accredited organizations such as NCCCO (National Commission for the Certification of Crane Operators) and many training programs offer rigger certification testing for various levels. </p><p>NCCCO Certified Rigger Level I:<br />The Certified Rigger Level I Written Examination consists of 60 multiple-choice questions. Candidates are allowed 60 minutes to complete the test. The successful completion demonstrates a candidate’s basic rigging competency.</p><p>NCCCO Certified Rigger Level II:<br />The Certified Rigger Level II Written Examination consists of 40 multiple-choice questions, completed in 60 minutes. The successful completion demonstrates a candidate’s competency in rigging a load for a level lift and for rotating a load.</p><p>Professionally Certified Rigger:<br />The strictest requirements are in place to be designated as a Professionally Certified Rigger, including:</p><ul><li>A total of 6,000 hours to become a journeyman.</li><li>Individuals complete an Accredited Apprentice and re-training Journeyman School (the only school in the nation certified by the Department of Labor (D.O.L.) for rigging, machinery moving, and machinery erecting.</li><li>OSHA - 30 hours is required</li><li>IMPACT (Ironworker International Program) Drug and Alcohol random testing with 3rd party medical screening</li><li>OSHA Forklift Operation</li><li>OSHA Ariel Lift Operation</li><li>OSHA First Aid and CAD</li><li>OSHA Crane Signal and Hoisting Person</li><li>Lift Director (Foreman training)</li><li>Certified Welding in Stick, Tig, and Mig.</li></ul> \n <h2>OSHA Regulations</h2> \n <p>By using ARS Contracting, Inc. certified riggers for all of your rigging and machinery moving projects, you’ll be in compliance with OSHA “Qualified Rigger & Signal Person” criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. </p> \n <h2>Insurance</h2> \n <p>ARS Contracting, Inc. is fully insured for everything we handle for every project. Your equipment will be insured during all aspects of the project, from start to finish, which includes: dismantling, transfer at our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.</p><p> </p><p> </p><p> </p>','Qualifications','','inherit','closed','closed','','443-revision-v1','','','2020-07-02 07:15:21','2020-07-02 12:15:21','',443,'http://www.arscontracting.com/443-revision-v1/',0,'revision','',0),(684,5,'2020-07-02 07:22:39','2020-07-02 12:22:39','','q1','','inherit','open','closed','','q1','','','2020-07-02 07:22:39','2020-07-02 12:22:39','',443,'http://www.arscontracting.com/wp-content/uploads/2020/07/q1.jpg',0,'attachment','image/jpeg',0),(685,5,'2020-07-02 07:24:10','2020-07-02 12:24:10','','q2','','inherit','open','closed','','q2','','','2020-07-02 07:24:10','2020-07-02 12:24:10','',443,'http://www.arscontracting.com/wp-content/uploads/2020/07/q2.jpg',0,'attachment','image/jpeg',0),(686,5,'2020-07-02 07:25:04','2020-07-02 12:25:04','<h2>Qualifications </h2> \n <img width=\"498\" height=\"748\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/q1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/q1.jpg 498w, http://www.arscontracting.com/wp-content/uploads/2020/07/q1-200x300.jpg 200w\" sizes=\"(max-width: 498px) 100vw, 498px\" /> \n <img width=\"562\" height=\"844\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/q2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/q2.jpg 562w, http://www.arscontracting.com/wp-content/uploads/2020/07/q2-200x300.jpg 200w\" sizes=\"(max-width: 562px) 100vw, 562px\" /> \n <h2>OSHA Regulations</h2> \n <p>By using ARS Contracting, Inc. certified riggers for all of your rigging and machinery moving projects, you’ll be in compliance with OSHA “Qualified Rigger & Signal Person” criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. </p> \n <h2>Insurance</h2> \n <p>ARS Contracting, Inc. is fully insured for everything we handle for every project. Your equipment will be insured during all aspects of the project, from start to finish, which includes: dismantling, transfer at our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.</p><p> </p><p> </p><p> </p>','Qualifications','','inherit','closed','closed','','443-revision-v1','','','2020-07-02 07:25:04','2020-07-02 12:25:04','',443,'http://www.arscontracting.com/443-revision-v1/',0,'revision','',0),(688,5,'2020-07-02 07:59:49','2020-07-02 12:59:49','','Case Studies old','','inherit','closed','closed','','349-revision-v1','','','2020-07-02 07:59:49','2020-07-02 12:59:49','',349,'http://www.arscontracting.com/349-revision-v1/',0,'revision','',0),(689,5,'2020-07-02 08:00:08','2020-07-02 13:00:08','<img width=\"791\" height=\"1024\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/Case-study-1_page-0001-791x1024.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/Case-study-1_page-0001-791x1024.jpg 791w, http://www.arscontracting.com/wp-content/uploads/2020/07/Case-study-1_page-0001-232x300.jpg 232w, http://www.arscontracting.com/wp-content/uploads/2020/07/Case-study-1_page-0001-768x994.jpg 768w, http://www.arscontracting.com/wp-content/uploads/2020/07/Case-study-1_page-0001-1187x1536.jpg 1187w, http://www.arscontracting.com/wp-content/uploads/2020/07/Case-study-1_page-0001.jpg 1275w\" sizes=\"(max-width: 791px) 100vw, 791px\" /> \n <img width=\"791\" height=\"1024\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/case-study-2_page-0001-791x1024.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/case-study-2_page-0001-791x1024.jpg 791w, http://www.arscontracting.com/wp-content/uploads/2020/07/case-study-2_page-0001-232x300.jpg 232w, http://www.arscontracting.com/wp-content/uploads/2020/07/case-study-2_page-0001-768x994.jpg 768w, http://www.arscontracting.com/wp-content/uploads/2020/07/case-study-2_page-0001-1187x1536.jpg 1187w, http://www.arscontracting.com/wp-content/uploads/2020/07/case-study-2_page-0001.jpg 1275w\" sizes=\"(max-width: 791px) 100vw, 791px\" /> \n <a href=\"http://www.arscontracting.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','Case Studies','','publish','closed','closed','','case-studies','','','2020-07-30 02:09:47','2020-07-30 07:09:47','',0,'http://www.arscontracting.com/?page_id=689',0,'page','',0),(690,5,'2020-07-02 08:01:26','2020-07-02 13:01:26','<img width=\"295\" height=\"443\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd.jpg 295w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd-200x300.jpg 200w\" sizes=\"(max-width: 295px) 100vw, 295px\" /> \n <img width=\"353\" height=\"530\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2.jpg 353w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2-200x300.jpg 200w\" sizes=\"(max-width: 353px) 100vw, 353px\" /> \n <img width=\"348\" height=\"352\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3.png 348w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3-297x300.png 297w\" sizes=\"(max-width: 348px) 100vw, 348px\" /> \n <img width=\"380\" height=\"506\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg 380w, http://www.arscontracting.com/wp-content/uploads/2020/07/p1-225x300.jpg 225w\" sizes=\"(max-width: 380px) 100vw, 380px\" /> \n <h4>George “Red” Gilmartin ‐ President</h4> \n <img width=\"380\" height=\"506\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg 380w, http://www.arscontracting.com/wp-content/uploads/2020/07/p1-225x300.jpg 225w\" sizes=\"(max-width: 380px) 100vw, 380px\" /> \n <h4>Ted Bianchi</h4> \n <img width=\"420\" height=\"560\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/92.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/92.jpg 420w, http://www.arscontracting.com/wp-content/uploads/2020/07/92-225x300.jpg 225w\" sizes=\"(max-width: 420px) 100vw, 420px\" /> \n <h4>Jeromy Bianchi</h4> \n <img width=\"343\" height=\"455\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p3.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p3.jpg 343w, http://www.arscontracting.com/wp-content/uploads/2020/07/p3-226x300.jpg 226w\" sizes=\"(max-width: 343px) 100vw, 343px\" /> \n <h4>Sean Gibbons</h4> \n <img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\" /> \n <img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" /> \n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','Case Studies','','inherit','closed','closed','','689-revision-v1','','','2020-07-02 08:01:26','2020-07-02 13:01:26','',689,'http://www.arscontracting.com/689-revision-v1/',0,'revision','',0),(691,5,'2020-07-02 08:03:13','2020-07-02 13:03:13',' ','','','publish','closed','closed','','691','','','2020-07-30 06:07:52','2020-07-30 11:07:52','',0,'http://www.arscontracting.com/?p=691',26,'nav_menu_item','',0),(692,5,'2020-07-02 08:05:36','2020-07-02 13:05:36','','Gallery','','publish','closed','closed','','gallery','','','2020-07-02 08:05:39','2020-07-02 13:05:39','',0,'http://www.arscontracting.com/?page_id=692',0,'page','',0),(693,5,'2020-07-02 08:05:36','2020-07-02 13:05:36','','Gallery','','inherit','closed','closed','','692-revision-v1','','','2020-07-02 08:05:36','2020-07-02 13:05:36','',692,'http://www.arscontracting.com/692-revision-v1/',0,'revision','',0),(695,5,'2020-07-02 09:31:10','2020-07-02 14:31:10','','footer','','inherit','open','closed','','footer','','','2020-07-02 09:31:10','2020-07-02 14:31:10','',0,'http://www.arscontracting.com/wp-content/uploads/2020/07/footer.png',0,'attachment','image/png',0),(696,5,'2020-07-02 09:38:48','2020-07-02 14:38:48','','header','','inherit','open','closed','','header','','','2020-07-02 09:38:48','2020-07-02 14:38:48','',0,'http://www.arscontracting.com/wp-content/uploads/2020/07/header.png',0,'attachment','image/png',0),(698,5,'2020-07-02 10:08:39','2020-07-02 15:08:39','<p>Our expertise and up-to-date training enable our team to work with a range of contractors. We work with general contractors to assess the overall project and provide detailed plans to implement moves and set up equipment. </p><p>Electrical – our team collaborates with electrical contractors on a variety of equipment moves including generators, switchgears, transformers and more.</p><p>Mechanical – Our experience with mechanical contractors extends to moves and set up of a variety of equipment ranging from boilers and chillers to cooling towers and more. </p><p>Whether your move involves electrical or mechanical components, or a range of specialties, give us a call at <strong><a href=\"tel:800-358-8444\">800-358-8444</a></strong> to manage the overall process.</p> \n <img width=\"557\" height=\"313\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/elctric-3.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/elctric-3.jpg 557w, http://www.arscontracting.com/wp-content/uploads/2020/07/elctric-3-300x169.jpg 300w\" sizes=\"(max-width: 557px) 100vw, 557px\" /> \n <img width=\"498\" height=\"332\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/I1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/I1.jpg 498w, http://www.arscontracting.com/wp-content/uploads/2020/09/I1-300x200.jpg 300w\" sizes=\"(max-width: 498px) 100vw, 498px\" />','Electrical Contractors','','publish','closed','closed','','electrical-contractors','','','2020-09-03 08:03:31','2020-09-03 13:03:31','',0,'http://www.arscontracting.com/?p=698',10,'gedung-industries','',0),(699,5,'2020-07-02 10:09:17','2020-07-02 15:09:17','Suspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\n<blockquote>Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae.</blockquote>\nVivamus pulvinar urna nec ipsum interdum blandit. Phasellus molestie feugiat hendrerit. Interdum et malesuada fames ac ante ipsum primis in faucibus. Suspendisse ut dapibus elit. Vivamus dui justo, dapibus nec fermentum sodales, convallis a nisi. Nullam auctor ante metus, eu lacinia mauris hendrerit a. Donec maximus porta turpis non venenatis. Pellentesque quis odio nec ex vestibulum ornare vel at erat. Vestibulum fringilla mauris quis mi pellentesque, a convallis turpis cursus. Praesent molestie, arcu vel faucibus tristique, erat lorem interdum libero, eget maximus mauris augue sed quam. Duis sit amet fringilla felis. Phasellus eget eros vitae dui finibus tincidunt vitae non sapien. Aliquam erat volutpat. Praesent volutpat, nibh eget viverra tristique, odio dolor iaculis elit, eget tincidunt felis arcu nec lectus. Nulla fermentum lorem a massa laoreet, non tincidunt dolor scelerisque.\n<img src=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/blog-5-1-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\">Aenean faucibus libero ultrices tincidunt pretium. Vestibulum id mi eget massa scelerisque facilisis vel semper nisl. Mauris pulvinar scelerisque fringilla. Ut eu mauris aliquet, mattis sem eleifend, vehicula massa. Nullam sit amet condimentum urna, a convallis nibh. Nulla at porttitor nulla. In hac habitasse platea dictumst. Donec ut pretium eros, eget condimentum augue. Vivamus venenatis leo sed dolor mattis imperdiet.\nProin in orci quis elit blandit imperdiet ut eu enim. Nulla mattis arcu eget nisi eleifend, non pellentesque augue mollis. Ut mauris ligula, interdum sed lobortis eu, fermentum vel neque. Maecenas facilisis erat quis augue fermentum vestibulum. Aenean vel sem ac tellus luctus efficitur. Mauris ultrices non libero eget auctor. Mauris rhoncus, risus ac dapibus rhoncus, dui purus ultrices lorem, efficitur gravida elit turpis quis metus.\nSed varius eros eu lorem condimentum, ac rutrum ex pharetra. Integer vitae tincidunt ipsum, vitae lacinia lacus. Aenean ac maximus eros, eu posuere erat. Sed efficitur magna vitae erat vehicula elementum. Ut cursus purus id tellus volutpat tempus. Mauris lacus eros, fermentum vitae congue volutpat, tincidunt non risus. Quisque at mollis nibh. Nulla aliquet placerat mollis. Morbi luctus porttitor ultricies. Phasellus ullamcorper in arcu ut ultricies. Donec odio nisl, iaculis eget odio id, tempor pulvinar justo. Phasellus sit amet dolor sit amet neque ultrices posuere sed nec neque. Pellentesque cursus varius sagittis. Duis placerat porta risus ac sagittis.\n<img src=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/blog-4-1.jpg\" alt=\"\" width=\"1200\" height=\"800\">\nUt tempus malesuada neque, laoreet ornare magna vehicula a. Curabitur augue nibh, faucibus id faucibus in, tincidunt et justo. Nulla facilisis tempus ligula ut venenatis. Donec diam felis, volutpat maximus viverra quis, maximus a leo. Quisque vestibulum tortor justo. Nullam nec venenatis urna, vel suscipit massa. Proin sed rutrum magna, sed blandit lacus. Donec dolor risus, tempor et ipsum vel, convallis vehicula urna. Sed vel elit accumsan diam condimentum finibus vel sollicitudin risus. Nunc a venenatis mi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed sed tellus urna. Sed hendrerit a justo ac sodales.\n<img src=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/contractor-hero-image3-1-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut suscipit odio ante, id dapibus elit condimentum vitae. Maecenas eget orci vitae enim accumsan mollis. In congue nunc velit, sit amet eleifend velit cursus vitae. Morbi lorem massa, lobortis id bibendum et, rhoncus porttitor tortor. Aenean eget orci pulvinar, tincidunt neque quis, aliquam lectus. Etiam nec malesuada tortor. Sed id condimentum turpis. Quisque non fermentum est. Integer lobortis turpis a justo dignissim, sit amet accumsan sem pulvinar. Morbi mollis vitae libero in rhoncus. Vestibulum at arcu faucibus, congue diam sit amet, viverra velit. Sed rutrum urna ut dolor dignissim suscipit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Maecenas ultrices justo metus, quis facilisis justo interdum nec. Donec luctus ligula elit, eget varius urna sodales at. Mauris enim risus, cursus at nulla eget, mattis imperdiet orci.\nSuspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.','Electrical Contractors','','inherit','closed','closed','','698-revision-v1','','','2020-07-02 10:09:17','2020-07-02 15:09:17','',698,'http://www.arscontracting.com/698-revision-v1/',0,'revision','',0),(700,5,'2020-07-02 10:09:30','2020-07-02 15:09:30','<p>Our expertise and up-to-date training enable our team to work with a range of contractors. We work with general contractors to assess the overall project and provide detailed plans to implement moves and set up equipment. </p><p>Electrical – our team collaborates with electrical contractors on a variety of equipment moves including generators, switchgears, transformers and more.</p><p>Mechanical – Our experience with mechanical contractors extends to moves and set up of a variety of equipment ranging from boilers and chillers to cooling towers and more. </p><p>Whether your move involves electrical or mechanical components, or a range of specialties, give us a call at <strong><a href=\"tel:800-358-8444\">800-358-8444</a></strong> to manage the overall process.</p> \n <img width=\"685\" height=\"457\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image28.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image28.jpg 685w, http://www.arscontracting.com/wp-content/uploads/2020/07/image28-300x200.jpg 300w\" sizes=\"(max-width: 685px) 100vw, 685px\" /> \n <img width=\"287\" height=\"431\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/i2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/i2.jpg 287w, http://www.arscontracting.com/wp-content/uploads/2020/09/i2-200x300.jpg 200w\" sizes=\"(max-width: 287px) 100vw, 287px\" />','Mechanical Contractors','','publish','closed','closed','','mechanical-contractors','','','2020-09-03 08:04:56','2020-09-03 13:04:56','',0,'http://www.arscontracting.com/?p=700',9,'gedung-industries','',0),(701,5,'2020-07-02 10:09:54','2020-07-02 15:09:54','Suspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\n<blockquote>Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae.</blockquote>\nVivamus pulvinar urna nec ipsum interdum blandit. Phasellus molestie feugiat hendrerit. Interdum et malesuada fames ac ante ipsum primis in faucibus. Suspendisse ut dapibus elit. Vivamus dui justo, dapibus nec fermentum sodales, convallis a nisi. Nullam auctor ante metus, eu lacinia mauris hendrerit a. Donec maximus porta turpis non venenatis. Pellentesque quis odio nec ex vestibulum ornare vel at erat. Vestibulum fringilla mauris quis mi pellentesque, a convallis turpis cursus. Praesent molestie, arcu vel faucibus tristique, erat lorem interdum libero, eget maximus mauris augue sed quam. Duis sit amet fringilla felis. Phasellus eget eros vitae dui finibus tincidunt vitae non sapien. Aliquam erat volutpat. Praesent volutpat, nibh eget viverra tristique, odio dolor iaculis elit, eget tincidunt felis arcu nec lectus. Nulla fermentum lorem a massa laoreet, non tincidunt dolor scelerisque.\n<img src=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/blog-5-1-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\">Aenean faucibus libero ultrices tincidunt pretium. Vestibulum id mi eget massa scelerisque facilisis vel semper nisl. Mauris pulvinar scelerisque fringilla. Ut eu mauris aliquet, mattis sem eleifend, vehicula massa. Nullam sit amet condimentum urna, a convallis nibh. Nulla at porttitor nulla. In hac habitasse platea dictumst. Donec ut pretium eros, eget condimentum augue. Vivamus venenatis leo sed dolor mattis imperdiet.\nProin in orci quis elit blandit imperdiet ut eu enim. Nulla mattis arcu eget nisi eleifend, non pellentesque augue mollis. Ut mauris ligula, interdum sed lobortis eu, fermentum vel neque. Maecenas facilisis erat quis augue fermentum vestibulum. Aenean vel sem ac tellus luctus efficitur. Mauris ultrices non libero eget auctor. Mauris rhoncus, risus ac dapibus rhoncus, dui purus ultrices lorem, efficitur gravida elit turpis quis metus.\nSed varius eros eu lorem condimentum, ac rutrum ex pharetra. Integer vitae tincidunt ipsum, vitae lacinia lacus. Aenean ac maximus eros, eu posuere erat. Sed efficitur magna vitae erat vehicula elementum. Ut cursus purus id tellus volutpat tempus. Mauris lacus eros, fermentum vitae congue volutpat, tincidunt non risus. Quisque at mollis nibh. Nulla aliquet placerat mollis. Morbi luctus porttitor ultricies. Phasellus ullamcorper in arcu ut ultricies. Donec odio nisl, iaculis eget odio id, tempor pulvinar justo. Phasellus sit amet dolor sit amet neque ultrices posuere sed nec neque. Pellentesque cursus varius sagittis. Duis placerat porta risus ac sagittis.\n<img src=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/blog-4-1.jpg\" alt=\"\" width=\"1200\" height=\"800\">\nUt tempus malesuada neque, laoreet ornare magna vehicula a. Curabitur augue nibh, faucibus id faucibus in, tincidunt et justo. Nulla facilisis tempus ligula ut venenatis. Donec diam felis, volutpat maximus viverra quis, maximus a leo. Quisque vestibulum tortor justo. Nullam nec venenatis urna, vel suscipit massa. Proin sed rutrum magna, sed blandit lacus. Donec dolor risus, tempor et ipsum vel, convallis vehicula urna. Sed vel elit accumsan diam condimentum finibus vel sollicitudin risus. Nunc a venenatis mi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed sed tellus urna. Sed hendrerit a justo ac sodales.\n<img src=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/contractor-hero-image3-1-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut suscipit odio ante, id dapibus elit condimentum vitae. Maecenas eget orci vitae enim accumsan mollis. In congue nunc velit, sit amet eleifend velit cursus vitae. Morbi lorem massa, lobortis id bibendum et, rhoncus porttitor tortor. Aenean eget orci pulvinar, tincidunt neque quis, aliquam lectus. Etiam nec malesuada tortor. Sed id condimentum turpis. Quisque non fermentum est. Integer lobortis turpis a justo dignissim, sit amet accumsan sem pulvinar. Morbi mollis vitae libero in rhoncus. Vestibulum at arcu faucibus, congue diam sit amet, viverra velit. Sed rutrum urna ut dolor dignissim suscipit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Maecenas ultrices justo metus, quis facilisis justo interdum nec. Donec luctus ligula elit, eget varius urna sodales at. Mauris enim risus, cursus at nulla eget, mattis imperdiet orci.\nSuspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.','Mechanical Contractors','','inherit','closed','closed','','700-revision-v1','','','2020-07-02 10:09:54','2020-07-02 15:09:54','',700,'http://www.arscontracting.com/700-revision-v1/',0,'revision','',0),(702,5,'2020-07-02 10:10:24','2020-07-02 15:10:24','Suspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\n<blockquote>Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae.</blockquote>\nVivamus pulvinar urna nec ipsum interdum blandit. Phasellus molestie feugiat hendrerit. Interdum et malesuada fames ac ante ipsum primis in faucibus. Suspendisse ut dapibus elit. Vivamus dui justo, dapibus nec fermentum sodales, convallis a nisi. Nullam auctor ante metus, eu lacinia mauris hendrerit a. Donec maximus porta turpis non venenatis. Pellentesque quis odio nec ex vestibulum ornare vel at erat. Vestibulum fringilla mauris quis mi pellentesque, a convallis turpis cursus. Praesent molestie, arcu vel faucibus tristique, erat lorem interdum libero, eget maximus mauris augue sed quam. Duis sit amet fringilla felis. Phasellus eget eros vitae dui finibus tincidunt vitae non sapien. Aliquam erat volutpat. Praesent volutpat, nibh eget viverra tristique, odio dolor iaculis elit, eget tincidunt felis arcu nec lectus. Nulla fermentum lorem a massa laoreet, non tincidunt dolor scelerisque.\n<img src=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/blog-5-1-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\">Aenean faucibus libero ultrices tincidunt pretium. Vestibulum id mi eget massa scelerisque facilisis vel semper nisl. Mauris pulvinar scelerisque fringilla. Ut eu mauris aliquet, mattis sem eleifend, vehicula massa. Nullam sit amet condimentum urna, a convallis nibh. Nulla at porttitor nulla. In hac habitasse platea dictumst. Donec ut pretium eros, eget condimentum augue. Vivamus venenatis leo sed dolor mattis imperdiet.\nProin in orci quis elit blandit imperdiet ut eu enim. Nulla mattis arcu eget nisi eleifend, non pellentesque augue mollis. Ut mauris ligula, interdum sed lobortis eu, fermentum vel neque. Maecenas facilisis erat quis augue fermentum vestibulum. Aenean vel sem ac tellus luctus efficitur. Mauris ultrices non libero eget auctor. Mauris rhoncus, risus ac dapibus rhoncus, dui purus ultrices lorem, efficitur gravida elit turpis quis metus.\nSed varius eros eu lorem condimentum, ac rutrum ex pharetra. Integer vitae tincidunt ipsum, vitae lacinia lacus. Aenean ac maximus eros, eu posuere erat. Sed efficitur magna vitae erat vehicula elementum. Ut cursus purus id tellus volutpat tempus. Mauris lacus eros, fermentum vitae congue volutpat, tincidunt non risus. Quisque at mollis nibh. Nulla aliquet placerat mollis. Morbi luctus porttitor ultricies. Phasellus ullamcorper in arcu ut ultricies. Donec odio nisl, iaculis eget odio id, tempor pulvinar justo. Phasellus sit amet dolor sit amet neque ultrices posuere sed nec neque. Pellentesque cursus varius sagittis. Duis placerat porta risus ac sagittis.\n<img src=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/blog-4-1.jpg\" alt=\"\" width=\"1200\" height=\"800\">\nUt tempus malesuada neque, laoreet ornare magna vehicula a. Curabitur augue nibh, faucibus id faucibus in, tincidunt et justo. Nulla facilisis tempus ligula ut venenatis. Donec diam felis, volutpat maximus viverra quis, maximus a leo. Quisque vestibulum tortor justo. Nullam nec venenatis urna, vel suscipit massa. Proin sed rutrum magna, sed blandit lacus. Donec dolor risus, tempor et ipsum vel, convallis vehicula urna. Sed vel elit accumsan diam condimentum finibus vel sollicitudin risus. Nunc a venenatis mi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed sed tellus urna. Sed hendrerit a justo ac sodales.\n<img src=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/contractor-hero-image3-1-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut suscipit odio ante, id dapibus elit condimentum vitae. Maecenas eget orci vitae enim accumsan mollis. In congue nunc velit, sit amet eleifend velit cursus vitae. Morbi lorem massa, lobortis id bibendum et, rhoncus porttitor tortor. Aenean eget orci pulvinar, tincidunt neque quis, aliquam lectus. Etiam nec malesuada tortor. Sed id condimentum turpis. Quisque non fermentum est. Integer lobortis turpis a justo dignissim, sit amet accumsan sem pulvinar. Morbi mollis vitae libero in rhoncus. Vestibulum at arcu faucibus, congue diam sit amet, viverra velit. Sed rutrum urna ut dolor dignissim suscipit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Maecenas ultrices justo metus, quis facilisis justo interdum nec. Donec luctus ligula elit, eget varius urna sodales at. Mauris enim risus, cursus at nulla eget, mattis imperdiet orci.\nSuspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.','General Contractors','','inherit','closed','closed','','329-revision-v1','','','2020-07-02 10:10:24','2020-07-02 15:10:24','',329,'http://www.arscontracting.com/329-revision-v1/',0,'revision','',0),(703,5,'2020-07-02 10:11:00','2020-07-02 15:11:00','<p>ARS coordinates facility relocations and equipment installations for properties across the country. We work with building owners and facility managers to plan every detail and execute each step within timelines and established budgets.</p><p>Call us at <a href=\"tel:800-358-8444\"><strong>800-358-8444</strong></a> and work with the experienced team that’s ready to manage every detail no matter the size or complexity of the project.</p> \n <img width=\"326\" height=\"435\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image7.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image7.jpg 326w, http://www.arscontracting.com/wp-content/uploads/2020/07/image7-225x300.jpg 225w\" sizes=\"(max-width: 326px) 100vw, 326px\" />','Facilities Managers','Excerpt text here','publish','closed','closed','','facilities-managers','','','2020-09-03 08:09:41','2020-09-03 13:09:41','',0,'http://www.arscontracting.com/?p=703',5,'gedung-industries','',0),(704,5,'2020-07-02 10:11:20','2020-07-02 15:11:20','Suspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\n<blockquote>Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae.</blockquote>\nVivamus pulvinar urna nec ipsum interdum blandit. Phasellus molestie feugiat hendrerit. Interdum et malesuada fames ac ante ipsum primis in faucibus. Suspendisse ut dapibus elit. Vivamus dui justo, dapibus nec fermentum sodales, convallis a nisi. Nullam auctor ante metus, eu lacinia mauris hendrerit a. Donec maximus porta turpis non venenatis. Pellentesque quis odio nec ex vestibulum ornare vel at erat. Vestibulum fringilla mauris quis mi pellentesque, a convallis turpis cursus. Praesent molestie, arcu vel faucibus tristique, erat lorem interdum libero, eget maximus mauris augue sed quam. Duis sit amet fringilla felis. Phasellus eget eros vitae dui finibus tincidunt vitae non sapien. Aliquam erat volutpat. Praesent volutpat, nibh eget viverra tristique, odio dolor iaculis elit, eget tincidunt felis arcu nec lectus. Nulla fermentum lorem a massa laoreet, non tincidunt dolor scelerisque.\n<img src=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/blog-5-1-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\">Aenean faucibus libero ultrices tincidunt pretium. Vestibulum id mi eget massa scelerisque facilisis vel semper nisl. Mauris pulvinar scelerisque fringilla. Ut eu mauris aliquet, mattis sem eleifend, vehicula massa. Nullam sit amet condimentum urna, a convallis nibh. Nulla at porttitor nulla. In hac habitasse platea dictumst. Donec ut pretium eros, eget condimentum augue. Vivamus venenatis leo sed dolor mattis imperdiet.\nProin in orci quis elit blandit imperdiet ut eu enim. Nulla mattis arcu eget nisi eleifend, non pellentesque augue mollis. Ut mauris ligula, interdum sed lobortis eu, fermentum vel neque. Maecenas facilisis erat quis augue fermentum vestibulum. Aenean vel sem ac tellus luctus efficitur. Mauris ultrices non libero eget auctor. Mauris rhoncus, risus ac dapibus rhoncus, dui purus ultrices lorem, efficitur gravida elit turpis quis metus.\nSed varius eros eu lorem condimentum, ac rutrum ex pharetra. Integer vitae tincidunt ipsum, vitae lacinia lacus. Aenean ac maximus eros, eu posuere erat. Sed efficitur magna vitae erat vehicula elementum. Ut cursus purus id tellus volutpat tempus. Mauris lacus eros, fermentum vitae congue volutpat, tincidunt non risus. Quisque at mollis nibh. Nulla aliquet placerat mollis. Morbi luctus porttitor ultricies. Phasellus ullamcorper in arcu ut ultricies. Donec odio nisl, iaculis eget odio id, tempor pulvinar justo. Phasellus sit amet dolor sit amet neque ultrices posuere sed nec neque. Pellentesque cursus varius sagittis. Duis placerat porta risus ac sagittis.\n<img src=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/blog-4-1.jpg\" alt=\"\" width=\"1200\" height=\"800\">\nUt tempus malesuada neque, laoreet ornare magna vehicula a. Curabitur augue nibh, faucibus id faucibus in, tincidunt et justo. Nulla facilisis tempus ligula ut venenatis. Donec diam felis, volutpat maximus viverra quis, maximus a leo. Quisque vestibulum tortor justo. Nullam nec venenatis urna, vel suscipit massa. Proin sed rutrum magna, sed blandit lacus. Donec dolor risus, tempor et ipsum vel, convallis vehicula urna. Sed vel elit accumsan diam condimentum finibus vel sollicitudin risus. Nunc a venenatis mi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed sed tellus urna. Sed hendrerit a justo ac sodales.\n<img src=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/contractor-hero-image3-1-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut suscipit odio ante, id dapibus elit condimentum vitae. Maecenas eget orci vitae enim accumsan mollis. In congue nunc velit, sit amet eleifend velit cursus vitae. Morbi lorem massa, lobortis id bibendum et, rhoncus porttitor tortor. Aenean eget orci pulvinar, tincidunt neque quis, aliquam lectus. Etiam nec malesuada tortor. Sed id condimentum turpis. Quisque non fermentum est. Integer lobortis turpis a justo dignissim, sit amet accumsan sem pulvinar. Morbi mollis vitae libero in rhoncus. Vestibulum at arcu faucibus, congue diam sit amet, viverra velit. Sed rutrum urna ut dolor dignissim suscipit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Maecenas ultrices justo metus, quis facilisis justo interdum nec. Donec luctus ligula elit, eget varius urna sodales at. Mauris enim risus, cursus at nulla eget, mattis imperdiet orci.\nSuspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.','Facilities Managers','Excerpt text here','inherit','closed','closed','','703-revision-v1','','','2020-07-02 10:11:20','2020-07-02 15:11:20','',703,'http://www.arscontracting.com/703-revision-v1/',0,'revision','',0),(705,5,'2020-07-02 10:11:39','2020-07-02 15:11:39','Suspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\n<blockquote>Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae.</blockquote>\nVivamus pulvinar urna nec ipsum interdum blandit. Phasellus molestie feugiat hendrerit. Interdum et malesuada fames ac ante ipsum primis in faucibus. Suspendisse ut dapibus elit. Vivamus dui justo, dapibus nec fermentum sodales, convallis a nisi. Nullam auctor ante metus, eu lacinia mauris hendrerit a. Donec maximus porta turpis non venenatis. Pellentesque quis odio nec ex vestibulum ornare vel at erat. Vestibulum fringilla mauris quis mi pellentesque, a convallis turpis cursus. Praesent molestie, arcu vel faucibus tristique, erat lorem interdum libero, eget maximus mauris augue sed quam. Duis sit amet fringilla felis. Phasellus eget eros vitae dui finibus tincidunt vitae non sapien. Aliquam erat volutpat. Praesent volutpat, nibh eget viverra tristique, odio dolor iaculis elit, eget tincidunt felis arcu nec lectus. Nulla fermentum lorem a massa laoreet, non tincidunt dolor scelerisque.\n<img src=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/blog-5-1-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\">Aenean faucibus libero ultrices tincidunt pretium. Vestibulum id mi eget massa scelerisque facilisis vel semper nisl. Mauris pulvinar scelerisque fringilla. Ut eu mauris aliquet, mattis sem eleifend, vehicula massa. Nullam sit amet condimentum urna, a convallis nibh. Nulla at porttitor nulla. In hac habitasse platea dictumst. Donec ut pretium eros, eget condimentum augue. Vivamus venenatis leo sed dolor mattis imperdiet.\nProin in orci quis elit blandit imperdiet ut eu enim. Nulla mattis arcu eget nisi eleifend, non pellentesque augue mollis. Ut mauris ligula, interdum sed lobortis eu, fermentum vel neque. Maecenas facilisis erat quis augue fermentum vestibulum. Aenean vel sem ac tellus luctus efficitur. Mauris ultrices non libero eget auctor. Mauris rhoncus, risus ac dapibus rhoncus, dui purus ultrices lorem, efficitur gravida elit turpis quis metus.\nSed varius eros eu lorem condimentum, ac rutrum ex pharetra. Integer vitae tincidunt ipsum, vitae lacinia lacus. Aenean ac maximus eros, eu posuere erat. Sed efficitur magna vitae erat vehicula elementum. Ut cursus purus id tellus volutpat tempus. Mauris lacus eros, fermentum vitae congue volutpat, tincidunt non risus. Quisque at mollis nibh. Nulla aliquet placerat mollis. Morbi luctus porttitor ultricies. Phasellus ullamcorper in arcu ut ultricies. Donec odio nisl, iaculis eget odio id, tempor pulvinar justo. Phasellus sit amet dolor sit amet neque ultrices posuere sed nec neque. Pellentesque cursus varius sagittis. Duis placerat porta risus ac sagittis.\n<img src=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/blog-4-1.jpg\" alt=\"\" width=\"1200\" height=\"800\">\nUt tempus malesuada neque, laoreet ornare magna vehicula a. Curabitur augue nibh, faucibus id faucibus in, tincidunt et justo. Nulla facilisis tempus ligula ut venenatis. Donec diam felis, volutpat maximus viverra quis, maximus a leo. Quisque vestibulum tortor justo. Nullam nec venenatis urna, vel suscipit massa. Proin sed rutrum magna, sed blandit lacus. Donec dolor risus, tempor et ipsum vel, convallis vehicula urna. Sed vel elit accumsan diam condimentum finibus vel sollicitudin risus. Nunc a venenatis mi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed sed tellus urna. Sed hendrerit a justo ac sodales.\n<img src=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/contractor-hero-image3-1-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut suscipit odio ante, id dapibus elit condimentum vitae. Maecenas eget orci vitae enim accumsan mollis. In congue nunc velit, sit amet eleifend velit cursus vitae. Morbi lorem massa, lobortis id bibendum et, rhoncus porttitor tortor. Aenean eget orci pulvinar, tincidunt neque quis, aliquam lectus. Etiam nec malesuada tortor. Sed id condimentum turpis. Quisque non fermentum est. Integer lobortis turpis a justo dignissim, sit amet accumsan sem pulvinar. Morbi mollis vitae libero in rhoncus. Vestibulum at arcu faucibus, congue diam sit amet, viverra velit. Sed rutrum urna ut dolor dignissim suscipit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Maecenas ultrices justo metus, quis facilisis justo interdum nec. Donec luctus ligula elit, eget varius urna sodales at. Mauris enim risus, cursus at nulla eget, mattis imperdiet orci.\nSuspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.','Building Owners','Excerpt text here','inherit','closed','closed','','46-revision-v1','','','2020-07-02 10:11:39','2020-07-02 15:11:39','',46,'http://www.arscontracting.com/46-revision-v1/',0,'revision','',0),(706,5,'2020-07-02 10:12:07','2020-07-02 15:12:07','<p>ARS can assist banks by installing vault pieces or moving high value equipment. Our team of professionals will ensure your pieces are moved quickly and carefully to get you back in business as soon as possible. We focus on preplanning and attention to detail to ensure a worry-free project completion. Call us today to put our expertise to work – <a href=\"tel:800-358-8444\"><strong>800-358-8444.</strong></a></p> \n <img width=\"506\" height=\"337\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image6.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image6.jpg 506w, http://www.arscontracting.com/wp-content/uploads/2020/07/image6-300x200.jpg 300w\" sizes=\"(max-width: 506px) 100vw, 506px\" />','Banks','','publish','closed','closed','','banks','','','2020-09-03 08:16:33','2020-09-03 13:16:33','',0,'http://www.arscontracting.com/?p=706',2,'gedung-industries','',0),(707,5,'2020-07-02 10:12:29','2020-07-02 15:12:29','Suspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\n<blockquote>Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae.</blockquote>\nVivamus pulvinar urna nec ipsum interdum blandit. Phasellus molestie feugiat hendrerit. Interdum et malesuada fames ac ante ipsum primis in faucibus. Suspendisse ut dapibus elit. Vivamus dui justo, dapibus nec fermentum sodales, convallis a nisi. Nullam auctor ante metus, eu lacinia mauris hendrerit a. Donec maximus porta turpis non venenatis. Pellentesque quis odio nec ex vestibulum ornare vel at erat. Vestibulum fringilla mauris quis mi pellentesque, a convallis turpis cursus. Praesent molestie, arcu vel faucibus tristique, erat lorem interdum libero, eget maximus mauris augue sed quam. Duis sit amet fringilla felis. Phasellus eget eros vitae dui finibus tincidunt vitae non sapien. Aliquam erat volutpat. Praesent volutpat, nibh eget viverra tristique, odio dolor iaculis elit, eget tincidunt felis arcu nec lectus. Nulla fermentum lorem a massa laoreet, non tincidunt dolor scelerisque.\n<img src=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/blog-5-1-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\">Aenean faucibus libero ultrices tincidunt pretium. Vestibulum id mi eget massa scelerisque facilisis vel semper nisl. Mauris pulvinar scelerisque fringilla. Ut eu mauris aliquet, mattis sem eleifend, vehicula massa. Nullam sit amet condimentum urna, a convallis nibh. Nulla at porttitor nulla. In hac habitasse platea dictumst. Donec ut pretium eros, eget condimentum augue. Vivamus venenatis leo sed dolor mattis imperdiet.\nProin in orci quis elit blandit imperdiet ut eu enim. Nulla mattis arcu eget nisi eleifend, non pellentesque augue mollis. Ut mauris ligula, interdum sed lobortis eu, fermentum vel neque. Maecenas facilisis erat quis augue fermentum vestibulum. Aenean vel sem ac tellus luctus efficitur. Mauris ultrices non libero eget auctor. Mauris rhoncus, risus ac dapibus rhoncus, dui purus ultrices lorem, efficitur gravida elit turpis quis metus.\nSed varius eros eu lorem condimentum, ac rutrum ex pharetra. Integer vitae tincidunt ipsum, vitae lacinia lacus. Aenean ac maximus eros, eu posuere erat. Sed efficitur magna vitae erat vehicula elementum. Ut cursus purus id tellus volutpat tempus. Mauris lacus eros, fermentum vitae congue volutpat, tincidunt non risus. Quisque at mollis nibh. Nulla aliquet placerat mollis. Morbi luctus porttitor ultricies. Phasellus ullamcorper in arcu ut ultricies. Donec odio nisl, iaculis eget odio id, tempor pulvinar justo. Phasellus sit amet dolor sit amet neque ultrices posuere sed nec neque. Pellentesque cursus varius sagittis. Duis placerat porta risus ac sagittis.\n<img src=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/blog-4-1.jpg\" alt=\"\" width=\"1200\" height=\"800\">\nUt tempus malesuada neque, laoreet ornare magna vehicula a. Curabitur augue nibh, faucibus id faucibus in, tincidunt et justo. Nulla facilisis tempus ligula ut venenatis. Donec diam felis, volutpat maximus viverra quis, maximus a leo. Quisque vestibulum tortor justo. Nullam nec venenatis urna, vel suscipit massa. Proin sed rutrum magna, sed blandit lacus. Donec dolor risus, tempor et ipsum vel, convallis vehicula urna. Sed vel elit accumsan diam condimentum finibus vel sollicitudin risus. Nunc a venenatis mi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed sed tellus urna. Sed hendrerit a justo ac sodales.\n<img src=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/contractor-hero-image3-1-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut suscipit odio ante, id dapibus elit condimentum vitae. Maecenas eget orci vitae enim accumsan mollis. In congue nunc velit, sit amet eleifend velit cursus vitae. Morbi lorem massa, lobortis id bibendum et, rhoncus porttitor tortor. Aenean eget orci pulvinar, tincidunt neque quis, aliquam lectus. Etiam nec malesuada tortor. Sed id condimentum turpis. Quisque non fermentum est. Integer lobortis turpis a justo dignissim, sit amet accumsan sem pulvinar. Morbi mollis vitae libero in rhoncus. Vestibulum at arcu faucibus, congue diam sit amet, viverra velit. Sed rutrum urna ut dolor dignissim suscipit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Maecenas ultrices justo metus, quis facilisis justo interdum nec. Donec luctus ligula elit, eget varius urna sodales at. Mauris enim risus, cursus at nulla eget, mattis imperdiet orci.\nSuspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.','Banks','','inherit','closed','closed','','706-revision-v1','','','2020-07-02 10:12:29','2020-07-02 15:12:29','',706,'http://www.arscontracting.com/706-revision-v1/',0,'revision','',0),(708,5,'2020-07-02 10:16:34','0000-00-00 00:00:00','<a href=\"http://www.arscontracting.com/projects/\" role=\"button\">\nView Services\n</a>\n<figure><img width=\"1805\" height=\"1920\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png 1805w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-282x300.png 282w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-963x1024.png 963w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-768x817.png 768w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-1444x1536.png 1444w\" sizes=\"(max-width: 1805px) 100vw, 1805px\"></figure>\n<h3>Services</h3>\nOver 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more\n<figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\"></figure>\n<h3>Exceptional Safety Rating</h3>\nWe have one of the best safety ratings in the industry & we are certified riggers\n<figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\"></figure>\n<h3>Industries</h3>\nWe offer outstanding service to most industries including, contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers/building owners and more\n\n<img width=\"1024\" height=\"683\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg 1024w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-300x200.jpg 300w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-768x512.jpg 768w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1.jpg 1500w\" sizes=\"(max-width: 1024px) 100vw, 1024px\">\n<a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=347\" role=\"button\">\nVIEW ALL SERVICES\n</a>\n<a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=348\" role=\"button\">\nVIEW ALL INDUSTRIES\n</a>\n<a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\nGET QUOTATION\n</a>','Home','','draft','closed','closed','','','','','2020-07-02 10:16:34','0000-00-00 00:00:00','',0,'http://www.arscontracting.com/?page_id=708',0,'page','',0),(709,5,'2020-07-02 10:18:36','2020-07-02 15:18:36','<a href=\"http://www.arscontracting.com/projects/\" role=\"button\">\n View Services\n </a>\n <figure><img width=\"1805\" height=\"1920\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png 1805w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-282x300.png 282w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-963x1024.png 963w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-768x817.png 768w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-1444x1536.png 1444w\" sizes=\"(max-width: 1805px) 100vw, 1805px\" /></figure><h3>Services</h3><p>Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more</p> \n <figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Exceptional Safety Rating</h3><p>We have one of the best safety ratings in the industry & we are certified riggers</p> \n <figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Industries</h3><p>We offer outstanding service to most industries including, contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers/building owners and more\n</p> \n <img width=\"1024\" height=\"683\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg 1024w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-300x200.jpg 300w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-768x512.jpg 768w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1.jpg 1500w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=347\" role=\"button\">\n VIEW ALL SERVICES\n </a>\n <a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=348\" role=\"button\">\n VIEW ALL INDUSTRIES\n </a>\n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','Home','','inherit','closed','closed','','61-revision-v1','','','2020-07-02 10:18:36','2020-07-02 15:18:36','',61,'http://www.arscontracting.com/61-revision-v1/',0,'revision','',0),(712,5,'2020-07-03 00:25:48','2020-07-03 05:25:48','','Picture1','','inherit','open','closed','','picture1','','','2020-07-03 00:25:48','2020-07-03 05:25:48','',54,'http://www.arscontracting.com/wp-content/uploads/2018/03/Picture1.png',0,'attachment','image/png',0),(713,5,'2020-07-03 00:26:13','2020-07-03 05:26:13','Suspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.\n<blockquote>Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae.</blockquote>\nVivamus pulvinar urna nec ipsum interdum blandit. Phasellus molestie feugiat hendrerit. Interdum et malesuada fames ac ante ipsum primis in faucibus. Suspendisse ut dapibus elit. Vivamus dui justo, dapibus nec fermentum sodales, convallis a nisi. Nullam auctor ante metus, eu lacinia mauris hendrerit a. Donec maximus porta turpis non venenatis. Pellentesque quis odio nec ex vestibulum ornare vel at erat. Vestibulum fringilla mauris quis mi pellentesque, a convallis turpis cursus. Praesent molestie, arcu vel faucibus tristique, erat lorem interdum libero, eget maximus mauris augue sed quam. Duis sit amet fringilla felis. Phasellus eget eros vitae dui finibus tincidunt vitae non sapien. Aliquam erat volutpat. Praesent volutpat, nibh eget viverra tristique, odio dolor iaculis elit, eget tincidunt felis arcu nec lectus. Nulla fermentum lorem a massa laoreet, non tincidunt dolor scelerisque.\n\n<img class=\"size-medium wp-image-6 alignleft\" src=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/blog-5-1-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\">Aenean faucibus libero ultrices tincidunt pretium. Vestibulum id mi eget massa scelerisque facilisis vel semper nisl. Mauris pulvinar scelerisque fringilla. Ut eu mauris aliquet, mattis sem eleifend, vehicula massa. Nullam sit amet condimentum urna, a convallis nibh. Nulla at porttitor nulla. In hac habitasse platea dictumst. Donec ut pretium eros, eget condimentum augue. Vivamus venenatis leo sed dolor mattis imperdiet.\n\nProin in orci quis elit blandit imperdiet ut eu enim. Nulla mattis arcu eget nisi eleifend, non pellentesque augue mollis. Ut mauris ligula, interdum sed lobortis eu, fermentum vel neque. Maecenas facilisis erat quis augue fermentum vestibulum. Aenean vel sem ac tellus luctus efficitur. Mauris ultrices non libero eget auctor. Mauris rhoncus, risus ac dapibus rhoncus, dui purus ultrices lorem, efficitur gravida elit turpis quis metus.\n\nSed varius eros eu lorem condimentum, ac rutrum ex pharetra. Integer vitae tincidunt ipsum, vitae lacinia lacus. Aenean ac maximus eros, eu posuere erat. Sed efficitur magna vitae erat vehicula elementum. Ut cursus purus id tellus volutpat tempus. Mauris lacus eros, fermentum vitae congue volutpat, tincidunt non risus. Quisque at mollis nibh. Nulla aliquet placerat mollis. Morbi luctus porttitor ultricies. Phasellus ullamcorper in arcu ut ultricies. Donec odio nisl, iaculis eget odio id, tempor pulvinar justo. Phasellus sit amet dolor sit amet neque ultrices posuere sed nec neque. Pellentesque cursus varius sagittis. Duis placerat porta risus ac sagittis.\n\n<img class=\"aligncenter wp-image-5 size-full\" src=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/blog-4-1.jpg\" alt=\"\" width=\"1200\" height=\"800\">\n\nUt tempus malesuada neque, laoreet ornare magna vehicula a. Curabitur augue nibh, faucibus id faucibus in, tincidunt et justo. Nulla facilisis tempus ligula ut venenatis. Donec diam felis, volutpat maximus viverra quis, maximus a leo. Quisque vestibulum tortor justo. Nullam nec venenatis urna, vel suscipit massa. Proin sed rutrum magna, sed blandit lacus. Donec dolor risus, tempor et ipsum vel, convallis vehicula urna. Sed vel elit accumsan diam condimentum finibus vel sollicitudin risus. Nunc a venenatis mi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed sed tellus urna. Sed hendrerit a justo ac sodales.\n\n<img class=\"size-medium wp-image-10 alignright\" src=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/wp-content/uploads/2018/03/contractor-hero-image3-1-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut suscipit odio ante, id dapibus elit condimentum vitae. Maecenas eget orci vitae enim accumsan mollis. In congue nunc velit, sit amet eleifend velit cursus vitae. Morbi lorem massa, lobortis id bibendum et, rhoncus porttitor tortor. Aenean eget orci pulvinar, tincidunt neque quis, aliquam lectus. Etiam nec malesuada tortor. Sed id condimentum turpis. Quisque non fermentum est. Integer lobortis turpis a justo dignissim, sit amet accumsan sem pulvinar. Morbi mollis vitae libero in rhoncus. Vestibulum at arcu faucibus, congue diam sit amet, viverra velit. Sed rutrum urna ut dolor dignissim suscipit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Maecenas ultrices justo metus, quis facilisis justo interdum nec. Donec luctus ligula elit, eget varius urna sodales at. Mauris enim risus, cursus at nulla eget, mattis imperdiet orci.\n\nSuspendisse eget ullamcorper turpis. Donec condimentum pulvinar lorem, sit amet ultrices diam bibendum non. Suspendisse potenti. Integer dapibus ligula tortor. Nam metus diam, tempus non egestas quis, blandit quis eros. Donec et lacinia mi. Vestibulum mi nulla, pharetra vel vestibulum pulvinar, viverra non est. Aliquam ac nunc eget mi facilisis consequat a nec est. Mauris sit amet velit a diam finibus sagittis. Fusce ut hendrerit ex, nec rutrum nunc. Aenean ultrices placerat eros eget aliquet. Duis a aliquam ligula. Vivamus non semper dolor. Quisque pretium felis mauris, sed blandit justo pulvinar vitae. Praesent molestie eget ex eu laoreet.','Architects & Engineers','','inherit','closed','closed','','54-revision-v1','','','2020-07-03 00:26:13','2020-07-03 05:26:13','',54,'http://www.arscontracting.com/54-revision-v1/',0,'revision','',0),(714,5,'2020-07-03 00:40:21','2020-07-03 05:40:21','','Picture3','','inherit','open','closed','','picture3','','','2020-07-03 00:40:21','2020-07-03 05:40:21','',698,'http://www.arscontracting.com/wp-content/uploads/2020/07/Picture3.png',0,'attachment','image/png',0),(715,5,'2020-07-03 00:43:20','2020-07-03 05:43:20','','Picture4','','inherit','open','closed','','picture4','','','2020-07-03 00:43:20','2020-07-03 05:43:20','',700,'http://www.arscontracting.com/wp-content/uploads/2020/07/Picture4.png',0,'attachment','image/png',0),(716,5,'2020-07-03 00:47:16','2020-07-03 05:47:16','','Picture7','','inherit','open','closed','','picture7','','','2020-07-03 00:47:16','2020-07-03 05:47:16','',46,'http://www.arscontracting.com/wp-content/uploads/2018/03/Picture7.png',0,'attachment','image/png',0),(717,5,'2020-07-03 00:49:14','2020-07-03 05:49:14','','Picture8','','inherit','open','closed','','picture8','','','2020-07-03 00:49:14','2020-07-03 05:49:14','',703,'http://www.arscontracting.com/wp-content/uploads/2020/07/Picture8.png',0,'attachment','image/png',0),(718,5,'2020-07-03 00:51:25','2020-07-03 05:51:25','','Picture11','','inherit','open','closed','','picture11','','','2020-07-03 00:51:25','2020-07-03 05:51:25','',706,'http://www.arscontracting.com/wp-content/uploads/2020/07/Picture11.png',0,'attachment','image/png',0),(719,5,'2020-07-03 01:35:36','0000-00-00 00:00:00','<h2>Rigging</h2> \n <p>When you have machinery that needs to be relocated, lifted or installed, call on the company with rigging and machinery moving expertise. ARS Contracting, Inc. professionals have the experience and innovative solutions to solve the most complex problems. Plus, we’ll keep our focus on safety, timelines and budget. We rig, move and set equipment every day – it’s the only work we do! Contact us and learn why some of the biggest companies in the U.S. rely on us for all of their moves. </p> \n <h2>Rigging, Machinery Moving & Installation\n</h2> \n <p>Rigging and moving machinery requires a unique set of skills. And this is exactly what we focus on. We’ll develop a plan, timeline and engage a skilled team and essential equipment to get the job done smoothly. When large equipment must fit into tight spaces, we have the expertise and foresight to identify potential challenges and we develop a process to ensure success with minimal complications. From data centers, to healthcare facilities, public buildings, manufacturing facilities and beyond, we have the innovative solutions, equipment and certified talent to get the job done. </p> \n <h2>Heavy Lifting & Erecting</h2> \n <p>A thorough analysis and detailed plan of action are a “must” when lifting and erecting large equipment. Our team develops the solutions to overcome space and time challenges. Then, planning turns into action, and our certified riggers team executes every detail in a professional manner to ensure the project is done right the first time, safely and efficiently. </p> \n <h2>Hauling & Jobsite Delivery</h2> \n <p>Our team engages the right vehicles to deliver your equipment safely to your destination across the U.S. </p><ul><li>VEHICLES:<ul><li>Flatbeds</li><li>Step Decks</li><li>Double Drops – Expandable & RGNs</li><li>Tilt Beds - Trailers</li><li>Straight Trucks – 12’ to 24’</li><li>Vans – 48-53 Logistics</li></ul></li></ul><p> </p><ul><li>OTHER SERVICES WE PROVIDE:<ul><li>Over Dimensional Loads</li><li>Heavy Hauling</li><li>LTL (Less than truckload)</li></ul></li></ul> \n <h2>Storage & Preservation</h2> \n <p>Our warehouse provides great value for customers because it allows us to receive equipment from across the country to be assembled in one location, then moved to the final destination. Our facility is centrally located and provides indoor and outdoor storage space. The warehouse is heated, under video surveillance and is equipped with fire alarms, docks, and ground doors. The outside storage area is fenced, locked and under video surveillance. Allowing quick, easy access to Chicago and the suburbs, we’re located near O’Hare Airport.</p> \n <h2>Plant Relocation</h2> \n <p>Moving a plant involves precision planning, access to the best equipment and talent and flexibility to quickly adjust to any changes. We start with a consultation to fully understand the customer’s goals, along with the current and future facilities. Then, we develop a detailed plan of action to ensure every aspect of the move is thoroughly outlined and then implemented in the most efficient and cost-effective manner. From small to large size plants, we have the experience to implement the move quickly and safely. </p><p> Unlike other moving contractors, our comprehensive proposals include costs for rigging, moving, electrical, piping, mechanical, millwright work, transportation and storage.</p><p>Our moving services include:</p><ul><li>Lay out floors of new location</li><li>Dismantling</li><li>Moving of common stock inventory</li><li>Hauling/transportation</li><li>Assembling</li><li>Alignment</li><li>Leveling</li><li>Anchoring</li><li>Grouting</li><li>Fabrication/modification as requested</li></ul> \n <h2>Millwright Services</h2> \n <p>Our Millwrights are highly skilled at executing another type of operation from layout, dismantling, installing, assembling, leveling, anchoring, grouting and fabricating. Our team will help your business avoid downtime and keep all aspects of your operation running smoothly. </p> \n <h2>Consultation</h2> \n <p>Our team of professionals provides us with the talent necessary to analyze and advise on any potential lifting or rigging challenge that you have. It takes years of experience with large and small projects, plus a dedication to continually learning the industry trends and new technologies to enable an individual to comprehend and plan for the many details involved in complex projects. These are the people we hire at ARS Contracting, Inc. These are the people you can depend on for complete project management, or consultation on the best process and resources for the job. </p> \n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','Services','','draft','closed','closed','','','','','2020-07-03 01:35:36','0000-00-00 00:00:00','',0,'http://www.arscontracting.com/?page_id=719',0,'page','',0),(720,5,'2020-07-03 01:36:05','2020-07-03 06:36:05','<h2>Rigging</h2>\nWhen you have machinery that needs to be relocated, lifted or installed, call on the company with rigging and machinery moving expertise. ARS Contracting, Inc. professionals have the experience and innovative solutions to solve the most complex problems. Plus, we’ll keep our focus on safety, timelines and budget. We rig, move and set equipment every day – it’s the only work we do! Contact us and learn why some of the biggest companies in the U.S. rely on us for all of their moves. \n<h2>Rigging, Machinery Moving & Installation</h2>\nRigging and moving machinery requires a unique set of skills. And this is exactly what we focus on. We’ll develop a plan, timeline and engage a skilled team and essential equipment to get the job done smoothly. When large equipment must fit into tight spaces, we have the expertise and foresight to identify potential challenges and we develop a process to ensure success with minimal complications. From data centers, to healthcare facilities, public buildings, manufacturing facilities and beyond, we have the innovative solutions, equipment and certified talent to get the job done. \n<h2>Heavy Lifting & Erecting</h2>\nA thorough analysis and detailed plan of action are a “must” when lifting and erecting large equipment. Our team develops the solutions to overcome space and time challenges. Then, planning turns into action, and our certified riggers team executes every detail in a professional manner to ensure the project is done right the first time, safely and efficiently. \n<h2>Hauling & Jobsite Delivery</h2>\nOur team engages the right vehicles to deliver your equipment safely to your destination across the U.S. \n<ul>\n <li>VEHICLES:\n<ul>\n <li>Flatbeds</li>\n <li>Step Decks</li>\n <li>Double Drops – Expandable & RGNs</li>\n <li>Tilt Beds - Trailers</li>\n <li>Straight Trucks – 12’ to 24’</li>\n <li>Vans – 48-53 Logistics</li>\n</ul>\n</li>\n</ul>\n<ul>\n <li>OTHER SERVICES WE PROVIDE:\n<ul>\n <li>Over Dimensional Loads</li>\n <li>Heavy Hauling</li>\n <li>LTL (Less than truckload)</li>\n</ul>\n</li>\n</ul>\n<h2>Storage & Preservation</h2>\nOur warehouse provides great value for customers because it allows us to receive equipment from across the country to be assembled in one location, then moved to the final destination. Our facility is centrally located and provides indoor and outdoor storage space. The warehouse is heated, under video surveillance and is equipped with fire alarms, docks, and ground doors. The outside storage area is fenced, locked and under video surveillance. Allowing quick, easy access to Chicago and the suburbs, we’re located near O’Hare Airport.\n<h2>Plant Relocation</h2>\nMoving a plant involves precision planning, access to the best equipment and talent and flexibility to quickly adjust to any changes. We start with a consultation to fully understand the customer’s goals, along with the current and future facilities. Then, we develop a detailed plan of action to ensure every aspect of the move is thoroughly outlined and then implemented in the most efficient and cost-effective manner. From small to large size plants, we have the experience to implement the move quickly and safely. \n\n Unlike other moving contractors, our comprehensive proposals include costs for rigging, moving, electrical, piping, mechanical, millwright work, transportation and storage.\n\nOur moving services include:\n<ul>\n <li>Lay out floors of new location</li>\n <li>Dismantling</li>\n <li>Moving of common stock inventory</li>\n <li>Hauling/transportation</li>\n <li>Assembling</li>\n <li>Alignment</li>\n <li>Leveling</li>\n <li>Anchoring</li>\n <li>Grouting</li>\n <li>Fabrication/modification as requested</li>\n</ul>\n<h2>Millwright Services</h2>\nOur Millwrights are highly skilled at executing another type of operation from layout, dismantling, installing, assembling, leveling, anchoring, grouting and fabricating. Our team will help your business avoid downtime and keep all aspects of your operation running smoothly. \n<h2>Consultation</h2>\nOur team of professionals provides us with the talent necessary to analyze and advise on any potential lifting or rigging challenge that you have. It takes years of experience with large and small projects, plus a dedication to continually learning the industry trends and new technologies to enable an individual to comprehend and plan for the many details involved in complex projects. These are the people we hire at ARS Contracting, Inc. These are the people you can depend on for complete project management, or consultation on the best process and resources for the job. \n\n<a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\nGET QUOTATION\n</a>','Services','','inherit','closed','closed','','65-revision-v1','','','2020-07-03 01:36:05','2020-07-03 06:36:05','',65,'http://www.arscontracting.com/65-revision-v1/',0,'revision','',0),(721,5,'2020-07-03 01:37:52','2020-07-03 06:37:52','<h2>Rigging</h2> \n <p>When you have machinery that needs to be relocated, lifted or installed, call on the company with rigging and machinery moving expertise. ARS Contracting, Inc. professionals have the experience and innovative solutions to solve the most complex problems. Plus, we’ll keep our focus on safety, timelines and budget. We rig, move and set equipment every day – it’s the only work we do! Contact us and learn why some of the biggest companies in the U.S. rely on us for all of their moves. </p> \n <h2>Rigging, Machinery Moving & Installation\n</h2> \n <p>Rigging and moving machinery requires a unique set of skills. And this is exactly what we focus on. We’ll develop a plan, timeline and engage a skilled team and essential equipment to get the job done smoothly. When large equipment must fit into tight spaces, we have the expertise and foresight to identify potential challenges and we develop a process to ensure success with minimal complications. From data centers, to healthcare facilities, public buildings, manufacturing facilities and beyond, we have the innovative solutions, equipment and certified talent to get the job done. </p> \n <h2>Heavy Lifting & Erecting</h2> \n <p>A thorough analysis and detailed plan of action are a “must” when lifting and erecting large equipment. Our team develops the solutions to overcome space and time challenges. Then, planning turns into action, and our certified riggers team executes every detail in a professional manner to ensure the project is done right the first time, safely and efficiently. </p> \n <h2>Hauling & Jobsite Delivery</h2> \n <p>Our team engages the right vehicles to deliver your equipment safely to your destination across the U.S. </p><ul><li>VEHICLES:<ul><li>Flatbeds</li><li>Step Decks</li><li>Double Drops – Expandable & RGNs</li><li>Tilt Beds - Trailers</li><li>Straight Trucks – 12’ to 24’</li><li>Vans – 48-53 Logistics</li></ul></li></ul><p> </p><ul><li>OTHER SERVICES WE PROVIDE:<ul><li>Over Dimensional Loads</li><li>Heavy Hauling</li><li>LTL (Less than truckload)</li></ul></li></ul> \n <h2>Storage & Preservation</h2> \n <p>Our warehouse provides great value for customers because it allows us to receive equipment from across the country to be assembled in one location, then moved to the final destination. Our facility is centrally located and provides indoor and outdoor storage space. The warehouse is heated, under video surveillance and is equipped with fire alarms, docks, and ground doors. The outside storage area is fenced, locked and under video surveillance. Allowing quick, easy access to Chicago and the suburbs, we’re located near O’Hare Airport.</p> \n <h2>Plant Relocation</h2> \n <p>Moving a plant involves precision planning, access to the best equipment and talent and flexibility to quickly adjust to any changes. We start with a consultation to fully understand the customer’s goals, along with the current and future facilities. Then, we develop a detailed plan of action to ensure every aspect of the move is thoroughly outlined and then implemented in the most efficient and cost-effective manner. From small to large size plants, we have the experience to implement the move quickly and safely. </p><p> Unlike other moving contractors, our comprehensive proposals include costs for rigging, moving, electrical, piping, mechanical, millwright work, transportation and storage.</p><p>Our moving services include:</p><ul><li>Lay out floors of new location</li><li>Dismantling</li><li>Moving of common stock inventory</li><li>Hauling/transportation</li><li>Assembling</li><li>Alignment</li><li>Leveling</li><li>Anchoring</li><li>Grouting</li><li>Fabrication/modification as requested</li></ul> \n <h2>Millwright Services</h2> \n <p>Our Millwrights are highly skilled at executing another type of operation from layout, dismantling, installing, assembling, leveling, anchoring, grouting and fabricating. Our team will help your business avoid downtime and keep all aspects of your operation running smoothly. </p> \n <h2>Consultation</h2> \n <p>Our team of professionals provides us with the talent necessary to analyze and advise on any potential lifting or rigging challenge that you have. It takes years of experience with large and small projects, plus a dedication to continually learning the industry trends and new technologies to enable an individual to comprehend and plan for the many details involved in complex projects. These are the people we hire at ARS Contracting, Inc. These are the people you can depend on for complete project management, or consultation on the best process and resources for the job. </p> \n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','Services','','inherit','closed','closed','','65-revision-v1','','','2020-07-03 01:37:52','2020-07-03 06:37:52','',65,'http://www.arscontracting.com/65-revision-v1/',0,'revision','',0),(723,5,'2020-07-03 01:50:54','2020-07-03 06:50:54','<h2>Rigging</h2> \n <p>When you have machinery that needs to be relocated, lifted or installed, call on the company with rigging and machinery moving expertise. ARS Contracting, Inc. professionals have the experience and innovative solutions to solve the most complex problems. Plus, we’ll keep our focus on safety, timelines and budget. We rig, move and set equipment every day – it’s the only work we do! Contact us and learn why some of the biggest companies in the U.S. rely on us for all of their moves. </p> \n <h2>Rigging, Machinery Moving & Installation\n</h2> \n <p>Rigging and moving machinery requires a unique set of skills. And this is exactly what we focus on. We’ll develop a plan, timeline and engage a skilled team and essential equipment to get the job done smoothly. When large equipment must fit into tight spaces, we have the expertise and foresight to identify potential challenges and we develop a process to ensure success with minimal complications. From data centers, to healthcare facilities, public buildings, manufacturing facilities and beyond, we have the innovative solutions, equipment and certified talent to get the job done. </p> \n <h2>Heavy Lifting & Erecting</h2> \n <p>A thorough analysis and detailed plan of action are a “must” when lifting and erecting large equipment. Our team develops the solutions to overcome space and time challenges. Then, planning turns into action, and our certified riggers team executes every detail in a professional manner to ensure the project is done right the first time, safely and efficiently. </p> \n <h2>Hauling & Jobsite Delivery</h2> \n <p>Our team engages the right vehicles to deliver your equipment safely to your destination across the U.S. </p><ul><li>VEHICLES:<ul><li>Flatbeds</li><li>Step Decks</li><li>Double Drops – Expandable & RGNs</li><li>Tilt Beds - Trailers</li><li>Straight Trucks – 12’ to 24’</li><li>Vans – 48-53 Logistics</li></ul></li></ul><p> </p><ul><li>OTHER SERVICES WE PROVIDE:<ul><li>Over Dimensional Loads</li><li>Heavy Hauling</li><li>LTL (Less than truckload)</li></ul></li></ul> \n <h2>Storage & Preservation</h2> \n <p>Our warehouse provides great value for customers because it allows us to receive equipment from across the country to be assembled in one location, then moved to the final destination. Our facility is centrally located and provides indoor and outdoor storage space. The warehouse is heated, under video surveillance and is equipped with fire alarms, docks, and ground doors. The outside storage area is fenced, locked and under video surveillance. Allowing quick, easy access to Chicago and the suburbs, we’re located near O’Hare Airport.</p> \n <h2>Plant Relocation</h2> \n <p>Moving a plant involves precision planning, access to the best equipment and talent and flexibility to quickly adjust to any changes. We start with a consultation to fully understand the customer’s goals, along with the current and future facilities. Then, we develop a detailed plan of action to ensure every aspect of the move is thoroughly outlined and then implemented in the most efficient and cost-effective manner. From small to large size plants, we have the experience to implement the move quickly and safely. </p><p> Unlike other moving contractors, our comprehensive proposals include costs for rigging, moving, electrical, piping, mechanical, millwright work, transportation and storage.</p><p>Our moving services include:</p><ul><li>Lay out floors of new location</li><li>Dismantling</li><li>Moving of common stock inventory</li><li>Hauling/transportation</li><li>Assembling</li><li>Alignment</li><li>Leveling</li><li>Anchoring</li><li>Grouting</li><li>Fabrication/modification as requested</li></ul> \n <h2>Millwright Services</h2> \n <p>Our Millwrights are highly skilled at executing another type of operation from layout, dismantling, installing, assembling, leveling, anchoring, grouting and fabricating. Our team will help your business avoid downtime and keep all aspects of your operation running smoothly. </p> \n <h2>Consultation</h2> \n <p>Our team of professionals provides us with the talent necessary to analyze and advise on any potential lifting or rigging challenge that you have. It takes years of experience with large and small projects, plus a dedication to continually learning the industry trends and new technologies to enable an individual to comprehend and plan for the many details involved in complex projects. These are the people we hire at ARS Contracting, Inc. These are the people you can depend on for complete project management, or consultation on the best process and resources for the job. </p> \n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','Services','','inherit','closed','closed','','65-revision-v1','','','2020-07-03 01:50:54','2020-07-03 06:50:54','',65,'http://www.arscontracting.com/65-revision-v1/',0,'revision','',0),(725,5,'2020-07-03 01:52:21','2020-07-03 06:52:21','<h2>Rigging</h2> \n <p>When you have machinery that needs to be relocated, lifted or installed, call on the company with rigging and machinery moving expertise. ARS Contracting, Inc. professionals have the experience and innovative solutions to solve the most complex problems. Plus, we’ll keep our focus on safety, timelines and budget. We rig, move and set equipment every day – it’s the only work we do! Contact us and learn why some of the biggest companies in the U.S. rely on us for all of their moves. </p> \n <h2>Rigging, Machinery Moving & Installation\n</h2> \n <p>Rigging and moving machinery requires a unique set of skills. And this is exactly what we focus on. We’ll develop a plan, timeline and engage a skilled team and essential equipment to get the job done smoothly. When large equipment must fit into tight spaces, we have the expertise and foresight to identify potential challenges and we develop a process to ensure success with minimal complications. From data centers, to healthcare facilities, public buildings, manufacturing facilities and beyond, we have the innovative solutions, equipment and certified talent to get the job done. </p> \n <h2>Heavy Lifting & Erecting</h2> \n <p>A thorough analysis and detailed plan of action are a “must” when lifting and erecting large equipment. Our team develops the solutions to overcome space and time challenges. Then, planning turns into action, and our certified riggers team executes every detail in a professional manner to ensure the project is done right the first time, safely and efficiently. </p> \n <h2>Hauling & Jobsite Delivery</h2> \n <p>Our team engages the right vehicles to deliver your equipment safely to your destination across the U.S. </p><ul><li>VEHICLES:<ul><li>Flatbeds</li><li>Step Decks</li><li>Double Drops – Expandable & RGNs</li><li>Tilt Beds - Trailers</li><li>Straight Trucks – 12’ to 24’</li><li>Vans – 48-53 Logistics</li></ul></li></ul><p> </p><ul><li>OTHER SERVICES WE PROVIDE:<ul><li>Over Dimensional Loads</li><li>Heavy Hauling</li><li>LTL (Less than truckload)</li></ul></li></ul> \n <h2>Storage & Preservation</h2> \n <p>Our warehouse provides great value for customers because it allows us to receive equipment from across the country to be assembled in one location, then moved to the final destination. Our facility is centrally located and provides indoor and outdoor storage space. The warehouse is heated, under video surveillance and is equipped with fire alarms, docks, and ground doors. The outside storage area is fenced, locked and under video surveillance. Allowing quick, easy access to Chicago and the suburbs, we’re located near O’Hare Airport.</p> \n <h2>Plant Relocation</h2> \n <p>Moving a plant involves precision planning, access to the best equipment and talent and flexibility to quickly adjust to any changes. We start with a consultation to fully understand the customer’s goals, along with the current and future facilities. Then, we develop a detailed plan of action to ensure every aspect of the move is thoroughly outlined and then implemented in the most efficient and cost-effective manner. From small to large size plants, we have the experience to implement the move quickly and safely. </p><p> Unlike other moving contractors, our comprehensive proposals include costs for rigging, moving, electrical, piping, mechanical, millwright work, transportation and storage.</p><p>Our moving services include:</p><ul><li>Lay out floors of new location</li><li>Dismantling</li><li>Moving of common stock inventory</li><li>Hauling/transportation</li><li>Assembling</li><li>Alignment</li><li>Leveling</li><li>Anchoring</li><li>Grouting</li><li>Fabrication/modification as requested</li></ul> \n <h2>Millwright Services</h2> \n <p>Our Millwrights are highly skilled at executing another type of operation from layout, dismantling, installing, assembling, leveling, anchoring, grouting and fabricating. Our team will help your business avoid downtime and keep all aspects of your operation running smoothly. </p> \n <h2>Consultation</h2> \n <p>Our team of professionals provides us with the talent necessary to analyze and advise on any potential lifting or rigging challenge that you have. It takes years of experience with large and small projects, plus a dedication to continually learning the industry trends and new technologies to enable an individual to comprehend and plan for the many details involved in complex projects. These are the people we hire at ARS Contracting, Inc. These are the people you can depend on for complete project management, or consultation on the best process and resources for the job. </p> \n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','Services','','inherit','closed','closed','','65-revision-v1','','','2020-07-03 01:52:21','2020-07-03 06:52:21','',65,'http://www.arscontracting.com/65-revision-v1/',0,'revision','',0),(726,5,'2020-07-03 01:52:48','2020-07-03 06:52:48','<h2>Rigging</h2> \n <p>When you have machinery that needs to be relocated, lifted or installed, call on the company with rigging and machinery moving expertise. ARS Contracting, Inc. professionals have the experience and innovative solutions to solve the most complex problems. Plus, we’ll keep our focus on safety, timelines and budget. We rig, move and set equipment every day – it’s the only work we do! Contact us and learn why some of the biggest companies in the U.S. rely on us for all of their moves. </p> \n <h2>Rigging, Machinery Moving & Installation\n</h2> \n <p>Rigging and moving machinery requires a unique set of skills. And this is exactly what we focus on. We’ll develop a plan, timeline and engage a skilled team and essential equipment to get the job done smoothly. When large equipment must fit into tight spaces, we have the expertise and foresight to identify potential challenges and we develop a process to ensure success with minimal complications. From data centers, to healthcare facilities, public buildings, manufacturing facilities and beyond, we have the innovative solutions, equipment and certified talent to get the job done. </p> \n <h2>Heavy Lifting & Erecting</h2> \n <p>A thorough analysis and detailed plan of action are a “must” when lifting and erecting large equipment. Our team develops the solutions to overcome space and time challenges. Then, planning turns into action, and our certified riggers team executes every detail in a professional manner to ensure the project is done right the first time, safely and efficiently. </p> \n <h2>Hauling & Jobsite Delivery</h2> \n <p>Our team engages the right vehicles to deliver your equipment safely to your destination across the U.S. </p><ul><li>VEHICLES:<ul><li>Flatbeds</li><li>Step Decks</li><li>Double Drops – Expandable & RGNs</li><li>Tilt Beds - Trailers</li><li>Straight Trucks – 12’ to 24’</li><li>Vans – 48-53 Logistics</li></ul></li></ul><p> </p><ul><li>OTHER SERVICES WE PROVIDE:<ul><li>Over Dimensional Loads</li><li>Heavy Hauling</li><li>LTL (Less than truckload)</li></ul></li></ul> \n <h2>Storage & Preservation</h2> \n <p>Our warehouse provides great value for customers because it allows us to receive equipment from across the country to be assembled in one location, then moved to the final destination. Our facility is centrally located and provides indoor and outdoor storage space. The warehouse is heated, under video surveillance and is equipped with fire alarms, docks, and ground doors. The outside storage area is fenced, locked and under video surveillance. Allowing quick, easy access to Chicago and the suburbs, we’re located near O’Hare Airport.</p> \n <h2>Plant Relocation</h2> \n <p>Moving a plant involves precision planning, access to the best equipment and talent and flexibility to quickly adjust to any changes. We start with a consultation to fully understand the customer’s goals, along with the current and future facilities. Then, we develop a detailed plan of action to ensure every aspect of the move is thoroughly outlined and then implemented in the most efficient and cost-effective manner. From small to large size plants, we have the experience to implement the move quickly and safely. </p><p> Unlike other moving contractors, our comprehensive proposals include costs for rigging, moving, electrical, piping, mechanical, millwright work, transportation and storage.</p><p>Our moving services include:</p><ul><li>Lay out floors of new location</li><li>Dismantling</li><li>Moving of common stock inventory</li><li>Hauling/transportation</li><li>Assembling</li><li>Alignment</li><li>Leveling</li><li>Anchoring</li><li>Grouting</li><li>Fabrication/modification as requested</li></ul> \n <h2>Millwright Services</h2> \n <p>Our Millwrights are highly skilled at executing another type of operation from layout, dismantling, installing, assembling, leveling, anchoring, grouting and fabricating. Our team will help your business avoid downtime and keep all aspects of your operation running smoothly. </p> \n <h2>Consultation</h2> \n <p>Our team of professionals provides us with the talent necessary to analyze and advise on any potential lifting or rigging challenge that you have. It takes years of experience with large and small projects, plus a dedication to continually learning the industry trends and new technologies to enable an individual to comprehend and plan for the many details involved in complex projects. These are the people we hire at ARS Contracting, Inc. These are the people you can depend on for complete project management, or consultation on the best process and resources for the job. </p> \n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','Services','','inherit','closed','closed','','65-revision-v1','','','2020-07-03 01:52:48','2020-07-03 06:52:48','',65,'http://www.arscontracting.com/65-revision-v1/',0,'revision','',0),(727,5,'2020-07-03 02:02:33','2020-07-03 07:02:33','<h2>Rigging</h2> \n <p>When you have machinery that needs to be relocated, lifted or installed, call on the company with rigging and machinery moving expertise. ARS Contracting, Inc. professionals have the experience and innovative solutions to solve the most complex problems. Plus, we’ll keep our focus on safety, timelines and budget. We rig, move and set equipment every day – it’s the only work we do! Contact us and learn why some of the biggest companies in the U.S. rely on us for all of their moves. </p> \n <h2>Rigging, Machinery Moving & Installation\n</h2> \n <p>Rigging and moving machinery requires a unique set of skills. And this is exactly what we focus on. We’ll develop a plan, timeline and engage a skilled team and essential equipment to get the job done smoothly. When large equipment must fit into tight spaces, we have the expertise and foresight to identify potential challenges and we develop a process to ensure success with minimal complications. From data centers, to healthcare facilities, public buildings, manufacturing facilities and beyond, we have the innovative solutions, equipment and certified talent to get the job done. </p> \n <h2>Heavy Lifting & Erecting</h2> \n <p>A thorough analysis and detailed plan of action are a “must” when lifting and erecting large equipment. Our team develops the solutions to overcome space and time challenges. Then, planning turns into action, and our certified riggers team executes every detail in a professional manner to ensure the project is done right the first time, safely and efficiently. </p> \n <h2>Hauling & Jobsite Delivery</h2> \n <p>Our team engages the right vehicles to deliver your equipment safely to your destination across the U.S. </p><ul><li>VEHICLES:<ul><li>Flatbeds</li><li>Step Decks</li><li>Double Drops – Expandable & RGNs</li><li>Tilt Beds - Trailers</li><li>Straight Trucks – 12’ to 24’</li><li>Vans – 48-53 Logistics</li></ul></li></ul><p> </p><ul><li>OTHER SERVICES WE PROVIDE:<ul><li>Over Dimensional Loads</li><li>Heavy Hauling</li><li>LTL (Less than truckload)</li></ul></li></ul> \n <h2>Storage & Preservation</h2> \n <p>Our warehouse provides great value for customers because it allows us to receive equipment from across the country to be assembled in one location, then moved to the final destination. Our facility is centrally located and provides indoor and outdoor storage space. The warehouse is heated, under video surveillance and is equipped with fire alarms, docks, and ground doors. The outside storage area is fenced, locked and under video surveillance. Allowing quick, easy access to Chicago and the suburbs, we’re located near O’Hare Airport.</p> \n <h2>Plant Relocation</h2> \n <p>Moving a plant involves precision planning, access to the best equipment and talent and flexibility to quickly adjust to any changes. We start with a consultation to fully understand the customer’s goals, along with the current and future facilities. Then, we develop a detailed plan of action to ensure every aspect of the move is thoroughly outlined and then implemented in the most efficient and cost-effective manner. From small to large size plants, we have the experience to implement the move quickly and safely. </p><p> Unlike other moving contractors, our comprehensive proposals include costs for rigging, moving, electrical, piping, mechanical, millwright work, transportation and storage.</p><p>Our moving services include:</p><ul><li>Lay out floors of new location</li><li>Dismantling</li><li>Moving of common stock inventory</li><li>Hauling/transportation</li><li>Assembling</li><li>Alignment</li><li>Leveling</li><li>Anchoring</li><li>Grouting</li><li>Fabrication/modification as requested</li></ul> \n <h2>Millwright Services</h2> \n <p>Our Millwrights are highly skilled at executing another type of operation from layout, dismantling, installing, assembling, leveling, anchoring, grouting and fabricating. Our team will help your business avoid downtime and keep all aspects of your operation running smoothly. </p> \n <h2>Consultation</h2> \n <p>Our team of professionals provides us with the talent necessary to analyze and advise on any potential lifting or rigging challenge that you have. It takes years of experience with large and small projects, plus a dedication to continually learning the industry trends and new technologies to enable an individual to comprehend and plan for the many details involved in complex projects. These are the people we hire at ARS Contracting, Inc. These are the people you can depend on for complete project management, or consultation on the best process and resources for the job. </p> \n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','Services','','inherit','closed','closed','','65-revision-v1','','','2020-07-03 02:02:33','2020-07-03 07:02:33','',65,'http://www.arscontracting.com/65-revision-v1/',0,'revision','',0),(728,5,'2020-07-03 02:07:08','2020-07-03 07:07:08','<h2>Rigging</h2> \n <p>When you have machinery that needs to be relocated, lifted or installed, call on the company with rigging and machinery moving expertise. ARS Contracting, Inc. professionals have the experience and innovative solutions to solve the most complex problems. Plus, we’ll keep our focus on safety, timelines and budget. We rig, move and set equipment every day – it’s the only work we do! Contact us and learn why some of the biggest companies in the U.S. rely on us for all of their moves. </p> \n <h2>Rigging, Machinery Moving & Installation\n</h2> \n <p>Rigging and moving machinery requires a unique set of skills. And this is exactly what we focus on. We’ll develop a plan, timeline and engage a skilled team and essential equipment to get the job done smoothly. When large equipment must fit into tight spaces, we have the expertise and foresight to identify potential challenges and we develop a process to ensure success with minimal complications. From data centers, to healthcare facilities, public buildings, manufacturing facilities and beyond, we have the innovative solutions, equipment and certified talent to get the job done. </p> \n <h2>Heavy Lifting & Erecting</h2> \n <p>A thorough analysis and detailed plan of action are a “must” when lifting and erecting large equipment. Our team develops the solutions to overcome space and time challenges. Then, planning turns into action, and our certified riggers team executes every detail in a professional manner to ensure the project is done right the first time, safely and efficiently. </p> \n <h2>Hauling & Jobsite Delivery</h2> \n <p>Our team engages the right vehicles to deliver your equipment safely to your destination across the U.S. </p><ul><li>VEHICLES:<ul><li>Flatbeds</li><li>Step Decks</li><li>Double Drops – Expandable & RGNs</li><li>Tilt Beds - Trailers</li><li>Straight Trucks – 12’ to 24’</li><li>Vans – 48-53 Logistics</li></ul></li></ul><p> </p><ul><li>OTHER SERVICES WE PROVIDE:<ul><li>Over Dimensional Loads</li><li>Heavy Hauling</li><li>LTL (Less than truckload)</li></ul></li></ul> \n <h2>Storage & Preservation</h2> \n <p>Our warehouse provides great value for customers because it allows us to receive equipment from across the country to be assembled in one location, then moved to the final destination. Our facility is centrally located and provides indoor and outdoor storage space. The warehouse is heated, under video surveillance and is equipped with fire alarms, docks, and ground doors. The outside storage area is fenced, locked and under video surveillance. Allowing quick, easy access to Chicago and the suburbs, we’re located near O’Hare Airport.</p> \n <h2>Plant Relocation</h2> \n <p>Moving a plant involves precision planning, access to the best equipment and talent and flexibility to quickly adjust to any changes. We start with a consultation to fully understand the customer’s goals, along with the current and future facilities. Then, we develop a detailed plan of action to ensure every aspect of the move is thoroughly outlined and then implemented in the most efficient and cost-effective manner. From small to large size plants, we have the experience to implement the move quickly and safely. </p><p> Unlike other moving contractors, our comprehensive proposals include costs for rigging, moving, electrical, piping, mechanical, millwright work, transportation and storage.</p><p>Our moving services include:</p><ul><li>Lay out floors of new location</li><li>Dismantling</li><li>Moving of common stock inventory</li><li>Hauling/transportation</li><li>Assembling</li><li>Alignment</li><li>Leveling</li><li>Anchoring</li><li>Grouting</li><li>Fabrication/modification as requested</li></ul> \n <h2>Millwright Services</h2> \n <p>Our Millwrights are highly skilled at executing another type of operation from layout, dismantling, installing, assembling, leveling, anchoring, grouting and fabricating. Our team will help your business avoid downtime and keep all aspects of your operation running smoothly. </p> \n <h2>Consultation</h2> \n <p>Our team of professionals provides us with the talent necessary to analyze and advise on any potential lifting or rigging challenge that you have. It takes years of experience with large and small projects, plus a dedication to continually learning the industry trends and new technologies to enable an individual to comprehend and plan for the many details involved in complex projects. These are the people we hire at ARS Contracting, Inc. These are the people you can depend on for complete project management, or consultation on the best process and resources for the job. </p> \n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','Services','','inherit','closed','closed','','65-revision-v1','','','2020-07-03 02:07:08','2020-07-03 07:07:08','',65,'http://www.arscontracting.com/65-revision-v1/',0,'revision','',0),(729,5,'2020-07-03 02:08:07','2020-07-03 07:08:07','<h2>Rigging</h2> \n <p>When you have machinery that needs to be relocated, lifted or installed, call on the company with rigging and machinery moving expertise. ARS Contracting, Inc. professionals have the experience and innovative solutions to solve the most complex problems. Plus, we’ll keep our focus on safety, timelines and budget. We rig, move and set equipment every day – it’s the only work we do! Contact us and learn why some of the biggest companies in the U.S. rely on us for all of their moves. </p> \n <h2>Rigging, Machinery Moving & Installation\n</h2> \n <p>Rigging and moving machinery requires a unique set of skills. And this is exactly what we focus on. We’ll develop a plan, timeline and engage a skilled team and essential equipment to get the job done smoothly. When large equipment must fit into tight spaces, we have the expertise and foresight to identify potential challenges and we develop a process to ensure success with minimal complications. From data centers, to healthcare facilities, public buildings, manufacturing facilities and beyond, we have the innovative solutions, equipment and certified talent to get the job done. </p> \n <h2>Heavy Lifting & Erecting</h2> \n <p>A thorough analysis and detailed plan of action are a “must” when lifting and erecting large equipment. Our team develops the solutions to overcome space and time challenges. Then, planning turns into action, and our certified riggers team executes every detail in a professional manner to ensure the project is done right the first time, safely and efficiently. </p> \n <h2>Hauling & Jobsite Delivery</h2> \n <p>Our team engages the right vehicles to deliver your equipment safely to your destination across the U.S. </p><ul><li>VEHICLES:<ul><li>Flatbeds</li><li>Step Decks</li><li>Double Drops – Expandable & RGNs</li><li>Tilt Beds - Trailers</li><li>Straight Trucks – 12’ to 24’</li><li>Vans – 48-53 Logistics</li></ul></li></ul><p> </p><ul><li>OTHER SERVICES WE PROVIDE:<ul><li>Over Dimensional Loads</li><li>Heavy Hauling</li><li>LTL (Less than truckload)</li></ul></li></ul> \n <h2>Storage & Preservation</h2> \n <p>Our warehouse provides great value for customers because it allows us to receive equipment from across the country to be assembled in one location, then moved to the final destination. Our facility is centrally located and provides indoor and outdoor storage space. The warehouse is heated, under video surveillance and is equipped with fire alarms, docks, and ground doors. The outside storage area is fenced, locked and under video surveillance. Allowing quick, easy access to Chicago and the suburbs, we’re located near O’Hare Airport.</p> \n <h2>Plant Relocation</h2> \n <p>Moving a plant involves precision planning, access to the best equipment and talent and flexibility to quickly adjust to any changes. We start with a consultation to fully understand the customer’s goals, along with the current and future facilities. Then, we develop a detailed plan of action to ensure every aspect of the move is thoroughly outlined and then implemented in the most efficient and cost-effective manner. From small to large size plants, we have the experience to implement the move quickly and safely. </p><p> Unlike other moving contractors, our comprehensive proposals include costs for rigging, moving, electrical, piping, mechanical, millwright work, transportation and storage.</p><p>Our moving services include:</p><ul><li>Lay out floors of new location</li><li>Dismantling</li><li>Moving of common stock inventory</li><li>Hauling/transportation</li><li>Assembling</li><li>Alignment</li><li>Leveling</li><li>Anchoring</li><li>Grouting</li><li>Fabrication/modification as requested</li></ul> \n <h2>Millwright Services</h2> \n <p>Our Millwrights are highly skilled at executing another type of operation from layout, dismantling, installing, assembling, leveling, anchoring, grouting and fabricating. Our team will help your business avoid downtime and keep all aspects of your operation running smoothly. </p> \n <h2>Consultation</h2> \n <p>Our team of professionals provides us with the talent necessary to analyze and advise on any potential lifting or rigging challenge that you have. It takes years of experience with large and small projects, plus a dedication to continually learning the industry trends and new technologies to enable an individual to comprehend and plan for the many details involved in complex projects. These are the people we hire at ARS Contracting, Inc. These are the people you can depend on for complete project management, or consultation on the best process and resources for the job. </p> \n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','Services','','inherit','closed','closed','','65-revision-v1','','','2020-07-03 02:08:07','2020-07-03 07:08:07','',65,'http://www.arscontracting.com/65-revision-v1/',0,'revision','',0),(730,5,'2020-07-03 02:08:59','2020-07-03 07:08:59','<h2>Rigging</h2> \n <p>When you have machinery that needs to be relocated, lifted or installed, call on the company with rigging and machinery moving expertise. ARS Contracting, Inc. professionals have the experience and innovative solutions to solve the most complex problems. Plus, we’ll keep our focus on safety, timelines and budget. We rig, move and set equipment every day – it’s the only work we do! Contact us and learn why some of the biggest companies in the U.S. rely on us for all of their moves. </p> \n <h2>Rigging, Machinery Moving & Installation\n</h2> \n <p>Rigging and moving machinery requires a unique set of skills. And this is exactly what we focus on. We’ll develop a plan, timeline and engage a skilled team and essential equipment to get the job done smoothly. When large equipment must fit into tight spaces, we have the expertise and foresight to identify potential challenges and we develop a process to ensure success with minimal complications. From data centers, to healthcare facilities, public buildings, manufacturing facilities and beyond, we have the innovative solutions, equipment and certified talent to get the job done. </p> \n <h2>Heavy Lifting & Erecting</h2> \n <p>A thorough analysis and detailed plan of action are a “must” when lifting and erecting large equipment. Our team develops the solutions to overcome space and time challenges. Then, planning turns into action, and our certified riggers team executes every detail in a professional manner to ensure the project is done right the first time, safely and efficiently. </p> \n <h2>Hauling & Jobsite Delivery</h2> \n <p>Our team engages the right vehicles to deliver your equipment safely to your destination across the U.S. </p><ul><li>VEHICLES:<ul><li>Flatbeds</li><li>Step Decks</li><li>Double Drops – Expandable & RGNs</li><li>Tilt Beds - Trailers</li><li>Straight Trucks – 12’ to 24’</li><li>Vans – 48-53 Logistics</li></ul></li></ul><p> </p><ul><li>OTHER SERVICES WE PROVIDE:<ul><li>Over Dimensional Loads</li><li>Heavy Hauling</li><li>LTL (Less than truckload)</li></ul></li></ul> \n <h2>Storage & Preservation</h2> \n <p>Our warehouse provides great value for customers because it allows us to receive equipment from across the country to be assembled in one location, then moved to the final destination. Our facility is centrally located and provides indoor and outdoor storage space. The warehouse is heated, under video surveillance and is equipped with fire alarms, docks, and ground doors. The outside storage area is fenced, locked and under video surveillance. Allowing quick, easy access to Chicago and the suburbs, we’re located near O’Hare Airport.</p> \n <h2>Plant Relocation</h2> \n <p>Moving a plant involves precision planning, access to the best equipment and talent and flexibility to quickly adjust to any changes. We start with a consultation to fully understand the customer’s goals, along with the current and future facilities. Then, we develop a detailed plan of action to ensure every aspect of the move is thoroughly outlined and then implemented in the most efficient and cost-effective manner. From small to large size plants, we have the experience to implement the move quickly and safely. </p><p> Unlike other moving contractors, our comprehensive proposals include costs for rigging, moving, electrical, piping, mechanical, millwright work, transportation and storage.</p><p>Our moving services include:</p><ul><li>Lay out floors of new location</li><li>Dismantling</li><li>Moving of common stock inventory</li><li>Hauling/transportation</li><li>Assembling</li><li>Alignment</li><li>Leveling</li><li>Anchoring</li><li>Grouting</li><li>Fabrication/modification as requested</li></ul> \n <h2>Millwright Services</h2> \n <p>Our Millwrights are highly skilled at executing another type of operation from layout, dismantling, installing, assembling, leveling, anchoring, grouting and fabricating. Our team will help your business avoid downtime and keep all aspects of your operation running smoothly. </p> \n <h2>Consultation</h2> \n <p>Our team of professionals provides us with the talent necessary to analyze and advise on any potential lifting or rigging challenge that you have. It takes years of experience with large and small projects, plus a dedication to continually learning the industry trends and new technologies to enable an individual to comprehend and plan for the many details involved in complex projects. These are the people we hire at ARS Contracting, Inc. These are the people you can depend on for complete project management, or consultation on the best process and resources for the job. </p> \n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','Services','','inherit','closed','closed','','65-revision-v1','','','2020-07-03 02:08:59','2020-07-03 07:08:59','',65,'http://www.arscontracting.com/65-revision-v1/',0,'revision','',0),(731,5,'2020-07-03 02:20:15','2020-07-03 07:20:15','<h2>Rigging</h2> \n <p>When you have machinery that needs to be relocated, lifted or installed, call on the company with rigging and machinery moving expertise. ARS Contracting, Inc. professionals have the experience and innovative solutions to solve the most complex problems. Plus, we’ll keep our focus on safety, timelines and budget. We rig, move and set equipment every day – it’s the only work we do! Contact us and learn why some of the biggest companies in the U.S. rely on us for all of their moves. </p> \n <h2>Rigging, Machinery Moving & Installation\n</h2> \n <p>Rigging and moving machinery requires a unique set of skills. And this is exactly what we focus on. We’ll develop a plan, timeline and engage a skilled team and essential equipment to get the job done smoothly. When large equipment must fit into tight spaces, we have the expertise and foresight to identify potential challenges and we develop a process to ensure success with minimal complications. From data centers, to healthcare facilities, public buildings, manufacturing facilities and beyond, we have the innovative solutions, equipment and certified talent to get the job done. </p> \n <h2>Heavy Lifting & Erecting</h2> \n <p>A thorough analysis and detailed plan of action are a “must” when lifting and erecting large equipment. Our team develops the solutions to overcome space and time challenges. Then, planning turns into action, and our certified riggers team executes every detail in a professional manner to ensure the project is done right the first time, safely and efficiently. </p> \n <h2>Hauling & Jobsite Delivery</h2> \n <p>Our team engages the right vehicles to deliver your equipment safely to your destination across the U.S. </p><ul><li>VEHICLES:<ul><li>Flatbeds</li><li>Step Decks</li><li>Double Drops – Expandable & RGNs</li><li>Tilt Beds - Trailers</li><li>Straight Trucks – 12’ to 24’</li><li>Vans – 48-53 Logistics</li></ul></li></ul><p> </p><ul><li>OTHER SERVICES WE PROVIDE:<ul><li>Over Dimensional Loads</li><li>Heavy Hauling</li><li>LTL (Less than truckload)</li></ul></li></ul> \n <h2>Storage & Preservation</h2> \n <p>Our warehouse provides great value for customers because it allows us to receive equipment from across the country to be assembled in one location, then moved to the final destination. Our facility is centrally located and provides indoor and outdoor storage space. The warehouse is heated, under video surveillance and is equipped with fire alarms, docks, and ground doors. The outside storage area is fenced, locked and under video surveillance. Allowing quick, easy access to Chicago and the suburbs, we’re located near O’Hare Airport.</p> \n <h2>Plant Relocation</h2> \n <p>Moving a plant involves precision planning, access to the best equipment and talent and flexibility to quickly adjust to any changes. We start with a consultation to fully understand the customer’s goals, along with the current and future facilities. Then, we develop a detailed plan of action to ensure every aspect of the move is thoroughly outlined and then implemented in the most efficient and cost-effective manner. From small to large size plants, we have the experience to implement the move quickly and safely. </p><p> Unlike other moving contractors, our comprehensive proposals include costs for rigging, moving, electrical, piping, mechanical, millwright work, transportation and storage.</p><p>Our moving services include:</p><ul><li>Lay out floors of new location</li><li>Dismantling</li><li>Moving of common stock inventory</li><li>Hauling/transportation</li><li>Assembling</li><li>Alignment</li><li>Leveling</li><li>Anchoring</li><li>Grouting</li><li>Fabrication/modification as requested</li></ul> \n <h2>Millwright Services</h2> \n <p>Our Millwrights are highly skilled at executing another type of operation from layout, dismantling, installing, assembling, leveling, anchoring, grouting and fabricating. Our team will help your business avoid downtime and keep all aspects of your operation running smoothly. </p> \n <h2>Consultation</h2> \n <p>Our team of professionals provides us with the talent necessary to analyze and advise on any potential lifting or rigging challenge that you have. It takes years of experience with large and small projects, plus a dedication to continually learning the industry trends and new technologies to enable an individual to comprehend and plan for the many details involved in complex projects. These are the people we hire at ARS Contracting, Inc. These are the people you can depend on for complete project management, or consultation on the best process and resources for the job. </p> \n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n Contact Us\n </a>','Services','','inherit','closed','closed','','65-revision-v1','','','2020-07-03 02:20:15','2020-07-03 07:20:15','',65,'http://www.arscontracting.com/65-revision-v1/',0,'revision','',0),(733,5,'2020-07-03 03:26:15','2020-07-03 08:26:15','Rigging and moving machinery requires a unique set of skills. And this is exactly what we focus on. We’ll develop a plan, timeline and engage a skilled team and essential equipment to get the job done smoothly. When large equipment must fit into tight spaces, we have the expertise and foresight to identify potential challenges and we develop a process to ensure success with minimal complications. From data centers, to healthcare facilities, public buildings, manufacturing facilities and beyond, we have the innovative solutions, equipment and certified talent to get the job done.','Machinery Moving & Installation','','inherit','closed','closed','','207-autosave-v1','','','2020-07-03 03:26:15','2020-07-03 08:26:15','',207,'http://www.arscontracting.com/207-autosave-v1/',0,'revision','',0),(734,5,'2020-07-03 03:30:40','2020-07-03 08:30:40','Moving a plant involves precision planning, access to the best equipment and talent and flexibility to quickly adjust to any changes. We start with a consultation to fully understand the customer’s goals, along with the current and future facilities. Then, we develop a detailed plan of action to ensure every aspect of the move is thoroughly outlined and then implemented in the most efficient and cost-effective manner. From small to large size plants, we have the experience to implement the move quickly and safely.\n\nUnlike other moving contractors, our comprehensive proposals include costs for rigging, moving, electrical, piping, mechanical, millwright work, transportation and storage.\n\nOur moving services include:\n<ul>\n <li>Lay out floors of new location</li>\n <li>Dismantling</li>\n <li>Moving of common stock inventory</li>\n <li>Hauling/transportation</li>\n <li>Assembling</li>\n <li>Alignment</li>\n <li>Leveling</li>\n <li>Anchoring</li>\n <li>Grouting</li>\n <li>Fabrication/modification as requested</li>\n</ul>','Plant Relocation','','inherit','closed','closed','','197-autosave-v1','','','2020-07-03 03:30:40','2020-07-03 08:30:40','',197,'http://www.arscontracting.com/197-autosave-v1/',0,'revision','',0),(735,5,'2020-07-03 03:31:49','2020-07-03 08:31:49','Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.','Consultations','','inherit','closed','closed','','190-autosave-v1','','','2020-07-03 03:31:49','2020-07-03 08:31:49','',190,'http://www.arscontracting.com/190-autosave-v1/',0,'revision','',0),(736,5,'2020-07-03 04:04:39','0000-00-00 00:00:00','<h2>Architects & Engineers</h2> \n <p>Our team of professionals can work directly with architects and engineers to understand project details and plan each step of the process to ensure a smooth delivery and set up of equipment in any facility space.</p> \n <h2>Contractors – General, Electrical and Mechanical</h2> \n <p>Our expertise and up-to-date training enables our team to work with a range of contractors. We work with general contractors to assess the overall project and provide detailed plans to implement moves and set up equipment. </p><p>Electrical – our team collaborates with electrical contractors on a variety of equipment moves including generators, switchgears, transformers and more.</p><p>Mechanical – Our experience with mechanical contractors extends to moves and set up of a variety of equipment ranging from boilers and chillers to cooling towers and more. </p> \n <h2>Medical\n</h2> \n <p>Our team has successfully moved equipment for small and large medical facilities across the country. Moves have included MRIs, CAT/PET, generators, chillers and boilers.</p> \n <h2>Municipalities</h2> \n <p>Municipalities rely on our expertise for moves for schools, universities and government buildings</p> \n <h2>Building Owners & Facility Managers\n</h2> \n <p>ARS Contracting, Inc. coordinates facility relocations and equipment installations for properties across the country. We work with building owners and facility managers to plan every detail and execute each step within timelines and established budgets.</p> \n <h2>Manufacturers</h2> \n <p>Manufacturers in every industry category have relied on our team for plant relocations and industry moves across the U.S.</p> \n <h2>Laundry Facilities\n</h2> \n <p>Our professionals have moved commercial equipment ranging from washers, dryers and irons to water and chemical tanks. </p> \n <h2>Museums & Zoos\n</h2> \n <p>We completed moves of high value works of art and museum installations, plus zoo exhibits for organizations across the country.</p>','Industries','','draft','closed','closed','','','','','2020-07-03 04:04:39','0000-00-00 00:00:00','',0,'http://www.arscontracting.com/?page_id=736',0,'page','',0),(738,5,'2020-07-03 04:40:04','2020-07-03 09:40:04','<h3>\n Phone</h3>\n<a href=\"tel:1-800-358-8444\">1-800-358-8444</a>\n<h3>\n Email</h3>\n<a href=\"mailto:sales@arscontracting.com\">sales@arscontracting.com</a>\n<h3>\n Address</h3>\n<ul>\n <li>WAREHOUSE: 3333 Mt Prospect Rd, Franklin Park IL 60131</li>\n <li>OFFICE: 2015A US Route 34, Suite 3, Oswego IL 60543</li>\n <li>MAILING ADDRESS: 9540 S Carls Dr, Plainfield IL 60585</li>\n</ul>\n<h3>\n Fax</h3>\n630-364-5778\n<h3>\n Hours</h3>\n<ul>\n <li>OFFICE: 8:00 AM to 4:30 PM US Central Time</li>\n <li>SERVICE: 24 hours a day/7 days per week</li>\n</ul>\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=WAREHOUSE%3A%203333%20Mt%20Prospect%20Rd%2C%20Franklin%20Park%20IL%2060131&t=m&z=17&output=embed&iwloc=near\" aria-label=\"WAREHOUSE: 3333 Mt Prospect Rd, Franklin Park IL 60131\"></iframe>','Contact Us','','inherit','closed','closed','','69-revision-v1','','','2020-07-03 04:40:04','2020-07-03 09:40:04','',69,'http://www.arscontracting.com/69-revision-v1/',0,'revision','',0),(739,5,'2020-07-03 04:43:05','2020-07-03 09:43:05','<h3>\n Phone\n </h3>\n <p><a href=\"tel:1-800-358-8444\">1-800-358-8444</a></p>\n <h3>\n Email\n </h3>\n <p><a href=\"mailto:sales@arscontracting.com\">sales@arscontracting.com</a></p>\n <h3>\n Address\n </h3>\n <p><ul>\n<li><a href=\"https://www.google.com/maps/place/3333+Mt+Prospect+Rd,+Franklin+Park,+IL+60131,+USA/@41.9340863,-87.9216416,17z/data=!3m1!4b1!4m5!3m4!1s0x880fb48c00253097:0xda3cf20b0d9e5aae!8m2!3d41.9340823!4d-87.9194529\" target=\"_blank\" rel=\"noopener noreferrer\">WAREHOUSE: 3333 Mt Prospect Rd, Franklin Park IL 60131</a></li>\n<li><a href=\"https://www.google.com/maps/place/2015+US-34+#3,+Oswego,+IL+60543,+USA/@41.7086921,-88.3028741,17z/data=!3m1!4b1!4m5!3m4!1s0x880ef04cc1a9a74f:0x51c11798f8a7efee!8m2!3d41.7086881!4d-88.3006854\" target=\"_blank\" rel=\"noopener noreferrer\">OFFICE: 2015A US Route 34, Suite 3, Oswego IL 60543</a></li>\n<li><a href=\"https://www.google.com/maps/place/9540+S+Carls+Dr,+Plainfield,+IL+60585,+USA/@41.707794,-88.2453787,17z/data=!3m1!4b1!4m5!3m4!1s0x880ef72a7a3889bd:0x95b63192b5e0bf0a!8m2!3d41.707794!4d-88.24319\" target=\"_blank\" rel=\"noopener noreferrer\">MAILING ADDRESS: 9540 S Carls Dr, Plainfield IL 60585</a></li>\n</ul></p>\n <h3>\n Fax\n </h3>\n <p>630-364-5778</p>\n <h3>\n Hours\n </h3>\n <p><ul>\n<li>OFFICE: 8:00 AM to 4:30 PM US Central Time</li>\n<li>SERVICE: 24 hours a day/7 days per week</li>\n</ul></p>\n <iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=WAREHOUSE%3A%203333%20Mt%20Prospect%20Rd%2C%20Franklin%20Park%20IL%2060131&t=m&z=17&output=embed&iwloc=near\" aria-label=\"WAREHOUSE: 3333 Mt Prospect Rd, Franklin Park IL 60131\"></iframe>','Contact Us','','inherit','closed','closed','','69-revision-v1','','','2020-07-03 04:43:05','2020-07-03 09:43:05','',69,'http://www.arscontracting.com/69-revision-v1/',0,'revision','',0),(742,5,'2020-07-03 06:04:14','2020-07-03 11:04:14','<img width=\"295\" height=\"443\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd.jpg 295w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd-200x300.jpg 200w\" sizes=\"(max-width: 295px) 100vw, 295px\" /> \n <img width=\"353\" height=\"530\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2.jpg 353w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2-200x300.jpg 200w\" sizes=\"(max-width: 353px) 100vw, 353px\" /> \n <img width=\"348\" height=\"352\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3.png 348w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3-297x300.png 297w\" sizes=\"(max-width: 348px) 100vw, 348px\" /> \n <img width=\"380\" height=\"506\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg 380w, http://www.arscontracting.com/wp-content/uploads/2020/07/p1-225x300.jpg 225w\" sizes=\"(max-width: 380px) 100vw, 380px\" /> \n <h4>George “Red” Gilmartin ‐ President</h4> \n <img width=\"380\" height=\"506\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg 380w, http://www.arscontracting.com/wp-content/uploads/2020/07/p1-225x300.jpg 225w\" sizes=\"(max-width: 380px) 100vw, 380px\" /> \n <h4>Ted Bianchi</h4> \n <img width=\"420\" height=\"560\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/92.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/92.jpg 420w, http://www.arscontracting.com/wp-content/uploads/2020/07/92-225x300.jpg 225w\" sizes=\"(max-width: 420px) 100vw, 420px\" /> \n <h4>Jeromy Bianchi</h4> \n <img width=\"343\" height=\"455\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p3.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p3.jpg 343w, http://www.arscontracting.com/wp-content/uploads/2020/07/p3-226x300.jpg 226w\" sizes=\"(max-width: 343px) 100vw, 343px\" /> \n <h4>Sean Gibbons</h4> \n <img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\" /> \n <img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" /> \n <a href=\"http://www.arscontracting.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','Case Studies','','publish','closed','closed','','case-studies-new','','','2020-07-24 08:11:51','2020-07-24 13:11:51','',0,'http://www.arscontracting.com/?page_id=742',0,'page','',0),(743,5,'2020-07-03 06:05:58','2020-07-03 11:05:58','<img width=\"295\" height=\"443\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd.jpg 295w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd-200x300.jpg 200w\" sizes=\"(max-width: 295px) 100vw, 295px\" /> \n <img width=\"353\" height=\"530\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2.jpg 353w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2-200x300.jpg 200w\" sizes=\"(max-width: 353px) 100vw, 353px\" /> \n <img width=\"348\" height=\"352\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3.png 348w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3-297x300.png 297w\" sizes=\"(max-width: 348px) 100vw, 348px\" /> \n <img width=\"380\" height=\"506\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg 380w, http://www.arscontracting.com/wp-content/uploads/2020/07/p1-225x300.jpg 225w\" sizes=\"(max-width: 380px) 100vw, 380px\" /> \n <h4>George “Red” Gilmartin ‐ President</h4> \n <img width=\"380\" height=\"506\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg 380w, http://www.arscontracting.com/wp-content/uploads/2020/07/p1-225x300.jpg 225w\" sizes=\"(max-width: 380px) 100vw, 380px\" /> \n <h4>Ted Bianchi</h4> \n <img width=\"420\" height=\"560\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/92.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/92.jpg 420w, http://www.arscontracting.com/wp-content/uploads/2020/07/92-225x300.jpg 225w\" sizes=\"(max-width: 420px) 100vw, 420px\" /> \n <h4>Jeromy Bianchi</h4> \n <img width=\"343\" height=\"455\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p3.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p3.jpg 343w, http://www.arscontracting.com/wp-content/uploads/2020/07/p3-226x300.jpg 226w\" sizes=\"(max-width: 343px) 100vw, 343px\" /> \n <h4>Sean Gibbons</h4> \n <img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\" /> \n <img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" /> \n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','Case Studies','','inherit','closed','closed','','742-revision-v1','','','2020-07-03 06:05:58','2020-07-03 11:05:58','',742,'http://www.arscontracting.com/742-revision-v1/',0,'revision','',0),(748,5,'2020-07-03 07:41:59','2020-07-03 12:41:59','<h2>Architects & Engineers</h2> \n <p>Our team of professionals can work directly with architects and engineers to understand project details and plan each step of the process to ensure a smooth delivery and set up of equipment in any facility space.</p> \n <h2>Contractors – General, Electrical and Mechanical</h2> \n <p>Our expertise and up-to-date training enables our team to work with a range of contractors. We work with general contractors to assess the overall project and provide detailed plans to implement moves and set up equipment. </p><p>Electrical – our team collaborates with electrical contractors on a variety of equipment moves including generators, switchgears, transformers and more.</p><p>Mechanical – Our experience with mechanical contractors extends to moves and set up of a variety of equipment ranging from boilers and chillers to cooling towers and more. </p> \n <h2>Medical\n</h2> \n <p>Our team has successfully moved equipment for small and large medical facilities across the country. Moves have included MRIs, CAT/PET, generators, chillers and boilers.</p> \n <h2>Municipalities</h2> \n <p>Municipalities rely on our expertise for moves for schools, universities and government buildings</p> \n <h2>Building Owners & Facility Managers\n</h2> \n <p>ARS Contracting, Inc. coordinates facility relocations and equipment installations for properties across the country. We work with building owners and facility managers to plan every detail and execute each step within timelines and established budgets.</p> \n <h2>Manufacturers</h2> \n <p>Manufacturers in every industry category have relied on our team for plant relocations and industry moves across the U.S.</p> \n <h2>Laundry Facilities\n</h2> \n <p>Our professionals have moved commercial equipment ranging from washers, dryers and irons to water and chemical tanks. </p> \n <h2>Museums & Zoos\n</h2> \n <p>We completed moves of high value works of art and museum installations, plus zoo exhibits for organizations across the country.</p>','Industries old','','inherit','closed','closed','','348-revision-v1','','','2020-07-03 07:41:59','2020-07-03 12:41:59','',348,'http://www.arscontracting.com/348-revision-v1/',0,'revision','',0),(749,5,'2020-07-03 07:42:18','2020-07-03 12:42:18','[gedung_industries] \n <h2>Rigging</h2> \n <p>When you have machinery that needs to be relocated, lifted or installed, call on the company with rigging and machinery moving expertise. ARS Contracting, Inc. professionals have the experience and innovative solutions to solve the most complex problems. Plus, we’ll keep our focus on safety, timelines and budget. We rig, move and set equipment every day – it’s the only work we do! Contact us and learn why some of the biggest companies in the U.S. rely on us for all of their moves. </p> \n <h2>Rigging, Machinery Moving & Installation\n</h2> \n <p>Rigging and moving machinery requires a unique set of skills. And this is exactly what we focus on. We’ll develop a plan, timeline and engage a skilled team and essential equipment to get the job done smoothly. When large equipment must fit into tight spaces, we have the expertise and foresight to identify potential challenges and we develop a process to ensure success with minimal complications. From data centers, to healthcare facilities, public buildings, manufacturing facilities and beyond, we have the innovative solutions, equipment and certified talent to get the job done. </p> \n <h2>Heavy Lifting & Erecting</h2> \n <p>A thorough analysis and detailed plan of action are a “must” when lifting and erecting large equipment. Our team develops the solutions to overcome space and time challenges. Then, planning turns into action, and our certified riggers team executes every detail in a professional manner to ensure the project is done right the first time, safely and efficiently. </p> \n <h2>Hauling & Jobsite Delivery</h2> \n <p>Our team engages the right vehicles to deliver your equipment safely to your destination across the U.S. </p><ul><li>VEHICLES:<ul><li>Flatbeds</li><li>Step Decks</li><li>Double Drops – Expandable & RGNs</li><li>Tilt Beds - Trailers</li><li>Straight Trucks – 12’ to 24’</li><li>Vans – 48-53 Logistics</li></ul></li></ul><p> </p><ul><li>OTHER SERVICES WE PROVIDE:<ul><li>Over Dimensional Loads</li><li>Heavy Hauling</li><li>LTL (Less than truckload)</li></ul></li></ul> \n <h2>Storage & Preservation</h2> \n <p>Our warehouse provides great value for customers because it allows us to receive equipment from across the country to be assembled in one location, then moved to the final destination. Our facility is centrally located and provides indoor and outdoor storage space. The warehouse is heated, under video surveillance and is equipped with fire alarms, docks, and ground doors. The outside storage area is fenced, locked and under video surveillance. Allowing quick, easy access to Chicago and the suburbs, we’re located near O’Hare Airport.</p> \n <h2>Plant Relocation</h2> \n <p>Moving a plant involves precision planning, access to the best equipment and talent and flexibility to quickly adjust to any changes. We start with a consultation to fully understand the customer’s goals, along with the current and future facilities. Then, we develop a detailed plan of action to ensure every aspect of the move is thoroughly outlined and then implemented in the most efficient and cost-effective manner. From small to large size plants, we have the experience to implement the move quickly and safely. </p><p> Unlike other moving contractors, our comprehensive proposals include costs for rigging, moving, electrical, piping, mechanical, millwright work, transportation and storage.</p><p>Our moving services include:</p><ul><li>Lay out floors of new location</li><li>Dismantling</li><li>Moving of common stock inventory</li><li>Hauling/transportation</li><li>Assembling</li><li>Alignment</li><li>Leveling</li><li>Anchoring</li><li>Grouting</li><li>Fabrication/modification as requested</li></ul> \n <h2>Millwright Services</h2> \n <p>Our Millwrights are highly skilled at executing another type of operation from layout, dismantling, installing, assembling, leveling, anchoring, grouting and fabricating. Our team will help your business avoid downtime and keep all aspects of your operation running smoothly. </p> \n <h2>Consultation</h2> \n <p>Our team of professionals provides us with the talent necessary to analyze and advise on any potential lifting or rigging challenge that you have. It takes years of experience with large and small projects, plus a dedication to continually learning the industry trends and new technologies to enable an individual to comprehend and plan for the many details involved in complex projects. These are the people we hire at ARS Contracting, Inc. These are the people you can depend on for complete project management, or consultation on the best process and resources for the job. </p> \n <a href=\"http://www.arscontracting.com/contact/\" role=\"button\">\n Contact Us\n </a>','Industries','','publish','closed','closed','','industries','','','2020-07-24 08:10:06','2020-07-24 13:10:06','',0,'http://www.arscontracting.com/?page_id=749',0,'page','',0),(750,5,'2020-07-03 07:42:35','2020-07-03 12:42:35','<h2>Rigging</h2> \n <p>When you have machinery that needs to be relocated, lifted or installed, call on the company with rigging and machinery moving expertise. ARS Contracting, Inc. professionals have the experience and innovative solutions to solve the most complex problems. Plus, we’ll keep our focus on safety, timelines and budget. We rig, move and set equipment every day – it’s the only work we do! Contact us and learn why some of the biggest companies in the U.S. rely on us for all of their moves. </p> \n <h2>Rigging, Machinery Moving & Installation\n</h2> \n <p>Rigging and moving machinery requires a unique set of skills. And this is exactly what we focus on. We’ll develop a plan, timeline and engage a skilled team and essential equipment to get the job done smoothly. When large equipment must fit into tight spaces, we have the expertise and foresight to identify potential challenges and we develop a process to ensure success with minimal complications. From data centers, to healthcare facilities, public buildings, manufacturing facilities and beyond, we have the innovative solutions, equipment and certified talent to get the job done. </p> \n <h2>Heavy Lifting & Erecting</h2> \n <p>A thorough analysis and detailed plan of action are a “must” when lifting and erecting large equipment. Our team develops the solutions to overcome space and time challenges. Then, planning turns into action, and our certified riggers team executes every detail in a professional manner to ensure the project is done right the first time, safely and efficiently. </p> \n <h2>Hauling & Jobsite Delivery</h2> \n <p>Our team engages the right vehicles to deliver your equipment safely to your destination across the U.S. </p><ul><li>VEHICLES:<ul><li>Flatbeds</li><li>Step Decks</li><li>Double Drops – Expandable & RGNs</li><li>Tilt Beds - Trailers</li><li>Straight Trucks – 12’ to 24’</li><li>Vans – 48-53 Logistics</li></ul></li></ul><p> </p><ul><li>OTHER SERVICES WE PROVIDE:<ul><li>Over Dimensional Loads</li><li>Heavy Hauling</li><li>LTL (Less than truckload)</li></ul></li></ul> \n <h2>Storage & Preservation</h2> \n <p>Our warehouse provides great value for customers because it allows us to receive equipment from across the country to be assembled in one location, then moved to the final destination. Our facility is centrally located and provides indoor and outdoor storage space. The warehouse is heated, under video surveillance and is equipped with fire alarms, docks, and ground doors. The outside storage area is fenced, locked and under video surveillance. Allowing quick, easy access to Chicago and the suburbs, we’re located near O’Hare Airport.</p> \n <h2>Plant Relocation</h2> \n <p>Moving a plant involves precision planning, access to the best equipment and talent and flexibility to quickly adjust to any changes. We start with a consultation to fully understand the customer’s goals, along with the current and future facilities. Then, we develop a detailed plan of action to ensure every aspect of the move is thoroughly outlined and then implemented in the most efficient and cost-effective manner. From small to large size plants, we have the experience to implement the move quickly and safely. </p><p> Unlike other moving contractors, our comprehensive proposals include costs for rigging, moving, electrical, piping, mechanical, millwright work, transportation and storage.</p><p>Our moving services include:</p><ul><li>Lay out floors of new location</li><li>Dismantling</li><li>Moving of common stock inventory</li><li>Hauling/transportation</li><li>Assembling</li><li>Alignment</li><li>Leveling</li><li>Anchoring</li><li>Grouting</li><li>Fabrication/modification as requested</li></ul> \n <h2>Millwright Services</h2> \n <p>Our Millwrights are highly skilled at executing another type of operation from layout, dismantling, installing, assembling, leveling, anchoring, grouting and fabricating. Our team will help your business avoid downtime and keep all aspects of your operation running smoothly. </p> \n <h2>Consultation</h2> \n <p>Our team of professionals provides us with the talent necessary to analyze and advise on any potential lifting or rigging challenge that you have. It takes years of experience with large and small projects, plus a dedication to continually learning the industry trends and new technologies to enable an individual to comprehend and plan for the many details involved in complex projects. These are the people we hire at ARS Contracting, Inc. These are the people you can depend on for complete project management, or consultation on the best process and resources for the job. </p> \n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n Contact Us\n </a>','Industries','','inherit','closed','closed','','749-revision-v1','','','2020-07-03 07:42:35','2020-07-03 12:42:35','',749,'http://www.arscontracting.com/749-revision-v1/',0,'revision','',0),(751,5,'2020-07-03 07:43:05','2020-07-03 12:43:05','<h2>Rigging</h2>\nWhen you have machinery that needs to be relocated, lifted or installed, call on the company with rigging and machinery moving expertise. ARS Contracting, Inc. professionals have the experience and innovative solutions to solve the most complex problems. Plus, we’ll keep our focus on safety, timelines and budget. We rig, move and set equipment every day – it’s the only work we do! Contact us and learn why some of the biggest companies in the U.S. rely on us for all of their moves. \n<h2>Rigging, Machinery Moving & Installation</h2>\nRigging and moving machinery requires a unique set of skills. And this is exactly what we focus on. We’ll develop a plan, timeline and engage a skilled team and essential equipment to get the job done smoothly. When large equipment must fit into tight spaces, we have the expertise and foresight to identify potential challenges and we develop a process to ensure success with minimal complications. From data centers, to healthcare facilities, public buildings, manufacturing facilities and beyond, we have the innovative solutions, equipment and certified talent to get the job done. \n<h2>Heavy Lifting & Erecting</h2>\nA thorough analysis and detailed plan of action are a “must” when lifting and erecting large equipment. Our team develops the solutions to overcome space and time challenges. Then, planning turns into action, and our certified riggers team executes every detail in a professional manner to ensure the project is done right the first time, safely and efficiently. \n<h2>Hauling & Jobsite Delivery</h2>\nOur team engages the right vehicles to deliver your equipment safely to your destination across the U.S. \n<ul>\n <li>VEHICLES:\n<ul>\n <li>Flatbeds</li>\n <li>Step Decks</li>\n <li>Double Drops – Expandable & RGNs</li>\n <li>Tilt Beds - Trailers</li>\n <li>Straight Trucks – 12’ to 24’</li>\n <li>Vans – 48-53 Logistics</li>\n</ul>\n</li>\n</ul>\n<ul>\n <li>OTHER SERVICES WE PROVIDE:\n<ul>\n <li>Over Dimensional Loads</li>\n <li>Heavy Hauling</li>\n <li>LTL (Less than truckload)</li>\n</ul>\n</li>\n</ul>\n<h2>Storage & Preservation</h2>\nOur warehouse provides great value for customers because it allows us to receive equipment from across the country to be assembled in one location, then moved to the final destination. Our facility is centrally located and provides indoor and outdoor storage space. The warehouse is heated, under video surveillance and is equipped with fire alarms, docks, and ground doors. The outside storage area is fenced, locked and under video surveillance. Allowing quick, easy access to Chicago and the suburbs, we’re located near O’Hare Airport.\n<h2>Plant Relocation</h2>\nMoving a plant involves precision planning, access to the best equipment and talent and flexibility to quickly adjust to any changes. We start with a consultation to fully understand the customer’s goals, along with the current and future facilities. Then, we develop a detailed plan of action to ensure every aspect of the move is thoroughly outlined and then implemented in the most efficient and cost-effective manner. From small to large size plants, we have the experience to implement the move quickly and safely. \n\n Unlike other moving contractors, our comprehensive proposals include costs for rigging, moving, electrical, piping, mechanical, millwright work, transportation and storage.\n\nOur moving services include:\n<ul>\n <li>Lay out floors of new location</li>\n <li>Dismantling</li>\n <li>Moving of common stock inventory</li>\n <li>Hauling/transportation</li>\n <li>Assembling</li>\n <li>Alignment</li>\n <li>Leveling</li>\n <li>Anchoring</li>\n <li>Grouting</li>\n <li>Fabrication/modification as requested</li>\n</ul>\n<h2>Millwright Services</h2>\nOur Millwrights are highly skilled at executing another type of operation from layout, dismantling, installing, assembling, leveling, anchoring, grouting and fabricating. Our team will help your business avoid downtime and keep all aspects of your operation running smoothly. \n<h2>Consultation</h2>\nOur team of professionals provides us with the talent necessary to analyze and advise on any potential lifting or rigging challenge that you have. It takes years of experience with large and small projects, plus a dedication to continually learning the industry trends and new technologies to enable an individual to comprehend and plan for the many details involved in complex projects. These are the people we hire at ARS Contracting, Inc. These are the people you can depend on for complete project management, or consultation on the best process and resources for the job. \n\n<a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\nContact Us\n</a>','Industries','','inherit','closed','closed','','749-revision-v1','','','2020-07-03 07:43:05','2020-07-03 12:43:05','',749,'http://www.arscontracting.com/749-revision-v1/',0,'revision','',0),(752,5,'2020-07-03 07:44:48','2020-07-03 12:44:48','[gedung_industries] \n <h2>Rigging</h2> \n <p>When you have machinery that needs to be relocated, lifted or installed, call on the company with rigging and machinery moving expertise. ARS Contracting, Inc. professionals have the experience and innovative solutions to solve the most complex problems. Plus, we’ll keep our focus on safety, timelines and budget. We rig, move and set equipment every day – it’s the only work we do! Contact us and learn why some of the biggest companies in the U.S. rely on us for all of their moves. </p> \n <h2>Rigging, Machinery Moving & Installation\n</h2> \n <p>Rigging and moving machinery requires a unique set of skills. And this is exactly what we focus on. We’ll develop a plan, timeline and engage a skilled team and essential equipment to get the job done smoothly. When large equipment must fit into tight spaces, we have the expertise and foresight to identify potential challenges and we develop a process to ensure success with minimal complications. From data centers, to healthcare facilities, public buildings, manufacturing facilities and beyond, we have the innovative solutions, equipment and certified talent to get the job done. </p> \n <h2>Heavy Lifting & Erecting</h2> \n <p>A thorough analysis and detailed plan of action are a “must” when lifting and erecting large equipment. Our team develops the solutions to overcome space and time challenges. Then, planning turns into action, and our certified riggers team executes every detail in a professional manner to ensure the project is done right the first time, safely and efficiently. </p> \n <h2>Hauling & Jobsite Delivery</h2> \n <p>Our team engages the right vehicles to deliver your equipment safely to your destination across the U.S. </p><ul><li>VEHICLES:<ul><li>Flatbeds</li><li>Step Decks</li><li>Double Drops – Expandable & RGNs</li><li>Tilt Beds - Trailers</li><li>Straight Trucks – 12’ to 24’</li><li>Vans – 48-53 Logistics</li></ul></li></ul><p> </p><ul><li>OTHER SERVICES WE PROVIDE:<ul><li>Over Dimensional Loads</li><li>Heavy Hauling</li><li>LTL (Less than truckload)</li></ul></li></ul> \n <h2>Storage & Preservation</h2> \n <p>Our warehouse provides great value for customers because it allows us to receive equipment from across the country to be assembled in one location, then moved to the final destination. Our facility is centrally located and provides indoor and outdoor storage space. The warehouse is heated, under video surveillance and is equipped with fire alarms, docks, and ground doors. The outside storage area is fenced, locked and under video surveillance. Allowing quick, easy access to Chicago and the suburbs, we’re located near O’Hare Airport.</p> \n <h2>Plant Relocation</h2> \n <p>Moving a plant involves precision planning, access to the best equipment and talent and flexibility to quickly adjust to any changes. We start with a consultation to fully understand the customer’s goals, along with the current and future facilities. Then, we develop a detailed plan of action to ensure every aspect of the move is thoroughly outlined and then implemented in the most efficient and cost-effective manner. From small to large size plants, we have the experience to implement the move quickly and safely. </p><p> Unlike other moving contractors, our comprehensive proposals include costs for rigging, moving, electrical, piping, mechanical, millwright work, transportation and storage.</p><p>Our moving services include:</p><ul><li>Lay out floors of new location</li><li>Dismantling</li><li>Moving of common stock inventory</li><li>Hauling/transportation</li><li>Assembling</li><li>Alignment</li><li>Leveling</li><li>Anchoring</li><li>Grouting</li><li>Fabrication/modification as requested</li></ul> \n <h2>Millwright Services</h2> \n <p>Our Millwrights are highly skilled at executing another type of operation from layout, dismantling, installing, assembling, leveling, anchoring, grouting and fabricating. Our team will help your business avoid downtime and keep all aspects of your operation running smoothly. </p> \n <h2>Consultation</h2> \n <p>Our team of professionals provides us with the talent necessary to analyze and advise on any potential lifting or rigging challenge that you have. It takes years of experience with large and small projects, plus a dedication to continually learning the industry trends and new technologies to enable an individual to comprehend and plan for the many details involved in complex projects. These are the people we hire at ARS Contracting, Inc. These are the people you can depend on for complete project management, or consultation on the best process and resources for the job. </p> \n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n Contact Us\n </a>','Industries','','inherit','closed','closed','','749-revision-v1','','','2020-07-03 07:44:48','2020-07-03 12:44:48','',749,'http://www.arscontracting.com/749-revision-v1/',0,'revision','',0),(753,5,'2020-07-03 07:45:06','2020-07-03 12:45:06','[gedung_industries] \n <h2>Rigging</h2> \n <p>When you have machinery that needs to be relocated, lifted or installed, call on the company with rigging and machinery moving expertise. ARS Contracting, Inc. professionals have the experience and innovative solutions to solve the most complex problems. Plus, we’ll keep our focus on safety, timelines and budget. We rig, move and set equipment every day – it’s the only work we do! Contact us and learn why some of the biggest companies in the U.S. rely on us for all of their moves. </p> \n <h2>Rigging, Machinery Moving & Installation\n</h2> \n <p>Rigging and moving machinery requires a unique set of skills. And this is exactly what we focus on. We’ll develop a plan, timeline and engage a skilled team and essential equipment to get the job done smoothly. When large equipment must fit into tight spaces, we have the expertise and foresight to identify potential challenges and we develop a process to ensure success with minimal complications. From data centers, to healthcare facilities, public buildings, manufacturing facilities and beyond, we have the innovative solutions, equipment and certified talent to get the job done. </p> \n <h2>Heavy Lifting & Erecting</h2> \n <p>A thorough analysis and detailed plan of action are a “must” when lifting and erecting large equipment. Our team develops the solutions to overcome space and time challenges. Then, planning turns into action, and our certified riggers team executes every detail in a professional manner to ensure the project is done right the first time, safely and efficiently. </p> \n <h2>Hauling & Jobsite Delivery</h2> \n <p>Our team engages the right vehicles to deliver your equipment safely to your destination across the U.S. </p><ul><li>VEHICLES:<ul><li>Flatbeds</li><li>Step Decks</li><li>Double Drops – Expandable & RGNs</li><li>Tilt Beds - Trailers</li><li>Straight Trucks – 12’ to 24’</li><li>Vans – 48-53 Logistics</li></ul></li></ul><p> </p><ul><li>OTHER SERVICES WE PROVIDE:<ul><li>Over Dimensional Loads</li><li>Heavy Hauling</li><li>LTL (Less than truckload)</li></ul></li></ul> \n <h2>Storage & Preservation</h2> \n <p>Our warehouse provides great value for customers because it allows us to receive equipment from across the country to be assembled in one location, then moved to the final destination. Our facility is centrally located and provides indoor and outdoor storage space. The warehouse is heated, under video surveillance and is equipped with fire alarms, docks, and ground doors. The outside storage area is fenced, locked and under video surveillance. Allowing quick, easy access to Chicago and the suburbs, we’re located near O’Hare Airport.</p> \n <h2>Plant Relocation</h2> \n <p>Moving a plant involves precision planning, access to the best equipment and talent and flexibility to quickly adjust to any changes. We start with a consultation to fully understand the customer’s goals, along with the current and future facilities. Then, we develop a detailed plan of action to ensure every aspect of the move is thoroughly outlined and then implemented in the most efficient and cost-effective manner. From small to large size plants, we have the experience to implement the move quickly and safely. </p><p> Unlike other moving contractors, our comprehensive proposals include costs for rigging, moving, electrical, piping, mechanical, millwright work, transportation and storage.</p><p>Our moving services include:</p><ul><li>Lay out floors of new location</li><li>Dismantling</li><li>Moving of common stock inventory</li><li>Hauling/transportation</li><li>Assembling</li><li>Alignment</li><li>Leveling</li><li>Anchoring</li><li>Grouting</li><li>Fabrication/modification as requested</li></ul> \n <h2>Millwright Services</h2> \n <p>Our Millwrights are highly skilled at executing another type of operation from layout, dismantling, installing, assembling, leveling, anchoring, grouting and fabricating. Our team will help your business avoid downtime and keep all aspects of your operation running smoothly. </p> \n <h2>Consultation</h2> \n <p>Our team of professionals provides us with the talent necessary to analyze and advise on any potential lifting or rigging challenge that you have. It takes years of experience with large and small projects, plus a dedication to continually learning the industry trends and new technologies to enable an individual to comprehend and plan for the many details involved in complex projects. These are the people we hire at ARS Contracting, Inc. These are the people you can depend on for complete project management, or consultation on the best process and resources for the job. </p> \n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n Contact Us\n </a>','Industries','','inherit','closed','closed','','749-revision-v1','','','2020-07-03 07:45:06','2020-07-03 12:45:06','',749,'http://www.arscontracting.com/749-revision-v1/',0,'revision','',0),(754,5,'2020-07-03 07:46:31','2020-07-03 12:46:31',' ','','','publish','closed','closed','','754','','','2020-07-30 06:07:52','2020-07-30 11:07:52','',0,'http://www.arscontracting.com/?p=754',13,'nav_menu_item','',0),(756,5,'2020-07-03 09:05:44','2020-07-03 14:05:44','<a href=\"http://www.arscontracting.com/projects/\" role=\"button\">\n View Services\n </a>\n <figure><img width=\"1805\" height=\"1920\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png 1805w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-282x300.png 282w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-963x1024.png 963w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-768x817.png 768w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-1444x1536.png 1444w\" sizes=\"(max-width: 1805px) 100vw, 1805px\" /></figure><h3>Services</h3><p>Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more</p> \n <figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Exceptional Safety Rating</h3><p>We have one of the best safety ratings in the industry & we are certified riggers</p> \n <figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Industries</h3><p>We offer outstanding service to most industries including, contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers/building owners and more\n</p> \n <img width=\"1024\" height=\"683\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg 1024w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-300x200.jpg 300w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-768x512.jpg 768w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1.jpg 1500w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=347\" role=\"button\">\n VIEW ALL SERVICES\n </a>\n <a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=348\" role=\"button\">\n VIEW ALL INDUSTRIES\n </a>\n [gedung_industries_home] \n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','Home','','inherit','closed','closed','','61-revision-v1','','','2020-07-03 09:05:44','2020-07-03 14:05:44','',61,'http://www.arscontracting.com/61-revision-v1/',0,'revision','',0),(757,5,'2020-07-03 09:21:48','2020-07-03 14:21:48','<img width=\"295\" height=\"443\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd.jpg 295w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd-200x300.jpg 200w\" sizes=\"(max-width: 295px) 100vw, 295px\">\n<img width=\"353\" height=\"530\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2.jpg 353w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2-200x300.jpg 200w\" sizes=\"(max-width: 353px) 100vw, 353px\">\n<img width=\"348\" height=\"352\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3.png 348w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3-297x300.png 297w\" sizes=\"(max-width: 348px) 100vw, 348px\">\n<img width=\"380\" height=\"506\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg 380w, http://www.arscontracting.com/wp-content/uploads/2020/07/p1-225x300.jpg 225w\" sizes=\"(max-width: 380px) 100vw, 380px\">\n<h4>George “Red” Gilmartin ‐ President</h4>\n<img width=\"380\" height=\"506\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg 380w, http://www.arscontracting.com/wp-content/uploads/2020/07/p1-225x300.jpg 225w\" sizes=\"(max-width: 380px) 100vw, 380px\">\n<h4>Ted Bianchi</h4>\n<img width=\"420\" height=\"560\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/92.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/92.jpg 420w, http://www.arscontracting.com/wp-content/uploads/2020/07/92-225x300.jpg 225w\" sizes=\"(max-width: 420px) 100vw, 420px\">\n<h4>Jeromy Bianchi</h4>\n<img width=\"343\" height=\"455\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p3.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p3.jpg 343w, http://www.arscontracting.com/wp-content/uploads/2020/07/p3-226x300.jpg 226w\" sizes=\"(max-width: 343px) 100vw, 343px\">\n<h4>Sean Gibbons</h4>\n<img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\">\n<img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\">\n<img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\">\n<a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\nGET QUOTATION\n</a>','About Us','','inherit','closed','closed','','63-revision-v1','','','2020-07-03 09:21:48','2020-07-03 14:21:48','',63,'http://www.arscontracting.com/63-revision-v1/',0,'revision','',0),(758,5,'2020-07-03 09:24:13','2020-07-03 14:24:13','<img width=\"295\" height=\"443\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd.jpg 295w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd-200x300.jpg 200w\" sizes=\"(max-width: 295px) 100vw, 295px\" /> \n <img width=\"353\" height=\"530\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2.jpg 353w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2-200x300.jpg 200w\" sizes=\"(max-width: 353px) 100vw, 353px\" /> \n <img width=\"348\" height=\"352\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3.png 348w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3-297x300.png 297w\" sizes=\"(max-width: 348px) 100vw, 348px\" /> \n <img width=\"380\" height=\"506\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg 380w, http://www.arscontracting.com/wp-content/uploads/2020/07/p1-225x300.jpg 225w\" sizes=\"(max-width: 380px) 100vw, 380px\" /> \n <h4>George “Red” Gilmartin ‐ President</h4> \n <img width=\"380\" height=\"506\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg 380w, http://www.arscontracting.com/wp-content/uploads/2020/07/p1-225x300.jpg 225w\" sizes=\"(max-width: 380px) 100vw, 380px\" /> \n <h4>Ted Bianchi</h4> \n <img width=\"420\" height=\"560\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/92.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/92.jpg 420w, http://www.arscontracting.com/wp-content/uploads/2020/07/92-225x300.jpg 225w\" sizes=\"(max-width: 420px) 100vw, 420px\" /> \n <h4>Jeromy Bianchi</h4> \n <img width=\"343\" height=\"455\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p3.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p3.jpg 343w, http://www.arscontracting.com/wp-content/uploads/2020/07/p3-226x300.jpg 226w\" sizes=\"(max-width: 343px) 100vw, 343px\" /> \n <h4>Sean Gibbons</h4> \n <img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\" /> \n <img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" /> \n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','About Template','','publish','closed','closed','','about-template','','','2020-07-03 09:24:34','2020-07-03 14:24:34','',0,'http://www.arscontracting.com/?elementor_library=about-template',0,'elementor_library','',0),(759,5,'2020-07-03 09:24:22','2020-07-03 14:24:22','','About Template','','inherit','closed','closed','','758-revision-v1','','','2020-07-03 09:24:22','2020-07-03 14:24:22','',758,'http://www.arscontracting.com/758-revision-v1/',0,'revision','',0),(760,5,'2020-07-03 09:24:34','2020-07-03 14:24:34','<img width=\"295\" height=\"443\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd.jpg 295w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd-200x300.jpg 200w\" sizes=\"(max-width: 295px) 100vw, 295px\" /> \n <img width=\"353\" height=\"530\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2.jpg 353w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2-200x300.jpg 200w\" sizes=\"(max-width: 353px) 100vw, 353px\" /> \n <img width=\"348\" height=\"352\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3.png 348w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3-297x300.png 297w\" sizes=\"(max-width: 348px) 100vw, 348px\" /> \n <img width=\"380\" height=\"506\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg 380w, http://www.arscontracting.com/wp-content/uploads/2020/07/p1-225x300.jpg 225w\" sizes=\"(max-width: 380px) 100vw, 380px\" /> \n <h4>George “Red” Gilmartin ‐ President</h4> \n <img width=\"380\" height=\"506\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg 380w, http://www.arscontracting.com/wp-content/uploads/2020/07/p1-225x300.jpg 225w\" sizes=\"(max-width: 380px) 100vw, 380px\" /> \n <h4>Ted Bianchi</h4> \n <img width=\"420\" height=\"560\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/92.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/92.jpg 420w, http://www.arscontracting.com/wp-content/uploads/2020/07/92-225x300.jpg 225w\" sizes=\"(max-width: 420px) 100vw, 420px\" /> \n <h4>Jeromy Bianchi</h4> \n <img width=\"343\" height=\"455\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p3.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p3.jpg 343w, http://www.arscontracting.com/wp-content/uploads/2020/07/p3-226x300.jpg 226w\" sizes=\"(max-width: 343px) 100vw, 343px\" /> \n <h4>Sean Gibbons</h4> \n <img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\" /> \n <img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" /> \n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','About Template','','inherit','closed','closed','','758-revision-v1','','','2020-07-03 09:24:34','2020-07-03 14:24:34','',758,'http://www.arscontracting.com/758-revision-v1/',0,'revision','',0),(761,5,'2020-07-03 09:24:59','2020-07-03 14:24:59','<img width=\"295\" height=\"443\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd.jpg 295w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd-200x300.jpg 200w\" sizes=\"(max-width: 295px) 100vw, 295px\" /> \n <img width=\"353\" height=\"530\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2.jpg 353w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2-200x300.jpg 200w\" sizes=\"(max-width: 353px) 100vw, 353px\" /> \n <img width=\"348\" height=\"352\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3.png 348w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3-297x300.png 297w\" sizes=\"(max-width: 348px) 100vw, 348px\" /> \n <img width=\"380\" height=\"506\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg 380w, http://www.arscontracting.com/wp-content/uploads/2020/07/p1-225x300.jpg 225w\" sizes=\"(max-width: 380px) 100vw, 380px\" /> \n <h4>George “Red” Gilmartin ‐ President</h4> \n <img width=\"380\" height=\"506\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg 380w, http://www.arscontracting.com/wp-content/uploads/2020/07/p1-225x300.jpg 225w\" sizes=\"(max-width: 380px) 100vw, 380px\" /> \n <h4>Ted Bianchi</h4> \n <img width=\"420\" height=\"560\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/92.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/92.jpg 420w, http://www.arscontracting.com/wp-content/uploads/2020/07/92-225x300.jpg 225w\" sizes=\"(max-width: 420px) 100vw, 420px\" /> \n <h4>Jeromy Bianchi</h4> \n <img width=\"343\" height=\"455\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p3.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p3.jpg 343w, http://www.arscontracting.com/wp-content/uploads/2020/07/p3-226x300.jpg 226w\" sizes=\"(max-width: 343px) 100vw, 343px\" /> \n <h4>Sean Gibbons</h4> \n <img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\" /> \n <img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" /> \n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','test page','','publish','closed','closed','','test-page','','','2020-07-03 09:26:59','2020-07-03 14:26:59','',0,'http://www.arscontracting.com/?page_id=761',0,'page','',0),(762,5,'2020-07-03 09:24:59','2020-07-03 14:24:59','','test page','','inherit','closed','closed','','761-revision-v1','','','2020-07-03 09:24:59','2020-07-03 14:24:59','',761,'http://www.arscontracting.com/761-revision-v1/',0,'revision','',0),(764,5,'2020-07-03 09:26:59','2020-07-03 14:26:59','<img width=\"295\" height=\"443\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd.jpg 295w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd-200x300.jpg 200w\" sizes=\"(max-width: 295px) 100vw, 295px\" /> \n <img width=\"353\" height=\"530\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2.jpg 353w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2-200x300.jpg 200w\" sizes=\"(max-width: 353px) 100vw, 353px\" /> \n <img width=\"348\" height=\"352\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3.png 348w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3-297x300.png 297w\" sizes=\"(max-width: 348px) 100vw, 348px\" /> \n <img width=\"380\" height=\"506\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg 380w, http://www.arscontracting.com/wp-content/uploads/2020/07/p1-225x300.jpg 225w\" sizes=\"(max-width: 380px) 100vw, 380px\" /> \n <h4>George “Red” Gilmartin ‐ President</h4> \n <img width=\"380\" height=\"506\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg 380w, http://www.arscontracting.com/wp-content/uploads/2020/07/p1-225x300.jpg 225w\" sizes=\"(max-width: 380px) 100vw, 380px\" /> \n <h4>Ted Bianchi</h4> \n <img width=\"420\" height=\"560\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/92.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/92.jpg 420w, http://www.arscontracting.com/wp-content/uploads/2020/07/92-225x300.jpg 225w\" sizes=\"(max-width: 420px) 100vw, 420px\" /> \n <h4>Jeromy Bianchi</h4> \n <img width=\"343\" height=\"455\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p3.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p3.jpg 343w, http://www.arscontracting.com/wp-content/uploads/2020/07/p3-226x300.jpg 226w\" sizes=\"(max-width: 343px) 100vw, 343px\" /> \n <h4>Sean Gibbons</h4> \n <img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\" /> \n <img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" /> \n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','test page','','inherit','closed','closed','','761-revision-v1','','','2020-07-03 09:26:59','2020-07-03 14:26:59','',761,'http://www.arscontracting.com/761-revision-v1/',0,'revision','',0),(765,5,'2020-07-03 09:27:43','2020-07-03 14:27:43','[gedung_industries] \n <h2>Rigging</h2> \n <p>When you have machinery that needs to be relocated, lifted or installed, call on the company with rigging and machinery moving expertise. ARS Contracting, Inc. professionals have the experience and innovative solutions to solve the most complex problems. Plus, we’ll keep our focus on safety, timelines and budget. We rig, move and set equipment every day – it’s the only work we do! Contact us and learn why some of the biggest companies in the U.S. rely on us for all of their moves. </p> \n <h2>Rigging, Machinery Moving & Installation\n</h2> \n <p>Rigging and moving machinery requires a unique set of skills. And this is exactly what we focus on. We’ll develop a plan, timeline and engage a skilled team and essential equipment to get the job done smoothly. When large equipment must fit into tight spaces, we have the expertise and foresight to identify potential challenges and we develop a process to ensure success with minimal complications. From data centers, to healthcare facilities, public buildings, manufacturing facilities and beyond, we have the innovative solutions, equipment and certified talent to get the job done. </p> \n <h2>Heavy Lifting & Erecting</h2> \n <p>A thorough analysis and detailed plan of action are a “must” when lifting and erecting large equipment. Our team develops the solutions to overcome space and time challenges. Then, planning turns into action, and our certified riggers team executes every detail in a professional manner to ensure the project is done right the first time, safely and efficiently. </p> \n <h2>Hauling & Jobsite Delivery</h2> \n <p>Our team engages the right vehicles to deliver your equipment safely to your destination across the U.S. </p><ul><li>VEHICLES:<ul><li>Flatbeds</li><li>Step Decks</li><li>Double Drops – Expandable & RGNs</li><li>Tilt Beds - Trailers</li><li>Straight Trucks – 12’ to 24’</li><li>Vans – 48-53 Logistics</li></ul></li></ul><p> </p><ul><li>OTHER SERVICES WE PROVIDE:<ul><li>Over Dimensional Loads</li><li>Heavy Hauling</li><li>LTL (Less than truckload)</li></ul></li></ul> \n <h2>Storage & Preservation</h2> \n <p>Our warehouse provides great value for customers because it allows us to receive equipment from across the country to be assembled in one location, then moved to the final destination. Our facility is centrally located and provides indoor and outdoor storage space. The warehouse is heated, under video surveillance and is equipped with fire alarms, docks, and ground doors. The outside storage area is fenced, locked and under video surveillance. Allowing quick, easy access to Chicago and the suburbs, we’re located near O’Hare Airport.</p> \n <h2>Plant Relocation</h2> \n <p>Moving a plant involves precision planning, access to the best equipment and talent and flexibility to quickly adjust to any changes. We start with a consultation to fully understand the customer’s goals, along with the current and future facilities. Then, we develop a detailed plan of action to ensure every aspect of the move is thoroughly outlined and then implemented in the most efficient and cost-effective manner. From small to large size plants, we have the experience to implement the move quickly and safely. </p><p> Unlike other moving contractors, our comprehensive proposals include costs for rigging, moving, electrical, piping, mechanical, millwright work, transportation and storage.</p><p>Our moving services include:</p><ul><li>Lay out floors of new location</li><li>Dismantling</li><li>Moving of common stock inventory</li><li>Hauling/transportation</li><li>Assembling</li><li>Alignment</li><li>Leveling</li><li>Anchoring</li><li>Grouting</li><li>Fabrication/modification as requested</li></ul> \n <h2>Millwright Services</h2> \n <p>Our Millwrights are highly skilled at executing another type of operation from layout, dismantling, installing, assembling, leveling, anchoring, grouting and fabricating. Our team will help your business avoid downtime and keep all aspects of your operation running smoothly. </p> \n <h2>Consultation</h2> \n <p>Our team of professionals provides us with the talent necessary to analyze and advise on any potential lifting or rigging challenge that you have. It takes years of experience with large and small projects, plus a dedication to continually learning the industry trends and new technologies to enable an individual to comprehend and plan for the many details involved in complex projects. These are the people we hire at ARS Contracting, Inc. These are the people you can depend on for complete project management, or consultation on the best process and resources for the job. </p> \n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n Contact Us\n </a>','Industries','','inherit','closed','closed','','749-revision-v1','','','2020-07-03 09:27:43','2020-07-03 14:27:43','',749,'http://www.arscontracting.com/749-revision-v1/',0,'revision','',0),(767,5,'2020-07-03 09:34:44','2020-07-03 14:34:44','<h2>Rigging</h2> \n <p>When you have machinery that needs to be relocated, lifted or installed, call on the company with rigging and machinery moving expertise. ARS Contracting, Inc. professionals have the experience and innovative solutions to solve the most complex problems. Plus, we’ll keep our focus on safety, timelines and budget. We rig, move and set equipment every day – it’s the only work we do! Contact us and learn why some of the biggest companies in the U.S. rely on us for all of their moves. </p> \n <h2>Rigging, Machinery Moving & Installation\n</h2> \n <p>Rigging and moving machinery requires a unique set of skills. And this is exactly what we focus on. We’ll develop a plan, timeline and engage a skilled team and essential equipment to get the job done smoothly. When large equipment must fit into tight spaces, we have the expertise and foresight to identify potential challenges and we develop a process to ensure success with minimal complications. From data centers, to healthcare facilities, public buildings, manufacturing facilities and beyond, we have the innovative solutions, equipment and certified talent to get the job done. </p> \n <h2>Heavy Lifting & Erecting</h2> \n <p>A thorough analysis and detailed plan of action are a “must” when lifting and erecting large equipment. Our team develops the solutions to overcome space and time challenges. Then, planning turns into action, and our certified riggers team executes every detail in a professional manner to ensure the project is done right the first time, safely and efficiently. </p> \n <h2>Hauling & Jobsite Delivery</h2> \n <p>Our team engages the right vehicles to deliver your equipment safely to your destination across the U.S. </p><ul><li>VEHICLES:<ul><li>Flatbeds</li><li>Step Decks</li><li>Double Drops – Expandable & RGNs</li><li>Tilt Beds - Trailers</li><li>Straight Trucks – 12’ to 24’</li><li>Vans – 48-53 Logistics</li></ul></li></ul><p> </p><ul><li>OTHER SERVICES WE PROVIDE:<ul><li>Over Dimensional Loads</li><li>Heavy Hauling</li><li>LTL (Less than truckload)</li></ul></li></ul> \n <h2>Storage & Preservation</h2> \n <p>Our warehouse provides great value for customers because it allows us to receive equipment from across the country to be assembled in one location, then moved to the final destination. Our facility is centrally located and provides indoor and outdoor storage space. The warehouse is heated, under video surveillance and is equipped with fire alarms, docks, and ground doors. The outside storage area is fenced, locked and under video surveillance. Allowing quick, easy access to Chicago and the suburbs, we’re located near O’Hare Airport.</p> \n <h2>Plant Relocation</h2> \n <p>Moving a plant involves precision planning, access to the best equipment and talent and flexibility to quickly adjust to any changes. We start with a consultation to fully understand the customer’s goals, along with the current and future facilities. Then, we develop a detailed plan of action to ensure every aspect of the move is thoroughly outlined and then implemented in the most efficient and cost-effective manner. From small to large size plants, we have the experience to implement the move quickly and safely. </p><p> Unlike other moving contractors, our comprehensive proposals include costs for rigging, moving, electrical, piping, mechanical, millwright work, transportation and storage.</p><p>Our moving services include:</p><ul><li>Lay out floors of new location</li><li>Dismantling</li><li>Moving of common stock inventory</li><li>Hauling/transportation</li><li>Assembling</li><li>Alignment</li><li>Leveling</li><li>Anchoring</li><li>Grouting</li><li>Fabrication/modification as requested</li></ul> \n <h2>Millwright Services</h2> \n <p>Our Millwrights are highly skilled at executing another type of operation from layout, dismantling, installing, assembling, leveling, anchoring, grouting and fabricating. Our team will help your business avoid downtime and keep all aspects of your operation running smoothly. </p> \n <h2>Consultation</h2> \n <p>Our team of professionals provides us with the talent necessary to analyze and advise on any potential lifting or rigging challenge that you have. It takes years of experience with large and small projects, plus a dedication to continually learning the industry trends and new technologies to enable an individual to comprehend and plan for the many details involved in complex projects. These are the people we hire at ARS Contracting, Inc. These are the people you can depend on for complete project management, or consultation on the best process and resources for the job. </p> \n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n Contact Us\n </a>','Services','','inherit','closed','closed','','65-revision-v1','','','2020-07-03 09:34:44','2020-07-03 14:34:44','',65,'http://www.arscontracting.com/65-revision-v1/',0,'revision','',0),(768,5,'2020-07-03 09:39:55','2020-07-03 14:39:55','<a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n Contact Us\n </a>','Contact us bottom template','','publish','closed','closed','','contact-us-bottom-template','','','2020-07-03 09:39:56','2020-07-03 14:39:56','',0,'http://www.arscontracting.com/?elementor_library=contact-us-bottom-template',0,'elementor_library','',0),(769,5,'2020-07-03 09:39:56','2020-07-03 14:39:56','','Contact us bottom template','','inherit','closed','closed','','768-revision-v1','','','2020-07-03 09:39:56','2020-07-03 14:39:56','',768,'http://www.arscontracting.com/768-revision-v1/',0,'revision','',0),(770,5,'2020-07-03 09:39:56','2020-07-03 14:39:56','<a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n Contact Us\n </a>','Contact us bottom template','','inherit','closed','closed','','768-revision-v1','','','2020-07-03 09:39:56','2020-07-03 14:39:56','',768,'http://www.arscontracting.com/768-revision-v1/',0,'revision','',0),(772,5,'2020-07-03 09:51:50','2020-07-03 14:51:50','We completed moves of high value works of art and museum installations, plus zoo exhibits for organizations across the country.','Museums & Zoos','','inherit','closed','closed','','439-revision-v1','','','2020-07-03 09:51:50','2020-07-03 14:51:50','',439,'http://www.arscontracting.com/439-revision-v1/',0,'revision','',0),(773,5,'2020-07-03 09:51:50','2020-07-03 14:51:50','We completed moves of high value works of art and museum installations, plus zoo exhibits for organizations across the country. \n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n Contact Us\n </a>','Museums & Zoos','','inherit','closed','closed','','439-revision-v1','','','2020-07-03 09:51:50','2020-07-03 14:51:50','',439,'http://www.arscontracting.com/439-revision-v1/',0,'revision','',0),(774,5,'2020-07-03 10:39:47','2020-07-03 15:39:47','We completed moves of high value works of art and museum installations, plus zoo exhibits for organizations across the country.','Museums & Zoos','','inherit','closed','closed','','439-revision-v1','','','2020-07-03 10:39:47','2020-07-03 15:39:47','',439,'http://www.arscontracting.com/439-revision-v1/',0,'revision','',0),(775,5,'2020-07-03 10:39:57','2020-07-03 15:39:57','We completed moves of high value works of art and museum installations, plus zoo exhibits for organizations across the country.','Museums & Zoos','','inherit','closed','closed','','439-revision-v1','','','2020-07-03 10:39:57','2020-07-03 15:39:57','',439,'http://www.arscontracting.com/439-revision-v1/',0,'revision','',0),(776,5,'2020-07-03 10:48:12','2020-07-03 15:48:12','Our expertise and up-to-date training enables our team to work with a range of contractors. We work with general contractors to assess the overall project and provide detailed plans to implement moves and set up equipment.\r\n\r\nElectrical – our team collaborates with electrical contractors on a variety of equipment moves including generators, switchgears, transformers and more.\r\n\r\nMechanical – Our experience with mechanical contractors extends to moves and set up of a variety of equipment ranging from boilers and chillers to cooling towers and more.','General Contractors','','publish','closed','closed','','general-contractors-2','','','2020-07-03 10:48:44','2020-07-03 15:48:44','',0,'http://www.arscontracting.com/?post_type=gedung-industries&p=776',0,'post','',0),(777,5,'2020-07-03 10:48:44','2020-07-03 15:48:44','Our expertise and up-to-date training enables our team to work with a range of contractors. We work with general contractors to assess the overall project and provide detailed plans to implement moves and set up equipment.\r\n\r\nElectrical – our team collaborates with electrical contractors on a variety of equipment moves including generators, switchgears, transformers and more.\r\n\r\nMechanical – Our experience with mechanical contractors extends to moves and set up of a variety of equipment ranging from boilers and chillers to cooling towers and more.','General Contractors','','inherit','closed','closed','','776-revision-v1','','','2020-07-03 10:48:44','2020-07-03 15:48:44','',776,'http://www.arscontracting.com/776-revision-v1/',0,'revision','',0),(778,5,'2020-07-03 10:56:49','2020-07-03 15:56:49','Electrical – our team collaborates with electrical contractors on a variety of equipment moves including generators, switchgears, transformers and more.','Electrical Contractors','','publish','closed','closed','','electrical-contractors-2','','','2020-07-03 10:57:07','2020-07-03 15:57:07','',0,'http://www.arscontracting.com/?post_type=gedung-industries&p=778',1,'post','',0),(779,5,'2020-07-03 10:57:07','2020-07-03 15:57:07','Electrical – our team collaborates with electrical contractors on a variety of equipment moves including generators, switchgears, transformers and more.','Electrical Contractors','','inherit','closed','closed','','778-revision-v1','','','2020-07-03 10:57:07','2020-07-03 15:57:07','',778,'http://www.arscontracting.com/778-revision-v1/',0,'revision','',0),(782,5,'2020-07-03 11:01:55','2020-07-03 16:01:55','Mechanical – Our experience with mechanical contractors extends to moves and set up of a variety of equipment ranging from boilers and chillers to cooling towers and more.','Mechanical Contractors','','publish','closed','closed','','mechanical-contractors-2','','','2020-07-03 11:03:23','2020-07-03 16:03:23','',0,'http://www.arscontracting.com/?post_type=gedung-industries&p=782',2,'post','',0),(783,5,'2020-07-03 11:03:23','2020-07-03 16:03:23','Mechanical – Our experience with mechanical contractors extends to moves and set up of a variety of equipment ranging from boilers and chillers to cooling towers and more.','Mechanical Contractors','','inherit','closed','closed','','782-revision-v1','','','2020-07-03 11:03:23','2020-07-03 16:03:23','',782,'http://www.arscontracting.com/782-revision-v1/',0,'revision','',0),(784,5,'2020-07-03 11:03:34','2020-07-03 16:03:34','Our team of professionals can work directly with architects and engineers to understand project details and plan each step of the process to ensure a smooth delivery and set up of equipment in any facility space.','Architects & Engineers','','publish','closed','closed','','architects-engineers','','','2020-07-03 11:03:51','2020-07-03 16:03:51','',0,'http://www.arscontracting.com/?post_type=gedung-industries&p=784',3,'post','',0),(785,5,'2020-07-03 11:03:51','2020-07-03 16:03:51','Our team of professionals can work directly with architects and engineers to understand project details and plan each step of the process to ensure a smooth delivery and set up of equipment in any facility space.','Architects & Engineers','','inherit','closed','closed','','784-revision-v1','','','2020-07-03 11:03:51','2020-07-03 16:03:51','',784,'http://www.arscontracting.com/784-revision-v1/',0,'revision','',0),(786,5,'2020-07-03 11:03:57','2020-07-03 16:03:57','Our team has successfully moved equipment for small and large medical facilities across the country. Moves have included MRIs, CAT/PET, generators, chillers and boilers.','Medical','','publish','closed','closed','','medical','','','2020-07-03 11:04:13','2020-07-03 16:04:13','',0,'http://www.arscontracting.com/?post_type=gedung-industries&p=786',4,'post','',0),(787,5,'2020-07-03 11:04:13','2020-07-03 16:04:13','Our team has successfully moved equipment for small and large medical facilities across the country. Moves have included MRIs, CAT/PET, generators, chillers and boilers.','Medical','','inherit','closed','closed','','786-revision-v1','','','2020-07-03 11:04:13','2020-07-03 16:04:13','',786,'http://www.arscontracting.com/786-revision-v1/',0,'revision','',0),(788,5,'2020-07-03 11:04:18','2020-07-03 16:04:18','Municipalities rely on our expertise for moves for schools, universities and government buildings','Municipalities','','publish','closed','closed','','municipalities','','','2020-07-03 11:04:41','2020-07-03 16:04:41','',0,'http://www.arscontracting.com/?post_type=gedung-industries&p=788',5,'post','',0),(789,5,'2020-07-03 11:04:41','2020-07-03 16:04:41','Municipalities rely on our expertise for moves for schools, universities and government buildings','Municipalities','','inherit','closed','closed','','788-revision-v1','','','2020-07-03 11:04:41','2020-07-03 16:04:41','',788,'http://www.arscontracting.com/788-revision-v1/',0,'revision','',0),(790,5,'2020-07-03 11:04:48','2020-07-03 16:04:48','ARS Contracting, Inc. coordinates facility relocations and equipment installations for properties across the country. We work with building owners and facility managers to plan every detail and execute each step within timelines and established budgets.','Facilities Managers','Excerpt text here','publish','closed','closed','','facilities-managers-2','','','2020-07-03 11:05:05','2020-07-03 16:05:05','',0,'http://www.arscontracting.com/?post_type=gedung-industries&p=790',6,'post','',0),(791,5,'2020-07-03 11:05:05','2020-07-03 16:05:05','ARS Contracting, Inc. coordinates facility relocations and equipment installations for properties across the country. We work with building owners and facility managers to plan every detail and execute each step within timelines and established budgets.','Facilities Managers','Excerpt text here','inherit','closed','closed','','790-revision-v1','','','2020-07-03 11:05:05','2020-07-03 16:05:05','',790,'http://www.arscontracting.com/790-revision-v1/',0,'revision','',0),(792,5,'2020-07-03 11:05:12','2020-07-03 16:05:12','ARS Contracting, Inc. coordinates facility relocations and equipment installations for properties across the country. We work with building owners and facility managers to plan every detail and execute each step within timelines and established budgets.','Building Owners','Excerpt text here','publish','closed','closed','','building-owners','','','2020-07-03 11:05:29','2020-07-03 16:05:29','',0,'http://www.arscontracting.com/?post_type=gedung-industries&p=792',7,'post','',0),(793,5,'2020-07-03 11:05:29','2020-07-03 16:05:29','ARS Contracting, Inc. coordinates facility relocations and equipment installations for properties across the country. We work with building owners and facility managers to plan every detail and execute each step within timelines and established budgets.','Building Owners','Excerpt text here','inherit','closed','closed','','792-revision-v1','','','2020-07-03 11:05:29','2020-07-03 16:05:29','',792,'http://www.arscontracting.com/792-revision-v1/',0,'revision','',0),(794,5,'2020-07-03 11:05:45','2020-07-03 16:05:45','Manufacturers in every industry category have relied on our team for plant relocations and industry moves across the U.S.','Manufacturers','','publish','closed','closed','','manufacturers','','','2020-07-03 11:06:02','2020-07-03 16:06:02','',0,'http://www.arscontracting.com/?post_type=gedung-industries&p=794',8,'post','',0),(795,5,'2020-07-03 11:06:02','2020-07-03 16:06:02','Manufacturers in every industry category have relied on our team for plant relocations and industry moves across the U.S.','Manufacturers','','inherit','closed','closed','','794-revision-v1','','','2020-07-03 11:06:02','2020-07-03 16:06:02','',794,'http://www.arscontracting.com/794-revision-v1/',0,'revision','',0),(796,5,'2020-07-03 11:06:09','2020-07-03 16:06:09','ARS Contracting, Inc. coordinates banks for properties across the country. We work with the Ban Manager or facility managers to plan every detail and execute each step within timelines and established budgets','Banks','','publish','closed','closed','','banks-2','','','2020-07-03 11:06:28','2020-07-03 16:06:28','',0,'http://www.arscontracting.com/?post_type=gedung-industries&p=796',9,'post','',0),(797,5,'2020-07-03 11:06:28','2020-07-03 16:06:28','ARS Contracting, Inc. coordinates banks for properties across the country. We work with the Ban Manager or facility managers to plan every detail and execute each step within timelines and established budgets','Banks','','inherit','closed','closed','','796-revision-v1','','','2020-07-03 11:06:28','2020-07-03 16:06:28','',796,'http://www.arscontracting.com/796-revision-v1/',0,'revision','',0),(798,5,'2020-07-03 11:06:35','2020-07-03 16:06:35','Our professionals have moved commercial equipment ranging from washers, dryers and irons to water and chemical tanks.','Laundry Facilities','','publish','closed','closed','','laundry-facilities-2','','','2020-07-03 11:06:53','2020-07-03 16:06:53','',0,'http://www.arscontracting.com/?post_type=gedung-industries&p=798',10,'post','',0),(799,5,'2020-07-03 11:06:53','2020-07-03 16:06:53','Our professionals have moved commercial equipment ranging from washers, dryers and irons to water and chemical tanks.','Laundry Facilities','','inherit','closed','closed','','798-revision-v1','','','2020-07-03 11:06:53','2020-07-03 16:06:53','',798,'http://www.arscontracting.com/798-revision-v1/',0,'revision','',0),(800,5,'2020-07-03 11:06:58','2020-07-03 16:06:58','We completed moves of high value works of art and museum installations, plus zoo exhibits for organizations across the country.','Museums & Zoos','','publish','closed','closed','','museums-zoos-2','','','2020-07-03 11:07:16','2020-07-03 16:07:16','',0,'http://www.arscontracting.com/?post_type=gedung-industries&p=800',11,'post','',0),(801,5,'2020-07-03 11:07:16','2020-07-03 16:07:16','We completed moves of high value works of art and museum installations, plus zoo exhibits for organizations across the country.','Museums & Zoos','','inherit','closed','closed','','800-revision-v1','','','2020-07-03 11:07:16','2020-07-03 16:07:16','',800,'http://www.arscontracting.com/800-revision-v1/',0,'revision','',0),(802,5,'2020-07-06 04:06:25','2020-07-06 09:06:25',' ','','','publish','closed','closed','','802','','','2020-07-30 06:07:52','2020-07-30 11:07:52','',0,'http://www.arscontracting.com/?p=802',23,'nav_menu_item','',0),(803,5,'2020-07-06 04:06:24','2020-07-06 09:06:24',' ','','','publish','closed','closed','','803','','','2020-07-30 06:07:52','2020-07-30 11:07:52','',0,'http://www.arscontracting.com/?p=803',20,'nav_menu_item','',0),(804,5,'2020-07-06 04:06:24','2020-07-06 09:06:24',' ','','','publish','closed','closed','','804','','','2020-07-30 06:07:52','2020-07-30 11:07:52','',0,'http://www.arscontracting.com/?p=804',16,'nav_menu_item','',0),(805,5,'2020-07-06 04:06:24','2020-07-06 09:06:24',' ','','','publish','closed','closed','','805','','','2020-07-30 06:07:52','2020-07-30 11:07:52','',0,'http://www.arscontracting.com/?p=805',15,'nav_menu_item','',0),(806,5,'2020-07-06 04:06:25','2020-07-06 09:06:25',' ','','','publish','closed','closed','','806','','','2020-07-30 06:07:52','2020-07-30 11:07:52','',0,'http://www.arscontracting.com/?p=806',25,'nav_menu_item','',0),(807,5,'2020-07-06 04:06:25','2020-07-06 09:06:25',' ','','','publish','closed','closed','','807','','','2020-07-30 06:07:52','2020-07-30 11:07:52','',0,'http://www.arscontracting.com/?p=807',24,'nav_menu_item','',0),(808,5,'2020-07-06 04:06:24','2020-07-06 09:06:24',' ','','','publish','closed','closed','','808','','','2020-07-30 06:07:52','2020-07-30 11:07:52','',0,'http://www.arscontracting.com/?p=808',17,'nav_menu_item','',0),(809,5,'2020-07-06 04:06:24','2020-07-06 09:06:24',' ','','','publish','closed','closed','','809','','','2020-07-30 06:07:52','2020-07-30 11:07:52','',0,'http://www.arscontracting.com/?p=809',22,'nav_menu_item','',0),(810,5,'2020-07-06 04:06:24','2020-07-06 09:06:24',' ','','','publish','closed','closed','','810','','','2020-07-30 06:07:52','2020-07-30 11:07:52','',0,'http://www.arscontracting.com/?p=810',18,'nav_menu_item','',0),(811,5,'2020-07-06 04:06:24','2020-07-06 09:06:24',' ','','','publish','closed','closed','','811','','','2020-07-30 06:07:52','2020-07-30 11:07:52','',0,'http://www.arscontracting.com/?p=811',19,'nav_menu_item','',0),(812,5,'2020-07-06 04:06:24','2020-07-06 09:06:24',' ','','','publish','closed','closed','','812','','','2020-07-30 06:07:52','2020-07-30 11:07:52','',0,'http://www.arscontracting.com/?p=812',21,'nav_menu_item','',0),(813,5,'2020-07-06 04:06:24','2020-07-06 09:06:24',' ','','','publish','closed','closed','','813','','','2020-07-30 06:07:52','2020-07-30 11:07:52','',0,'http://www.arscontracting.com/?p=813',14,'nav_menu_item','',0),(815,5,'2020-07-06 04:14:29','2020-07-06 09:14:29','','Rigging','','publish','closed','closed','','rigging','','','2020-07-30 06:07:51','2020-07-30 11:07:51','',0,'http://www.arscontracting.com/?p=815',4,'nav_menu_item','',0),(817,5,'2020-07-06 04:29:46','2020-07-06 09:29:46','','Machinery Moving & Installation','','publish','closed','closed','','machinery-moving-installation','','','2020-07-30 06:07:51','2020-07-30 11:07:51','',0,'http://www.arscontracting.com/?p=817',5,'nav_menu_item','',0),(819,5,'2020-07-06 04:29:46','2020-07-06 09:29:46','','Heavy Lifting & Erecting','','publish','closed','closed','','heavy-lifting-erecting','','','2020-07-30 06:07:52','2020-07-30 11:07:52','',0,'http://www.arscontracting.com/?p=819',6,'nav_menu_item','',0),(820,5,'2020-07-06 04:29:46','2020-07-06 09:29:46','','Jobsite Delivery / Hauling','','publish','closed','closed','','jobsite-delivery-hauling','','','2020-07-30 06:07:52','2020-07-30 11:07:52','',0,'http://www.arscontracting.com/?p=820',7,'nav_menu_item','',0),(821,5,'2020-07-06 04:33:17','2020-07-06 09:33:17','','Storage','','publish','closed','closed','','storage','','','2020-07-30 06:07:52','2020-07-30 11:07:52','',0,'http://www.arscontracting.com/?p=821',8,'nav_menu_item','',0),(822,5,'2020-07-06 04:33:17','2020-07-06 09:33:17','','Plant Relocation','','publish','closed','closed','','plant-relocation','','','2020-07-30 06:07:52','2020-07-30 11:07:52','',0,'http://www.arscontracting.com/?p=822',9,'nav_menu_item','',0),(823,5,'2020-07-06 04:33:17','2020-07-06 09:33:17','','Millwright Services','','publish','closed','closed','','millwright-services','','','2020-07-30 06:07:52','2020-07-30 11:07:52','',0,'http://www.arscontracting.com/?p=823',10,'nav_menu_item','',0),(824,5,'2020-07-06 04:33:17','2020-07-06 09:33:17','','Consultations','','publish','closed','closed','','consultations','','','2020-07-30 06:07:52','2020-07-30 11:07:52','',0,'http://www.arscontracting.com/?p=824',11,'nav_menu_item','',0),(825,5,'2020-07-06 04:47:56','2020-07-06 09:47:56','','header (1)','','inherit','open','closed','','header-1','','','2020-07-06 04:47:56','2020-07-06 09:47:56','',0,'http://www.arscontracting.com/wp-content/uploads/2020/07/header-1.png',0,'attachment','image/png',0),(826,5,'2020-07-06 04:59:47','2020-07-06 09:59:47','','footer (1)','','inherit','open','closed','','footer-1','','','2020-07-06 04:59:47','2020-07-06 09:59:47','',0,'http://www.arscontracting.com/wp-content/uploads/2020/07/footer-1.png',0,'attachment','image/png',0),(829,5,'2020-07-24 00:35:11','2020-07-24 05:35:11','<img width=\"295\" height=\"443\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd.jpg 295w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd-200x300.jpg 200w\" sizes=\"(max-width: 295px) 100vw, 295px\" /> \n <img width=\"353\" height=\"530\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2.jpg 353w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2-200x300.jpg 200w\" sizes=\"(max-width: 353px) 100vw, 353px\" /> \n <img width=\"348\" height=\"352\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3.png 348w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3-297x300.png 297w\" sizes=\"(max-width: 348px) 100vw, 348px\" /> \n <img width=\"380\" height=\"506\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg 380w, http://www.arscontracting.com/wp-content/uploads/2020/07/p1-225x300.jpg 225w\" sizes=\"(max-width: 380px) 100vw, 380px\" /> \n <h4>George “Red” Gilmartin ‐ President</h4> \n <img width=\"380\" height=\"506\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg 380w, http://www.arscontracting.com/wp-content/uploads/2020/07/p1-225x300.jpg 225w\" sizes=\"(max-width: 380px) 100vw, 380px\" /> \n <h4>Ted Bianchi</h4> \n <img width=\"420\" height=\"560\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/92.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/92.jpg 420w, http://www.arscontracting.com/wp-content/uploads/2020/07/92-225x300.jpg 225w\" sizes=\"(max-width: 420px) 100vw, 420px\" /> \n <h4>Jeromy Bianchi</h4> \n <img width=\"343\" height=\"455\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p3.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p3.jpg 343w, http://www.arscontracting.com/wp-content/uploads/2020/07/p3-226x300.jpg 226w\" sizes=\"(max-width: 343px) 100vw, 343px\" /> \n <h4>Sean Gibbons</h4> \n <img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\" /> \n <img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" /> \n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','About Us','','inherit','closed','closed','','63-revision-v1','','','2020-07-24 00:35:11','2020-07-24 05:35:11','',63,'http://www.arscontracting.com/63-revision-v1/',0,'revision','',0),(830,5,'2020-07-24 00:36:50','2020-07-24 05:36:50','<img width=\"295\" height=\"443\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd.jpg 295w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd-200x300.jpg 200w\" sizes=\"(max-width: 295px) 100vw, 295px\" /> \n <img width=\"353\" height=\"530\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2.jpg 353w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2-200x300.jpg 200w\" sizes=\"(max-width: 353px) 100vw, 353px\" /> \n <img width=\"348\" height=\"352\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3.png 348w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3-297x300.png 297w\" sizes=\"(max-width: 348px) 100vw, 348px\" /> \n <img width=\"380\" height=\"506\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg 380w, http://www.arscontracting.com/wp-content/uploads/2020/07/p1-225x300.jpg 225w\" sizes=\"(max-width: 380px) 100vw, 380px\" /> \n <h4>George “Red” Gilmartin ‐ President</h4> \n <img width=\"380\" height=\"506\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg 380w, http://www.arscontracting.com/wp-content/uploads/2020/07/p1-225x300.jpg 225w\" sizes=\"(max-width: 380px) 100vw, 380px\" /> \n <h4>Ted Bianchi</h4> \n <img width=\"420\" height=\"560\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/92.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/92.jpg 420w, http://www.arscontracting.com/wp-content/uploads/2020/07/92-225x300.jpg 225w\" sizes=\"(max-width: 420px) 100vw, 420px\" /> \n <h4>Jeromy Bianchi</h4> \n <img width=\"343\" height=\"455\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p3.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p3.jpg 343w, http://www.arscontracting.com/wp-content/uploads/2020/07/p3-226x300.jpg 226w\" sizes=\"(max-width: 343px) 100vw, 343px\" /> \n <h4>Sean Gibbons</h4> \n <img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\" /> \n <img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" /> \n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','About Us','','inherit','closed','closed','','63-revision-v1','','','2020-07-24 00:36:50','2020-07-24 05:36:50','',63,'http://www.arscontracting.com/63-revision-v1/',0,'revision','',0),(831,5,'2020-07-24 00:47:08','2020-07-24 05:47:08','','image2','','inherit','open','closed','','image2','','','2020-07-24 00:47:08','2020-07-24 05:47:08','',63,'http://www.arscontracting.com/wp-content/uploads/2020/07/image2.jpg',0,'attachment','image/jpeg',0),(832,5,'2020-07-24 00:50:55','2020-07-24 05:50:55','<img width=\"295\" height=\"443\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd.jpg 295w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd-200x300.jpg 200w\" sizes=\"(max-width: 295px) 100vw, 295px\" /> \n <img width=\"353\" height=\"530\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2.jpg 353w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2-200x300.jpg 200w\" sizes=\"(max-width: 353px) 100vw, 353px\" /> \n <img width=\"348\" height=\"352\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3.png 348w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3-297x300.png 297w\" sizes=\"(max-width: 348px) 100vw, 348px\" /> \n <img width=\"675\" height=\"207\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image2.jpg 675w, http://www.arscontracting.com/wp-content/uploads/2020/07/image2-300x92.jpg 300w\" sizes=\"(max-width: 675px) 100vw, 675px\" /> \n <h4>George “Red” Gilmartin ‐ President</h4> \n <img width=\"380\" height=\"506\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg 380w, http://www.arscontracting.com/wp-content/uploads/2020/07/p1-225x300.jpg 225w\" sizes=\"(max-width: 380px) 100vw, 380px\" /> \n <h4>Ted Bianchi</h4> \n <img width=\"420\" height=\"560\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/92.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/92.jpg 420w, http://www.arscontracting.com/wp-content/uploads/2020/07/92-225x300.jpg 225w\" sizes=\"(max-width: 420px) 100vw, 420px\" /> \n <h4>Jeromy Bianchi</h4> \n <img width=\"343\" height=\"455\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p3.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p3.jpg 343w, http://www.arscontracting.com/wp-content/uploads/2020/07/p3-226x300.jpg 226w\" sizes=\"(max-width: 343px) 100vw, 343px\" /> \n <h4>Sean Gibbons</h4> \n <img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\" /> \n <img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" /> \n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','About Us','','inherit','closed','closed','','63-revision-v1','','','2020-07-24 00:50:55','2020-07-24 05:50:55','',63,'http://www.arscontracting.com/63-revision-v1/',0,'revision','',0),(833,5,'2020-07-24 00:53:16','2020-07-24 05:53:16','<img width=\"295\" height=\"443\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd.jpg 295w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd-200x300.jpg 200w\" sizes=\"(max-width: 295px) 100vw, 295px\" /> \n <img width=\"353\" height=\"530\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2.jpg 353w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2-200x300.jpg 200w\" sizes=\"(max-width: 353px) 100vw, 353px\" /> \n <img width=\"348\" height=\"352\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3.png 348w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3-297x300.png 297w\" sizes=\"(max-width: 348px) 100vw, 348px\" /> \n <img width=\"675\" height=\"207\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image2.jpg 675w, http://www.arscontracting.com/wp-content/uploads/2020/07/image2-300x92.jpg 300w\" sizes=\"(max-width: 675px) 100vw, 675px\" /> \n <h4>George “Red” Gilmartin ‐ President</h4> \n <img width=\"380\" height=\"506\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg 380w, http://www.arscontracting.com/wp-content/uploads/2020/07/p1-225x300.jpg 225w\" sizes=\"(max-width: 380px) 100vw, 380px\" /> \n <h4>Ted Bianchi</h4> \n <img width=\"420\" height=\"560\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/92.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/92.jpg 420w, http://www.arscontracting.com/wp-content/uploads/2020/07/92-225x300.jpg 225w\" sizes=\"(max-width: 420px) 100vw, 420px\" /> \n <h4>Jeromy Bianchi</h4> \n <img width=\"343\" height=\"455\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p3.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p3.jpg 343w, http://www.arscontracting.com/wp-content/uploads/2020/07/p3-226x300.jpg 226w\" sizes=\"(max-width: 343px) 100vw, 343px\" /> \n <h4>Sean Gibbons</h4> \n <img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\" /> \n <img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" /> \n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','About Us','','inherit','closed','closed','','63-revision-v1','','','2020-07-24 00:53:16','2020-07-24 05:53:16','',63,'http://www.arscontracting.com/63-revision-v1/',0,'revision','',0),(834,5,'2020-07-24 00:55:17','2020-07-24 05:55:17','<img width=\"295\" height=\"443\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd.jpg 295w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd-200x300.jpg 200w\" sizes=\"(max-width: 295px) 100vw, 295px\" /> \n <img width=\"353\" height=\"530\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2.jpg 353w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2-200x300.jpg 200w\" sizes=\"(max-width: 353px) 100vw, 353px\" /> \n <img width=\"348\" height=\"352\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3.png 348w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3-297x300.png 297w\" sizes=\"(max-width: 348px) 100vw, 348px\" /> \n <img width=\"675\" height=\"207\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image2.jpg 675w, http://www.arscontracting.com/wp-content/uploads/2020/07/image2-300x92.jpg 300w\" sizes=\"(max-width: 675px) 100vw, 675px\" /> \n <h4>George “Red” Gilmartin ‐ President</h4> \n <img width=\"380\" height=\"506\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg 380w, http://www.arscontracting.com/wp-content/uploads/2020/07/p1-225x300.jpg 225w\" sizes=\"(max-width: 380px) 100vw, 380px\" /> \n <h4>Ted Bianchi</h4> \n <img width=\"420\" height=\"560\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/92.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/92.jpg 420w, http://www.arscontracting.com/wp-content/uploads/2020/07/92-225x300.jpg 225w\" sizes=\"(max-width: 420px) 100vw, 420px\" /> \n <h4>Jeromy Bianchi</h4> \n <img width=\"343\" height=\"455\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p3.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p3.jpg 343w, http://www.arscontracting.com/wp-content/uploads/2020/07/p3-226x300.jpg 226w\" sizes=\"(max-width: 343px) 100vw, 343px\" /> \n <h4>Sean Gibbons</h4> \n <img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\" /> \n <img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" /> \n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','About Us','','inherit','closed','closed','','63-revision-v1','','','2020-07-24 00:55:17','2020-07-24 05:55:17','',63,'http://www.arscontracting.com/63-revision-v1/',0,'revision','',0),(835,5,'2020-07-24 01:00:23','2020-07-24 06:00:23','<img width=\"295\" height=\"443\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd.jpg 295w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd-200x300.jpg 200w\" sizes=\"(max-width: 295px) 100vw, 295px\" /> \n <img width=\"353\" height=\"530\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2.jpg 353w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2-200x300.jpg 200w\" sizes=\"(max-width: 353px) 100vw, 353px\" /> \n <img width=\"348\" height=\"352\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3.png 348w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3-297x300.png 297w\" sizes=\"(max-width: 348px) 100vw, 348px\" /> \n <img width=\"675\" height=\"207\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image2.jpg 675w, http://www.arscontracting.com/wp-content/uploads/2020/07/image2-300x92.jpg 300w\" sizes=\"(max-width: 675px) 100vw, 675px\" /> \n <h4>George “Red” Gilmartin ‐ President</h4> \n <img width=\"380\" height=\"506\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg 380w, http://www.arscontracting.com/wp-content/uploads/2020/07/p1-225x300.jpg 225w\" sizes=\"(max-width: 380px) 100vw, 380px\" /> \n <h4>Ted Bianchi</h4> \n <img width=\"420\" height=\"560\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/92.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/92.jpg 420w, http://www.arscontracting.com/wp-content/uploads/2020/07/92-225x300.jpg 225w\" sizes=\"(max-width: 420px) 100vw, 420px\" /> \n <h4>Jeromy Bianchi</h4> \n <img width=\"343\" height=\"455\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p3.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p3.jpg 343w, http://www.arscontracting.com/wp-content/uploads/2020/07/p3-226x300.jpg 226w\" sizes=\"(max-width: 343px) 100vw, 343px\" /> \n <h4>Sean Gibbons</h4> \n <img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\" /> \n <img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" /> \n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','About Us','','inherit','closed','closed','','63-revision-v1','','','2020-07-24 01:00:23','2020-07-24 06:00:23','',63,'http://www.arscontracting.com/63-revision-v1/',0,'revision','',0),(836,5,'2020-07-24 01:07:55','2020-07-24 06:07:55','<img width=\"295\" height=\"443\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd.jpg 295w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd-200x300.jpg 200w\" sizes=\"(max-width: 295px) 100vw, 295px\" /> \n <img width=\"353\" height=\"530\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2.jpg 353w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2-200x300.jpg 200w\" sizes=\"(max-width: 353px) 100vw, 353px\" /> \n <img width=\"348\" height=\"352\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3.png 348w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3-297x300.png 297w\" sizes=\"(max-width: 348px) 100vw, 348px\" /> \n <img width=\"675\" height=\"207\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image2.jpg 675w, http://www.arscontracting.com/wp-content/uploads/2020/07/image2-300x92.jpg 300w\" sizes=\"(max-width: 675px) 100vw, 675px\" /> \n <h4>George “Red” Gilmartin ‐ President</h4> \n <img width=\"380\" height=\"506\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg 380w, http://www.arscontracting.com/wp-content/uploads/2020/07/p1-225x300.jpg 225w\" sizes=\"(max-width: 380px) 100vw, 380px\" /> \n <h4>Ted Bianchi</h4> \n <img width=\"420\" height=\"560\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/92.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/92.jpg 420w, http://www.arscontracting.com/wp-content/uploads/2020/07/92-225x300.jpg 225w\" sizes=\"(max-width: 420px) 100vw, 420px\" /> \n <h4>Jeromy Bianchi</h4> \n <img width=\"343\" height=\"455\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p3.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p3.jpg 343w, http://www.arscontracting.com/wp-content/uploads/2020/07/p3-226x300.jpg 226w\" sizes=\"(max-width: 343px) 100vw, 343px\" /> \n <h4>Sean Gibbons</h4> \n <img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\" /> \n <img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" /> \n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','About Us','','inherit','closed','closed','','63-revision-v1','','','2020-07-24 01:07:55','2020-07-24 06:07:55','',63,'http://www.arscontracting.com/63-revision-v1/',0,'revision','',0),(837,5,'2020-07-24 01:09:50','2020-07-24 06:09:50','<img width=\"295\" height=\"443\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd.jpg 295w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd-200x300.jpg 200w\" sizes=\"(max-width: 295px) 100vw, 295px\" /> \n <img width=\"353\" height=\"530\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2.jpg 353w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2-200x300.jpg 200w\" sizes=\"(max-width: 353px) 100vw, 353px\" /> \n <img width=\"348\" height=\"352\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3.png 348w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3-297x300.png 297w\" sizes=\"(max-width: 348px) 100vw, 348px\" /> \n <img width=\"675\" height=\"207\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image2.jpg 675w, http://www.arscontracting.com/wp-content/uploads/2020/07/image2-300x92.jpg 300w\" sizes=\"(max-width: 675px) 100vw, 675px\" /> \n <h4>George “Red” Gilmartin ‐ President</h4> \n <img width=\"380\" height=\"506\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg 380w, http://www.arscontracting.com/wp-content/uploads/2020/07/p1-225x300.jpg 225w\" sizes=\"(max-width: 380px) 100vw, 380px\" /> \n <h4>Ted Bianchi</h4> \n <img width=\"420\" height=\"560\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/92.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/92.jpg 420w, http://www.arscontracting.com/wp-content/uploads/2020/07/92-225x300.jpg 225w\" sizes=\"(max-width: 420px) 100vw, 420px\" /> \n <h4>Jeromy Bianchi</h4> \n <img width=\"343\" height=\"455\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p3.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p3.jpg 343w, http://www.arscontracting.com/wp-content/uploads/2020/07/p3-226x300.jpg 226w\" sizes=\"(max-width: 343px) 100vw, 343px\" /> \n <h4>Sean Gibbons</h4> \n <img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\" /> \n <img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" /> \n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','About Us','','inherit','closed','closed','','63-revision-v1','','','2020-07-24 01:09:50','2020-07-24 06:09:50','',63,'http://www.arscontracting.com/63-revision-v1/',0,'revision','',0),(838,5,'2020-07-24 01:17:02','2020-07-24 06:17:02','','image43','','inherit','open','closed','','image43','','','2020-07-24 01:17:02','2020-07-24 06:17:02','',63,'http://www.arscontracting.com/wp-content/uploads/2020/07/image43.png',0,'attachment','image/png',0),(839,5,'2020-07-24 01:17:20','2020-07-24 06:17:20','<img width=\"548\" height=\"316\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image43.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image43.png 548w, http://www.arscontracting.com/wp-content/uploads/2020/07/image43-300x173.png 300w\" sizes=\"(max-width: 548px) 100vw, 548px\" /> \n <img width=\"353\" height=\"530\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2.jpg 353w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2-200x300.jpg 200w\" sizes=\"(max-width: 353px) 100vw, 353px\" /> \n <img width=\"348\" height=\"352\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3.png 348w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3-297x300.png 297w\" sizes=\"(max-width: 348px) 100vw, 348px\" /> \n <img width=\"675\" height=\"207\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image2.jpg 675w, http://www.arscontracting.com/wp-content/uploads/2020/07/image2-300x92.jpg 300w\" sizes=\"(max-width: 675px) 100vw, 675px\" /> \n <h4>George “Red” Gilmartin ‐ President</h4> \n <img width=\"380\" height=\"506\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg 380w, http://www.arscontracting.com/wp-content/uploads/2020/07/p1-225x300.jpg 225w\" sizes=\"(max-width: 380px) 100vw, 380px\" /> \n <h4>Ted Bianchi</h4> \n <img width=\"420\" height=\"560\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/92.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/92.jpg 420w, http://www.arscontracting.com/wp-content/uploads/2020/07/92-225x300.jpg 225w\" sizes=\"(max-width: 420px) 100vw, 420px\" /> \n <h4>Jeromy Bianchi</h4> \n <img width=\"343\" height=\"455\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p3.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p3.jpg 343w, http://www.arscontracting.com/wp-content/uploads/2020/07/p3-226x300.jpg 226w\" sizes=\"(max-width: 343px) 100vw, 343px\" /> \n <h4>Sean Gibbons</h4> \n <img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\" /> \n <img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" /> \n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','About Us','','inherit','closed','closed','','63-revision-v1','','','2020-07-24 01:17:20','2020-07-24 06:17:20','',63,'http://www.arscontracting.com/63-revision-v1/',0,'revision','',0),(840,5,'2020-07-24 01:18:39','2020-07-24 06:18:39','','image37','','inherit','open','closed','','image37','','','2020-07-24 01:18:39','2020-07-24 06:18:39','',63,'http://www.arscontracting.com/wp-content/uploads/2020/07/image37.jpg',0,'attachment','image/jpeg',0),(841,5,'2020-07-24 01:19:25','2020-07-24 06:19:25','','image38','','inherit','open','closed','','image38','','','2020-07-24 01:19:25','2020-07-24 06:19:25','',63,'http://www.arscontracting.com/wp-content/uploads/2020/07/image38.jpg',0,'attachment','image/jpeg',0),(842,5,'2020-07-24 01:19:40','2020-07-24 06:19:40','<img width=\"548\" height=\"316\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image43.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image43.png 548w, http://www.arscontracting.com/wp-content/uploads/2020/07/image43-300x173.png 300w\" sizes=\"(max-width: 548px) 100vw, 548px\" /> \n <img width=\"498\" height=\"374\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image37.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image37.jpg 498w, http://www.arscontracting.com/wp-content/uploads/2020/07/image37-300x225.jpg 300w\" sizes=\"(max-width: 498px) 100vw, 498px\" /> \n <img width=\"332\" height=\"221\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image38.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image38.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/07/image38-300x200.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img width=\"348\" height=\"352\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3.png 348w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3-297x300.png 297w\" sizes=\"(max-width: 348px) 100vw, 348px\" /> \n <img width=\"675\" height=\"207\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image2.jpg 675w, http://www.arscontracting.com/wp-content/uploads/2020/07/image2-300x92.jpg 300w\" sizes=\"(max-width: 675px) 100vw, 675px\" /> \n <h4>George “Red” Gilmartin ‐ President</h4> \n <img width=\"380\" height=\"506\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg 380w, http://www.arscontracting.com/wp-content/uploads/2020/07/p1-225x300.jpg 225w\" sizes=\"(max-width: 380px) 100vw, 380px\" /> \n <h4>Ted Bianchi</h4> \n <img width=\"420\" height=\"560\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/92.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/92.jpg 420w, http://www.arscontracting.com/wp-content/uploads/2020/07/92-225x300.jpg 225w\" sizes=\"(max-width: 420px) 100vw, 420px\" /> \n <h4>Jeromy Bianchi</h4> \n <img width=\"343\" height=\"455\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p3.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p3.jpg 343w, http://www.arscontracting.com/wp-content/uploads/2020/07/p3-226x300.jpg 226w\" sizes=\"(max-width: 343px) 100vw, 343px\" /> \n <h4>Sean Gibbons</h4> \n <img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\" /> \n <img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" /> \n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','About Us','','inherit','closed','closed','','63-revision-v1','','','2020-07-24 01:19:40','2020-07-24 06:19:40','',63,'http://www.arscontracting.com/63-revision-v1/',0,'revision','',0),(843,5,'2020-07-24 01:22:28','2020-07-24 06:22:28','<img width=\"548\" height=\"316\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image43.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image43.png 548w, http://www.arscontracting.com/wp-content/uploads/2020/07/image43-300x173.png 300w\" sizes=\"(max-width: 548px) 100vw, 548px\" /> \n <img width=\"498\" height=\"374\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image37.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image37.jpg 498w, http://www.arscontracting.com/wp-content/uploads/2020/07/image37-300x225.jpg 300w\" sizes=\"(max-width: 498px) 100vw, 498px\" /> \n <img width=\"332\" height=\"221\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image38.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image38.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/07/image38-300x200.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img src=\"http://www.arscontracting.com/wp-content/uploads/elementor/thumbs/dfd3-orvhvl51sq2igiazr8rxcgqcsm6fsst9vd23yk45c0.png\" title=\"dfd3\" alt=\"dfd3\" /> \n <img width=\"675\" height=\"207\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image2.jpg 675w, http://www.arscontracting.com/wp-content/uploads/2020/07/image2-300x92.jpg 300w\" sizes=\"(max-width: 675px) 100vw, 675px\" /> \n <h4>George “Red” Gilmartin ‐ President</h4> \n <img width=\"380\" height=\"506\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg 380w, http://www.arscontracting.com/wp-content/uploads/2020/07/p1-225x300.jpg 225w\" sizes=\"(max-width: 380px) 100vw, 380px\" /> \n <h4>Ted Bianchi</h4> \n <img width=\"420\" height=\"560\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/92.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/92.jpg 420w, http://www.arscontracting.com/wp-content/uploads/2020/07/92-225x300.jpg 225w\" sizes=\"(max-width: 420px) 100vw, 420px\" /> \n <h4>Jeromy Bianchi</h4> \n <img width=\"343\" height=\"455\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p3.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p3.jpg 343w, http://www.arscontracting.com/wp-content/uploads/2020/07/p3-226x300.jpg 226w\" sizes=\"(max-width: 343px) 100vw, 343px\" /> \n <h4>Sean Gibbons</h4> \n <img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\" /> \n <img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" /> \n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','About Us','','inherit','closed','closed','','63-revision-v1','','','2020-07-24 01:22:28','2020-07-24 06:22:28','',63,'http://www.arscontracting.com/63-revision-v1/',0,'revision','',0),(844,5,'2020-07-24 01:23:12','2020-07-24 06:23:12','<img width=\"548\" height=\"316\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image43.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image43.png 548w, http://www.arscontracting.com/wp-content/uploads/2020/07/image43-300x173.png 300w\" sizes=\"(max-width: 548px) 100vw, 548px\" /> \n <img width=\"498\" height=\"374\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image37.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image37.jpg 498w, http://www.arscontracting.com/wp-content/uploads/2020/07/image37-300x225.jpg 300w\" sizes=\"(max-width: 498px) 100vw, 498px\" /> \n <img width=\"332\" height=\"221\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image38.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image38.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/07/image38-300x200.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img src=\"http://www.arscontracting.com/wp-content/uploads/elementor/thumbs/dfd3-orvhvl51sq2igiazr8rxcgqcsm6fsst9vd23yk45c0.png\" title=\"dfd3\" alt=\"dfd3\" /> \n <img width=\"675\" height=\"207\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image2.jpg 675w, http://www.arscontracting.com/wp-content/uploads/2020/07/image2-300x92.jpg 300w\" sizes=\"(max-width: 675px) 100vw, 675px\" /> \n <h4>George “Red” Gilmartin ‐ President</h4> \n <img width=\"380\" height=\"506\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg 380w, http://www.arscontracting.com/wp-content/uploads/2020/07/p1-225x300.jpg 225w\" sizes=\"(max-width: 380px) 100vw, 380px\" /> \n <h4>Ted Bianchi</h4> \n <img width=\"420\" height=\"560\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/92.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/92.jpg 420w, http://www.arscontracting.com/wp-content/uploads/2020/07/92-225x300.jpg 225w\" sizes=\"(max-width: 420px) 100vw, 420px\" /> \n <h4>Jeromy Bianchi</h4> \n <img width=\"343\" height=\"455\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p3.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p3.jpg 343w, http://www.arscontracting.com/wp-content/uploads/2020/07/p3-226x300.jpg 226w\" sizes=\"(max-width: 343px) 100vw, 343px\" /> \n <h4>Sean Gibbons</h4> \n <img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\" /> \n <img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" /> \n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','About Us','','inherit','closed','closed','','63-revision-v1','','','2020-07-24 01:23:12','2020-07-24 06:23:12','',63,'http://www.arscontracting.com/63-revision-v1/',0,'revision','',0),(845,5,'2020-07-24 01:27:56','2020-07-24 06:27:56','<h2>Qualifications </h2> \n <img width=\"498\" height=\"748\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/q1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/q1.jpg 498w, http://www.arscontracting.com/wp-content/uploads/2020/07/q1-200x300.jpg 200w\" sizes=\"(max-width: 498px) 100vw, 498px\" /> \n <img src=\"http://www.arscontracting.com/wp-content/uploads/elementor/thumbs/q2-orvjgj71ue2h4i56dd84shqpgr5qp5f5yza1bbydj4.jpg\" title=\"q2\" alt=\"q2\" /> \n <h2>OSHA Regulations</h2> \n <p>By using ARS Contracting, Inc. certified riggers for all of your rigging and machinery moving projects, you’ll be in compliance with OSHA “Qualified Rigger & Signal Person” criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. </p> \n <h2>Insurance</h2> \n <p>ARS Contracting, Inc. is fully insured for everything we handle for every project. Your equipment will be insured during all aspects of the project, from start to finish, which includes: dismantling, transfer at our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.</p><p> </p><p> </p><p> </p>','Qualifications','','inherit','closed','closed','','443-revision-v1','','','2020-07-24 01:27:56','2020-07-24 06:27:56','',443,'http://www.arscontracting.com/443-revision-v1/',0,'revision','',0),(846,5,'2020-07-24 01:28:46','2020-07-24 06:28:46','<h2>Qualifications </h2> \n <img width=\"498\" height=\"748\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/q1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/q1.jpg 498w, http://www.arscontracting.com/wp-content/uploads/2020/07/q1-200x300.jpg 200w\" sizes=\"(max-width: 498px) 100vw, 498px\" /> \n <img width=\"562\" height=\"844\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/q2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/q2.jpg 562w, http://www.arscontracting.com/wp-content/uploads/2020/07/q2-200x300.jpg 200w\" sizes=\"(max-width: 562px) 100vw, 562px\" /> \n <h2>OSHA Regulations</h2> \n <p>By using ARS Contracting, Inc. certified riggers for all of your rigging and machinery moving projects, you’ll be in compliance with OSHA “Qualified Rigger & Signal Person” criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. </p> \n <h2>Insurance</h2> \n <p>ARS Contracting, Inc. is fully insured for everything we handle for every project. Your equipment will be insured during all aspects of the project, from start to finish, which includes: dismantling, transfer at our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.</p><p> </p><p> </p><p> </p>','Qualifications','','inherit','closed','closed','','443-revision-v1','','','2020-07-24 01:28:46','2020-07-24 06:28:46','',443,'http://www.arscontracting.com/443-revision-v1/',0,'revision','',0),(847,5,'2020-07-24 01:31:19','2020-07-24 06:31:19','<h2>Qualifications </h2> \n <img width=\"498\" height=\"748\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/q1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/q1.jpg 498w, http://www.arscontracting.com/wp-content/uploads/2020/07/q1-200x300.jpg 200w\" sizes=\"(max-width: 498px) 100vw, 498px\" /> \n <img width=\"562\" height=\"844\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/q2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/q2.jpg 562w, http://www.arscontracting.com/wp-content/uploads/2020/07/q2-200x300.jpg 200w\" sizes=\"(max-width: 562px) 100vw, 562px\" /> \n <h2>OSHA Regulations</h2> \n <p>By using ARS Contracting, Inc. certified riggers for all of your rigging and machinery moving projects, you’ll be in compliance with OSHA “Qualified Rigger & Signal Person” criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. </p> \n <h2>Insurance</h2> \n <p>ARS Contracting, Inc. is fully insured for everything we handle for every project. Your equipment will be insured during all aspects of the project, from start to finish, which includes: dismantling, transfer at our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.</p><p> </p><p> </p><p> </p>','Qualifications','','inherit','closed','closed','','443-revision-v1','','','2020-07-24 01:31:19','2020-07-24 06:31:19','',443,'http://www.arscontracting.com/443-revision-v1/',0,'revision','',0),(850,5,'2020-07-24 02:10:09','2020-07-24 07:10:09','','unnamed','','inherit','open','closed','','unnamed','','','2020-07-24 02:10:09','2020-07-24 07:10:09','',54,'http://www.arscontracting.com/wp-content/uploads/2018/03/unnamed.jpg',0,'attachment','image/jpeg',0),(852,5,'2020-07-24 02:32:10','2020-07-24 07:32:10','','image19','','inherit','open','closed','','image19','','','2020-07-24 02:32:10','2020-07-24 07:32:10','',329,'http://www.arscontracting.com/wp-content/uploads/2018/03/image19.jpg',0,'attachment','image/jpeg',0),(853,5,'2020-07-24 04:42:50','2020-07-24 09:42:50','','Case study 1_page-0001','','inherit','open','closed','','case-study-1_page-0001','','','2020-07-24 04:42:50','2020-07-24 09:42:50','',689,'http://www.arscontracting.com/wp-content/uploads/2020/07/Case-study-1_page-0001.jpg',0,'attachment','image/jpeg',0),(854,5,'2020-07-24 04:43:17','2020-07-24 09:43:17','','case study 2_page-0001','','inherit','open','closed','','case-study-2_page-0001','','','2020-07-24 04:43:17','2020-07-24 09:43:17','',689,'http://www.arscontracting.com/wp-content/uploads/2020/07/case-study-2_page-0001.jpg',0,'attachment','image/jpeg',0),(855,5,'2020-07-24 04:44:29','2020-07-24 09:44:29','<img width=\"791\" height=\"1024\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/Case-study-1_page-0001-791x1024.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/Case-study-1_page-0001-791x1024.jpg 791w, http://www.arscontracting.com/wp-content/uploads/2020/07/Case-study-1_page-0001-232x300.jpg 232w, http://www.arscontracting.com/wp-content/uploads/2020/07/Case-study-1_page-0001-768x994.jpg 768w, http://www.arscontracting.com/wp-content/uploads/2020/07/Case-study-1_page-0001-1187x1536.jpg 1187w, http://www.arscontracting.com/wp-content/uploads/2020/07/Case-study-1_page-0001.jpg 1275w\" sizes=\"(max-width: 791px) 100vw, 791px\" /> \n <img width=\"791\" height=\"1024\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/case-study-2_page-0001-791x1024.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/case-study-2_page-0001-791x1024.jpg 791w, http://www.arscontracting.com/wp-content/uploads/2020/07/case-study-2_page-0001-232x300.jpg 232w, http://www.arscontracting.com/wp-content/uploads/2020/07/case-study-2_page-0001-768x994.jpg 768w, http://www.arscontracting.com/wp-content/uploads/2020/07/case-study-2_page-0001-1187x1536.jpg 1187w, http://www.arscontracting.com/wp-content/uploads/2020/07/case-study-2_page-0001.jpg 1275w\" sizes=\"(max-width: 791px) 100vw, 791px\" /> \n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','Case Studies','','inherit','closed','closed','','689-revision-v1','','','2020-07-24 04:44:29','2020-07-24 09:44:29','',689,'http://www.arscontracting.com/689-revision-v1/',0,'revision','',0),(856,5,'2020-07-24 04:45:52','2020-07-24 09:45:52','<img width=\"791\" height=\"1024\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/Case-study-1_page-0001-791x1024.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/Case-study-1_page-0001-791x1024.jpg 791w, http://www.arscontracting.com/wp-content/uploads/2020/07/Case-study-1_page-0001-232x300.jpg 232w, http://www.arscontracting.com/wp-content/uploads/2020/07/Case-study-1_page-0001-768x994.jpg 768w, http://www.arscontracting.com/wp-content/uploads/2020/07/Case-study-1_page-0001-1187x1536.jpg 1187w, http://www.arscontracting.com/wp-content/uploads/2020/07/Case-study-1_page-0001.jpg 1275w\" sizes=\"(max-width: 791px) 100vw, 791px\" /> \n <img width=\"791\" height=\"1024\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/case-study-2_page-0001-791x1024.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/case-study-2_page-0001-791x1024.jpg 791w, http://www.arscontracting.com/wp-content/uploads/2020/07/case-study-2_page-0001-232x300.jpg 232w, http://www.arscontracting.com/wp-content/uploads/2020/07/case-study-2_page-0001-768x994.jpg 768w, http://www.arscontracting.com/wp-content/uploads/2020/07/case-study-2_page-0001-1187x1536.jpg 1187w, http://www.arscontracting.com/wp-content/uploads/2020/07/case-study-2_page-0001.jpg 1275w\" sizes=\"(max-width: 791px) 100vw, 791px\" /> \n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','Case Studies','','inherit','closed','closed','','689-revision-v1','','','2020-07-24 04:45:52','2020-07-24 09:45:52','',689,'http://www.arscontracting.com/689-revision-v1/',0,'revision','',0),(857,5,'2020-07-24 06:11:59','2020-07-24 11:11:59','<a href=\"http://www.arscontracting.com/projects/\" role=\"button\">\nView Services\n</a>\n<figure><img width=\"1805\" height=\"1920\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png 1805w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-282x300.png 282w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-963x1024.png 963w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-768x817.png 768w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-1444x1536.png 1444w\" sizes=\"(max-width: 1805px) 100vw, 1805px\"></figure>\n<h3>Services</h3>\nOver 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more\n<figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\"></figure>\n<h3>Exceptional Safety Rating</h3>\nWe have one of the best safety ratings in the industry & we are certified riggers\n<figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\"></figure>\n<h3>Industries</h3>\nWe offer outstanding service to most industries including, contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers/building owners and more\n\n<img width=\"1024\" height=\"683\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg 1024w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-300x200.jpg 300w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-768x512.jpg 768w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1.jpg 1500w\" sizes=\"(max-width: 1024px) 100vw, 1024px\">\n<a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=347\" role=\"button\">\nVIEW ALL SERVICES\n</a>\n<a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=348\" role=\"button\">\nVIEW ALL INDUSTRIES\n</a>\n[gedung_industries_home]\n<a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\nGET QUOTATION\n</a>','Home','','inherit','closed','closed','','61-revision-v1','','','2020-07-24 06:11:59','2020-07-24 11:11:59','',61,'http://www.arscontracting.com/61-revision-v1/',0,'revision','',0),(858,5,'2020-07-24 06:37:25','2020-07-24 11:37:25','A thorough analysis and detailed plan of action are a “must” when lifting and erecting large equipment. Our team develops the solutions to overcome space and time challenges. Then, planning turns into action, and our certified riggers team executes every detail in a professional manner to ensure the project is done right the first time, safely and efficiently.','Heavy Lifting & Erecting','','inherit','closed','closed','','495-autosave-v1','','','2020-07-24 06:37:25','2020-07-24 11:37:25','',495,'http://www.arscontracting.com/495-autosave-v1/',0,'revision','',0),(861,5,'2020-07-24 06:42:26','2020-07-24 11:42:26','<a href=\"http://www.arscontracting.com/projects/\" role=\"button\">\n View Services\n </a>\n <figure><img width=\"1805\" height=\"1920\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png 1805w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-282x300.png 282w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-963x1024.png 963w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-768x817.png 768w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-1444x1536.png 1444w\" sizes=\"(max-width: 1805px) 100vw, 1805px\" /></figure><h3>Services</h3><p>Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more</p> \n <figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Exceptional Safety Rating</h3><p>We have one of the best safety ratings in the industry & we are certified riggers</p> \n <figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Industries</h3><p>We offer outstanding service to most industries including, contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers/building owners and more\n</p> \n <img width=\"1024\" height=\"683\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg 1024w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-300x200.jpg 300w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-768x512.jpg 768w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1.jpg 1500w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=347\" role=\"button\">\n VIEW ALL SERVICES\n </a>\n <a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=348\" role=\"button\">\n VIEW ALL INDUSTRIES\n </a>\n [gedung_industries_home] \n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','Home','','inherit','closed','closed','','61-revision-v1','','','2020-07-24 06:42:26','2020-07-24 11:42:26','',61,'http://www.arscontracting.com/61-revision-v1/',0,'revision','',0),(862,5,'2020-07-24 06:46:06','2020-07-24 11:46:06','<img width=\"548\" height=\"316\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image43.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image43.png 548w, http://www.arscontracting.com/wp-content/uploads/2020/07/image43-300x173.png 300w\" sizes=\"(max-width: 548px) 100vw, 548px\" /> \n <img width=\"498\" height=\"374\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image37.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image37.jpg 498w, http://www.arscontracting.com/wp-content/uploads/2020/07/image37-300x225.jpg 300w\" sizes=\"(max-width: 498px) 100vw, 498px\" /> \n <img width=\"332\" height=\"221\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image38.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image38.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/07/image38-300x200.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img src=\"http://www.arscontracting.com/wp-content/uploads/elementor/thumbs/dfd3-orvhvl51sq2igiazr8rxcgqcsm6fsst9vd23yk45c0.png\" title=\"dfd3\" alt=\"dfd3\" /> \n <p>By using ARS Contracting, Inc. certified riggers for all of your rigging and machinery moving projects, you’ll be in compliance with OSHA “Qualified Rigger & Signal Person” criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. </p> \n <img width=\"675\" height=\"207\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image2.jpg 675w, http://www.arscontracting.com/wp-content/uploads/2020/07/image2-300x92.jpg 300w\" sizes=\"(max-width: 675px) 100vw, 675px\" /> \n <h4>George “Red” Gilmartin ‐ President</h4> \n <img width=\"380\" height=\"506\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg 380w, http://www.arscontracting.com/wp-content/uploads/2020/07/p1-225x300.jpg 225w\" sizes=\"(max-width: 380px) 100vw, 380px\" /> \n <h4>Ted Bianchi</h4> \n <img width=\"420\" height=\"560\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/92.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/92.jpg 420w, http://www.arscontracting.com/wp-content/uploads/2020/07/92-225x300.jpg 225w\" sizes=\"(max-width: 420px) 100vw, 420px\" /> \n <h4>Jeromy Bianchi</h4> \n <img width=\"343\" height=\"455\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p3.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p3.jpg 343w, http://www.arscontracting.com/wp-content/uploads/2020/07/p3-226x300.jpg 226w\" sizes=\"(max-width: 343px) 100vw, 343px\" /> \n <h4>Sean Gibbons</h4> \n <img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\" /> \n <img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" /> \n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','About Us','','inherit','closed','closed','','63-revision-v1','','','2020-07-24 06:46:06','2020-07-24 11:46:06','',63,'http://www.arscontracting.com/63-revision-v1/',0,'revision','',0),(863,5,'2020-07-24 06:49:04','2020-07-24 11:49:04','<img width=\"548\" height=\"316\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image43.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image43.png 548w, http://www.arscontracting.com/wp-content/uploads/2020/07/image43-300x173.png 300w\" sizes=\"(max-width: 548px) 100vw, 548px\" /> \n <img width=\"498\" height=\"374\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image37.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image37.jpg 498w, http://www.arscontracting.com/wp-content/uploads/2020/07/image37-300x225.jpg 300w\" sizes=\"(max-width: 498px) 100vw, 498px\" /> \n <img width=\"332\" height=\"221\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image38.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image38.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/07/image38-300x200.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img src=\"http://www.arscontracting.com/wp-content/uploads/elementor/thumbs/dfd3-orvhvl51sq2igiazr8rxcgqcsm6fsst9vd23yk45c0.png\" title=\"dfd3\" alt=\"dfd3\" /> \n <img width=\"675\" height=\"207\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image2.jpg 675w, http://www.arscontracting.com/wp-content/uploads/2020/07/image2-300x92.jpg 300w\" sizes=\"(max-width: 675px) 100vw, 675px\" /> \n <h4>George “Red” Gilmartin ‐ President</h4> \n <img width=\"380\" height=\"506\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg 380w, http://www.arscontracting.com/wp-content/uploads/2020/07/p1-225x300.jpg 225w\" sizes=\"(max-width: 380px) 100vw, 380px\" /> \n <h4>Ted Bianchi</h4> \n <img width=\"420\" height=\"560\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/92.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/92.jpg 420w, http://www.arscontracting.com/wp-content/uploads/2020/07/92-225x300.jpg 225w\" sizes=\"(max-width: 420px) 100vw, 420px\" /> \n <h4>Jeromy Bianchi</h4> \n <img width=\"343\" height=\"455\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p3.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p3.jpg 343w, http://www.arscontracting.com/wp-content/uploads/2020/07/p3-226x300.jpg 226w\" sizes=\"(max-width: 343px) 100vw, 343px\" /> \n <h4>Sean Gibbons</h4> \n <img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\" /> \n <img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" /> \n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','About Us','','inherit','closed','closed','','63-revision-v1','','','2020-07-24 06:49:04','2020-07-24 11:49:04','',63,'http://www.arscontracting.com/63-revision-v1/',0,'revision','',0),(864,5,'2020-07-24 06:50:27','2020-07-24 11:50:27','<a href=\"http://www.arscontracting.com/projects/\" role=\"button\">\n View Services\n </a>\n <figure><img width=\"1805\" height=\"1920\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png 1805w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-282x300.png 282w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-963x1024.png 963w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-768x817.png 768w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-1444x1536.png 1444w\" sizes=\"(max-width: 1805px) 100vw, 1805px\" /></figure><h3>Services</h3><p>Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more</p> \n <figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Exceptional Safety Rating</h3><p>We have one of the best safety ratings in the industry & we are certified riggers</p> \n <figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Industries</h3><p>We offer outstanding service to most industries including contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers/building owners, and more\n</p> \n <img width=\"1024\" height=\"683\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg 1024w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-300x200.jpg 300w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-768x512.jpg 768w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1.jpg 1500w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=347\" role=\"button\">\n VIEW ALL SERVICES\n </a>\n <a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=348\" role=\"button\">\n VIEW ALL INDUSTRIES\n </a>\n [gedung_industries_home] \n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','Home','','inherit','closed','closed','','61-revision-v1','','','2020-07-24 06:50:27','2020-07-24 11:50:27','',61,'http://www.arscontracting.com/61-revision-v1/',0,'revision','',0),(865,5,'2020-07-24 06:53:08','2020-07-24 11:53:08','<a href=\"http://www.arscontracting.com/projects/\" role=\"button\">\n View Services\n </a>\n <figure><img width=\"1805\" height=\"1920\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png 1805w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-282x300.png 282w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-963x1024.png 963w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-768x817.png 768w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-1444x1536.png 1444w\" sizes=\"(max-width: 1805px) 100vw, 1805px\" /></figure><h3>Services</h3><p>Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more</p> \n <figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Exceptional Safety Rating</h3><p>We have one of the best safety ratings in the industry & we are certified riggers</p> \n <figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Industries</h3><p>We offer outstanding service to most industries including contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers/building owners, and more\n</p> \n <img width=\"1024\" height=\"683\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg 1024w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-300x200.jpg 300w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-768x512.jpg 768w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1.jpg 1500w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <a href=\"http://www.arscontracting.com/projects/\" role=\"button\">\n VIEW ALL SERVICES\n </a>\n <a href=\"https://192.168.1.101:8081/XCNTia/ARSC_Dev/?page_id=348\" role=\"button\">\n VIEW ALL INDUSTRIES\n </a>\n [gedung_industries_home] \n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','Home','','inherit','closed','closed','','61-revision-v1','','','2020-07-24 06:53:08','2020-07-24 11:53:08','',61,'http://www.arscontracting.com/61-revision-v1/',0,'revision','',0),(866,5,'2020-07-24 06:53:44','2020-07-24 11:53:44','<a href=\"http://www.arscontracting.com/projects/\" role=\"button\">\n View Services\n </a>\n <figure><img width=\"1805\" height=\"1920\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png 1805w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-282x300.png 282w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-963x1024.png 963w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-768x817.png 768w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-1444x1536.png 1444w\" sizes=\"(max-width: 1805px) 100vw, 1805px\" /></figure><h3>Services</h3><p>Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more</p> \n <figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Exceptional Safety Rating</h3><p>We have one of the best safety ratings in the industry & we are certified riggers</p> \n <figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Industries</h3><p>We offer outstanding service to most industries including contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers/building owners, and more\n</p> \n <img width=\"1024\" height=\"683\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg 1024w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-300x200.jpg 300w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-768x512.jpg 768w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1.jpg 1500w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <a href=\"http://www.arscontracting.com/projects/\" role=\"button\">\n VIEW ALL SERVICES\n </a>\n <a href=\"http://www.arscontracting.com/industries/\" role=\"button\">\n VIEW ALL INDUSTRIES\n </a>\n [gedung_industries_home] \n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','Home','','inherit','closed','closed','','61-revision-v1','','','2020-07-24 06:53:44','2020-07-24 11:53:44','',61,'http://www.arscontracting.com/61-revision-v1/',0,'revision','',0),(867,5,'2020-07-24 06:55:13','2020-07-24 11:55:13','<img width=\"548\" height=\"316\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image43.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image43.png 548w, http://www.arscontracting.com/wp-content/uploads/2020/07/image43-300x173.png 300w\" sizes=\"(max-width: 548px) 100vw, 548px\" /> \n <img width=\"498\" height=\"374\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image37.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image37.jpg 498w, http://www.arscontracting.com/wp-content/uploads/2020/07/image37-300x225.jpg 300w\" sizes=\"(max-width: 498px) 100vw, 498px\" /> \n <img width=\"332\" height=\"221\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image38.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image38.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/07/image38-300x200.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <p>Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman. </p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we’re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients’ facilities.</p> \n <img src=\"http://www.arscontracting.com/wp-content/uploads/elementor/thumbs/dfd3-orvhvl51sq2igiazr8rxcgqcsm6fsst9vd23yk45c0.png\" title=\"dfd3\" alt=\"dfd3\" /> \n <img width=\"675\" height=\"207\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image2.jpg 675w, http://www.arscontracting.com/wp-content/uploads/2020/07/image2-300x92.jpg 300w\" sizes=\"(max-width: 675px) 100vw, 675px\" /> \n <h4>George “Red” Gilmartin ‐ President</h4> \n <img width=\"380\" height=\"506\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg 380w, http://www.arscontracting.com/wp-content/uploads/2020/07/p1-225x300.jpg 225w\" sizes=\"(max-width: 380px) 100vw, 380px\" /> \n <h4>Ted Bianchi</h4> \n <img width=\"420\" height=\"560\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/92.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/92.jpg 420w, http://www.arscontracting.com/wp-content/uploads/2020/07/92-225x300.jpg 225w\" sizes=\"(max-width: 420px) 100vw, 420px\" /> \n <h4>Jeromy Bianchi</h4> \n <img width=\"343\" height=\"455\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p3.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p3.jpg 343w, http://www.arscontracting.com/wp-content/uploads/2020/07/p3-226x300.jpg 226w\" sizes=\"(max-width: 343px) 100vw, 343px\" /> \n <h4>Sean Gibbons</h4> \n <img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\" /> \n <img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" /> \n <a href=\"http://gedung.themesawesome.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','About Us','','inherit','closed','closed','','63-revision-v1','','','2020-07-24 06:55:13','2020-07-24 11:55:13','',63,'http://www.arscontracting.com/63-revision-v1/',0,'revision','',0),(868,5,'2020-07-24 06:55:58','2020-07-24 11:55:58','<a href=\"http://www.arscontracting.com/projects/\" role=\"button\">\n View Services\n </a>\n <figure><img width=\"1805\" height=\"1920\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png 1805w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-282x300.png 282w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-963x1024.png 963w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-768x817.png 768w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-1444x1536.png 1444w\" sizes=\"(max-width: 1805px) 100vw, 1805px\" /></figure><h3>Services</h3><p>Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more</p> \n <figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Exceptional Safety Rating</h3><p>We have one of the best safety ratings in the industry & we are certified riggers</p> \n <figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Industries</h3><p>We offer outstanding service to most industries including contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers/building owners, and more\n</p> \n <img width=\"1024\" height=\"683\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg 1024w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-300x200.jpg 300w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-768x512.jpg 768w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1.jpg 1500w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <a href=\"http://www.arscontracting.com/projects/\" role=\"button\">\n VIEW ALL SERVICES\n </a>\n <a href=\"http://www.arscontracting.com/industries/\" role=\"button\">\n VIEW ALL INDUSTRIES\n </a>\n [gedung_industries_home] \n <a href=\"http://www.arscontracting.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','Home','','inherit','closed','closed','','61-revision-v1','','','2020-07-24 06:55:58','2020-07-24 11:55:58','',61,'http://www.arscontracting.com/61-revision-v1/',0,'revision','',0),(870,5,'2020-07-24 07:13:57','2020-07-24 12:13:57','<img width=\"791\" height=\"1024\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/Case-study-1_page-0001-791x1024.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/Case-study-1_page-0001-791x1024.jpg 791w, http://www.arscontracting.com/wp-content/uploads/2020/07/Case-study-1_page-0001-232x300.jpg 232w, http://www.arscontracting.com/wp-content/uploads/2020/07/Case-study-1_page-0001-768x994.jpg 768w, http://www.arscontracting.com/wp-content/uploads/2020/07/Case-study-1_page-0001-1187x1536.jpg 1187w, http://www.arscontracting.com/wp-content/uploads/2020/07/Case-study-1_page-0001.jpg 1275w\" sizes=\"(max-width: 791px) 100vw, 791px\" /> \n <img width=\"791\" height=\"1024\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/case-study-2_page-0001-791x1024.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/case-study-2_page-0001-791x1024.jpg 791w, http://www.arscontracting.com/wp-content/uploads/2020/07/case-study-2_page-0001-232x300.jpg 232w, http://www.arscontracting.com/wp-content/uploads/2020/07/case-study-2_page-0001-768x994.jpg 768w, http://www.arscontracting.com/wp-content/uploads/2020/07/case-study-2_page-0001-1187x1536.jpg 1187w, http://www.arscontracting.com/wp-content/uploads/2020/07/case-study-2_page-0001.jpg 1275w\" sizes=\"(max-width: 791px) 100vw, 791px\" /> \n <a href=\"http://www.arscontracting.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','Case Studies','','inherit','closed','closed','','689-revision-v1','','','2020-07-24 07:13:57','2020-07-24 12:13:57','',689,'http://www.arscontracting.com/689-revision-v1/',0,'revision','',0),(871,5,'2020-07-24 07:16:44','2020-07-24 12:16:44','<img width=\"791\" height=\"1024\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/Case-study-1_page-0001-791x1024.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/Case-study-1_page-0001-791x1024.jpg 791w, http://www.arscontracting.com/wp-content/uploads/2020/07/Case-study-1_page-0001-232x300.jpg 232w, http://www.arscontracting.com/wp-content/uploads/2020/07/Case-study-1_page-0001-768x994.jpg 768w, http://www.arscontracting.com/wp-content/uploads/2020/07/Case-study-1_page-0001-1187x1536.jpg 1187w, http://www.arscontracting.com/wp-content/uploads/2020/07/Case-study-1_page-0001.jpg 1275w\" sizes=\"(max-width: 791px) 100vw, 791px\" /> \n <img width=\"791\" height=\"1024\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/case-study-2_page-0001-791x1024.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/case-study-2_page-0001-791x1024.jpg 791w, http://www.arscontracting.com/wp-content/uploads/2020/07/case-study-2_page-0001-232x300.jpg 232w, http://www.arscontracting.com/wp-content/uploads/2020/07/case-study-2_page-0001-768x994.jpg 768w, http://www.arscontracting.com/wp-content/uploads/2020/07/case-study-2_page-0001-1187x1536.jpg 1187w, http://www.arscontracting.com/wp-content/uploads/2020/07/case-study-2_page-0001.jpg 1275w\" sizes=\"(max-width: 791px) 100vw, 791px\" /> \n <a href=\"http://www.arscontracting.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','Case Studies','','inherit','closed','closed','','689-revision-v1','','','2020-07-24 07:16:44','2020-07-24 12:16:44','',689,'http://www.arscontracting.com/689-revision-v1/',0,'revision','',0),(872,5,'2020-07-24 07:23:21','2020-07-24 12:23:21','<img width=\"548\" height=\"316\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image43.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image43.png 548w, http://www.arscontracting.com/wp-content/uploads/2020/07/image43-300x173.png 300w\" sizes=\"(max-width: 548px) 100vw, 548px\" /> \n <img width=\"498\" height=\"374\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image37.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image37.jpg 498w, http://www.arscontracting.com/wp-content/uploads/2020/07/image37-300x225.jpg 300w\" sizes=\"(max-width: 498px) 100vw, 498px\" /> \n <img width=\"332\" height=\"221\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image38.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image38.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/07/image38-300x200.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <p>Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman. </p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we’re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients’ facilities.</p> \n <img src=\"http://www.arscontracting.com/wp-content/uploads/elementor/thumbs/dfd3-orvhvl51sq2igiazr8rxcgqcsm6fsst9vd23yk45c0.png\" title=\"dfd3\" alt=\"dfd3\" /> \n <img width=\"675\" height=\"207\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image2.jpg 675w, http://www.arscontracting.com/wp-content/uploads/2020/07/image2-300x92.jpg 300w\" sizes=\"(max-width: 675px) 100vw, 675px\" /> \n <h4>George “Red” Gilmartin ‐ President</h4> \n <img width=\"380\" height=\"506\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg 380w, http://www.arscontracting.com/wp-content/uploads/2020/07/p1-225x300.jpg 225w\" sizes=\"(max-width: 380px) 100vw, 380px\" /> \n <h4>Ted Bianchi</h4> \n <img width=\"420\" height=\"560\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/92.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/92.jpg 420w, http://www.arscontracting.com/wp-content/uploads/2020/07/92-225x300.jpg 225w\" sizes=\"(max-width: 420px) 100vw, 420px\" /> \n <h4>Jeromy Bianchi</h4> \n <img width=\"343\" height=\"455\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p3.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p3.jpg 343w, http://www.arscontracting.com/wp-content/uploads/2020/07/p3-226x300.jpg 226w\" sizes=\"(max-width: 343px) 100vw, 343px\" /> \n <h4>Sean Gibbons</h4> \n <img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\" /> \n <img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" /> \n <a href=\"http://www.arscontracting.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','About Us','','inherit','closed','closed','','63-revision-v1','','','2020-07-24 07:23:21','2020-07-24 12:23:21','',63,'http://www.arscontracting.com/63-revision-v1/',0,'revision','',0),(873,5,'2020-07-24 07:29:56','2020-07-24 12:29:56','<a href=\"http://www.arscontracting.com/projects/\" role=\"button\">\n View Services\n </a>\n <figure><img width=\"1805\" height=\"1920\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png 1805w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-282x300.png 282w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-963x1024.png 963w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-768x817.png 768w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-1444x1536.png 1444w\" sizes=\"(max-width: 1805px) 100vw, 1805px\" /></figure><h3>Services</h3><p>Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more</p> \n <figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Exceptional Safety Rating</h3><p>We have one of the best safety ratings in the industry & we are certified riggers</p> \n <figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Industries</h3><p>We offer outstanding service to most industries including contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers/building owners, and more\n</p> \n <img width=\"1024\" height=\"683\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg 1024w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-300x200.jpg 300w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-768x512.jpg 768w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1.jpg 1500w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <a href=\"http://www.arscontracting.com/projects/\" role=\"button\">\n VIEW ALL SERVICES\n </a>\n <a href=\"http://www.arscontracting.com/industries/\" role=\"button\">\n VIEW ALL INDUSTRIES\n </a>\n [gedung_industries_home] \n <a href=\"http://www.arscontracting.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','Home','','inherit','closed','closed','','61-revision-v1','','','2020-07-24 07:29:56','2020-07-24 12:29:56','',61,'http://www.arscontracting.com/61-revision-v1/',0,'revision','',0),(874,5,'2020-07-24 07:40:27','2020-07-24 12:40:27','Electrical – our team collaborates with electrical contractors on a variety of equipment moves including generators, switchgears, transformers and more.','Electrical Contractors','','inherit','closed','closed','','698-revision-v1','','','2020-07-24 07:40:27','2020-07-24 12:40:27','',698,'http://www.arscontracting.com/698-revision-v1/',0,'revision','',0),(875,5,'2020-07-24 07:40:27','2020-07-24 12:40:27','<p>▪ Our expertise and up-to-date training enable our team to work with a range of contractors. We work with general contractors to assess the overall project and provide detailed plans to implement moves and set up equipment. </p><p>▪ Electrical – our team collaborates with electrical contractors on a variety of equipment moves including generators, switchgears, transformers and more.</p><p>▪ Mechanical – Our experience with mechanical contractors extends to moves and set up of a variety of equipment ranging from boilers and chillers to cooling towers and more. </p>','Electrical Contractors','','inherit','closed','closed','','698-revision-v1','','','2020-07-24 07:40:27','2020-07-24 12:40:27','',698,'http://www.arscontracting.com/698-revision-v1/',0,'revision','',0),(876,5,'2020-07-24 07:41:03','2020-07-24 12:41:03','▪ Our expertise and up-to-date training enable our team to work with a range of contractors. We work with general contractors to assess the overall project and provide detailed plans to implement moves and set up equipment.\r\n\r\n▪ Electrical – our team collaborates with electrical contractors on a variety of equipment moves including generators, switchgears, transformers and more.\r\n\r\n▪ Mechanical – Our experience with mechanical contractors extends to moves and set up of a variety of equipment ranging from boilers and chillers to cooling towers and more.','Electrical Contractors','','inherit','closed','closed','','698-revision-v1','','','2020-07-24 07:41:03','2020-07-24 12:41:03','',698,'http://www.arscontracting.com/698-revision-v1/',0,'revision','',0),(877,5,'2020-07-24 07:43:30','2020-07-24 12:43:30','<span style=\"font-weight: 400;\">Our team of highly skilled and certified professionals works directly with architects and engineers to understand project details and plan each step of the process to ensure a smooth delivery and set up of equipment in any facility space.</span>\r\n\r\n<span style=\"font-weight: 400;\">When you need a team accustomed to working with architectural plans, give us a call at <a href=\"tel:800-358-8444\">800-358-8444</a></span>','Architects & Engineers','','inherit','closed','closed','','54-revision-v1','','','2020-07-24 07:43:30','2020-07-24 12:43:30','',54,'http://www.arscontracting.com/54-revision-v1/',0,'revision','',0),(878,5,'2020-07-24 07:43:39','2020-07-24 12:43:39','<p>o Our team of highly skilled and certified professionals works directly with architects and engineers to understand project details and plan each step of the process to ensure a smooth delivery and set up of equipment in any facility space.</p><p>o When you need a team accustomed to working with architectural plans, give us a call at 800-358-8444</p>','Architects & Engineers','','inherit','closed','closed','','54-revision-v1','','','2020-07-24 07:43:39','2020-07-24 12:43:39','',54,'http://www.arscontracting.com/54-revision-v1/',0,'revision','',0),(879,5,'2020-07-24 07:46:52','2020-07-24 12:46:52','<span style=\"font-weight: 400;\"> </span><span style=\"font-weight: 400;\">Our expertise and up-to-date training enable our team to work with a range of contractors. We work with general contractors to assess the overall project and provide detailed plans to implement moves and set up equipment.</span>\r\n\r\n<span style=\"font-weight: 400;\"> </span><span style=\"font-weight: 400;\">Electrical – our team collaborates with electrical contractors on a variety of equipment moves including generators, switchgears, transformers and more.</span>\r\n\r\n<span style=\"font-weight: 400;\">Mechanical – Our experience with mechanical contractors extends to moves and set up of a variety of equipment ranging from boilers and chillers to cooling towers and more. </span>\r\n\r\n<span style=\"font-weight: 400;\">Whether your move involves electrical or mechanical components, or a range of specialties, give us a call at <a href=\"tel:800-358-8444\">800-358-8444</a> to manage the overall process.</span>','General Contractors','','inherit','closed','closed','','329-revision-v1','','','2020-07-24 07:46:52','2020-07-24 12:46:52','',329,'http://www.arscontracting.com/329-revision-v1/',0,'revision','',0),(880,5,'2020-07-24 07:47:02','2020-07-24 12:47:02','<p>▪ Our expertise and up-to-date training enable our team to work with a range of contractors. We work with general contractors to assess the overall project and provide detailed plans to implement moves and set up equipment. </p><p>▪ Electrical – our team collaborates with electrical contractors on a variety of equipment moves including generators, switchgears, transformers and more.</p><p>▪ Mechanical – Our experience with mechanical contractors extends to moves and set up of a variety of equipment ranging from boilers and chillers to cooling towers and more. </p><p>▪ Whether your move involves electrical or mechanical components, or a range of specialties, give us a call at 800-358-8444 to manage the overall process.</p>','General Contractors','','inherit','closed','closed','','329-revision-v1','','','2020-07-24 07:47:02','2020-07-24 12:47:02','',329,'http://www.arscontracting.com/329-revision-v1/',0,'revision','',0),(881,5,'2020-07-24 07:49:33','2020-07-24 12:49:33','','Mechanical Contractors','','inherit','closed','closed','','700-revision-v1','','','2020-07-24 07:49:33','2020-07-24 12:49:33','',700,'http://www.arscontracting.com/700-revision-v1/',0,'revision','',0),(882,5,'2020-07-24 07:49:34','2020-07-24 12:49:34','<p>▪ Our expertise and up-to-date training enable our team to work with a range of contractors. We work with general contractors to assess the overall project and provide detailed plans to implement moves and set up equipment. </p><p>▪ Electrical – our team collaborates with electrical contractors on a variety of equipment moves including generators, switchgears, transformers and more.</p><p>▪ Mechanical – Our experience with mechanical contractors extends to moves and set up of a variety of equipment ranging from boilers and chillers to cooling towers and more. </p><p>▪ Whether your move involves electrical or mechanical components, or a range of specialties, give us a call at 800-358-8444 to manage the overall process.</p>','Mechanical Contractors','','inherit','closed','closed','','700-revision-v1','','','2020-07-24 07:49:34','2020-07-24 12:49:34','',700,'http://www.arscontracting.com/700-revision-v1/',0,'revision','',0),(884,5,'2020-07-24 07:53:37','2020-07-24 12:53:37','<p>▪ Our expertise and up-to-date training enable our team to work with a range of contractors. We work with general contractors to assess the overall project and provide detailed plans to implement moves and set up equipment. </p><p>▪ Electrical – our team collaborates with electrical contractors on a variety of equipment moves including generators, switchgears, transformers and more.</p><p>▪ Mechanical – Our experience with mechanical contractors extends to moves and set up of a variety of equipment ranging from boilers and chillers to cooling towers and more. </p><p>▪ Whether your move involves electrical or mechanical components, or a range of specialties, give us a call at 800-358-8444 to manage the overall process.</p>','Electrical Contractors','','inherit','closed','closed','','698-revision-v1','','','2020-07-24 07:53:37','2020-07-24 12:53:37','',698,'http://www.arscontracting.com/698-revision-v1/',0,'revision','',0),(885,5,'2020-07-24 07:56:23','2020-07-24 12:56:23','Municipalities rely on our expertise for moves for schools, universities and government buildings','Municipalities','','inherit','closed','closed','','48-revision-v1','','','2020-07-24 07:56:23','2020-07-24 12:56:23','',48,'http://www.arscontracting.com/48-revision-v1/',0,'revision','',0),(886,5,'2020-07-24 07:56:24','2020-07-24 12:56:24','<p>o Municipalities rely on our expertise for moves for schools, universities and government buildings.</p><p>o From large to small facilities, our team pre-plans every move to ensure efficiency and safety and minimize the impact on staff and students.</p>','Municipalities','','inherit','closed','closed','','48-revision-v1','','','2020-07-24 07:56:24','2020-07-24 12:56:24','',48,'http://www.arscontracting.com/48-revision-v1/',0,'revision','',0),(887,5,'2020-07-24 07:57:59','2020-07-24 12:57:59','ARS Contracting, Inc. coordinates facility relocations and equipment installations for properties across the country. We work with building owners and facility managers to plan every detail and execute each step within timelines and established budgets.','Building Owners','Excerpt text here','inherit','closed','closed','','46-revision-v1','','','2020-07-24 07:57:59','2020-07-24 12:57:59','',46,'http://www.arscontracting.com/46-revision-v1/',0,'revision','',0),(888,5,'2020-07-24 07:57:59','2020-07-24 12:57:59','<p>o ARS coordinates facility relocations and equipment installations for properties across the country. We work with building owners and facility managers to plan every detail and execute each step within timelines and established budgets.</p><p>o Call us at 800-358-8444 and work with the experienced team that’s ready to manage every detail no matter the size or complexity of the project.</p>','Building Owners','Excerpt text here','inherit','closed','closed','','46-revision-v1','','','2020-07-24 07:57:59','2020-07-24 12:57:59','',46,'http://www.arscontracting.com/46-revision-v1/',0,'revision','',0),(889,5,'2020-07-24 08:00:30','2020-07-24 13:00:30','Manufacturers in every industry category have relied on our team for plant relocations and industry moves across the U.S.','Manufacturers','','inherit','closed','closed','','52-revision-v1','','','2020-07-24 08:00:30','2020-07-24 13:00:30','',52,'http://www.arscontracting.com/52-revision-v1/',0,'revision','',0),(890,5,'2020-07-24 08:00:31','2020-07-24 13:00:31','<p>o Manufacturers in every industry category have relied on our team for plant relocations and industry moves across the U.S.</p><p>o Not every company can manage the complexities of plant relocations. Our team is experienced, dedicated to preplanning all the details and ensuring the process is smooth so plant downtime is minimized. Call us today at 800-358-8444 to learn more.</p>','Manufacturers','','inherit','closed','closed','','52-revision-v1','','','2020-07-24 08:00:31','2020-07-24 13:00:31','',52,'http://www.arscontracting.com/52-revision-v1/',0,'revision','',0),(891,5,'2020-07-24 08:02:40','2020-07-24 13:02:40','Our professionals have moved commercial equipment ranging from washers, dryers and irons to water and chemical tanks.','Laundry Facilities','','inherit','closed','closed','','437-revision-v1','','','2020-07-24 08:02:40','2020-07-24 13:02:40','',437,'http://www.arscontracting.com/437-revision-v1/',0,'revision','',0),(892,5,'2020-07-24 08:02:40','2020-07-24 13:02:40','<p>o Our certified professionals have moved commercial equipment ranging from washers, dryers and irons to water and chemical tanks. </p><p>o Our team will work with your company to relocate critical equipment with the least disruption possible to your production schedule. Call us today at 800-358-8444 to learn how our preplanning and dedication to efficiency and safety can make your move fast and hassle-free.</p>','Laundry Facilities','','inherit','closed','closed','','437-revision-v1','','','2020-07-24 08:02:40','2020-07-24 13:02:40','',437,'http://www.arscontracting.com/437-revision-v1/',0,'revision','',0),(893,5,'2020-07-24 08:03:49','2020-07-24 13:03:49','<p>o We completed moves of high value works of art and museum installations, plus zoo exhibits for organizations across the country.</p><p>o Our team is accustomed to these unique moves and focuses on preplanning and attention to details, which results in the lowest impact to the environment and the staff and visitors. Call us today to put our expertise to work – 800-358-8444.</p>','Museums & Zoos','','inherit','closed','closed','','439-revision-v1','','','2020-07-24 08:03:49','2020-07-24 13:03:49','',439,'http://www.arscontracting.com/439-revision-v1/',0,'revision','',0),(894,5,'2020-07-24 08:10:06','2020-07-24 13:10:06','[gedung_industries] \n <h2>Rigging</h2> \n <p>When you have machinery that needs to be relocated, lifted or installed, call on the company with rigging and machinery moving expertise. ARS Contracting, Inc. professionals have the experience and innovative solutions to solve the most complex problems. Plus, we’ll keep our focus on safety, timelines and budget. We rig, move and set equipment every day – it’s the only work we do! Contact us and learn why some of the biggest companies in the U.S. rely on us for all of their moves. </p> \n <h2>Rigging, Machinery Moving & Installation\n</h2> \n <p>Rigging and moving machinery requires a unique set of skills. And this is exactly what we focus on. We’ll develop a plan, timeline and engage a skilled team and essential equipment to get the job done smoothly. When large equipment must fit into tight spaces, we have the expertise and foresight to identify potential challenges and we develop a process to ensure success with minimal complications. From data centers, to healthcare facilities, public buildings, manufacturing facilities and beyond, we have the innovative solutions, equipment and certified talent to get the job done. </p> \n <h2>Heavy Lifting & Erecting</h2> \n <p>A thorough analysis and detailed plan of action are a “must” when lifting and erecting large equipment. Our team develops the solutions to overcome space and time challenges. Then, planning turns into action, and our certified riggers team executes every detail in a professional manner to ensure the project is done right the first time, safely and efficiently. </p> \n <h2>Hauling & Jobsite Delivery</h2> \n <p>Our team engages the right vehicles to deliver your equipment safely to your destination across the U.S. </p><ul><li>VEHICLES:<ul><li>Flatbeds</li><li>Step Decks</li><li>Double Drops – Expandable & RGNs</li><li>Tilt Beds - Trailers</li><li>Straight Trucks – 12’ to 24’</li><li>Vans – 48-53 Logistics</li></ul></li></ul><p> </p><ul><li>OTHER SERVICES WE PROVIDE:<ul><li>Over Dimensional Loads</li><li>Heavy Hauling</li><li>LTL (Less than truckload)</li></ul></li></ul> \n <h2>Storage & Preservation</h2> \n <p>Our warehouse provides great value for customers because it allows us to receive equipment from across the country to be assembled in one location, then moved to the final destination. Our facility is centrally located and provides indoor and outdoor storage space. The warehouse is heated, under video surveillance and is equipped with fire alarms, docks, and ground doors. The outside storage area is fenced, locked and under video surveillance. Allowing quick, easy access to Chicago and the suburbs, we’re located near O’Hare Airport.</p> \n <h2>Plant Relocation</h2> \n <p>Moving a plant involves precision planning, access to the best equipment and talent and flexibility to quickly adjust to any changes. We start with a consultation to fully understand the customer’s goals, along with the current and future facilities. Then, we develop a detailed plan of action to ensure every aspect of the move is thoroughly outlined and then implemented in the most efficient and cost-effective manner. From small to large size plants, we have the experience to implement the move quickly and safely. </p><p> Unlike other moving contractors, our comprehensive proposals include costs for rigging, moving, electrical, piping, mechanical, millwright work, transportation and storage.</p><p>Our moving services include:</p><ul><li>Lay out floors of new location</li><li>Dismantling</li><li>Moving of common stock inventory</li><li>Hauling/transportation</li><li>Assembling</li><li>Alignment</li><li>Leveling</li><li>Anchoring</li><li>Grouting</li><li>Fabrication/modification as requested</li></ul> \n <h2>Millwright Services</h2> \n <p>Our Millwrights are highly skilled at executing another type of operation from layout, dismantling, installing, assembling, leveling, anchoring, grouting and fabricating. Our team will help your business avoid downtime and keep all aspects of your operation running smoothly. </p> \n <h2>Consultation</h2> \n <p>Our team of professionals provides us with the talent necessary to analyze and advise on any potential lifting or rigging challenge that you have. It takes years of experience with large and small projects, plus a dedication to continually learning the industry trends and new technologies to enable an individual to comprehend and plan for the many details involved in complex projects. These are the people we hire at ARS Contracting, Inc. These are the people you can depend on for complete project management, or consultation on the best process and resources for the job. </p> \n <a href=\"http://www.arscontracting.com/contact/\" role=\"button\">\n Contact Us\n </a>','Industries','','inherit','closed','closed','','749-revision-v1','','','2020-07-24 08:10:06','2020-07-24 13:10:06','',749,'http://www.arscontracting.com/749-revision-v1/',0,'revision','',0),(895,5,'2020-07-24 08:11:51','2020-07-24 13:11:51','<img width=\"295\" height=\"443\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd.jpg 295w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd-200x300.jpg 200w\" sizes=\"(max-width: 295px) 100vw, 295px\" /> \n <img width=\"353\" height=\"530\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2.jpg 353w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd2-200x300.jpg 200w\" sizes=\"(max-width: 353px) 100vw, 353px\" /> \n <img width=\"348\" height=\"352\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3.png 348w, http://www.arscontracting.com/wp-content/uploads/2020/07/dfd3-297x300.png 297w\" sizes=\"(max-width: 348px) 100vw, 348px\" /> \n <img width=\"380\" height=\"506\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg 380w, http://www.arscontracting.com/wp-content/uploads/2020/07/p1-225x300.jpg 225w\" sizes=\"(max-width: 380px) 100vw, 380px\" /> \n <h4>George “Red” Gilmartin ‐ President</h4> \n <img width=\"380\" height=\"506\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg 380w, http://www.arscontracting.com/wp-content/uploads/2020/07/p1-225x300.jpg 225w\" sizes=\"(max-width: 380px) 100vw, 380px\" /> \n <h4>Ted Bianchi</h4> \n <img width=\"420\" height=\"560\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/92.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/92.jpg 420w, http://www.arscontracting.com/wp-content/uploads/2020/07/92-225x300.jpg 225w\" sizes=\"(max-width: 420px) 100vw, 420px\" /> \n <h4>Jeromy Bianchi</h4> \n <img width=\"343\" height=\"455\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p3.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p3.jpg 343w, http://www.arscontracting.com/wp-content/uploads/2020/07/p3-226x300.jpg 226w\" sizes=\"(max-width: 343px) 100vw, 343px\" /> \n <h4>Sean Gibbons</h4> \n <img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\" /> \n <img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" /> \n <a href=\"http://www.arscontracting.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','Case Studies','','inherit','closed','closed','','742-revision-v1','','','2020-07-24 08:11:51','2020-07-24 13:11:51','',742,'http://www.arscontracting.com/742-revision-v1/',0,'revision','',0),(896,5,'2020-07-24 08:17:25','2020-07-24 13:17:25','<h2>Rigging</h2> \n <p>When you have machinery that needs to be relocated, lifted or installed, call on the company with rigging and machinery moving expertise. ARS Contracting, Inc. professionals have the experience and innovative solutions to solve the most complex problems. Plus, we’ll keep our focus on safety, timelines and budget. We rig, move and set equipment every day – it’s the only work we do! Contact us and learn why some of the biggest companies in the U.S. rely on us for all of their moves. </p> \n <h2>Rigging, Machinery Moving & Installation\n</h2> \n <p>Rigging and moving machinery requires a unique set of skills. And this is exactly what we focus on. We’ll develop a plan, timeline and engage a skilled team and essential equipment to get the job done smoothly. When large equipment must fit into tight spaces, we have the expertise and foresight to identify potential challenges and we develop a process to ensure success with minimal complications. From data centers, to healthcare facilities, public buildings, manufacturing facilities and beyond, we have the innovative solutions, equipment and certified talent to get the job done. </p> \n <h2>Heavy Lifting & Erecting</h2> \n <p>A thorough analysis and detailed plan of action are a “must” when lifting and erecting large equipment. Our team develops the solutions to overcome space and time challenges. Then, planning turns into action, and our certified riggers team executes every detail in a professional manner to ensure the project is done right the first time, safely and efficiently. </p> \n <h2>Hauling & Jobsite Delivery</h2> \n <p>Our team engages the right vehicles to deliver your equipment safely to your destination across the U.S. </p><ul><li>VEHICLES:<ul><li>Flatbeds</li><li>Step Decks</li><li>Double Drops – Expandable & RGNs</li><li>Tilt Beds - Trailers</li><li>Straight Trucks – 12’ to 24’</li><li>Vans – 48-53 Logistics</li></ul></li></ul><p> </p><ul><li>OTHER SERVICES WE PROVIDE:<ul><li>Over Dimensional Loads</li><li>Heavy Hauling</li><li>LTL (Less than truckload)</li></ul></li></ul> \n <h2>Storage & Preservation</h2> \n <p>Our warehouse provides great value for customers because it allows us to receive equipment from across the country to be assembled in one location, then moved to the final destination. Our facility is centrally located and provides indoor and outdoor storage space. The warehouse is heated, under video surveillance and is equipped with fire alarms, docks, and ground doors. The outside storage area is fenced, locked and under video surveillance. Allowing quick, easy access to Chicago and the suburbs, we’re located near O’Hare Airport.</p> \n <h2>Plant Relocation</h2> \n <p>Moving a plant involves precision planning, access to the best equipment and talent and flexibility to quickly adjust to any changes. We start with a consultation to fully understand the customer’s goals, along with the current and future facilities. Then, we develop a detailed plan of action to ensure every aspect of the move is thoroughly outlined and then implemented in the most efficient and cost-effective manner. From small to large size plants, we have the experience to implement the move quickly and safely. </p><p> Unlike other moving contractors, our comprehensive proposals include costs for rigging, moving, electrical, piping, mechanical, millwright work, transportation and storage.</p><p>Our moving services include:</p><ul><li>Lay out floors of new location</li><li>Dismantling</li><li>Moving of common stock inventory</li><li>Hauling/transportation</li><li>Assembling</li><li>Alignment</li><li>Leveling</li><li>Anchoring</li><li>Grouting</li><li>Fabrication/modification as requested</li></ul> \n <h2>Millwright Services</h2> \n <p>Our Millwrights are highly skilled at executing another type of operation from layout, dismantling, installing, assembling, leveling, anchoring, grouting and fabricating. Our team will help your business avoid downtime and keep all aspects of your operation running smoothly. </p> \n <h2>Consultation</h2> \n <p>Our team of professionals provides us with the talent necessary to analyze and advise on any potential lifting or rigging challenge that you have. It takes years of experience with large and small projects, plus a dedication to continually learning the industry trends and new technologies to enable an individual to comprehend and plan for the many details involved in complex projects. These are the people we hire at ARS Contracting, Inc. These are the people you can depend on for complete project management, or consultation on the best process and resources for the job. </p> \n <a href=\"http://www.arscontracting.com/contact/\" role=\"button\">\n Contact Us\n </a>','Services','','inherit','closed','closed','','65-revision-v1','','','2020-07-24 08:17:25','2020-07-24 13:17:25','',65,'http://www.arscontracting.com/65-revision-v1/',0,'revision','',0),(899,5,'2020-07-27 00:02:08','2020-07-27 05:02:08','<p>Our team of highly skilled and certified professionals works directly with architects and engineers to understand project details and plan each step of the process to ensure a smooth delivery and set up of equipment in any facility space.</p><p>When you need a team accustomed to working with architectural plans, give us a call at 800-358-8444</p>','Architects & Engineers','','inherit','closed','closed','','54-revision-v1','','','2020-07-27 00:02:08','2020-07-27 05:02:08','',54,'http://www.arscontracting.com/54-revision-v1/',0,'revision','',0),(900,5,'2020-07-27 00:03:40','2020-07-27 05:03:40','<p>Our expertise and up-to-date training enable our team to work with a range of contractors. We work with general contractors to assess the overall project and provide detailed plans to implement moves and set up equipment. </p><p>Electrical – our team collaborates with electrical contractors on a variety of equipment moves including generators, switchgears, transformers and more.</p><p>Mechanical – Our experience with mechanical contractors extends to moves and set up of a variety of equipment ranging from boilers and chillers to cooling towers and more. </p><p>Whether your move involves electrical or mechanical components, or a range of specialties, give us a call at 800-358-8444 to manage the overall process.</p>','General Contractors','','inherit','closed','closed','','329-revision-v1','','','2020-07-27 00:03:40','2020-07-27 05:03:40','',329,'http://www.arscontracting.com/329-revision-v1/',0,'revision','',0),(901,5,'2020-07-27 00:05:53','2020-07-27 05:05:53','<p>Our expertise and up-to-date training enable our team to work with a range of contractors. We work with general contractors to assess the overall project and provide detailed plans to implement moves and set up equipment. </p><p>Electrical – our team collaborates with electrical contractors on a variety of equipment moves including generators, switchgears, transformers and more.</p><p>Mechanical – Our experience with mechanical contractors extends to moves and set up of a variety of equipment ranging from boilers and chillers to cooling towers and more. </p><p>Whether your move involves electrical or mechanical components, or a range of specialties, give us a call at <a href=\"tel:800-358-8444\">800-358-8444</a> to manage the overall process.</p>','Mechanical Contractors','','inherit','closed','closed','','700-revision-v1','','','2020-07-27 00:05:53','2020-07-27 05:05:53','',700,'http://www.arscontracting.com/700-revision-v1/',0,'revision','',0),(902,5,'2020-07-27 00:13:20','2020-07-27 05:13:20','<p>Our expertise and up-to-date training enable our team to work with a range of contractors. We work with general contractors to assess the overall project and provide detailed plans to implement moves and set up equipment. </p><p>Electrical – our team collaborates with electrical contractors on a variety of equipment moves including generators, switchgears, transformers and more.</p><p>Mechanical – Our experience with mechanical contractors extends to moves and set up of a variety of equipment ranging from boilers and chillers to cooling towers and more. </p><p>Whether your move involves electrical or mechanical components, or a range of specialties, give us a call at <a href=\"tel:800-358-8444\">800-358-8444</a> to manage the overall process.</p>','Electrical Contractors','','inherit','closed','closed','','698-revision-v1','','','2020-07-27 00:13:20','2020-07-27 05:13:20','',698,'http://www.arscontracting.com/698-revision-v1/',0,'revision','',0),(903,5,'2020-07-27 00:16:08','2020-07-27 05:16:08','<p>Municipalities rely on our expertise for moves for schools, universities and government buildings.</p><p>From large to small facilities, our team pre-plans every move to ensure efficiency and safety and minimize the impact on staff and students.</p>','Municipalities','','inherit','closed','closed','','48-revision-v1','','','2020-07-27 00:16:08','2020-07-27 05:16:08','',48,'http://www.arscontracting.com/48-revision-v1/',0,'revision','',0),(904,5,'2020-07-27 00:23:31','2020-07-27 05:23:31','ARS Contracting, Inc. coordinates facility relocations and equipment installations for properties across the country. We work with building owners and facility managers to plan every detail and execute each step within timelines and established budgets.','Facilities Managers','Excerpt text here','inherit','closed','closed','','703-revision-v1','','','2020-07-27 00:23:31','2020-07-27 05:23:31','',703,'http://www.arscontracting.com/703-revision-v1/',0,'revision','',0),(905,5,'2020-07-27 00:23:32','2020-07-27 05:23:32','<p>ARS coordinates facility relocations and equipment installations for properties across the country. We work with building owners and facility managers to plan every detail and execute each step within timelines and established budgets.</p><p>Call us at 800-358-8444 and work with the experienced team that’s ready to manage every detail no matter the size or complexity of the project.</p>','Facilities Managers','Excerpt text here','inherit','closed','closed','','703-revision-v1','','','2020-07-27 00:23:32','2020-07-27 05:23:32','',703,'http://www.arscontracting.com/703-revision-v1/',0,'revision','',0),(906,5,'2020-07-27 00:23:37','2020-07-27 05:23:37','<p>ARS coordinates facility relocations and equipment installations for properties across the country. We work with building owners and facility managers to plan every detail and execute each step within timelines and established budgets.</p><p>Call us at 800-358-8444 and work with the experienced team that’s ready to manage every detail no matter the size or complexity of the project.</p>','Building Owners','Excerpt text here','inherit','closed','closed','','46-revision-v1','','','2020-07-27 00:23:37','2020-07-27 05:23:37','',46,'http://www.arscontracting.com/46-revision-v1/',0,'revision','',0),(907,5,'2020-07-27 00:25:15','2020-07-27 05:25:15','<p>Manufacturers in every industry category have relied on our team for plant relocations and industry moves across the U.S.</p><p>Not every company can manage the complexities of plant relocations. Our team is experienced, dedicated to preplanning all the details and ensuring the process is smooth so plant downtime is minimized. Call us today at 800-358-8444 to learn more.</p>','Manufacturers','','inherit','closed','closed','','52-revision-v1','','','2020-07-27 00:25:15','2020-07-27 05:25:15','',52,'http://www.arscontracting.com/52-revision-v1/',0,'revision','',0),(908,5,'2020-07-27 00:26:34','2020-07-27 05:26:34','<p>Our certified professionals have moved commercial equipment ranging from washers, dryers and irons to water and chemical tanks. </p><p>Our team will work with your company to relocate critical equipment with the least disruption possible to your production schedule. Call us today at 800-358-8444 to learn how our preplanning and dedication to efficiency and safety can make your move fast and hassle-free.</p>','Laundry Facilities','','inherit','closed','closed','','437-revision-v1','','','2020-07-27 00:26:34','2020-07-27 05:26:34','',437,'http://www.arscontracting.com/437-revision-v1/',0,'revision','',0),(909,5,'2020-07-27 00:27:13','2020-07-27 05:27:13','<p>We completed moves of high value works of art and museum installations, plus zoo exhibits for organizations across the country.</p><p>Our team is accustomed to these unique moves and focuses on preplanning and attention to details, which results in the lowest impact to the environment and the staff and visitors. Call us today to put our expertise to work – 800-358-8444.</p>','Museums & Zoos','','inherit','closed','closed','','439-revision-v1','','','2020-07-27 00:27:13','2020-07-27 05:27:13','',439,'http://www.arscontracting.com/439-revision-v1/',0,'revision','',0),(910,5,'2020-07-27 00:29:42','2020-07-27 05:29:42','<p>Our team of highly skilled and certified professionals works directly with architects and engineers to understand project details and plan each step of the process to ensure a smooth delivery and set up of equipment in any facility space.</p><p>When you need a team accustomed to working with architectural plans, give us a call at 800-358-8444</p> \n <img width=\"512\" height=\"309\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/unnamed.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/unnamed.jpg 512w, http://www.arscontracting.com/wp-content/uploads/2018/03/unnamed-300x181.jpg 300w\" sizes=\"(max-width: 512px) 100vw, 512px\" />','Architects & Engineers','','inherit','closed','closed','','54-revision-v1','','','2020-07-27 00:29:42','2020-07-27 05:29:42','',54,'http://www.arscontracting.com/54-revision-v1/',0,'revision','',0),(911,5,'2020-07-27 00:32:56','2020-07-27 05:32:56','<p>Our expertise and up-to-date training enable our team to work with a range of contractors. We work with general contractors to assess the overall project and provide detailed plans to implement moves and set up equipment. </p><p>Electrical – our team collaborates with electrical contractors on a variety of equipment moves including generators, switchgears, transformers and more.</p><p>Mechanical – Our experience with mechanical contractors extends to moves and set up of a variety of equipment ranging from boilers and chillers to cooling towers and more. </p><p>Whether your move involves electrical or mechanical components, or a range of specialties, give us a call at 800-358-8444 to manage the overall process.</p> \n <img width=\"400\" height=\"533\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/image19.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/image19.jpg 400w, http://www.arscontracting.com/wp-content/uploads/2018/03/image19-225x300.jpg 225w\" sizes=\"(max-width: 400px) 100vw, 400px\" />','General Contractors','','inherit','closed','closed','','329-revision-v1','','','2020-07-27 00:32:56','2020-07-27 05:32:56','',329,'http://www.arscontracting.com/329-revision-v1/',0,'revision','',0),(912,5,'2020-07-27 00:35:51','2020-07-27 05:35:51','','image28','','inherit','open','closed','','image28','','','2020-07-27 00:35:51','2020-07-27 05:35:51','',700,'http://www.arscontracting.com/wp-content/uploads/2020/07/image28.jpg',0,'attachment','image/jpeg',0),(913,5,'2020-07-27 00:36:11','2020-07-27 05:36:11','','image29','','inherit','open','closed','','image29','','','2020-07-27 00:36:11','2020-07-27 05:36:11','',700,'http://www.arscontracting.com/wp-content/uploads/2020/07/image29.jpg',0,'attachment','image/jpeg',0),(914,5,'2020-07-27 00:36:41','2020-07-27 05:36:41','<p>Our expertise and up-to-date training enable our team to work with a range of contractors. We work with general contractors to assess the overall project and provide detailed plans to implement moves and set up equipment. </p><p>Electrical – our team collaborates with electrical contractors on a variety of equipment moves including generators, switchgears, transformers and more.</p><p>Mechanical – Our experience with mechanical contractors extends to moves and set up of a variety of equipment ranging from boilers and chillers to cooling towers and more. </p><p>Whether your move involves electrical or mechanical components, or a range of specialties, give us a call at <a href=\"tel:800-358-8444\">800-358-8444</a> to manage the overall process.</p> \n <img width=\"685\" height=\"457\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image28.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image28.jpg 685w, http://www.arscontracting.com/wp-content/uploads/2020/07/image28-300x200.jpg 300w\" sizes=\"(max-width: 685px) 100vw, 685px\" /> \n <img width=\"650\" height=\"488\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image29.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image29.jpg 650w, http://www.arscontracting.com/wp-content/uploads/2020/07/image29-300x225.jpg 300w\" sizes=\"(max-width: 650px) 100vw, 650px\" />','Mechanical Contractors','','inherit','closed','closed','','700-revision-v1','','','2020-07-27 00:36:41','2020-07-27 05:36:41','',700,'http://www.arscontracting.com/700-revision-v1/',0,'revision','',0),(915,5,'2020-07-27 00:41:09','2020-07-27 05:41:09','','elctric-1','','inherit','open','closed','','elctric-1','','','2020-07-27 00:41:09','2020-07-27 05:41:09','',698,'http://www.arscontracting.com/wp-content/uploads/2020/07/elctric-1.jpg',0,'attachment','image/jpeg',0),(916,5,'2020-07-27 00:41:21','2020-07-27 05:41:21','','elctric-2','','inherit','open','closed','','elctric-2','','','2020-07-27 00:41:21','2020-07-27 05:41:21','',698,'http://www.arscontracting.com/wp-content/uploads/2020/07/elctric-2.jpg',0,'attachment','image/jpeg',0),(917,5,'2020-07-27 00:41:33','2020-07-27 05:41:33','','elctric-3','','inherit','open','closed','','elctric-3','','','2020-07-27 00:41:33','2020-07-27 05:41:33','',698,'http://www.arscontracting.com/wp-content/uploads/2020/07/elctric-3.jpg',0,'attachment','image/jpeg',0),(918,5,'2020-07-27 00:41:46','2020-07-27 05:41:46','<p>Our expertise and up-to-date training enable our team to work with a range of contractors. We work with general contractors to assess the overall project and provide detailed plans to implement moves and set up equipment. </p><p>Electrical – our team collaborates with electrical contractors on a variety of equipment moves including generators, switchgears, transformers and more.</p><p>Mechanical – Our experience with mechanical contractors extends to moves and set up of a variety of equipment ranging from boilers and chillers to cooling towers and more. </p><p>Whether your move involves electrical or mechanical components, or a range of specialties, give us a call at <a href=\"tel:800-358-8444\">800-358-8444</a> to manage the overall process.</p> \n <img width=\"593\" height=\"333\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/elctric-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/elctric-1.jpg 593w, http://www.arscontracting.com/wp-content/uploads/2020/07/elctric-1-300x168.jpg 300w\" sizes=\"(max-width: 593px) 100vw, 593px\" /> \n <img width=\"460\" height=\"345\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/elctric-2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/elctric-2.jpg 460w, http://www.arscontracting.com/wp-content/uploads/2020/07/elctric-2-300x225.jpg 300w\" sizes=\"(max-width: 460px) 100vw, 460px\" /> \n <img width=\"557\" height=\"313\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/elctric-3.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/elctric-3.jpg 557w, http://www.arscontracting.com/wp-content/uploads/2020/07/elctric-3-300x169.jpg 300w\" sizes=\"(max-width: 557px) 100vw, 557px\" />','Electrical Contractors','','inherit','closed','closed','','698-revision-v1','','','2020-07-27 00:41:46','2020-07-27 05:41:46','',698,'http://www.arscontracting.com/698-revision-v1/',0,'revision','',0),(920,5,'2020-07-27 00:45:44','2020-07-27 05:45:44','','medical-1','','inherit','open','closed','','medical-1','','','2020-07-27 00:45:44','2020-07-27 05:45:44','',50,'http://www.arscontracting.com/wp-content/uploads/2018/03/medical-1.jpg',0,'attachment','image/jpeg',0),(921,5,'2020-07-27 00:45:56','2020-07-27 05:45:56','','medical-2','','inherit','open','closed','','medical-2','','','2020-07-27 00:45:56','2020-07-27 05:45:56','',50,'http://www.arscontracting.com/wp-content/uploads/2018/03/medical-2.jpg',0,'attachment','image/jpeg',0),(922,5,'2020-07-27 00:46:11','2020-07-27 05:46:11','','medical-3','','inherit','open','closed','','medical-3','','','2020-07-27 00:46:11','2020-07-27 05:46:11','',50,'http://www.arscontracting.com/wp-content/uploads/2018/03/medical-3.jpg',0,'attachment','image/jpeg',0),(923,5,'2020-07-27 00:46:19','2020-07-27 05:46:19','Our team has successfully moved equipment for small and large medical facilities across the country. Moves have included MRIs, CAT/PET, generators, chillers and boilers.\r\n\r\n<span style=\"font-weight: 400;\">We’ll work with your team to ensure a smooth move, well-planned process and minimal impact on patient services. Call us at 800-358-8444 to learn more.</span>','Medical','','inherit','closed','closed','','50-revision-v1','','','2020-07-27 00:46:19','2020-07-27 05:46:19','',50,'http://www.arscontracting.com/50-revision-v1/',0,'revision','',0),(924,5,'2020-07-27 00:46:19','2020-07-27 05:46:19','Our team has successfully moved equipment for small and large medical facilities across the country. Moves have included MRIs, CAT/PET, generators, chillers and boilers.\nWe’ll work with your team to ensure a smooth move, well-planned process and minimal impact on patient services. Call us at 800-358-8444 to learn more. \n <img width=\"760\" height=\"428\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/medical-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/medical-1.jpg 760w, http://www.arscontracting.com/wp-content/uploads/2018/03/medical-1-300x169.jpg 300w\" sizes=\"(max-width: 760px) 100vw, 760px\" /> \n <img width=\"651\" height=\"434\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/medical-3.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/medical-3.jpg 651w, http://www.arscontracting.com/wp-content/uploads/2018/03/medical-3-300x200.jpg 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" /> \n <img width=\"737\" height=\"415\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/medical-2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/medical-2.jpg 737w, http://www.arscontracting.com/wp-content/uploads/2018/03/medical-2-300x169.jpg 300w\" sizes=\"(max-width: 737px) 100vw, 737px\" />','Medical','','inherit','closed','closed','','50-revision-v1','','','2020-07-27 00:46:19','2020-07-27 05:46:19','',50,'http://www.arscontracting.com/50-revision-v1/',0,'revision','',0),(925,5,'2020-07-27 00:50:04','2020-07-27 05:50:04','<p>Our expertise and up-to-date training enable our team to work with a range of contractors. We work with general contractors to assess the overall project and provide detailed plans to implement moves and set up equipment. </p><p>Electrical – our team collaborates with electrical contractors on a variety of equipment moves including generators, switchgears, transformers and more.</p><p>Mechanical – Our experience with mechanical contractors extends to moves and set up of a variety of equipment ranging from boilers and chillers to cooling towers and more. </p><p>Whether your move involves electrical or mechanical components, or a range of specialties, give us a call at <a href=\"tel:800-358-8444\">800-358-8444</a> to manage the overall process.</p> \n <img width=\"593\" height=\"333\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/elctric-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/elctric-1.jpg 593w, http://www.arscontracting.com/wp-content/uploads/2020/07/elctric-1-300x168.jpg 300w\" sizes=\"(max-width: 593px) 100vw, 593px\" /> \n <img width=\"557\" height=\"313\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/elctric-3.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/elctric-3.jpg 557w, http://www.arscontracting.com/wp-content/uploads/2020/07/elctric-3-300x169.jpg 300w\" sizes=\"(max-width: 557px) 100vw, 557px\" /> \n <img width=\"460\" height=\"345\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/elctric-2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/elctric-2.jpg 460w, http://www.arscontracting.com/wp-content/uploads/2020/07/elctric-2-300x225.jpg 300w\" sizes=\"(max-width: 460px) 100vw, 460px\" />','Electrical Contractors','','inherit','closed','closed','','698-revision-v1','','','2020-07-27 00:50:04','2020-07-27 05:50:04','',698,'http://www.arscontracting.com/698-revision-v1/',0,'revision','',0),(927,5,'2020-07-27 00:52:25','2020-07-27 05:52:25','','municipalities','','inherit','open','closed','','municipalities-2','','','2020-07-27 00:52:25','2020-07-27 05:52:25','',48,'http://www.arscontracting.com/wp-content/uploads/2018/03/municipalities.jpg',0,'attachment','image/jpeg',0),(928,5,'2020-07-27 00:52:49','2020-07-27 05:52:49','<p>Municipalities rely on our expertise for moves for schools, universities and government buildings.</p><p>From large to small facilities, our team pre-plans every move to ensure efficiency and safety and minimize the impact on staff and students.</p> \n <img width=\"337\" height=\"506\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/municipalities.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/municipalities.jpg 337w, http://www.arscontracting.com/wp-content/uploads/2018/03/municipalities-200x300.jpg 200w\" sizes=\"(max-width: 337px) 100vw, 337px\" />','Municipalities','','inherit','closed','closed','','48-revision-v1','','','2020-07-27 00:52:49','2020-07-27 05:52:49','',48,'http://www.arscontracting.com/48-revision-v1/',0,'revision','',0),(929,5,'2020-07-27 00:54:26','2020-07-27 05:54:26','','build','','inherit','open','closed','','build','','','2020-07-27 00:54:26','2020-07-27 05:54:26','',46,'http://www.arscontracting.com/wp-content/uploads/2018/03/build.jpg',0,'attachment','image/jpeg',0),(930,5,'2020-07-27 00:54:33','2020-07-27 05:54:33','<p>ARS coordinates facility relocations and equipment installations for properties across the country. We work with building owners and facility managers to plan every detail and execute each step within timelines and established budgets.</p><p>Call us at 800-358-8444 and work with the experienced team that’s ready to manage every detail no matter the size or complexity of the project.</p> \n <img width=\"224\" height=\"298\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/build.jpg\" alt=\"\" />','Building Owners','Excerpt text here','inherit','closed','closed','','46-revision-v1','','','2020-07-27 00:54:33','2020-07-27 05:54:33','',46,'http://www.arscontracting.com/46-revision-v1/',0,'revision','',0),(931,5,'2020-07-27 00:55:01','2020-07-27 05:55:01','<p>ARS coordinates facility relocations and equipment installations for properties across the country. We work with building owners and facility managers to plan every detail and execute each step within timelines and established budgets.</p><p>Call us at 800-358-8444 and work with the experienced team that’s ready to manage every detail no matter the size or complexity of the project.</p> \n <img width=\"224\" height=\"298\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/build.jpg\" alt=\"\" />','Facilities Managers','Excerpt text here','inherit','closed','closed','','703-revision-v1','','','2020-07-27 00:55:01','2020-07-27 05:55:01','',703,'http://www.arscontracting.com/703-revision-v1/',0,'revision','',0),(933,5,'2020-07-27 01:00:33','2020-07-27 06:00:33','','manufacturers-1','','inherit','open','closed','','manufacturers-1','','','2020-07-27 01:00:33','2020-07-27 06:00:33','',52,'http://www.arscontracting.com/wp-content/uploads/2018/03/manufacturers-1.jpg',0,'attachment','image/jpeg',0),(934,5,'2020-07-27 01:00:44','2020-07-27 06:00:44','','manufacturers-2','','inherit','open','closed','','manufacturers-2','','','2020-07-27 01:00:44','2020-07-27 06:00:44','',52,'http://www.arscontracting.com/wp-content/uploads/2018/03/manufacturers-2.jpg',0,'attachment','image/jpeg',0),(935,5,'2020-07-27 01:00:51','2020-07-27 06:00:51','<p>Manufacturers in every industry category have relied on our team for plant relocations and industry moves across the U.S.</p><p>Not every company can manage the complexities of plant relocations. Our team is experienced, dedicated to preplanning all the details and ensuring the process is smooth so plant downtime is minimized. Call us today at 800-358-8444 to learn more.</p> \n <img width=\"561\" height=\"374\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/manufacturers-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/manufacturers-1.jpg 561w, http://www.arscontracting.com/wp-content/uploads/2018/03/manufacturers-1-300x200.jpg 300w\" sizes=\"(max-width: 561px) 100vw, 561px\" /> \n <img width=\"568\" height=\"379\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/manufacturers-2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/manufacturers-2.jpg 568w, http://www.arscontracting.com/wp-content/uploads/2018/03/manufacturers-2-300x200.jpg 300w\" sizes=\"(max-width: 568px) 100vw, 568px\" />','Manufacturers','','inherit','closed','closed','','52-revision-v1','','','2020-07-27 01:00:51','2020-07-27 06:00:51','',52,'http://www.arscontracting.com/52-revision-v1/',0,'revision','',0),(936,5,'2020-07-27 01:01:20','2020-07-27 06:01:20','<p>Manufacturers in every industry category have relied on our team for plant relocations and industry moves across the U.S.</p><p>Not every company can manage the complexities of plant relocations. Our team is experienced, dedicated to preplanning all the details and ensuring the process is smooth so plant downtime is minimized. Call us today at 800-358-8444 to learn more.</p> \n <img width=\"561\" height=\"374\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/manufacturers-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/manufacturers-1.jpg 561w, http://www.arscontracting.com/wp-content/uploads/2018/03/manufacturers-1-300x200.jpg 300w\" sizes=\"(max-width: 561px) 100vw, 561px\" /> \n <img width=\"568\" height=\"379\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/manufacturers-2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/manufacturers-2.jpg 568w, http://www.arscontracting.com/wp-content/uploads/2018/03/manufacturers-2-300x200.jpg 300w\" sizes=\"(max-width: 568px) 100vw, 568px\" />','Manufacturers','','inherit','closed','closed','','52-revision-v1','','','2020-07-27 01:01:20','2020-07-27 06:01:20','',52,'http://www.arscontracting.com/52-revision-v1/',0,'revision','',0),(937,5,'2020-07-27 01:04:16','2020-07-27 06:04:16','','musium-1','','inherit','open','closed','','musium-1','','','2020-07-27 01:04:16','2020-07-27 06:04:16','',439,'http://www.arscontracting.com/wp-content/uploads/2020/05/musium-1.jpg',0,'attachment','image/jpeg',0),(938,5,'2020-07-27 01:04:27','2020-07-27 06:04:27','','musium-2','','inherit','open','closed','','musium-2','','','2020-07-27 01:04:27','2020-07-27 06:04:27','',439,'http://www.arscontracting.com/wp-content/uploads/2020/05/musium-2.png',0,'attachment','image/png',0),(939,5,'2020-07-27 01:04:38','2020-07-27 06:04:38','<p>We completed moves of high value works of art and museum installations, plus zoo exhibits for organizations across the country.</p><p>Our team is accustomed to these unique moves and focuses on preplanning and attention to details, which results in the lowest impact to the environment and the staff and visitors. Call us today to put our expertise to work – 800-358-8444.</p> \n <img width=\"698\" height=\"465\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/musium-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/musium-1.jpg 698w, http://www.arscontracting.com/wp-content/uploads/2020/05/musium-1-300x200.jpg 300w\" sizes=\"(max-width: 698px) 100vw, 698px\" /> \n <img width=\"681\" height=\"360\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/musium-2.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/musium-2.png 681w, http://www.arscontracting.com/wp-content/uploads/2020/05/musium-2-300x159.png 300w\" sizes=\"(max-width: 681px) 100vw, 681px\" />','Museums & Zoos','','inherit','closed','closed','','439-revision-v1','','','2020-07-27 01:04:38','2020-07-27 06:04:38','',439,'http://www.arscontracting.com/439-revision-v1/',0,'revision','',0),(940,5,'2020-07-27 01:12:53','2020-07-27 06:12:53','[gedung_industries] \n <h2>Rigging</h2> \n <p>When you have machinery that needs to be relocated, lifted or installed, call on the company with rigging and machinery moving expertise. ARS Contracting, Inc. professionals have the experience and innovative solutions to solve the most complex problems. Plus, we’ll keep our focus on safety, timelines and budget. We rig, move and set equipment every day – it’s the only work we do! Contact us and learn why some of the biggest companies in the U.S. rely on us for all of their moves. </p> \n <h2>Rigging, Machinery Moving & Installation\n</h2> \n <p>Rigging and moving machinery requires a unique set of skills. And this is exactly what we focus on. We’ll develop a plan, timeline and engage a skilled team and essential equipment to get the job done smoothly. When large equipment must fit into tight spaces, we have the expertise and foresight to identify potential challenges and we develop a process to ensure success with minimal complications. From data centers, to healthcare facilities, public buildings, manufacturing facilities and beyond, we have the innovative solutions, equipment and certified talent to get the job done. </p> \n <h2>Heavy Lifting & Erecting</h2> \n <p>A thorough analysis and detailed plan of action are a “must” when lifting and erecting large equipment. Our team develops the solutions to overcome space and time challenges. Then, planning turns into action, and our certified riggers team executes every detail in a professional manner to ensure the project is done right the first time, safely and efficiently. </p> \n <h2>Hauling & Jobsite Delivery</h2> \n <p>Our team engages the right vehicles to deliver your equipment safely to your destination across the U.S. </p><ul><li>VEHICLES:<ul><li>Flatbeds</li><li>Step Decks</li><li>Double Drops – Expandable & RGNs</li><li>Tilt Beds - Trailers</li><li>Straight Trucks – 12’ to 24’</li><li>Vans – 48-53 Logistics</li></ul></li></ul><p> </p><ul><li>OTHER SERVICES WE PROVIDE:<ul><li>Over Dimensional Loads</li><li>Heavy Hauling</li><li>LTL (Less than truckload)</li></ul></li></ul> \n <h2>Storage & Preservation</h2> \n <p>Our warehouse provides great value for customers because it allows us to receive equipment from across the country to be assembled in one location, then moved to the final destination. Our facility is centrally located and provides indoor and outdoor storage space. The warehouse is heated, under video surveillance and is equipped with fire alarms, docks, and ground doors. The outside storage area is fenced, locked and under video surveillance. Allowing quick, easy access to Chicago and the suburbs, we’re located near O’Hare Airport.</p> \n <h2>Plant Relocation</h2> \n <p>Moving a plant involves precision planning, access to the best equipment and talent and flexibility to quickly adjust to any changes. We start with a consultation to fully understand the customer’s goals, along with the current and future facilities. Then, we develop a detailed plan of action to ensure every aspect of the move is thoroughly outlined and then implemented in the most efficient and cost-effective manner. From small to large size plants, we have the experience to implement the move quickly and safely. </p><p> Unlike other moving contractors, our comprehensive proposals include costs for rigging, moving, electrical, piping, mechanical, millwright work, transportation and storage.</p><p>Our moving services include:</p><ul><li>Lay out floors of new location</li><li>Dismantling</li><li>Moving of common stock inventory</li><li>Hauling/transportation</li><li>Assembling</li><li>Alignment</li><li>Leveling</li><li>Anchoring</li><li>Grouting</li><li>Fabrication/modification as requested</li></ul> \n <h2>Millwright Services</h2> \n <p>Our Millwrights are highly skilled at executing another type of operation from layout, dismantling, installing, assembling, leveling, anchoring, grouting and fabricating. Our team will help your business avoid downtime and keep all aspects of your operation running smoothly. </p> \n <h2>Consultation</h2> \n <p>Our team of professionals provides us with the talent necessary to analyze and advise on any potential lifting or rigging challenge that you have. It takes years of experience with large and small projects, plus a dedication to continually learning the industry trends and new technologies to enable an individual to comprehend and plan for the many details involved in complex projects. These are the people we hire at ARS Contracting, Inc. These are the people you can depend on for complete project management, or consultation on the best process and resources for the job. </p> \n <a href=\"http://www.arscontracting.com/contact/\" role=\"button\">\n Contact Us\n </a>','Industries','','inherit','closed','closed','','749-autosave-v1','','','2020-07-27 01:17:56','2020-07-27 06:17:56','',749,'http://www.arscontracting.com/749-autosave-v1/',0,'revision','',0),(941,5,'2020-07-27 01:18:08','2020-07-27 06:18:08','<h2>Qualifications </h2> \n <img width=\"498\" height=\"748\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/q1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/q1.jpg 498w, http://www.arscontracting.com/wp-content/uploads/2020/07/q1-200x300.jpg 200w\" sizes=\"(max-width: 498px) 100vw, 498px\" /> \n <img width=\"562\" height=\"844\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/q2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/q2.jpg 562w, http://www.arscontracting.com/wp-content/uploads/2020/07/q2-200x300.jpg 200w\" sizes=\"(max-width: 562px) 100vw, 562px\" /> \n <h2>OSHA Regulations</h2> \n <p>By using ARS Contracting, Inc. certified riggers for all of your rigging and machinery moving projects, you’ll be in compliance with OSHA “Qualified Rigger & Signal Person” criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. </p> \n <h2>Insurance</h2> \n <p>ARS Contracting, Inc. is fully insured for everything we handle for every project. Your equipment will be insured during all aspects of the project, from start to finish, which includes: dismantling, transfer at our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.</p><p> </p><p> </p><p> </p> \n <h2>Need our expertise for a job?</h2> \n <a href=\"#\" role=\"button\">\n Contact Us\n </a>','Qualifications','','inherit','closed','closed','','443-revision-v1','','','2020-07-27 01:18:08','2020-07-27 06:18:08','',443,'http://www.arscontracting.com/443-revision-v1/',0,'revision','',0),(942,5,'2020-07-27 01:19:15','2020-07-27 06:19:15','<h2>Qualifications </h2> \n <img width=\"498\" height=\"748\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/q1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/q1.jpg 498w, http://www.arscontracting.com/wp-content/uploads/2020/07/q1-200x300.jpg 200w\" sizes=\"(max-width: 498px) 100vw, 498px\" /> \n <img width=\"562\" height=\"844\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/q2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/q2.jpg 562w, http://www.arscontracting.com/wp-content/uploads/2020/07/q2-200x300.jpg 200w\" sizes=\"(max-width: 562px) 100vw, 562px\" /> \n <h2>OSHA Regulations</h2> \n <p>By using ARS Contracting, Inc. certified riggers for all of your rigging and machinery moving projects, you’ll be in compliance with OSHA “Qualified Rigger & Signal Person” criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. </p> \n <h2>Insurance</h2> \n <p>ARS Contracting, Inc. is fully insured for everything we handle for every project. Your equipment will be insured during all aspects of the project, from start to finish, which includes: dismantling, transfer at our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.</p><p> </p><p> </p><p> </p> \n <h2>Need our expertise for a job?</h2> \n <a href=\"http://www.arscontracting.com/contact/\" role=\"button\">\n Contact Us\n </a>','Qualifications','','inherit','closed','closed','','443-revision-v1','','','2020-07-27 01:19:15','2020-07-27 06:19:15','',443,'http://www.arscontracting.com/443-revision-v1/',0,'revision','',0),(943,5,'2020-07-30 01:30:21','2020-07-30 06:30:21','<a href=\"http://www.arscontracting.com/projects/\" role=\"button\">\n View Services\n </a>\n <figure><img width=\"1805\" height=\"1920\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png 1805w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-282x300.png 282w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-963x1024.png 963w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-768x817.png 768w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-1444x1536.png 1444w\" sizes=\"(max-width: 1805px) 100vw, 1805px\" /></figure><h3>Services</h3><p>Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more</p> \n <figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Exceptional Safety Rating</h3><p>We have one of the best safety ratings in the industry & we are certified riggers</p> \n <figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Industries</h3><p>We offer outstanding service to most industries including contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers/building owners, and more\n</p> \n <img width=\"1024\" height=\"683\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg 1024w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-300x200.jpg 300w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-768x512.jpg 768w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1.jpg 1500w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <a href=\"http://www.arscontracting.com/projects/\" role=\"button\">\n VIEW ALL SERVICES\n </a>\n <a href=\"http://www.arscontracting.com/industries/\" role=\"button\">\n VIEW ALL INDUSTRIES\n </a>\n [gedung_industries_home] \n <a href=\"http://www.arscontracting.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','Home','','inherit','closed','closed','','61-revision-v1','','','2020-07-30 01:30:21','2020-07-30 06:30:21','',61,'http://www.arscontracting.com/61-revision-v1/',0,'revision','',0),(944,5,'2020-07-30 01:42:43','2020-07-30 06:42:43','','unnamed','','inherit','open','closed','','unnamed-2','','','2020-07-30 01:42:43','2020-07-30 06:42:43','',61,'http://www.arscontracting.com/wp-content/uploads/2020/07/unnamed.jpg',0,'attachment','image/jpeg',0),(945,5,'2020-07-30 01:42:53','2020-07-30 06:42:53','<a href=\"http://www.arscontracting.com/projects/\" role=\"button\">\n View Services\n </a>\n <figure><img width=\"1805\" height=\"1920\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png 1805w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-282x300.png 282w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-963x1024.png 963w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-768x817.png 768w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-1444x1536.png 1444w\" sizes=\"(max-width: 1805px) 100vw, 1805px\" /></figure><h3>Services</h3><p>Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more</p> \n <figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Exceptional Safety Rating</h3><p>We have one of the best safety ratings in the industry & we are certified riggers</p> \n <figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Industries</h3><p>We offer outstanding service to most industries including contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers/building owners, and more\n</p> \n <img width=\"1024\" height=\"683\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg 1024w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-300x200.jpg 300w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-768x512.jpg 768w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1.jpg 1500w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <a href=\"http://www.arscontracting.com/projects/\" role=\"button\">\n VIEW ALL SERVICES\n </a>\n <a href=\"http://www.arscontracting.com/industries/\" role=\"button\">\n VIEW ALL INDUSTRIES\n </a>\n [gedung_industries_home] \n <a href=\"http://www.arscontracting.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','Home','','inherit','closed','closed','','61-revision-v1','','','2020-07-30 01:42:53','2020-07-30 06:42:53','',61,'http://www.arscontracting.com/61-revision-v1/',0,'revision','',0),(946,5,'2020-07-30 01:44:55','2020-07-30 06:44:55','','image3','','inherit','open','closed','','image3','','','2020-07-30 01:44:55','2020-07-30 06:44:55','',61,'http://www.arscontracting.com/wp-content/uploads/2020/07/image3.jpg',0,'attachment','image/jpeg',0),(947,5,'2020-07-30 01:45:35','2020-07-30 06:45:35','<a href=\"http://www.arscontracting.com/projects/\" role=\"button\">\n View Services\n </a>\n <figure><img width=\"1805\" height=\"1920\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png 1805w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-282x300.png 282w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-963x1024.png 963w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-768x817.png 768w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-1444x1536.png 1444w\" sizes=\"(max-width: 1805px) 100vw, 1805px\" /></figure><h3>Services</h3><p>Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more</p> \n <figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Exceptional Safety Rating</h3><p>We have one of the best safety ratings in the industry & we are certified riggers</p> \n <figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Industries</h3><p>We offer outstanding service to most industries including contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers/building owners, and more\n</p> \n <img width=\"1024\" height=\"683\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-1024x683.jpg 1024w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-300x200.jpg 300w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1-768x512.jpg 768w, http://www.arscontracting.com/wp-content/uploads/2018/03/contractor-hero-image2-1.jpg 1500w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <a href=\"http://www.arscontracting.com/projects/\" role=\"button\">\n VIEW ALL SERVICES\n </a>\n <a href=\"http://www.arscontracting.com/industries/\" role=\"button\">\n VIEW ALL INDUSTRIES\n </a>\n [gedung_industries_home] \n <a href=\"http://www.arscontracting.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','Home','','inherit','closed','closed','','61-revision-v1','','','2020-07-30 01:45:35','2020-07-30 06:45:35','',61,'http://www.arscontracting.com/61-revision-v1/',0,'revision','',0),(948,5,'2020-07-30 01:52:32','2020-07-30 06:52:32','<img width=\"548\" height=\"316\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image43.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image43.png 548w, http://www.arscontracting.com/wp-content/uploads/2020/07/image43-300x173.png 300w\" sizes=\"(max-width: 548px) 100vw, 548px\" /> \n <img width=\"498\" height=\"374\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image37.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image37.jpg 498w, http://www.arscontracting.com/wp-content/uploads/2020/07/image37-300x225.jpg 300w\" sizes=\"(max-width: 498px) 100vw, 498px\" /> \n <img width=\"332\" height=\"221\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image38.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image38.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/07/image38-300x200.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <p>Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman. </p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we’re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients’ facilities.</p> \n <img src=\"http://www.arscontracting.com/wp-content/uploads/elementor/thumbs/dfd3-orvhvl51sq2igiazr8rxcgqcsm6fsst9vd23yk45c0.png\" title=\"dfd3\" alt=\"dfd3\" /> \n <img width=\"675\" height=\"207\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image2.jpg 675w, http://www.arscontracting.com/wp-content/uploads/2020/07/image2-300x92.jpg 300w\" sizes=\"(max-width: 675px) 100vw, 675px\" /> \n <h4>George “Red” Gilmartin ‐ President</h4> \n <img width=\"380\" height=\"506\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg 380w, http://www.arscontracting.com/wp-content/uploads/2020/07/p1-225x300.jpg 225w\" sizes=\"(max-width: 380px) 100vw, 380px\" /> \n <h4>Ted Bianchi</h4> \n <img width=\"420\" height=\"560\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/92.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/92.jpg 420w, http://www.arscontracting.com/wp-content/uploads/2020/07/92-225x300.jpg 225w\" sizes=\"(max-width: 420px) 100vw, 420px\" /> \n <h4>Jeromy Bianchi</h4> \n <img width=\"343\" height=\"455\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p3.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p3.jpg 343w, http://www.arscontracting.com/wp-content/uploads/2020/07/p3-226x300.jpg 226w\" sizes=\"(max-width: 343px) 100vw, 343px\" /> \n <h4>Sean Gibbons</h4> \n <img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\" /> \n <img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" /> \n <a href=\"http://www.arscontracting.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','About Us','','inherit','closed','closed','','63-revision-v1','','','2020-07-30 01:52:32','2020-07-30 06:52:32','',63,'http://www.arscontracting.com/63-revision-v1/',0,'revision','',0),(949,5,'2020-07-30 01:53:23','2020-07-30 06:53:23','<img width=\"548\" height=\"316\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image43.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image43.png 548w, http://www.arscontracting.com/wp-content/uploads/2020/07/image43-300x173.png 300w\" sizes=\"(max-width: 548px) 100vw, 548px\" /> \n <img width=\"498\" height=\"374\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image37.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image37.jpg 498w, http://www.arscontracting.com/wp-content/uploads/2020/07/image37-300x225.jpg 300w\" sizes=\"(max-width: 498px) 100vw, 498px\" /> \n <img width=\"332\" height=\"221\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image38.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image38.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/07/image38-300x200.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <p>Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman. </p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we’re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients’ facilities.</p> \n <img src=\"http://www.arscontracting.com/wp-content/uploads/elementor/thumbs/dfd3-orvhvl51sq2igiazr8rxcgqcsm6fsst9vd23yk45c0.png\" title=\"dfd3\" alt=\"dfd3\" /> \n <img width=\"675\" height=\"207\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image2.jpg 675w, http://www.arscontracting.com/wp-content/uploads/2020/07/image2-300x92.jpg 300w\" sizes=\"(max-width: 675px) 100vw, 675px\" /> \n <h4>George “Red” Gilmartin ‐ President</h4> \n <img width=\"380\" height=\"506\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg 380w, http://www.arscontracting.com/wp-content/uploads/2020/07/p1-225x300.jpg 225w\" sizes=\"(max-width: 380px) 100vw, 380px\" /> \n <h4>Ted Bianchi</h4> \n <img width=\"420\" height=\"560\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/92.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/92.jpg 420w, http://www.arscontracting.com/wp-content/uploads/2020/07/92-225x300.jpg 225w\" sizes=\"(max-width: 420px) 100vw, 420px\" /> \n <h4>Jeromy Bianchi</h4> \n <img width=\"343\" height=\"455\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p3.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p3.jpg 343w, http://www.arscontracting.com/wp-content/uploads/2020/07/p3-226x300.jpg 226w\" sizes=\"(max-width: 343px) 100vw, 343px\" /> \n <h4>Sean Gibbons</h4> \n <img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\" /> \n <img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" /> \n <a href=\"http://www.arscontracting.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','About Us','','inherit','closed','closed','','63-revision-v1','','','2020-07-30 01:53:23','2020-07-30 06:53:23','',63,'http://www.arscontracting.com/63-revision-v1/',0,'revision','',0),(950,5,'2020-07-30 01:56:12','2020-07-30 06:56:12','<img width=\"548\" height=\"316\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image43.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image43.png 548w, http://www.arscontracting.com/wp-content/uploads/2020/07/image43-300x173.png 300w\" sizes=\"(max-width: 548px) 100vw, 548px\" /> \n <img width=\"498\" height=\"374\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image37.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image37.jpg 498w, http://www.arscontracting.com/wp-content/uploads/2020/07/image37-300x225.jpg 300w\" sizes=\"(max-width: 498px) 100vw, 498px\" /> \n <img width=\"332\" height=\"221\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image38.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image38.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/07/image38-300x200.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <p>Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman. </p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we’re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients’ facilities.</p> \n <img src=\"http://www.arscontracting.com/wp-content/uploads/elementor/thumbs/dfd3-orvhvl51sq2igiazr8rxcgqcsm6fsst9vd23yk45c0.png\" title=\"dfd3\" alt=\"dfd3\" /> \n <img width=\"675\" height=\"207\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image2.jpg 675w, http://www.arscontracting.com/wp-content/uploads/2020/07/image2-300x92.jpg 300w\" sizes=\"(max-width: 675px) 100vw, 675px\" /> \n <h4>George “Red” Gilmartin ‐ President</h4> \n <img width=\"380\" height=\"506\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p1.jpg 380w, http://www.arscontracting.com/wp-content/uploads/2020/07/p1-225x300.jpg 225w\" sizes=\"(max-width: 380px) 100vw, 380px\" /> \n <h4>Ted Bianchi</h4> \n <img width=\"420\" height=\"560\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/92.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/92.jpg 420w, http://www.arscontracting.com/wp-content/uploads/2020/07/92-225x300.jpg 225w\" sizes=\"(max-width: 420px) 100vw, 420px\" /> \n <h4>Jeromy Bianchi</h4> \n <img width=\"343\" height=\"455\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p3.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/p3.jpg 343w, http://www.arscontracting.com/wp-content/uploads/2020/07/p3-226x300.jpg 226w\" sizes=\"(max-width: 343px) 100vw, 343px\" /> \n <h4>Sean Gibbons</h4> \n <img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\" /> \n <img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" /> \n <a href=\"http://www.arscontracting.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','About Us','','inherit','closed','closed','','63-revision-v1','','','2020-07-30 01:56:12','2020-07-30 06:56:12','',63,'http://www.arscontracting.com/63-revision-v1/',0,'revision','',0),(951,5,'2020-07-30 02:00:37','2020-07-30 07:00:37','','image7','','inherit','open','closed','','image7','','','2020-07-30 02:00:37','2020-07-30 07:00:37','',703,'http://www.arscontracting.com/wp-content/uploads/2020/07/image7.jpg',0,'attachment','image/jpeg',0),(952,5,'2020-07-30 02:00:43','2020-07-30 07:00:43','<p>ARS coordinates facility relocations and equipment installations for properties across the country. We work with building owners and facility managers to plan every detail and execute each step within timelines and established budgets.</p><p>Call us at 800-358-8444 and work with the experienced team that’s ready to manage every detail no matter the size or complexity of the project.</p> \n <img width=\"326\" height=\"435\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image7.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image7.jpg 326w, http://www.arscontracting.com/wp-content/uploads/2020/07/image7-225x300.jpg 225w\" sizes=\"(max-width: 326px) 100vw, 326px\" />','Facilities Managers','Excerpt text here','inherit','closed','closed','','703-revision-v1','','','2020-07-30 02:00:43','2020-07-30 07:00:43','',703,'http://www.arscontracting.com/703-revision-v1/',0,'revision','',0),(953,5,'2020-07-30 02:04:34','2020-07-30 07:04:34','','image6','','inherit','open','closed','','image6','','','2020-07-30 02:04:34','2020-07-30 07:04:34','',706,'http://www.arscontracting.com/wp-content/uploads/2020/07/image6.jpg',0,'attachment','image/jpeg',0),(954,5,'2020-07-30 02:04:47','2020-07-30 07:04:47','ARS Contracting, Inc. coordinates banks for properties across the country. We work with the Ban Manager or facility managers to plan every detail and execute each step within timelines and established budgets','Banks','','inherit','closed','closed','','706-revision-v1','','','2020-07-30 02:04:47','2020-07-30 07:04:47','',706,'http://www.arscontracting.com/706-revision-v1/',0,'revision','',0),(955,5,'2020-07-30 02:04:48','2020-07-30 07:04:48','<p>ARS can assist banks by installing vault pieces or moving high value equipment. Our team of professionals will ensure your pieces are moved quickly and carefully to get you back in business as soon as possible. We focus on preplanning and attention to detail to ensure a worry-free project completion. Call us today to put our expertise to work – <a href=\"tel:800-358-8444\">800-358-8444.</a></p> \n <img width=\"506\" height=\"337\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image6.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image6.jpg 506w, http://www.arscontracting.com/wp-content/uploads/2020/07/image6-300x200.jpg 300w\" sizes=\"(max-width: 506px) 100vw, 506px\" />','Banks','','inherit','closed','closed','','706-revision-v1','','','2020-07-30 02:04:48','2020-07-30 07:04:48','',706,'http://www.arscontracting.com/706-revision-v1/',0,'revision','',0),(956,5,'2020-07-30 02:05:30','2020-07-30 07:05:30','<p>ARS can assist banks by installing vault pieces or moving high value equipment. Our team of professionals will ensure your pieces are moved quickly and carefully to get you back in business as soon as possible. We focus on preplanning and attention to detail to ensure a worry-free project completion. Call us today to put our expertise to work – <a href=\"tel:800-358-8444\">800-358-8444.</a></p> \n <img width=\"506\" height=\"337\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image6.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image6.jpg 506w, http://www.arscontracting.com/wp-content/uploads/2020/07/image6-300x200.jpg 300w\" sizes=\"(max-width: 506px) 100vw, 506px\" />','Banks','','inherit','closed','closed','','706-revision-v1','','','2020-07-30 02:05:30','2020-07-30 07:05:30','',706,'http://www.arscontracting.com/706-revision-v1/',0,'revision','',0),(957,5,'2020-07-30 02:08:54','2020-07-30 07:08:54','<img width=\"791\" height=\"1024\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/Case-study-1_page-0001-791x1024.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/Case-study-1_page-0001-791x1024.jpg 791w, http://www.arscontracting.com/wp-content/uploads/2020/07/Case-study-1_page-0001-232x300.jpg 232w, http://www.arscontracting.com/wp-content/uploads/2020/07/Case-study-1_page-0001-768x994.jpg 768w, http://www.arscontracting.com/wp-content/uploads/2020/07/Case-study-1_page-0001-1187x1536.jpg 1187w, http://www.arscontracting.com/wp-content/uploads/2020/07/Case-study-1_page-0001.jpg 1275w\" sizes=\"(max-width: 791px) 100vw, 791px\" /> \n <img width=\"791\" height=\"1024\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/case-study-2_page-0001-791x1024.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/case-study-2_page-0001-791x1024.jpg 791w, http://www.arscontracting.com/wp-content/uploads/2020/07/case-study-2_page-0001-232x300.jpg 232w, http://www.arscontracting.com/wp-content/uploads/2020/07/case-study-2_page-0001-768x994.jpg 768w, http://www.arscontracting.com/wp-content/uploads/2020/07/case-study-2_page-0001-1187x1536.jpg 1187w, http://www.arscontracting.com/wp-content/uploads/2020/07/case-study-2_page-0001.jpg 1275w\" sizes=\"(max-width: 791px) 100vw, 791px\" /> \n <a href=\"http://www.arscontracting.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','Case Studies','','inherit','closed','closed','','689-revision-v1','','','2020-07-30 02:08:54','2020-07-30 07:08:54','',689,'http://www.arscontracting.com/689-revision-v1/',0,'revision','',0),(958,5,'2020-07-30 02:09:47','2020-07-30 07:09:47','<img width=\"791\" height=\"1024\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/Case-study-1_page-0001-791x1024.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/Case-study-1_page-0001-791x1024.jpg 791w, http://www.arscontracting.com/wp-content/uploads/2020/07/Case-study-1_page-0001-232x300.jpg 232w, http://www.arscontracting.com/wp-content/uploads/2020/07/Case-study-1_page-0001-768x994.jpg 768w, http://www.arscontracting.com/wp-content/uploads/2020/07/Case-study-1_page-0001-1187x1536.jpg 1187w, http://www.arscontracting.com/wp-content/uploads/2020/07/Case-study-1_page-0001.jpg 1275w\" sizes=\"(max-width: 791px) 100vw, 791px\" /> \n <img width=\"791\" height=\"1024\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/case-study-2_page-0001-791x1024.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/case-study-2_page-0001-791x1024.jpg 791w, http://www.arscontracting.com/wp-content/uploads/2020/07/case-study-2_page-0001-232x300.jpg 232w, http://www.arscontracting.com/wp-content/uploads/2020/07/case-study-2_page-0001-768x994.jpg 768w, http://www.arscontracting.com/wp-content/uploads/2020/07/case-study-2_page-0001-1187x1536.jpg 1187w, http://www.arscontracting.com/wp-content/uploads/2020/07/case-study-2_page-0001.jpg 1275w\" sizes=\"(max-width: 791px) 100vw, 791px\" /> \n <a href=\"http://www.arscontracting.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','Case Studies','','inherit','closed','closed','','689-revision-v1','','','2020-07-30 02:09:47','2020-07-30 07:09:47','',689,'http://www.arscontracting.com/689-revision-v1/',0,'revision','',0),(959,5,'2020-07-30 05:51:14','2020-07-30 10:51:14','','Clipboard - July 30, 2020 4_19 PM','','inherit','open','closed','','clipboard-july-30-2020-4_19-pm','','','2020-07-30 05:51:14','2020-07-30 10:51:14','',0,'http://www.arscontracting.com/wp-content/uploads/2020/07/Clipboard-July-30-2020-4_19-PM.png',0,'attachment','image/png',0),(960,5,'2020-07-30 06:16:02','2020-07-30 11:16:02','','Picture1','','inherit','open','closed','','picture1-2','','','2020-07-30 06:16:02','2020-07-30 11:16:02','',54,'http://www.arscontracting.com/wp-content/uploads/2018/03/Picture1-1.png',0,'attachment','image/png',0),(961,5,'2020-07-30 06:16:17','2020-07-30 11:16:17','Our team of highly skilled and certified professionals works directly with architects and engineers to understand project details and plan each step of the process to ensure a smooth delivery and set up of equipment in any facility space.\r\n\r\nWhen you need a team accustomed to working with architectural plans, give us a call at 800-358-8444\r\n\r\n<img src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/unnamed.jpg\" sizes=\"(max-width: 512px) 100vw, 512px\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/unnamed.jpg 512w, http://www.arscontracting.com/wp-content/uploads/2018/03/unnamed-300x181.jpg 300w\" alt=\"\" width=\"512\" height=\"309\" />','Architects & Engineers','','inherit','closed','closed','','54-revision-v1','','','2020-07-30 06:16:17','2020-07-30 11:16:17','',54,'http://www.arscontracting.com/54-revision-v1/',0,'revision','',0),(962,5,'2020-07-30 06:36:12','2020-07-30 11:36:12','Our expertise and up-to-date training enable our team to work with a range of contractors. We work with general contractors to assess the overall project and provide detailed plans to implement moves and set up equipment.\r\n\r\nElectrical – our team collaborates with electrical contractors on a variety of equipment moves including generators, switchgears, transformers and more.\r\n\r\nMechanical – Our experience with mechanical contractors extends to moves and set up of a variety of equipment ranging from boilers and chillers to cooling towers and more.\r\n\r\nWhether your move involves electrical or mechanical components, or a range of specialties, give us a call at <a href=\"tel:800-358-8444\">800-358-8444</a> to manage the overall process.\r\n\r\n<img src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image28.jpg\" sizes=\"(max-width: 685px) 100vw, 685px\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image28.jpg 685w, http://www.arscontracting.com/wp-content/uploads/2020/07/image28-300x200.jpg 300w\" alt=\"\" width=\"685\" height=\"457\" />\r\n<img src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image29.jpg\" sizes=\"(max-width: 650px) 100vw, 650px\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image29.jpg 650w, http://www.arscontracting.com/wp-content/uploads/2020/07/image29-300x225.jpg 300w\" alt=\"\" width=\"650\" height=\"488\" />','Mechanical Contractors','','inherit','closed','closed','','700-revision-v1','','','2020-07-30 06:36:12','2020-07-30 11:36:12','',700,'http://www.arscontracting.com/700-revision-v1/',0,'revision','',0),(963,5,'2020-07-30 07:01:58','2020-07-30 12:01:58','','Picture2','','inherit','open','closed','','picture2','','','2020-07-30 07:01:58','2020-07-30 12:01:58','',706,'http://www.arscontracting.com/wp-content/uploads/2020/07/Picture2.png',0,'attachment','image/png',0),(964,5,'2020-07-30 07:02:32','2020-07-30 12:02:32','ARS can assist banks by installing vault pieces or moving high value equipment. Our team of professionals will ensure your pieces are moved quickly and carefully to get you back in business as soon as possible. We focus on preplanning and attention to detail to ensure a worry-free project completion. Call us today to put our expertise to work – <a href=\"tel:800-358-8444\">800-358-8444.</a>\r\n\r\n<img src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image6.jpg\" sizes=\"(max-width: 506px) 100vw, 506px\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image6.jpg 506w, http://www.arscontracting.com/wp-content/uploads/2020/07/image6-300x200.jpg 300w\" alt=\"\" width=\"506\" height=\"337\" />','Banks','','inherit','closed','closed','','706-revision-v1','','','2020-07-30 07:02:32','2020-07-30 12:02:32','',706,'http://www.arscontracting.com/706-revision-v1/',0,'revision','',0),(966,5,'2020-07-30 07:04:24','2020-07-30 12:04:24','Manufacturers in every industry category have relied on our team for plant relocations and industry moves across the U.S.\r\n\r\nNot every company can manage the complexities of plant relocations. Our team is experienced, dedicated to preplanning all the details and ensuring the process is smooth so plant downtime is minimized. Call us today at 800-358-8444 to learn more.\r\n\r\n<img src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/manufacturers-1.jpg\" sizes=\"(max-width: 561px) 100vw, 561px\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/manufacturers-1.jpg 561w, http://www.arscontracting.com/wp-content/uploads/2018/03/manufacturers-1-300x200.jpg 300w\" alt=\"\" width=\"561\" height=\"374\" />\r\n<img src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/manufacturers-2.jpg\" sizes=\"(max-width: 568px) 100vw, 568px\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/manufacturers-2.jpg 568w, http://www.arscontracting.com/wp-content/uploads/2018/03/manufacturers-2-300x200.jpg 300w\" alt=\"\" width=\"568\" height=\"379\" />','Manufacturers','','inherit','closed','closed','','52-revision-v1','','','2020-07-30 07:04:24','2020-07-30 12:04:24','',52,'http://www.arscontracting.com/52-revision-v1/',0,'revision','',0),(967,5,'2020-07-30 07:04:37','2020-07-30 12:04:37','ARS coordinates facility relocations and equipment installations for properties across the country. We work with building owners and facility managers to plan every detail and execute each step within timelines and established budgets.\r\n\r\nCall us at 800-358-8444 and work with the experienced team that’s ready to manage every detail no matter the size or complexity of the project.\r\n\r\n<img src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/build.jpg\" alt=\"\" width=\"224\" height=\"298\" />','Building Owners','Excerpt text here','inherit','closed','closed','','46-revision-v1','','','2020-07-30 07:04:37','2020-07-30 12:04:37','',46,'http://www.arscontracting.com/46-revision-v1/',0,'revision','',0),(969,5,'2020-07-30 07:05:33','2020-07-30 12:05:33','Municipalities rely on our expertise for moves for schools, universities and government buildings.\r\n\r\nFrom large to small facilities, our team pre-plans every move to ensure efficiency and safety and minimize the impact on staff and students.\r\n\r\n<img src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/municipalities.jpg\" sizes=\"(max-width: 337px) 100vw, 337px\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/municipalities.jpg 337w, http://www.arscontracting.com/wp-content/uploads/2018/03/municipalities-200x300.jpg 200w\" alt=\"\" width=\"337\" height=\"506\" />','Municipalities','','inherit','closed','closed','','48-revision-v1','','','2020-07-30 07:05:33','2020-07-30 12:05:33','',48,'http://www.arscontracting.com/48-revision-v1/',0,'revision','',0),(970,5,'2020-07-30 07:05:42','2020-07-30 12:05:42','Our team has successfully moved equipment for small and large medical facilities across the country. Moves have included MRIs, CAT/PET, generators, chillers and boilers.\r\nWe’ll work with your team to ensure a smooth move, well-planned process and minimal impact on patient services. Call us at 800-358-8444 to learn more.\r\n<img src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/medical-1.jpg\" sizes=\"(max-width: 760px) 100vw, 760px\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/medical-1.jpg 760w, http://www.arscontracting.com/wp-content/uploads/2018/03/medical-1-300x169.jpg 300w\" alt=\"\" width=\"760\" height=\"428\" />\r\n<img src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/medical-3.jpg\" sizes=\"(max-width: 651px) 100vw, 651px\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/medical-3.jpg 651w, http://www.arscontracting.com/wp-content/uploads/2018/03/medical-3-300x200.jpg 300w\" alt=\"\" width=\"651\" height=\"434\" />\r\n<img src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/medical-2.jpg\" sizes=\"(max-width: 737px) 100vw, 737px\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/medical-2.jpg 737w, http://www.arscontracting.com/wp-content/uploads/2018/03/medical-2-300x169.jpg 300w\" alt=\"\" width=\"737\" height=\"415\" />','Medical','','inherit','closed','closed','','50-revision-v1','','','2020-07-30 07:05:42','2020-07-30 12:05:42','',50,'http://www.arscontracting.com/50-revision-v1/',0,'revision','',0),(974,5,'2020-09-02 07:15:43','2020-09-02 12:15:43','We completed moves of high value works of art and museum installations, plus zoo exhibits for organizations across the country.\r\n\r\nOur team is accustomed to these unique moves and focuses on preplanning and attention to details, which results in the lowest impact to the environment and the staff and visitors. Call us today to put our expertise to work – 800-358-8444.\r\n\r\n<img src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/musium-1.jpg\" sizes=\"(max-width: 698px) 100vw, 698px\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/musium-1.jpg 698w, http://www.arscontracting.com/wp-content/uploads/2020/05/musium-1-300x200.jpg 300w\" alt=\"\" width=\"698\" height=\"465\" />\r\n<img src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/musium-2.png\" sizes=\"(max-width: 681px) 100vw, 681px\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/musium-2.png 681w, http://www.arscontracting.com/wp-content/uploads/2020/05/musium-2-300x159.png 300w\" alt=\"\" width=\"681\" height=\"360\" />','Specialty','','inherit','closed','closed','','439-revision-v1','','','2020-09-02 07:15:43','2020-09-02 12:15:43','',439,'http://www.arscontracting.com/439-revision-v1/',0,'revision','',0),(978,5,'2020-09-02 07:35:15','2020-09-02 12:35:15','<a href=\"http://www.arscontracting.com/projects/\" role=\"button\">\n View Services\n </a>\n <figure><img width=\"1805\" height=\"1920\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png 1805w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-282x300.png 282w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-963x1024.png 963w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-768x817.png 768w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-1444x1536.png 1444w\" sizes=\"(max-width: 1805px) 100vw, 1805px\" /></figure><h3>Services</h3><p>Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more</p> \n <figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Exceptional Safety Rating</h3><p>We have one of the best safety ratings in the industry & we are certified riggers</p> \n <figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Industries</h3><p>We offer outstanding service to most industries including contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers/building owners, and more\n</p> \n <img width=\"327\" height=\"248\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/home1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/home1.png 327w, http://www.arscontracting.com/wp-content/uploads/2020/09/home1-300x228.png 300w\" sizes=\"(max-width: 327px) 100vw, 327px\" /> \n <a href=\"http://www.arscontracting.com/projects/\" role=\"button\">\n VIEW ALL SERVICES\n </a>\n <a href=\"http://www.arscontracting.com/industries/\" role=\"button\">\n VIEW ALL INDUSTRIES\n </a>\n [gedung_industries_home] \n <a href=\"http://www.arscontracting.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','Home','','inherit','closed','closed','','61-revision-v1','','','2020-09-02 07:35:15','2020-09-02 12:35:15','',61,'http://www.arscontracting.com/61-revision-v1/',0,'revision','',0),(979,5,'2020-09-02 07:40:33','2020-09-02 12:40:33','<a href=\"http://www.arscontracting.com/projects/\" role=\"button\">\n View Services\n </a>\n <figure><img width=\"1805\" height=\"1920\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png 1805w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-282x300.png 282w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-963x1024.png 963w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-768x817.png 768w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-1444x1536.png 1444w\" sizes=\"(max-width: 1805px) 100vw, 1805px\" /></figure><h3>Services</h3><p>Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more</p> \n <figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Exceptional Safety Rating</h3><p>We have one of the best safety ratings in the industry & we are certified riggers</p> \n <figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Industries</h3><p>We offer outstanding service to most industries including contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers/building owners, and more\n</p> \n <img width=\"327\" height=\"248\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/home1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/home1.png 327w, http://www.arscontracting.com/wp-content/uploads/2020/09/home1-300x228.png 300w\" sizes=\"(max-width: 327px) 100vw, 327px\" /> \n <a href=\"http://www.arscontracting.com/projects/\" role=\"button\">\n VIEW ALL SERVICES\n </a>\n <a href=\"http://www.arscontracting.com/industries/\" role=\"button\">\n VIEW ALL INDUSTRIES\n </a>\n [gedung_industries_home] \n <a href=\"http://www.arscontracting.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','Home','','inherit','closed','closed','','61-revision-v1','','','2020-09-02 07:40:33','2020-09-02 12:40:33','',61,'http://www.arscontracting.com/61-revision-v1/',0,'revision','',0),(980,5,'2020-09-02 07:46:06','2020-09-02 12:46:06','','1','','inherit','open','closed','','1','','','2020-09-02 07:46:06','2020-09-02 12:46:06','',0,'http://www.arscontracting.com/wp-content/uploads/2020/09/1.jpg',0,'attachment','image/jpeg',0),(981,5,'2020-09-02 07:46:08','2020-09-02 12:46:08','','2','','inherit','open','closed','','2','','','2020-09-02 07:46:08','2020-09-02 12:46:08','',0,'http://www.arscontracting.com/wp-content/uploads/2020/09/2.jpg',0,'attachment','image/jpeg',0),(982,5,'2020-09-02 07:46:14','2020-09-02 12:46:14','','3','','inherit','open','closed','','3','','','2020-09-02 07:46:14','2020-09-02 12:46:14','',0,'http://www.arscontracting.com/wp-content/uploads/2020/09/3.jpg',0,'attachment','image/jpeg',0),(983,5,'2020-09-02 07:46:37','2020-09-02 12:46:37','','4','','inherit','open','closed','','4','','','2020-09-02 07:46:37','2020-09-02 12:46:37','',0,'http://www.arscontracting.com/wp-content/uploads/2020/09/4.png',0,'attachment','image/png',0),(984,5,'2020-09-02 07:46:42','2020-09-02 12:46:42','','5','','inherit','open','closed','','5','','','2020-09-02 07:46:42','2020-09-02 12:46:42','',0,'http://www.arscontracting.com/wp-content/uploads/2020/09/5.jpg',0,'attachment','image/jpeg',0),(985,5,'2020-09-02 07:46:46','2020-09-02 12:46:46','','6','','inherit','open','closed','','6','','','2020-09-02 07:46:46','2020-09-02 12:46:46','',0,'http://www.arscontracting.com/wp-content/uploads/2020/09/6.jpg',0,'attachment','image/jpeg',0),(986,5,'2020-09-02 07:46:50','2020-09-02 12:46:50','','7','','inherit','open','closed','','7','','','2020-09-02 07:46:50','2020-09-02 12:46:50','',0,'http://www.arscontracting.com/wp-content/uploads/2020/09/7.jpg',0,'attachment','image/jpeg',0),(987,5,'2020-09-02 07:46:54','2020-09-02 12:46:54','','77','','inherit','open','closed','','77','','','2020-09-02 07:46:54','2020-09-02 12:46:54','',0,'http://www.arscontracting.com/wp-content/uploads/2020/09/77.jpg',0,'attachment','image/jpeg',0),(988,5,'2020-09-02 07:46:57','2020-09-02 12:46:57','','777','','inherit','open','closed','','777','','','2020-09-02 07:46:57','2020-09-02 12:46:57','',0,'http://www.arscontracting.com/wp-content/uploads/2020/09/777.jpg',0,'attachment','image/jpeg',0),(989,5,'2020-09-02 07:47:00','2020-09-02 12:47:00','','7777','','inherit','open','closed','','7777','','','2020-09-02 07:47:00','2020-09-02 12:47:00','',0,'http://www.arscontracting.com/wp-content/uploads/2020/09/7777.jpg',0,'attachment','image/jpeg',0),(990,5,'2020-09-02 07:47:04','2020-09-02 12:47:04','','I1','','inherit','open','closed','','i1','','','2020-09-02 07:47:04','2020-09-02 12:47:04','',0,'http://www.arscontracting.com/wp-content/uploads/2020/09/I1.jpg',0,'attachment','image/jpeg',0),(991,5,'2020-09-02 07:47:07','2020-09-02 12:47:07','','i2','','inherit','open','closed','','i2','','','2020-09-02 07:47:07','2020-09-02 12:47:07','',0,'http://www.arscontracting.com/wp-content/uploads/2020/09/i2.jpg',0,'attachment','image/jpeg',0),(992,5,'2020-09-02 07:47:10','2020-09-02 12:47:10','','i3','','inherit','open','closed','','i3','','','2020-09-02 07:47:10','2020-09-02 12:47:10','',0,'http://www.arscontracting.com/wp-content/uploads/2020/09/i3.jpg',0,'attachment','image/jpeg',0),(993,5,'2020-09-02 07:47:13','2020-09-02 12:47:13','','i4','','inherit','open','closed','','i4','','','2020-09-02 07:47:13','2020-09-02 12:47:13','',0,'http://www.arscontracting.com/wp-content/uploads/2020/09/i4.jpg',0,'attachment','image/jpeg',0),(994,5,'2020-09-02 07:47:16','2020-09-02 12:47:16','','i5','','inherit','open','closed','','i5','','','2020-09-02 07:47:16','2020-09-02 12:47:16','',0,'http://www.arscontracting.com/wp-content/uploads/2020/09/i5.png',0,'attachment','image/png',0),(995,5,'2020-09-02 07:47:19','2020-09-02 12:47:19','','i6','','inherit','open','closed','','i6','','','2020-09-02 07:47:19','2020-09-02 12:47:19','',0,'http://www.arscontracting.com/wp-content/uploads/2020/09/i6.png',0,'attachment','image/png',0),(996,5,'2020-09-02 07:47:23','2020-09-02 12:47:23','','s2','','inherit','open','closed','','s2','','','2020-09-02 07:47:23','2020-09-02 12:47:23','',0,'http://www.arscontracting.com/wp-content/uploads/2020/09/s2.jpg',0,'attachment','image/jpeg',0),(997,5,'2020-09-02 07:47:26','2020-09-02 12:47:26','','s3','','inherit','open','closed','','s3','','','2020-09-02 07:47:26','2020-09-02 12:47:26','',0,'http://www.arscontracting.com/wp-content/uploads/2020/09/s3.jpg',0,'attachment','image/jpeg',0),(998,5,'2020-09-02 07:47:28','2020-09-02 12:47:28','','s4','','inherit','open','closed','','s4','','','2020-09-02 07:47:28','2020-09-02 12:47:28','',0,'http://www.arscontracting.com/wp-content/uploads/2020/09/s4.jpg',0,'attachment','image/jpeg',0),(999,5,'2020-09-02 07:47:30','2020-09-02 12:47:30','','s5','','inherit','open','closed','','s5','','','2020-09-02 07:47:30','2020-09-02 12:47:30','',0,'http://www.arscontracting.com/wp-content/uploads/2020/09/s5.jpg',0,'attachment','image/jpeg',0),(1000,5,'2020-09-02 07:47:33','2020-09-02 12:47:33','','s6','','inherit','open','closed','','s6','','','2020-09-02 07:47:33','2020-09-02 12:47:33','',0,'http://www.arscontracting.com/wp-content/uploads/2020/09/s6.jpg',0,'attachment','image/jpeg',0),(1001,5,'2020-09-02 07:47:36','2020-09-02 12:47:36','','s7','','inherit','open','closed','','s7','','','2020-09-02 07:47:36','2020-09-02 12:47:36','',0,'http://www.arscontracting.com/wp-content/uploads/2020/09/s7.jpg',0,'attachment','image/jpeg',0),(1002,5,'2020-09-02 07:47:39','2020-09-02 12:47:39','','s8','','inherit','open','closed','','s8','','','2020-09-02 07:47:39','2020-09-02 12:47:39','',0,'http://www.arscontracting.com/wp-content/uploads/2020/09/s8.png',0,'attachment','image/png',0),(1003,5,'2020-09-02 07:47:42','2020-09-02 12:47:42','','service1','','inherit','open','closed','','service1','','','2020-09-02 07:47:42','2020-09-02 12:47:42','',0,'http://www.arscontracting.com/wp-content/uploads/2020/09/service1.jpg',0,'attachment','image/jpeg',0),(1004,5,'2020-09-02 07:47:58','2020-09-02 12:47:58','','1','','inherit','open','closed','','1-2','','','2020-09-02 07:47:58','2020-09-02 12:47:58','',61,'http://www.arscontracting.com/wp-content/uploads/2020/09/1-1.jpg',0,'attachment','image/jpeg',0),(1005,5,'2020-09-02 07:48:09','2020-09-02 12:48:09','<a href=\"http://www.arscontracting.com/projects/\" role=\"button\">\n View Services\n </a>\n <figure><img width=\"1805\" height=\"1920\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1.png 1805w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-282x300.png 282w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-963x1024.png 963w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-768x817.png 768w, http://www.arscontracting.com/wp-content/uploads/2020/05/crane-48591-1-1444x1536.png 1444w\" sizes=\"(max-width: 1805px) 100vw, 1805px\" /></figure><h3>Services</h3><p>Over 43 years of experience in areas such as rigging, machinery moving, hauling, storage, plant relocations, and more</p> \n <figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/Safety-Rev-1-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Exceptional Safety Rating</h3><p>We have one of the best safety ratings in the industry & we are certified riggers</p> \n <figure><img width=\"500\" height=\"500\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/gears.png 500w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-300x300.png 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/gears-150x150.png 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" /></figure><h3>Industries</h3><p>We offer outstanding service to most industries including contractors (electrical, mechanical, general), architects & engineers, banks, manufacturers, facilities managers/building owners, and more\n</p> \n <img width=\"753\" height=\"564\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/1-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/1-1.jpg 753w, http://www.arscontracting.com/wp-content/uploads/2020/09/1-1-300x225.jpg 300w\" sizes=\"(max-width: 753px) 100vw, 753px\" /> \n <a href=\"http://www.arscontracting.com/projects/\" role=\"button\">\n VIEW ALL SERVICES\n </a>\n <a href=\"http://www.arscontracting.com/industries/\" role=\"button\">\n VIEW ALL INDUSTRIES\n </a>\n [gedung_industries_home] \n <a href=\"http://www.arscontracting.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','Home','','inherit','closed','closed','','61-revision-v1','','','2020-09-02 07:48:09','2020-09-02 12:48:09','',61,'http://www.arscontracting.com/61-revision-v1/',0,'revision','',0),(1006,5,'2020-09-02 07:56:12','2020-09-02 12:56:12','Our certified professionals have moved commercial equipment ranging from washers, dryers and irons to water and chemical tanks.\r\n\r\nOur team will work with your company to relocate critical equipment with the least disruption possible to your production schedule. Call us today at 800-358-8444 to learn how our preplanning and dedication to efficiency and safety can make your move fast and hassle-free.','Laundry Facilities','','inherit','closed','closed','','437-revision-v1','','','2020-09-02 07:56:12','2020-09-02 12:56:12','',437,'http://www.arscontracting.com/437-revision-v1/',0,'revision','',0),(1007,5,'2020-09-02 08:07:00','2020-09-02 13:07:00','<img width=\"548\" height=\"316\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image43.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image43.png 548w, http://www.arscontracting.com/wp-content/uploads/2020/07/image43-300x173.png 300w\" sizes=\"(max-width: 548px) 100vw, 548px\" /> \n <img width=\"498\" height=\"374\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image37.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image37.jpg 498w, http://www.arscontracting.com/wp-content/uploads/2020/07/image37-300x225.jpg 300w\" sizes=\"(max-width: 498px) 100vw, 498px\" /> \n <img width=\"571\" height=\"453\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/5.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/5.jpg 571w, http://www.arscontracting.com/wp-content/uploads/2020/09/5-300x238.jpg 300w, http://www.arscontracting.com/wp-content/uploads/2020/09/5-100x80.jpg 100w\" sizes=\"(max-width: 571px) 100vw, 571px\" /> \n <p>Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman. </p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we’re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients’ facilities.</p> \n <img src=\"http://www.arscontracting.com/wp-content/uploads/elementor/thumbs/6-ouvhm6gr08txpun2vm5gewgcmy3au3q1e2svpo45c0.jpg\" title=\"6\" alt=\"6\" /> \n <img width=\"290\" height=\"386\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/7.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/7.jpg 290w, http://www.arscontracting.com/wp-content/uploads/2020/09/7-225x300.jpg 225w\" sizes=\"(max-width: 290px) 100vw, 290px\" /> \n <h4>George “Red” Gilmartin ‐ President</h4> \n <img width=\"368\" height=\"421\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/777.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/777.jpg 368w, http://www.arscontracting.com/wp-content/uploads/2020/09/777-262x300.jpg 262w\" sizes=\"(max-width: 368px) 100vw, 368px\" /> \n <h4>Ted Bianchi</h4> \n <img width=\"368\" height=\"382\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/77.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/77.jpg 368w, http://www.arscontracting.com/wp-content/uploads/2020/09/77-289x300.jpg 289w\" sizes=\"(max-width: 368px) 100vw, 368px\" /> \n <h4>Jeromy Bianchi</h4> \n <img width=\"353\" height=\"406\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/7777.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/7777.jpg 353w, http://www.arscontracting.com/wp-content/uploads/2020/09/7777-261x300.jpg 261w\" sizes=\"(max-width: 353px) 100vw, 353px\" /> \n <h4>Sean Gibbons</h4> \n <img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\" /> \n <img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" /> \n <a href=\"http://www.arscontracting.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','About Us','','inherit','closed','closed','','63-revision-v1','','','2020-09-02 08:07:00','2020-09-02 13:07:00','',63,'http://www.arscontracting.com/63-revision-v1/',0,'revision','',0),(1008,5,'2020-09-02 08:08:49','2020-09-02 13:08:49','<img width=\"548\" height=\"316\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image43.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image43.png 548w, http://www.arscontracting.com/wp-content/uploads/2020/07/image43-300x173.png 300w\" sizes=\"(max-width: 548px) 100vw, 548px\" /> \n <img width=\"498\" height=\"374\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image37.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image37.jpg 498w, http://www.arscontracting.com/wp-content/uploads/2020/07/image37-300x225.jpg 300w\" sizes=\"(max-width: 498px) 100vw, 498px\" /> \n <img width=\"571\" height=\"453\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/5.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/5.jpg 571w, http://www.arscontracting.com/wp-content/uploads/2020/09/5-300x238.jpg 300w, http://www.arscontracting.com/wp-content/uploads/2020/09/5-100x80.jpg 100w\" sizes=\"(max-width: 571px) 100vw, 571px\" /> \n <p>Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman. </p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we’re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients’ facilities.</p> \n <img src=\"http://www.arscontracting.com/wp-content/uploads/elementor/thumbs/6-ouvhm6gr08txpun2vm5gewgcmy3au3q1e2svpo45c0.jpg\" title=\"6\" alt=\"6\" /> \n <img width=\"290\" height=\"386\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/7.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/7.jpg 290w, http://www.arscontracting.com/wp-content/uploads/2020/09/7-225x300.jpg 225w\" sizes=\"(max-width: 290px) 100vw, 290px\" /> \n <h4>George “Red” Gilmartin ‐ President</h4> \n <img width=\"368\" height=\"421\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/777.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/777.jpg 368w, http://www.arscontracting.com/wp-content/uploads/2020/09/777-262x300.jpg 262w\" sizes=\"(max-width: 368px) 100vw, 368px\" /> \n <h4>Ted Bianchi</h4> \n <img width=\"368\" height=\"382\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/77.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/77.jpg 368w, http://www.arscontracting.com/wp-content/uploads/2020/09/77-289x300.jpg 289w\" sizes=\"(max-width: 368px) 100vw, 368px\" /> \n <h4>Jeromy Bianchi</h4> \n <img width=\"353\" height=\"406\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/7777.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/7777.jpg 353w, http://www.arscontracting.com/wp-content/uploads/2020/09/7777-261x300.jpg 261w\" sizes=\"(max-width: 353px) 100vw, 353px\" /> \n <h4>Sean Gibbons</h4> \n <img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\" /> \n <img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" /> \n <a href=\"http://www.arscontracting.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','About Us','','inherit','closed','closed','','63-revision-v1','','','2020-09-02 08:08:49','2020-09-02 13:08:49','',63,'http://www.arscontracting.com/63-revision-v1/',0,'revision','',0),(1009,5,'2020-09-02 08:09:30','2020-09-02 13:09:30','<img width=\"548\" height=\"316\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image43.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image43.png 548w, http://www.arscontracting.com/wp-content/uploads/2020/07/image43-300x173.png 300w\" sizes=\"(max-width: 548px) 100vw, 548px\" /> \n <img width=\"498\" height=\"374\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image37.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image37.jpg 498w, http://www.arscontracting.com/wp-content/uploads/2020/07/image37-300x225.jpg 300w\" sizes=\"(max-width: 498px) 100vw, 498px\" /> \n <img width=\"571\" height=\"453\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/5.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/5.jpg 571w, http://www.arscontracting.com/wp-content/uploads/2020/09/5-300x238.jpg 300w, http://www.arscontracting.com/wp-content/uploads/2020/09/5-100x80.jpg 100w\" sizes=\"(max-width: 571px) 100vw, 571px\" /> \n <p>Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman. </p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we’re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients’ facilities.</p> \n <img src=\"http://www.arscontracting.com/wp-content/uploads/elementor/thumbs/6-ouvhm6gr08txpun2vm5gewgcmy3au3q1e2svpo45c0.jpg\" title=\"6\" alt=\"6\" /> \n <img width=\"290\" height=\"386\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/7.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/7.jpg 290w, http://www.arscontracting.com/wp-content/uploads/2020/09/7-225x300.jpg 225w\" sizes=\"(max-width: 290px) 100vw, 290px\" /> \n <h4>George “Red” Gilmartin ‐ President</h4> \n <img width=\"368\" height=\"421\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/777.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/777.jpg 368w, http://www.arscontracting.com/wp-content/uploads/2020/09/777-262x300.jpg 262w\" sizes=\"(max-width: 368px) 100vw, 368px\" /> \n <h4>Ted Bianchi</h4> \n <img width=\"368\" height=\"382\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/77.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/77.jpg 368w, http://www.arscontracting.com/wp-content/uploads/2020/09/77-289x300.jpg 289w\" sizes=\"(max-width: 368px) 100vw, 368px\" /> \n <h4>Jeromy Bianchi</h4> \n <img width=\"353\" height=\"406\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/7777.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/7777.jpg 353w, http://www.arscontracting.com/wp-content/uploads/2020/09/7777-261x300.jpg 261w\" sizes=\"(max-width: 353px) 100vw, 353px\" /> \n <h4>Sean Gibbons</h4> \n <img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\" /> \n <img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" /> \n <a href=\"http://www.arscontracting.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','About Us','','inherit','closed','closed','','63-revision-v1','','','2020-09-02 08:09:30','2020-09-02 13:09:30','',63,'http://www.arscontracting.com/63-revision-v1/',0,'revision','',0),(1010,5,'2020-09-02 08:09:51','2020-09-02 13:09:51','<img width=\"548\" height=\"316\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image43.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image43.png 548w, http://www.arscontracting.com/wp-content/uploads/2020/07/image43-300x173.png 300w\" sizes=\"(max-width: 548px) 100vw, 548px\" /> \n <img width=\"498\" height=\"374\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image37.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image37.jpg 498w, http://www.arscontracting.com/wp-content/uploads/2020/07/image37-300x225.jpg 300w\" sizes=\"(max-width: 498px) 100vw, 498px\" /> \n <img width=\"571\" height=\"453\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/5.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/5.jpg 571w, http://www.arscontracting.com/wp-content/uploads/2020/09/5-300x238.jpg 300w, http://www.arscontracting.com/wp-content/uploads/2020/09/5-100x80.jpg 100w\" sizes=\"(max-width: 571px) 100vw, 571px\" /> \n <p>Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman. </p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we’re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients’ facilities.</p> \n <img src=\"http://www.arscontracting.com/wp-content/uploads/elementor/thumbs/6-ouvhm6gr08txpun2vm5gewgcmy3au3q1e2svpo45c0.jpg\" title=\"6\" alt=\"6\" /> \n <img width=\"290\" height=\"386\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/7.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/7.jpg 290w, http://www.arscontracting.com/wp-content/uploads/2020/09/7-225x300.jpg 225w\" sizes=\"(max-width: 290px) 100vw, 290px\" /> \n <h4>George “Red” Gilmartin ‐ President</h4> \n <img width=\"368\" height=\"421\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/777.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/777.jpg 368w, http://www.arscontracting.com/wp-content/uploads/2020/09/777-262x300.jpg 262w\" sizes=\"(max-width: 368px) 100vw, 368px\" /> \n <h4>Ted Bianchi</h4> \n <img width=\"368\" height=\"382\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/77.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/77.jpg 368w, http://www.arscontracting.com/wp-content/uploads/2020/09/77-289x300.jpg 289w\" sizes=\"(max-width: 368px) 100vw, 368px\" /> \n <h4>Jeromy Bianchi</h4> \n <img width=\"353\" height=\"406\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/7777.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/7777.jpg 353w, http://www.arscontracting.com/wp-content/uploads/2020/09/7777-261x300.jpg 261w\" sizes=\"(max-width: 353px) 100vw, 353px\" /> \n <h4>Sean Gibbons</h4> \n <img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\" /> \n <img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" /> \n <a href=\"http://www.arscontracting.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','About Us','','inherit','closed','closed','','63-revision-v1','','','2020-09-02 08:09:51','2020-09-02 13:09:51','',63,'http://www.arscontracting.com/63-revision-v1/',0,'revision','',0),(1011,5,'2020-09-02 08:14:00','2020-09-02 13:14:00','When you have machinery that needs to be relocated, lifted or installed, call on the company with rigging and machinery moving expertise. ARS Contracting, Inc. professionals have the experience and innovative solutions to solve the most complex problems. Plus, we’ll keep our focus on safety, timelines and budget. We rig, move and set equipment every day – it’s the only work we do! Contact us and learn why some of the biggest companies in the U.S. rely on us for all of their moves.','Rigging','','inherit','closed','closed','','203-revision-v1','','','2020-09-02 08:14:00','2020-09-02 13:14:00','',203,'http://www.arscontracting.com/203-revision-v1/',0,'revision','',0),(1012,5,'2020-09-02 08:14:27','2020-09-02 13:14:27','Rigging and moving machinery requires a unique set of skills. And this is exactly what we focus on. We’ll develop a plan, timeline and engage a skilled team and essential equipment to get the job done smoothly. When large equipment must fit into tight spaces, we have the expertise and foresight to identify potential challenges and we develop a process to ensure success with minimal complications. From data centers, to healthcare facilities, public buildings, manufacturing facilities and beyond, we have the innovative solutions, equipment and certified talent to get the job done.','Machinery Moving & Installation','','inherit','closed','closed','','207-revision-v1','','','2020-09-02 08:14:27','2020-09-02 13:14:27','',207,'http://www.arscontracting.com/207-revision-v1/',0,'revision','',0),(1013,5,'2020-09-02 08:18:47','2020-09-02 13:18:47','A thorough analysis and detailed plan of action are a “must” when lifting and erecting large equipment. Our team develops the solutions to overcome space and time challenges. Then, planning turns into action, and our certified riggers team executes every detail in a professional manner to ensure the project is done right the first time, safely and efficiently.','Heavy Lifting & Erecting','','inherit','closed','closed','','495-revision-v1','','','2020-09-02 08:18:47','2020-09-02 13:18:47','',495,'http://www.arscontracting.com/495-revision-v1/',0,'revision','',0),(1014,5,'2020-09-02 08:20:00','2020-09-02 13:20:00','Our warehouse provides great value for customers because it allows us to receive equipment from across the country to be assembled in one location, then moved to the final destination. Our facility is centrally located and provides indoor and outdoor storage space. The warehouse is heated, under video surveillance and is equipped with fire alarms, docks, and ground doors. The outside storage area is fenced, locked and under video surveillance. Allowing quick, easy access to Chicago and the suburbs, we’re located near O’Hare Airport.\r\n\r\n \r\n\r\n \r\n\r\n ','Storage','','inherit','closed','closed','','498-revision-v1','','','2020-09-02 08:20:00','2020-09-02 13:20:00','',498,'http://www.arscontracting.com/498-revision-v1/',0,'revision','',0),(1015,5,'2020-09-02 08:20:44','2020-09-02 13:20:44','Moving a plant involves precision planning, access to the best equipment and talent and flexibility to quickly adjust to any changes. We start with a consultation to fully understand the customer’s goals, along with the current and future facilities. Then, we develop a detailed plan of action to ensure every aspect of the move is thoroughly outlined and then implemented in the most efficient and cost-effective manner. From small to large size plants, we have the experience to implement the move quickly and safely.\r\n\r\nUnlike other moving contractors, our comprehensive proposals include costs for rigging, moving, electrical, piping, mechanical, millwright work, transportation and storage.\r\n\r\nOur moving services include:\r\n<ul>\r\n <li>Lay out floors of new location</li>\r\n <li>Dismantling</li>\r\n <li>Moving of common stock inventory</li>\r\n <li>Hauling/transportation</li>\r\n <li>Assembling</li>\r\n <li>Alignment</li>\r\n <li>Leveling</li>\r\n <li>Anchoring</li>\r\n <li>Grouting</li>\r\n <li>Fabrication/modification as requested</li>\r\n</ul>\r\n \r\n\r\n \r\n\r\n ','Plant Relocation','','inherit','closed','closed','','197-revision-v1','','','2020-09-02 08:20:44','2020-09-02 13:20:44','',197,'http://www.arscontracting.com/197-revision-v1/',0,'revision','',0),(1016,5,'2020-09-02 08:21:25','2020-09-02 13:21:25','Our Millwrights are highly skilled at executing another type of operation from layout, dismantling, installing, assembling, leveling, anchoring, grouting and fabricating. Our team will help your business avoid downtime and keep all aspects of your operation running smoothly.','Millwright Services','','inherit','closed','closed','','497-revision-v1','','','2020-09-02 08:21:25','2020-09-02 13:21:25','',497,'http://www.arscontracting.com/497-revision-v1/',0,'revision','',0),(1017,5,'2020-09-02 08:25:13','2020-09-02 13:25:13','<p>Our expertise and up-to-date training enable our team to work with a range of contractors. We work with general contractors to assess the overall project and provide detailed plans to implement moves and set up equipment. </p><p>Electrical – our team collaborates with electrical contractors on a variety of equipment moves including generators, switchgears, transformers and more.</p><p>Mechanical – Our experience with mechanical contractors extends to moves and set up of a variety of equipment ranging from boilers and chillers to cooling towers and more. </p><p>Whether your move involves electrical or mechanical components, or a range of specialties, give us a call at <a href=\"tel:800-358-8444\">800-358-8444</a> to manage the overall process.</p> \n <img width=\"557\" height=\"313\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/elctric-3.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/elctric-3.jpg 557w, http://www.arscontracting.com/wp-content/uploads/2020/07/elctric-3-300x169.jpg 300w\" sizes=\"(max-width: 557px) 100vw, 557px\" /> \n <img width=\"498\" height=\"332\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/I1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/I1.jpg 498w, http://www.arscontracting.com/wp-content/uploads/2020/09/I1-300x200.jpg 300w\" sizes=\"(max-width: 498px) 100vw, 498px\" />','Electrical Contractors','','inherit','closed','closed','','698-revision-v1','','','2020-09-02 08:25:13','2020-09-02 13:25:13','',698,'http://www.arscontracting.com/698-revision-v1/',0,'revision','',0),(1018,5,'2020-09-02 08:26:23','2020-09-02 13:26:23','<h2>Qualifications </h2> \n <img width=\"245\" height=\"248\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/s8.png\" alt=\"\" /> \n <img width=\"562\" height=\"844\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/q2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/q2.jpg 562w, http://www.arscontracting.com/wp-content/uploads/2020/07/q2-200x300.jpg 200w\" sizes=\"(max-width: 562px) 100vw, 562px\" /> \n <h2>OSHA Regulations</h2> \n <p>By using ARS Contracting, Inc. certified riggers for all of your rigging and machinery moving projects, you’ll be in compliance with OSHA “Qualified Rigger & Signal Person” criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. </p> \n <h2>Insurance</h2> \n <p>ARS Contracting, Inc. is fully insured for everything we handle for every project. Your equipment will be insured during all aspects of the project, from start to finish, which includes: dismantling, transfer at our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.</p><p> </p><p> </p><p> </p> \n <h2>Need our expertise for a job?</h2> \n <a href=\"http://www.arscontracting.com/contact/\" role=\"button\">\n Contact Us\n </a>','Qualifications','','inherit','closed','closed','','443-revision-v1','','','2020-09-02 08:26:23','2020-09-02 13:26:23','',443,'http://www.arscontracting.com/443-revision-v1/',0,'revision','',0),(1019,5,'2020-09-02 08:29:56','2020-09-02 13:29:56','<p>Our expertise and up-to-date training enable our team to work with a range of contractors. We work with general contractors to assess the overall project and provide detailed plans to implement moves and set up equipment. </p><p>Electrical – our team collaborates with electrical contractors on a variety of equipment moves including generators, switchgears, transformers and more.</p><p>Mechanical – Our experience with mechanical contractors extends to moves and set up of a variety of equipment ranging from boilers and chillers to cooling towers and more. </p><p>Whether your move involves electrical or mechanical components, or a range of specialties, give us a call at <a href=\"tel:800-358-8444\">800-358-8444</a> to manage the overall process.</p> \n <img width=\"685\" height=\"457\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image28.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image28.jpg 685w, http://www.arscontracting.com/wp-content/uploads/2020/07/image28-300x200.jpg 300w\" sizes=\"(max-width: 685px) 100vw, 685px\" /> \n <img width=\"287\" height=\"431\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/i2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/i2.jpg 287w, http://www.arscontracting.com/wp-content/uploads/2020/09/i2-200x300.jpg 200w\" sizes=\"(max-width: 287px) 100vw, 287px\" />','Mechanical Contractors','','inherit','closed','closed','','700-revision-v1','','','2020-09-02 08:29:56','2020-09-02 13:29:56','',700,'http://www.arscontracting.com/700-revision-v1/',0,'revision','',0),(1020,5,'2020-09-02 08:30:24','2020-09-02 13:30:24','Our team has successfully moved equipment for small and large medical facilities across the country. Moves have included MRIs, CAT/PET, generators, chillers and boilers.\nWe’ll work with your team to ensure a smooth move, well-planned process and minimal impact on patient services. Call us at 800-358-8444 to learn more. \n <img width=\"760\" height=\"428\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/medical-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/medical-1.jpg 760w, http://www.arscontracting.com/wp-content/uploads/2018/03/medical-1-300x169.jpg 300w\" sizes=\"(max-width: 760px) 100vw, 760px\" /> \n <img width=\"347\" height=\"521\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/i3.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/i3.jpg 347w, http://www.arscontracting.com/wp-content/uploads/2020/09/i3-200x300.jpg 200w\" sizes=\"(max-width: 347px) 100vw, 347px\" /> \n <img width=\"737\" height=\"415\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/medical-2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/medical-2.jpg 737w, http://www.arscontracting.com/wp-content/uploads/2018/03/medical-2-300x169.jpg 300w\" sizes=\"(max-width: 737px) 100vw, 737px\" />','Medical','','inherit','closed','closed','','50-revision-v1','','','2020-09-02 08:30:24','2020-09-02 13:30:24','',50,'http://www.arscontracting.com/50-revision-v1/',0,'revision','',0),(1022,5,'2020-09-02 08:35:02','2020-09-02 13:35:02','<p>Our certified professionals have moved commercial equipment ranging from washers, dryers and irons to water and chemical tanks. </p><p>Our team will work with your company to relocate critical equipment with the least disruption possible to your production schedule. Call us today at 800-358-8444 to learn how our preplanning and dedication to efficiency and safety can make your move fast and hassle-free.</p> \n <img width=\"820\" height=\"547\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/i4.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/i4.jpg 820w, http://www.arscontracting.com/wp-content/uploads/2020/09/i4-300x200.jpg 300w, http://www.arscontracting.com/wp-content/uploads/2020/09/i4-768x512.jpg 768w\" sizes=\"(max-width: 820px) 100vw, 820px\" />','Laundry Facilities','','inherit','closed','closed','','437-revision-v1','','','2020-09-02 08:35:02','2020-09-02 13:35:02','',437,'http://www.arscontracting.com/437-revision-v1/',0,'revision','',0),(1023,5,'2020-09-02 08:37:01','2020-09-02 13:37:01','<p>We completed moves of high value works of art and museum installations, plus zoo exhibits for organizations across the country.</p><p>Our team is accustomed to these unique moves and focuses on preplanning and attention to details, which results in the lowest impact to the environment and the staff and visitors. Call us today to put our expertise to work – 800-358-8444.</p> \n <img width=\"636\" height=\"330\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/i5.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/i5.png 636w, http://www.arscontracting.com/wp-content/uploads/2020/09/i5-300x156.png 300w\" sizes=\"(max-width: 636px) 100vw, 636px\" /> \n <img width=\"711\" height=\"384\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/i6.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/i6.png 711w, http://www.arscontracting.com/wp-content/uploads/2020/09/i6-300x162.png 300w\" sizes=\"(max-width: 711px) 100vw, 711px\" />','Specialty','','inherit','closed','closed','','439-revision-v1','','','2020-09-02 08:37:01','2020-09-02 13:37:01','',439,'http://www.arscontracting.com/439-revision-v1/',0,'revision','',0),(1024,5,'2020-09-02 09:12:32','2020-09-02 14:12:32','Our team engages the right vehicles to deliver your equipment safely to your destination across the U.S.\r\n<ul>\r\n <li>VEHICLES:\r\n<ul>\r\n <li>Flatbeds</li>\r\n <li>Step Decks</li>\r\n <li>Double Drops – Expandable & RGNs</li>\r\n <li>Tilt Beds – Trailers</li>\r\n <li>Straight Trucks – 12’ to 24’</li>\r\n <li>Vans – 48-53 Logistics</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n \r\n<ul>\r\n <li>OTHER SERVICES WE PROVIDE:\r\n<ul>\r\n <li>Over Dimensional Loads</li>\r\n <li>Heavy Hauling</li>\r\n <li>LTL (Less than truckload)</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n \r\n\r\n \r\n\r\n ','Jobsite Delivery / Hauling','','inherit','closed','closed','','205-revision-v1','','','2020-09-02 09:12:32','2020-09-02 14:12:32','',205,'http://www.arscontracting.com/205-revision-v1/',0,'revision','',0),(1025,5,'2020-09-03 05:09:04','2020-09-03 10:09:04','<img width=\"548\" height=\"316\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image43.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image43.png 548w, http://www.arscontracting.com/wp-content/uploads/2020/07/image43-300x173.png 300w\" sizes=\"(max-width: 548px) 100vw, 548px\" /> \n <img width=\"498\" height=\"374\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image37.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image37.jpg 498w, http://www.arscontracting.com/wp-content/uploads/2020/07/image37-300x225.jpg 300w\" sizes=\"(max-width: 498px) 100vw, 498px\" /> \n <img width=\"571\" height=\"453\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/5.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/5.jpg 571w, http://www.arscontracting.com/wp-content/uploads/2020/09/5-300x238.jpg 300w, http://www.arscontracting.com/wp-content/uploads/2020/09/5-100x80.jpg 100w\" sizes=\"(max-width: 571px) 100vw, 571px\" /> \n <p>Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman. </p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we’re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients’ facilities.</p> \n <img src=\"http://www.arscontracting.com/wp-content/uploads/elementor/thumbs/6-ouvhm6gr08txpun2vm5gewgcmy3au3q1e2svpo45c0.jpg\" title=\"6\" alt=\"6\" /> \n <img width=\"290\" height=\"386\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/7.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/7.jpg 290w, http://www.arscontracting.com/wp-content/uploads/2020/09/7-225x300.jpg 225w\" sizes=\"(max-width: 290px) 100vw, 290px\" /> \n <h4>George “Red” Gilmartin ‐ President</h4> \n <img width=\"368\" height=\"421\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/777.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/777.jpg 368w, http://www.arscontracting.com/wp-content/uploads/2020/09/777-262x300.jpg 262w\" sizes=\"(max-width: 368px) 100vw, 368px\" /> \n <h4>Ted Bianchi</h4> \n <img width=\"368\" height=\"382\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/77.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/77.jpg 368w, http://www.arscontracting.com/wp-content/uploads/2020/09/77-289x300.jpg 289w\" sizes=\"(max-width: 368px) 100vw, 368px\" /> \n <h4>Jeromy Bianchi</h4> \n <img width=\"353\" height=\"406\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/7777.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/7777.jpg 353w, http://www.arscontracting.com/wp-content/uploads/2020/09/7777-261x300.jpg 261w\" sizes=\"(max-width: 353px) 100vw, 353px\" /> \n <h4>Sean Gibbons</h4> \n <img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\" /> \n <img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" /> \n <a href=\"http://www.arscontracting.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','About Us','','inherit','closed','closed','','63-revision-v1','','','2020-09-03 05:09:04','2020-09-03 10:09:04','',63,'http://www.arscontracting.com/63-revision-v1/',0,'revision','',0),(1026,5,'2020-09-03 05:14:47','2020-09-03 10:14:47','<img width=\"548\" height=\"316\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image43.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image43.png 548w, http://www.arscontracting.com/wp-content/uploads/2020/07/image43-300x173.png 300w\" sizes=\"(max-width: 548px) 100vw, 548px\" /> \n <img width=\"498\" height=\"374\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image37.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image37.jpg 498w, http://www.arscontracting.com/wp-content/uploads/2020/07/image37-300x225.jpg 300w\" sizes=\"(max-width: 498px) 100vw, 498px\" /> \n <img width=\"571\" height=\"453\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/5.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/5.jpg 571w, http://www.arscontracting.com/wp-content/uploads/2020/09/5-300x238.jpg 300w, http://www.arscontracting.com/wp-content/uploads/2020/09/5-100x80.jpg 100w\" sizes=\"(max-width: 571px) 100vw, 571px\" /> \n <p>Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman. </p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we’re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients’ facilities.</p> \n <img src=\"http://www.arscontracting.com/wp-content/uploads/elementor/thumbs/6-ouvhm6gr08txpun2vm5gewgcmy3au3q1e2svpo45c0.jpg\" title=\"6\" alt=\"6\" /> \n <img width=\"290\" height=\"386\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/7.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/7.jpg 290w, http://www.arscontracting.com/wp-content/uploads/2020/09/7-225x300.jpg 225w\" sizes=\"(max-width: 290px) 100vw, 290px\" /> \n <h4>George “Red” Gilmartin ‐ President</h4> \n <img width=\"368\" height=\"421\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/777.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/777.jpg 368w, http://www.arscontracting.com/wp-content/uploads/2020/09/777-262x300.jpg 262w\" sizes=\"(max-width: 368px) 100vw, 368px\" /> \n <h4>Ted Bianchi</h4> \n <img width=\"368\" height=\"382\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/77.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/77.jpg 368w, http://www.arscontracting.com/wp-content/uploads/2020/09/77-289x300.jpg 289w\" sizes=\"(max-width: 368px) 100vw, 368px\" /> \n <h4>Jeromy Bianchi</h4> \n <img width=\"353\" height=\"406\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/7777.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/7777.jpg 353w, http://www.arscontracting.com/wp-content/uploads/2020/09/7777-261x300.jpg 261w\" sizes=\"(max-width: 353px) 100vw, 353px\" /> \n <h4>Sean Gibbons</h4> \n <img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\" /> \n <img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" /> \n <a href=\"http://www.arscontracting.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','About Us','','inherit','closed','closed','','63-revision-v1','','','2020-09-03 05:14:47','2020-09-03 10:14:47','',63,'http://www.arscontracting.com/63-revision-v1/',0,'revision','',0),(1027,5,'2020-09-03 05:17:26','2020-09-03 10:17:26','','fhf','','inherit','open','closed','','fhf','','','2020-09-03 05:17:26','2020-09-03 10:17:26','',63,'http://www.arscontracting.com/wp-content/uploads/2020/09/fhf.jpg',0,'attachment','image/jpeg',0),(1028,5,'2020-09-03 05:17:44','2020-09-03 10:17:44','<img width=\"548\" height=\"316\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image43.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image43.png 548w, http://www.arscontracting.com/wp-content/uploads/2020/07/image43-300x173.png 300w\" sizes=\"(max-width: 548px) 100vw, 548px\" /> \n <img width=\"498\" height=\"374\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image37.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image37.jpg 498w, http://www.arscontracting.com/wp-content/uploads/2020/07/image37-300x225.jpg 300w\" sizes=\"(max-width: 498px) 100vw, 498px\" /> \n <img width=\"571\" height=\"453\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/5.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/5.jpg 571w, http://www.arscontracting.com/wp-content/uploads/2020/09/5-300x238.jpg 300w, http://www.arscontracting.com/wp-content/uploads/2020/09/5-100x80.jpg 100w\" sizes=\"(max-width: 571px) 100vw, 571px\" /> \n <p>Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman. </p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we’re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients’ facilities.</p> \n <img src=\"http://www.arscontracting.com/wp-content/uploads/elementor/thumbs/fhf-oux1s44m7mphx3o173vtg68i8a8bf5nydq6mc866tc.jpg\" title=\"fhf\" alt=\"fhf\" /> \n <img width=\"290\" height=\"386\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/7.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/7.jpg 290w, http://www.arscontracting.com/wp-content/uploads/2020/09/7-225x300.jpg 225w\" sizes=\"(max-width: 290px) 100vw, 290px\" /> \n <h4>George “Red” Gilmartin ‐ President</h4> \n <img width=\"368\" height=\"421\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/777.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/777.jpg 368w, http://www.arscontracting.com/wp-content/uploads/2020/09/777-262x300.jpg 262w\" sizes=\"(max-width: 368px) 100vw, 368px\" /> \n <h4>Ted Bianchi</h4> \n <img width=\"368\" height=\"382\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/77.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/77.jpg 368w, http://www.arscontracting.com/wp-content/uploads/2020/09/77-289x300.jpg 289w\" sizes=\"(max-width: 368px) 100vw, 368px\" /> \n <h4>Jeromy Bianchi</h4> \n <img width=\"353\" height=\"406\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/7777.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/7777.jpg 353w, http://www.arscontracting.com/wp-content/uploads/2020/09/7777-261x300.jpg 261w\" sizes=\"(max-width: 353px) 100vw, 353px\" /> \n <h4>Sean Gibbons</h4> \n <img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\" /> \n <img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" /> \n <a href=\"http://www.arscontracting.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','About Us','','inherit','closed','closed','','63-revision-v1','','','2020-09-03 05:17:44','2020-09-03 10:17:44','',63,'http://www.arscontracting.com/63-revision-v1/',0,'revision','',0),(1029,5,'2020-09-03 05:19:10','2020-09-03 10:19:10','<img width=\"548\" height=\"316\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image43.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image43.png 548w, http://www.arscontracting.com/wp-content/uploads/2020/07/image43-300x173.png 300w\" sizes=\"(max-width: 548px) 100vw, 548px\" /> \n <img width=\"498\" height=\"374\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image37.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image37.jpg 498w, http://www.arscontracting.com/wp-content/uploads/2020/07/image37-300x225.jpg 300w\" sizes=\"(max-width: 498px) 100vw, 498px\" /> \n <img width=\"571\" height=\"453\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/5.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/5.jpg 571w, http://www.arscontracting.com/wp-content/uploads/2020/09/5-300x238.jpg 300w, http://www.arscontracting.com/wp-content/uploads/2020/09/5-100x80.jpg 100w\" sizes=\"(max-width: 571px) 100vw, 571px\" /> \n <p>Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman. </p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we’re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients’ facilities.</p> \n <img src=\"http://www.arscontracting.com/wp-content/uploads/elementor/thumbs/fhf-oux1s44m7mphx3o173vtg68i8a8bf5nydq6mc866tc.jpg\" title=\"fhf\" alt=\"fhf\" /> \n <img width=\"290\" height=\"386\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/7.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/7.jpg 290w, http://www.arscontracting.com/wp-content/uploads/2020/09/7-225x300.jpg 225w\" sizes=\"(max-width: 290px) 100vw, 290px\" /> \n <h4>George “Red” Gilmartin ‐ President</h4> \n <img width=\"368\" height=\"421\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/777.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/777.jpg 368w, http://www.arscontracting.com/wp-content/uploads/2020/09/777-262x300.jpg 262w\" sizes=\"(max-width: 368px) 100vw, 368px\" /> \n <h4>Ted Bianchi</h4> \n <img width=\"368\" height=\"382\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/77.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/77.jpg 368w, http://www.arscontracting.com/wp-content/uploads/2020/09/77-289x300.jpg 289w\" sizes=\"(max-width: 368px) 100vw, 368px\" /> \n <h4>Jeromy Bianchi</h4> \n <img width=\"353\" height=\"406\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/7777.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/7777.jpg 353w, http://www.arscontracting.com/wp-content/uploads/2020/09/7777-261x300.jpg 261w\" sizes=\"(max-width: 353px) 100vw, 353px\" /> \n <h4>Sean Gibbons</h4> \n <img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\" /> \n <img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" /> \n <a href=\"http://www.arscontracting.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','About Us','','inherit','closed','closed','','63-revision-v1','','','2020-09-03 05:19:10','2020-09-03 10:19:10','',63,'http://www.arscontracting.com/63-revision-v1/',0,'revision','',0),(1030,5,'2020-09-03 05:20:46','2020-09-03 10:20:46','<img width=\"548\" height=\"316\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image43.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image43.png 548w, http://www.arscontracting.com/wp-content/uploads/2020/07/image43-300x173.png 300w\" sizes=\"(max-width: 548px) 100vw, 548px\" /> \n <img width=\"498\" height=\"374\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image37.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image37.jpg 498w, http://www.arscontracting.com/wp-content/uploads/2020/07/image37-300x225.jpg 300w\" sizes=\"(max-width: 498px) 100vw, 498px\" /> \n <img width=\"571\" height=\"453\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/5.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/5.jpg 571w, http://www.arscontracting.com/wp-content/uploads/2020/09/5-300x238.jpg 300w, http://www.arscontracting.com/wp-content/uploads/2020/09/5-100x80.jpg 100w\" sizes=\"(max-width: 571px) 100vw, 571px\" /> \n <p>Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman. </p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we’re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients’ facilities.</p> \n <img width=\"551\" height=\"401\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/fhf.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/fhf.jpg 551w, http://www.arscontracting.com/wp-content/uploads/2020/09/fhf-300x218.jpg 300w\" sizes=\"(max-width: 551px) 100vw, 551px\" /> \n <img width=\"290\" height=\"386\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/7.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/7.jpg 290w, http://www.arscontracting.com/wp-content/uploads/2020/09/7-225x300.jpg 225w\" sizes=\"(max-width: 290px) 100vw, 290px\" /> \n <h4>George “Red” Gilmartin ‐ President</h4> \n <img width=\"368\" height=\"421\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/777.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/777.jpg 368w, http://www.arscontracting.com/wp-content/uploads/2020/09/777-262x300.jpg 262w\" sizes=\"(max-width: 368px) 100vw, 368px\" /> \n <h4>Ted Bianchi</h4> \n <img width=\"368\" height=\"382\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/77.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/77.jpg 368w, http://www.arscontracting.com/wp-content/uploads/2020/09/77-289x300.jpg 289w\" sizes=\"(max-width: 368px) 100vw, 368px\" /> \n <h4>Jeromy Bianchi</h4> \n <img width=\"353\" height=\"406\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/7777.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/7777.jpg 353w, http://www.arscontracting.com/wp-content/uploads/2020/09/7777-261x300.jpg 261w\" sizes=\"(max-width: 353px) 100vw, 353px\" /> \n <h4>Sean Gibbons</h4> \n <img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\" /> \n <img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" /> \n <a href=\"http://www.arscontracting.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','About Us','','inherit','closed','closed','','63-revision-v1','','','2020-09-03 05:20:46','2020-09-03 10:20:46','',63,'http://www.arscontracting.com/63-revision-v1/',0,'revision','',0),(1031,5,'2020-09-03 05:25:15','2020-09-03 10:25:15','<img width=\"548\" height=\"316\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image43.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image43.png 548w, http://www.arscontracting.com/wp-content/uploads/2020/07/image43-300x173.png 300w\" sizes=\"(max-width: 548px) 100vw, 548px\" /> \n <img width=\"498\" height=\"374\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image37.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image37.jpg 498w, http://www.arscontracting.com/wp-content/uploads/2020/07/image37-300x225.jpg 300w\" sizes=\"(max-width: 498px) 100vw, 498px\" /> \n <img width=\"571\" height=\"453\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/5.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/5.jpg 571w, http://www.arscontracting.com/wp-content/uploads/2020/09/5-300x238.jpg 300w, http://www.arscontracting.com/wp-content/uploads/2020/09/5-100x80.jpg 100w\" sizes=\"(max-width: 571px) 100vw, 571px\" /> \n <p>Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman. </p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we’re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients’ facilities.</p> \n <img width=\"551\" height=\"401\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/fhf.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/fhf.jpg 551w, http://www.arscontracting.com/wp-content/uploads/2020/09/fhf-300x218.jpg 300w\" sizes=\"(max-width: 551px) 100vw, 551px\" /> \n <img width=\"290\" height=\"386\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/7.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/7.jpg 290w, http://www.arscontracting.com/wp-content/uploads/2020/09/7-225x300.jpg 225w\" sizes=\"(max-width: 290px) 100vw, 290px\" /> \n <h4>George “Red” Gilmartin ‐ President</h4> \n <img width=\"368\" height=\"421\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/777.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/777.jpg 368w, http://www.arscontracting.com/wp-content/uploads/2020/09/777-262x300.jpg 262w\" sizes=\"(max-width: 368px) 100vw, 368px\" /> \n <h4>Ted Bianchi</h4> \n <img width=\"368\" height=\"382\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/77.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/77.jpg 368w, http://www.arscontracting.com/wp-content/uploads/2020/09/77-289x300.jpg 289w\" sizes=\"(max-width: 368px) 100vw, 368px\" /> \n <h4>Jeromy Bianchi</h4> \n <img width=\"353\" height=\"406\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/7777.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/7777.jpg 353w, http://www.arscontracting.com/wp-content/uploads/2020/09/7777-261x300.jpg 261w\" sizes=\"(max-width: 353px) 100vw, 353px\" /> \n <h4>Sean Gibbons</h4> \n <img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\" /> \n <img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" /> \n <a href=\"http://www.arscontracting.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','About Us','','inherit','closed','closed','','63-revision-v1','','','2020-09-03 05:25:15','2020-09-03 10:25:15','',63,'http://www.arscontracting.com/63-revision-v1/',0,'revision','',0),(1032,5,'2020-09-03 05:48:33','2020-09-03 10:48:33','<h2>Qualifications </h2> \n <img width=\"245\" height=\"248\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/s8.png\" alt=\"\" /> \n <img width=\"562\" height=\"844\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/q2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/q2.jpg 562w, http://www.arscontracting.com/wp-content/uploads/2020/07/q2-200x300.jpg 200w\" sizes=\"(max-width: 562px) 100vw, 562px\" /> \n <h2>OSHA Regulations</h2> \n <p>By using ARS Contracting, Inc. certified riggers for all of your rigging and machinery moving projects, you’ll be in compliance with OSHA “Qualified Rigger & Signal Person” criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. </p> \n <h2>Insurance</h2> \n <p>ARS Contracting, Inc. is fully insured for everything we handle for every project. Your equipment will be insured during all aspects of the project, from start to finish, which includes: dismantling, transfer at our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.</p><p> </p><p> </p><p> </p> \n <h2>Need our expertise for a job?</h2> \n <a href=\"http://www.arscontracting.com/contact/\" role=\"button\">\n Contact Us\n </a>','Qualifications','','inherit','closed','closed','','443-revision-v1','','','2020-09-03 05:48:33','2020-09-03 10:48:33','',443,'http://www.arscontracting.com/443-revision-v1/',0,'revision','',0),(1033,5,'2020-09-03 05:50:12','2020-09-03 10:50:12','<h2>Qualifications </h2> \n <img width=\"245\" height=\"248\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/s8.png\" alt=\"\" /> \n <ul><li><u>Professionally Certified Rigger: </u></li><li>The strictest requirements are in place to be designated as a Professionally Certified Rigger, including:</li><li>A total of 6,000 hours to become a journeyman.</li><li>Individuals complete an Accredited Apprentice and re-training Journeyman School (the only school in the nation certified by the Department of Labor (D.O.L.) for machinery moving and rigging) rigging, machinery moving, and machinery erecting.</li><li>OSHA 10 hour - 30 hours is required for competency</li><li>IMPACT (Ironworker International Program) Drug and Alcohol random testing with 3rd party medical screening</li><li>OSHA Forklift Operation</li><li>OSHA Ariel Lift Operation</li><li>OSHA First Aid and CAD</li><li>OSHA Crane Signal and Hoisting Person</li><li>Lift Director (Foreman training)</li><li>Certified Welding in Stick, Tig, and Mig.</li></ul> \n <img width=\"562\" height=\"844\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/q2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/q2.jpg 562w, http://www.arscontracting.com/wp-content/uploads/2020/07/q2-200x300.jpg 200w\" sizes=\"(max-width: 562px) 100vw, 562px\" /> \n <h2>OSHA Regulations</h2> \n <p>By using ARS Contracting, Inc. certified riggers for all of your rigging and machinery moving projects, you’ll be in compliance with OSHA “Qualified Rigger & Signal Person” criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. </p> \n <h2>Insurance</h2> \n <p>ARS Contracting, Inc. is fully insured for everything we handle for every project. Your equipment will be insured during all aspects of the project, from start to finish, which includes: dismantling, transfer at our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.</p><p> </p><p> </p><p> </p> \n <h2>Need our expertise for a job?</h2> \n <a href=\"http://www.arscontracting.com/contact/\" role=\"button\">\n Contact Us\n </a>','Qualifications','','inherit','closed','closed','','443-revision-v1','','','2020-09-03 05:50:12','2020-09-03 10:50:12','',443,'http://www.arscontracting.com/443-revision-v1/',0,'revision','',0),(1034,5,'2020-09-03 05:53:34','2020-09-03 10:53:34','','hjhjghj','','inherit','open','closed','','hjhjghj','','','2020-09-03 05:53:34','2020-09-03 10:53:34','',443,'http://www.arscontracting.com/wp-content/uploads/2020/09/hjhjghj.jpg',0,'attachment','image/jpeg',0),(1035,5,'2020-09-03 05:53:45','2020-09-03 10:53:45','<h2>Qualifications </h2> \n <img width=\"498\" height=\"748\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/hjhjghj.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/hjhjghj.jpg 498w, http://www.arscontracting.com/wp-content/uploads/2020/09/hjhjghj-200x300.jpg 200w\" sizes=\"(max-width: 498px) 100vw, 498px\" /> \n <ul><li><u>Professionally Certified Rigger: </u></li><li>The strictest requirements are in place to be designated as a Professionally Certified Rigger, including:</li><li>A total of 6,000 hours to become a journeyman.</li><li>Individuals complete an Accredited Apprentice and re-training Journeyman School (the only school in the nation certified by the Department of Labor (D.O.L.) for machinery moving and rigging) rigging, machinery moving, and machinery erecting.</li><li>OSHA 10 hour - 30 hours is required for competency</li><li>IMPACT (Ironworker International Program) Drug and Alcohol random testing with 3rd party medical screening</li><li>OSHA Forklift Operation</li><li>OSHA Ariel Lift Operation</li><li>OSHA First Aid and CAD</li><li>OSHA Crane Signal and Hoisting Person</li><li>Lift Director (Foreman training)</li><li>Certified Welding in Stick, Tig, and Mig.</li></ul> \n <img width=\"562\" height=\"844\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/q2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/q2.jpg 562w, http://www.arscontracting.com/wp-content/uploads/2020/07/q2-200x300.jpg 200w\" sizes=\"(max-width: 562px) 100vw, 562px\" /> \n <h2>OSHA Regulations</h2> \n <p>By using ARS Contracting, Inc. certified riggers for all of your rigging and machinery moving projects, you’ll be in compliance with OSHA “Qualified Rigger & Signal Person” criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. </p> \n <h2>Insurance</h2> \n <p>ARS Contracting, Inc. is fully insured for everything we handle for every project. Your equipment will be insured during all aspects of the project, from start to finish, which includes: dismantling, transfer at our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.</p><p> </p><p> </p><p> </p> \n <h2>Need our expertise for a job?</h2> \n <a href=\"http://www.arscontracting.com/contact/\" role=\"button\">\n Contact Us\n </a>','Qualifications','','inherit','closed','closed','','443-revision-v1','','','2020-09-03 05:53:45','2020-09-03 10:53:45','',443,'http://www.arscontracting.com/443-revision-v1/',0,'revision','',0),(1036,5,'2020-09-03 05:55:54','2020-09-03 10:55:54','<h2>Qualifications </h2> \n <img width=\"498\" height=\"748\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/hjhjghj.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/hjhjghj.jpg 498w, http://www.arscontracting.com/wp-content/uploads/2020/09/hjhjghj-200x300.jpg 200w\" sizes=\"(max-width: 498px) 100vw, 498px\" /> \n <ul><li><u>Professionally Certified Rigger: </u></li><li>The strictest requirements are in place to be designated as a Professionally Certified Rigger, including:</li><li>A total of 6,000 hours toecome a journeyman.</li><li>Individuals complete an Accredited Apprentice and re-training Journeyman School (the only school in the nation certified by the Department of Labor (D.O.L.) for machinery moving and rigging) rigging, machinery moving, and machinery erecting.</li><li>OSHA 10 hour - 30 hours is required for competency</li><li>IMPACT (Ironworker International Program) Drug and Alcohol random testing with 3rd party medical screening</li><li>OSHA Forklift Operation</li><li>OSHA Ariel Lift Operation</li><li>OSHA First Aid and CAD</li><li>OSHA Crane Signal and Hoisting Person</li><li>Lift Director (Foreman training)</li><li>Certified Welding in Stick, Tig, and Mig.</li></ul> \n <img width=\"562\" height=\"844\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/q2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/q2.jpg 562w, http://www.arscontracting.com/wp-content/uploads/2020/07/q2-200x300.jpg 200w\" sizes=\"(max-width: 562px) 100vw, 562px\" /> \n <h2>OSHA Regulations</h2> \n <p>By using ARS Contracting, Inc. certified riggers for all of your rigging and machinery moving projects, you’ll be in compliance with OSHA “Qualified Rigger & Signal Person” criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. </p> \n <h2>Insurance</h2> \n <p>ARS Contracting, Inc. is fully insured for everything we handle for every project. Your equipment will be insured during all aspects of the project, from start to finish, which includes: dismantling, transfer at our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.</p><p> </p><p> </p><p> </p> \n <h2>Need our expertise for a job?</h2> \n <a href=\"http://www.arscontracting.com/contact/\" role=\"button\">\n Contact Us\n </a>','Qualifications','','inherit','closed','closed','','443-revision-v1','','','2020-09-03 05:55:54','2020-09-03 10:55:54','',443,'http://www.arscontracting.com/443-revision-v1/',0,'revision','',0),(1038,5,'2020-09-03 05:59:07','2020-09-03 10:59:07','','sdfdfsfsf','','inherit','open','closed','','sdfdfsfsf','','','2020-09-03 05:59:07','2020-09-03 10:59:07','',205,'http://www.arscontracting.com/wp-content/uploads/2018/03/sdfdfsfsf.jpg',0,'attachment','image/jpeg',0),(1039,5,'2020-09-03 05:59:28','2020-09-03 10:59:28','Our team engages the right vehicles to deliver your equipment safely to your destination across the U.S.\n<ul>\n <li>VEHICLES:\n<ul>\n <li>Flatbeds</li>\n <li>Step Decks</li>\n <li>Double Drops – Expandable & RGNs</li>\n <li>Tilt Beds – Trailers</li>\n <li>Straight Trucks – 12’ to 24’</li>\n <li>Vans – 48-53 Logistics</li>\n</ul>\n</li>\n</ul>\n \n<ul>\n <li>OTHER SERVICES WE PROVIDE:\n<ul>\n <li>Over Dimensional Loads</li>\n <li>Heavy Hauling</li>\n <li>LTL (Less than truckload)</li>\n</ul>\n</li>\n</ul>\n \n \n \n <img width=\"597\" height=\"398\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/sdfdfsfsf.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/sdfdfsfsf.jpg 597w, http://www.arscontracting.com/wp-content/uploads/2018/03/sdfdfsfsf-300x200.jpg 300w\" sizes=\"(max-width: 597px) 100vw, 597px\" />','Jobsite Delivery / Hauling','','inherit','closed','closed','','205-revision-v1','','','2020-09-03 05:59:28','2020-09-03 10:59:28','',205,'http://www.arscontracting.com/205-revision-v1/',0,'revision','',0),(1040,5,'2020-09-03 06:01:45','2020-09-03 11:01:45','Our team engages the right vehicles to deliver your equipment safely to your destination across the U.S.\n<ul>\n <li>VEHICLES:\n<ul>\n <li>Flatbeds</li>\n <li>Step Decks</li>\n <li>Double Drops – Expandable & RGNs</li>\n <li>Tilt Beds – Trailers</li>\n <li>Straight Trucks – 12’ to 24’</li>\n <li>Vans – 48-53 Logistics</li>\n</ul>\n</li>\n</ul>\n \n<ul>\n <li>OTHER SERVICES WE PROVIDE:\n<ul>\n <li>Over Dimensional Loads</li>\n <li>Heavy Hauling</li>\n <li>LTL (Less than truckload)</li>\n</ul>\n</li>\n</ul>\n \n \n \n <img width=\"597\" height=\"398\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/sdfdfsfsf.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/sdfdfsfsf.jpg 597w, http://www.arscontracting.com/wp-content/uploads/2018/03/sdfdfsfsf-300x200.jpg 300w\" sizes=\"(max-width: 597px) 100vw, 597px\" />','Jobsite Delivery / Hauling','','inherit','closed','closed','','205-revision-v1','','','2020-09-03 06:01:45','2020-09-03 11:01:45','',205,'http://www.arscontracting.com/205-revision-v1/',0,'revision','',0),(1041,5,'2020-09-03 06:03:21','2020-09-03 11:03:21','Our team engages the right vehicles to deliver your equipment safely to your destination across the U.S.\n<ul>\n <li>VEHICLES:\n<ul>\n <li>Flatbeds</li>\n <li>Step Decks</li>\n <li>Double Drops – Expandable & RGNs</li>\n <li>Tilt Beds – Trailers</li>\n <li>Straight Trucks – 12’ to 24’</li>\n <li>Vans – 48-53 Logistics</li>\n</ul>\n</li>\n</ul>\n \n<ul>\n <li>OTHER SERVICES WE PROVIDE:\n<ul>\n <li>Over Dimensional Loads</li>\n <li>Heavy Hauling</li>\n <li>LTL (Less than truckload)</li>\n</ul>\n</li>\n</ul>\n \n \n \n <img width=\"597\" height=\"398\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/sdfdfsfsf.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/sdfdfsfsf.jpg 597w, http://www.arscontracting.com/wp-content/uploads/2018/03/sdfdfsfsf-300x200.jpg 300w\" sizes=\"(max-width: 597px) 100vw, 597px\" />','Jobsite Delivery / Hauling','','inherit','closed','closed','','205-revision-v1','','','2020-09-03 06:03:21','2020-09-03 11:03:21','',205,'http://www.arscontracting.com/205-revision-v1/',0,'revision','',0),(1042,5,'2020-09-03 06:17:12','2020-09-03 11:17:12','<h2>Qualifications </h2> \n <img width=\"498\" height=\"748\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/hjhjghj.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/hjhjghj.jpg 498w, http://www.arscontracting.com/wp-content/uploads/2020/09/hjhjghj-200x300.jpg 200w\" sizes=\"(max-width: 498px) 100vw, 498px\" /> \n <ul><li><u>Professionally Certified Rigger: </u></li><li>The strictest requirements are in place to be designated as a Professionally Certified Rigger, including:</li><li>A total of 6,000 hours toecome a journeyman.</li><li>Individuals complete an Accredited Apprentice and re-training Journeyman School (the only school in the nation certified by the Department of Labor (D.O.L.) for machinery moving and rigging) rigging, machinery moving, and machinery erecting.</li><li>OSHA 10 hour - 30 hours is required for competency</li><li>IMPACT (Ironworker International Program) Drug and Alcohol random testing with 3rd party medical screening</li><li>OSHA Forklift Operation</li><li>OSHA Ariel Lift Operation</li><li>OSHA First Aid and CAD</li><li>OSHA Crane Signal and Hoisting Person</li><li>Lift Director (Foreman training)</li><li>Certified Welding in Stick, Tig, and Mig.</li></ul> \n <img width=\"562\" height=\"844\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/q2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/q2.jpg 562w, http://www.arscontracting.com/wp-content/uploads/2020/07/q2-200x300.jpg 200w\" sizes=\"(max-width: 562px) 100vw, 562px\" /> \n <h2>OSHA Regulations</h2> \n <p>By using ARS Contracting, Inc. certified riggers for all of your rigging and machinery moving projects, you’ll be in compliance with OSHA “Qualified Rigger & Signal Person” criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. </p> \n <h2>Insurance</h2> \n <p>ARS Contracting, Inc. is fully insured for everything we handle for every project. Your equipment will be insured during all aspects of the project, from start to finish, which includes: dismantling, transfer at our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.</p><p> </p><p> </p><p> </p> \n <h2>Need our expertise for a job?</h2> \n <a href=\"http://www.arscontracting.com/contact/\" role=\"button\">\n Contact Us\n </a>','Qualifications','','inherit','closed','closed','','443-revision-v1','','','2020-09-03 06:17:12','2020-09-03 11:17:12','',443,'http://www.arscontracting.com/443-revision-v1/',0,'revision','',0),(1043,5,'2020-09-03 06:18:09','2020-09-03 11:18:09','<h2>Qualifications </h2> \n <img width=\"498\" height=\"748\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/hjhjghj.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/hjhjghj.jpg 498w, http://www.arscontracting.com/wp-content/uploads/2020/09/hjhjghj-200x300.jpg 200w\" sizes=\"(max-width: 498px) 100vw, 498px\" /> \n <ul><li><u>Professionally Certified Rigger: </u></li><li>The strictest requirements are in place to be designated as a Professionally Certified Rigger, including:</li><li>A total of 6,000 hours toecome a journeyman.</li><li>Individuals complete an Accredited Apprentice and re-training Journeyman School (the only school in the nation certified by the Department of Labor (D.O.L.) for machinery moving and rigging) rigging, machinery moving, and machinery erecting.</li><li>OSHA 10 hour - 30 hours is required for competency</li><li>IMPACT (Ironworker International Program) Drug and Alcohol random testing with 3rd party medical screening</li><li>OSHA Forklift Operation</li><li>OSHA Ariel Lift Operation</li><li>OSHA First Aid and CAD</li><li>OSHA Crane Signal and Hoisting Person</li><li>Lift Director (Foreman training)</li><li>Certified Welding in Stick, Tig, and Mig.</li></ul> \n <img width=\"562\" height=\"844\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/q2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/q2.jpg 562w, http://www.arscontracting.com/wp-content/uploads/2020/07/q2-200x300.jpg 200w\" sizes=\"(max-width: 562px) 100vw, 562px\" /> \n <h2>OSHA Regulations</h2> \n <p>By using ARS Contracting, Inc. certified riggers for all of your rigging and machinery moving projects, you’ll be in compliance with OSHA “Qualified Rigger & Signal Person” criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. </p> \n <h2>Insurance</h2> \n <p>ARS Contracting, Inc. is fully insured for everything we handle for every project. Your equipment will be insured during all aspects of the project, from start to finish, which includes: dismantling, transfer at our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.</p><p> </p><p> </p><p> </p> \n <h2>Need our expertise for a job?</h2> \n <a href=\"http://www.arscontracting.com/contact/\" role=\"button\">\n Contact Us\n </a>','Qualifications','','inherit','closed','closed','','443-revision-v1','','','2020-09-03 06:18:09','2020-09-03 11:18:09','',443,'http://www.arscontracting.com/443-revision-v1/',0,'revision','',0),(1044,5,'2020-09-03 06:18:21','2020-09-03 11:18:21','<h2>Qualifications </h2> \n <img width=\"498\" height=\"748\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/hjhjghj.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/hjhjghj.jpg 498w, http://www.arscontracting.com/wp-content/uploads/2020/09/hjhjghj-200x300.jpg 200w\" sizes=\"(max-width: 498px) 100vw, 498px\" /> \n <ul><li><u>Professionally Certified Rigger: </u></li><li>The strictest requirements are in place to be designated as a Professionally Certified Rigger, including:</li><li>A total of 6,000 hours toecome a journeyman.</li><li>Individuals complete an Accredited Apprentice and re-training Journeyman School (the only school in the nation certified by the Department of Labor (D.O.L.) for machinery moving and rigging) rigging, machinery moving, and machinery erecting.</li><li>OSHA 10 hour - 30 hours is required for competency</li><li>IMPACT (Ironworker International Program) Drug and Alcohol random testing with 3rd party medical screening</li><li>OSHA Forklift Operation</li><li>OSHA Ariel Lift Operation</li><li>OSHA First Aid and CAD</li><li>OSHA Crane Signal and Hoisting Person</li><li>Lift Director (Foreman training)</li><li>Certified Welding in Stick, Tig, and Mig.</li></ul> \n <img width=\"562\" height=\"844\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/q2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/q2.jpg 562w, http://www.arscontracting.com/wp-content/uploads/2020/07/q2-200x300.jpg 200w\" sizes=\"(max-width: 562px) 100vw, 562px\" /> \n <h2>OSHA Regulations</h2> \n <p>By using ARS Contracting, Inc. certified riggers for all of your rigging and machinery moving projects, you’ll be in compliance with OSHA “Qualified Rigger & Signal Person” criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. </p> \n <h2>Insurance</h2> \n <p>ARS Contracting, Inc. is fully insured for everything we handle for every project. Your equipment will be insured during all aspects of the project, from start to finish, which includes: dismantling, transfer at our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.</p><p> </p><p> </p><p> </p> \n <h2>Need our expertise for a job?</h2> \n <a href=\"http://www.arscontracting.com/contact/\" role=\"button\">\n Contact Us\n </a>','Qualifications','','inherit','closed','closed','','443-revision-v1','','','2020-09-03 06:18:21','2020-09-03 11:18:21','',443,'http://www.arscontracting.com/443-revision-v1/',0,'revision','',0),(1045,5,'2020-09-03 06:18:39','2020-09-03 11:18:39','<h2>Qualifications </h2> \n <img width=\"245\" height=\"248\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/s8.png\" alt=\"\" /> \n <ul><li><u>Professionally Certified Rigger: </u></li><li>The strictest requirements are in place to be designated as a Professionally Certified Rigger, including:</li><li>A total of 6,000 hours toecome a journeyman.</li><li>Individuals complete an Accredited Apprentice and re-training Journeyman School (the only school in the nation certified by the Department of Labor (D.O.L.) for machinery moving and rigging) rigging, machinery moving, and machinery erecting.</li><li>OSHA 10 hour - 30 hours is required for competency</li><li>IMPACT (Ironworker International Program) Drug and Alcohol random testing with 3rd party medical screening</li><li>OSHA Forklift Operation</li><li>OSHA Ariel Lift Operation</li><li>OSHA First Aid and CAD</li><li>OSHA Crane Signal and Hoisting Person</li><li>Lift Director (Foreman training)</li><li>Certified Welding in Stick, Tig, and Mig.</li></ul> \n <img width=\"562\" height=\"844\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/q2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/q2.jpg 562w, http://www.arscontracting.com/wp-content/uploads/2020/07/q2-200x300.jpg 200w\" sizes=\"(max-width: 562px) 100vw, 562px\" /> \n <h2>OSHA Regulations</h2> \n <p>By using ARS Contracting, Inc. certified riggers for all of your rigging and machinery moving projects, you’ll be in compliance with OSHA “Qualified Rigger & Signal Person” criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. </p> \n <h2>Insurance</h2> \n <p>ARS Contracting, Inc. is fully insured for everything we handle for every project. Your equipment will be insured during all aspects of the project, from start to finish, which includes: dismantling, transfer at our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.</p><p> </p><p> </p><p> </p> \n <h2>Need our expertise for a job?</h2> \n <a href=\"http://www.arscontracting.com/contact/\" role=\"button\">\n Contact Us\n </a>','Qualifications','','inherit','closed','closed','','443-revision-v1','','','2020-09-03 06:18:39','2020-09-03 11:18:39','',443,'http://www.arscontracting.com/443-revision-v1/',0,'revision','',0),(1046,5,'2020-09-03 06:20:53','2020-09-03 11:20:53','<h2>Qualifications </h2> \n <img width=\"245\" height=\"248\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/s8.png\" alt=\"\" /> \n <ul><li><u>Professionally Certified Rigger: </u></li><li>The strictest requirements are in place to be designated as a Professionally Certified Rigger, including:</li><li>A total of 6,000 hours toecome a journeyman.</li><li>Individuals complete an Accredited Apprentice and re-training Journeyman School (the only school in the nation certified by the Department of Labor (D.O.L.) for rigging, machinery moving, and machinery erecting.</li><li>OSHA 30 hours is required </li><li>IMPACT (Ironworker International Program) Drug and Alcohol random testing with 3rd party medical screening</li><li>OSHA Forklift Operation</li><li>OSHA Ariel Lift Operation</li><li>OSHA First Aid and CAD</li><li>OSHA Crane Signal and Hoisting Person</li><li>Lift Director (Foreman training)</li><li>Certified Welding in Stick, Tig, and Mig.</li></ul> \n <img width=\"562\" height=\"844\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/q2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/q2.jpg 562w, http://www.arscontracting.com/wp-content/uploads/2020/07/q2-200x300.jpg 200w\" sizes=\"(max-width: 562px) 100vw, 562px\" /> \n <h2>OSHA Regulations</h2> \n <p>By using ARS Contracting, Inc. certified riggers for all of your rigging and machinery moving projects, you’ll be in compliance with OSHA “Qualified Rigger & Signal Person” criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. </p> \n <h2>Insurance</h2> \n <p>ARS Contracting, Inc. is fully insured for everything we handle for every project. Your equipment will be insured during all aspects of the project, from start to finish, which includes: dismantling, transfer at our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.</p><p> </p><p> </p><p> </p> \n <h2>Need our expertise for a job?</h2> \n <a href=\"http://www.arscontracting.com/contact/\" role=\"button\">\n Contact Us\n </a>','Qualifications','','inherit','closed','closed','','443-revision-v1','','','2020-09-03 06:20:53','2020-09-03 11:20:53','',443,'http://www.arscontracting.com/443-revision-v1/',0,'revision','',0),(1047,5,'2020-09-03 06:28:29','2020-09-03 11:28:29','<h2>Qualifications </h2> \n <img width=\"245\" height=\"248\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/s8.png\" alt=\"\" /> \n <ul><li><u>Professionally Certified Rigger: </u></li><li>The strictest requirements are in place to be designated as a Professionally Certified Rigger, including:</li><li>A total of 6,000 hours toecome a journeyman.</li><li>Individuals complete an Accredited Apprentice and re-training Journeyman School (the only school in the nation certified by the Department of Labor (D.O.L.) for rigging, machinery moving, and machinery erecting.</li><li>OSHA 30 hours is required </li><li>IMPACT (Ironworker International Program) Drug and Alcohol random testing with 3rd party medical screening</li><li>OSHA Forklift Operation</li><li>OSHA Ariel Lift Operation</li><li>OSHA First Aid and CAD</li><li>OSHA Crane Signal and Hoisting Person</li><li>Lift Director (Foreman training)</li><li>Certified Welding in Stick, Tig, and Mig.</li></ul> \n <img width=\"562\" height=\"844\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/q2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/q2.jpg 562w, http://www.arscontracting.com/wp-content/uploads/2020/07/q2-200x300.jpg 200w\" sizes=\"(max-width: 562px) 100vw, 562px\" /> \n <h2>OSHA Regulations</h2> \n <p>By using ARS Contracting, Inc. certified riggers for all of your rigging and machinery moving projects, you’ll be in compliance with OSHA “Qualified Rigger & Signal Person” criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. </p> \n <h2>Insurance</h2> \n <p>ARS Contracting, Inc. is fully insured for everything we handle for every project. Your equipment will be insured during all aspects of the project, from start to finish, which includes: dismantling, transfer at our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.</p><p> </p><p> </p><p> </p> \n <h2>Need our expertise for a job?</h2> \n <a href=\"http://www.arscontracting.com/contact/\" role=\"button\">\n Contact Us\n </a>','Qualifications','','inherit','closed','closed','','443-revision-v1','','','2020-09-03 06:28:29','2020-09-03 11:28:29','',443,'http://www.arscontracting.com/443-revision-v1/',0,'revision','',0),(1048,5,'2020-09-03 06:29:54','2020-09-03 11:29:54','<h2>Qualifications </h2> \n <img width=\"245\" height=\"248\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/s8.png\" alt=\"\" /> \n <ul><li><u>Professionally Certified Rigger: </u></li><li>The strictest requirements are in place to be designated as a Professionally Certified Rigger, including:</li><li>A total of 6,000 hours toecome a journeyman.</li><li>Individuals complete an Accredited Apprentice and re-training Journeyman School (the only school in the nation certified by the Department of Labor (D.O.L.) for rigging, machinery moving, and machinery erecting.</li><li>OSHA 30 hours is required </li><li>IMPACT (Ironworker International Program) Drug and Alcohol random testing with 3rd party medical screening</li><li>OSHA Forklift Operation</li><li>OSHA Ariel Lift Operation</li><li>OSHA First Aid and CAD</li><li>OSHA Crane Signal and Hoisting Person</li><li>Lift Director (Foreman training)</li><li>Certified Welding in Stick, Tig, and Mig.</li></ul> \n <img width=\"562\" height=\"844\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/q2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/q2.jpg 562w, http://www.arscontracting.com/wp-content/uploads/2020/07/q2-200x300.jpg 200w\" sizes=\"(max-width: 562px) 100vw, 562px\" /> \n <h2>OSHA Regulations</h2> \n <p>By using ARS Contracting, Inc. certified riggers for all of your rigging and machinery moving projects, you’ll be in compliance with OSHA “Qualified Rigger & Signal Person” criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. </p> \n <h2>Insurance</h2> \n <p>ARS Contracting, Inc. is fully insured for everything we handle for every project. Your equipment will be insured during all aspects of the project, from start to finish, which includes: dismantling, transfer at our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.</p><p> </p><p> </p><p> </p> \n <h2>Need our expertise for a job?</h2> \n <a href=\"http://www.arscontracting.com/contact/\" role=\"button\">\n Contact Us\n </a>','Qualifications','','inherit','closed','closed','','443-revision-v1','','','2020-09-03 06:29:54','2020-09-03 11:29:54','',443,'http://www.arscontracting.com/443-revision-v1/',0,'revision','',0),(1049,5,'2020-09-03 06:30:41','2020-09-03 11:30:41','<h2>Qualifications </h2> \n <img width=\"245\" height=\"248\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/s8.png\" alt=\"\" /> \n <ul><li><u>Professionally Certified Rigger: </u></li><li>The strictest requirements are in place to be designated as a Professionally Certified Rigger, including:</li><li>A total of 6,000 hours toecome a journeyman.</li><li>Individuals complete an Accredited Apprentice and re-training Journeyman School (the only school in the nation certified by the Department of Labor (D.O.L.) for rigging, machinery moving, and machinery erecting.</li><li>OSHA 30 hours is required </li><li>IMPACT (Ironworker International Program) Drug and Alcohol random testing with 3rd party medical screening</li><li>OSHA Forklift Operation</li><li>OSHA Ariel Lift Operation</li><li>OSHA First Aid and CAD</li><li>OSHA Crane Signal and Hoisting Person</li><li>Lift Director (Foreman training)</li><li>Certified Welding in Stick, Tig, and Mig.</li></ul> \n <img width=\"562\" height=\"844\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/q2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/q2.jpg 562w, http://www.arscontracting.com/wp-content/uploads/2020/07/q2-200x300.jpg 200w\" sizes=\"(max-width: 562px) 100vw, 562px\" /> \n <h2>OSHA Regulations</h2> \n <p>By using ARS Contracting, Inc. certified riggers for all of your rigging and machinery moving projects, you’ll be in compliance with OSHA “Qualified Rigger & Signal Person” criteria. You can depend on our superior training and certification program to take the uncertainty out of any project. </p> \n <h2>Insurance</h2> \n <p>ARS Contracting, Inc. is fully insured for everything we handle for every project. Your equipment will be insured during all aspects of the project, from start to finish, which includes: dismantling, transfer at our warehouse, rigging, loading, transit, unloading and re-erecting. We can also arrange for additional insurance, if needed.</p><p> </p><p> </p><p> </p> \n <h2>Need our expertise for a job?</h2> \n <a href=\"http://www.arscontracting.com/contact/\" role=\"button\">\n Contact Us\n </a>','Qualifications','','inherit','closed','closed','','443-revision-v1','','','2020-09-03 06:30:41','2020-09-03 11:30:41','',443,'http://www.arscontracting.com/443-revision-v1/',0,'revision','',0),(1050,5,'2020-09-03 07:57:01','2020-09-03 12:57:01','<p>Our expertise and up-to-date training enable our team to work with a range of contractors. We work with general contractors to assess the overall project and provide detailed plans to implement moves and set up equipment. </p><p>Electrical – our team collaborates with electrical contractors on a variety of equipment moves including generators, switchgears, transformers and more.</p><p>Mechanical – Our experience with mechanical contractors extends to moves and set up of a variety of equipment ranging from boilers and chillers to cooling towers and more. </p><p>Whether your move involves electrical or mechanical components, or a range of specialties, give us a call at <strong><a href=\"tel:800-358-8444\">800-358-8444</a></strong> to manage the overall process.</p> \n <img width=\"400\" height=\"533\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/image19.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/image19.jpg 400w, http://www.arscontracting.com/wp-content/uploads/2018/03/image19-225x300.jpg 225w\" sizes=\"(max-width: 400px) 100vw, 400px\" />','General Contractors','','inherit','closed','closed','','329-revision-v1','','','2020-09-03 07:57:01','2020-09-03 12:57:01','',329,'http://www.arscontracting.com/329-revision-v1/',0,'revision','',0),(1051,5,'2020-09-03 07:57:20','2020-09-03 12:57:20','<p>Our expertise and up-to-date training enable our team to work with a range of contractors. We work with general contractors to assess the overall project and provide detailed plans to implement moves and set up equipment. </p><p>Electrical – our team collaborates with electrical contractors on a variety of equipment moves including generators, switchgears, transformers and more.</p><p>Mechanical – Our experience with mechanical contractors extends to moves and set up of a variety of equipment ranging from boilers and chillers to cooling towers and more. </p><p>Whether your move involves electrical or mechanical components, or a range of specialties, give us a call at <strong><a href=\"tel:800-358-8444\">800-358-8444</a></strong> to manage the overall process.</p> \n <img width=\"400\" height=\"533\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/image19.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/image19.jpg 400w, http://www.arscontracting.com/wp-content/uploads/2018/03/image19-225x300.jpg 225w\" sizes=\"(max-width: 400px) 100vw, 400px\" />','General Contractors','','inherit','closed','closed','','329-revision-v1','','','2020-09-03 07:57:20','2020-09-03 12:57:20','',329,'http://www.arscontracting.com/329-revision-v1/',0,'revision','',0),(1052,5,'2020-09-03 07:59:23','2020-09-03 12:59:23','<p>Our expertise and up-to-date training enable our team to work with a range of contractors. We work with general contractors to assess the overall project and provide detailed plans to implement moves and set up equipment. </p><p>Electrical – our team collaborates with electrical contractors on a variety of equipment moves including generators, switchgears, transformers and more.</p><p>Mechanical – Our experience with mechanical contractors extends to moves and set up of a variety of equipment ranging from boilers and chillers to cooling towers and more. </p><p>Whether your move involves electrical or mechanical components, or a range of specialties, give us a call at <strong><a href=\"tel:800-358-8444\">800-358-8444</a></strong> to manage the overall process.</p> \n <img width=\"400\" height=\"533\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/image19.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/image19.jpg 400w, http://www.arscontracting.com/wp-content/uploads/2018/03/image19-225x300.jpg 225w\" sizes=\"(max-width: 400px) 100vw, 400px\" />','General Contractors','','inherit','closed','closed','','329-autosave-v1','','','2020-09-03 07:59:32','2020-09-03 12:59:32','',329,'http://www.arscontracting.com/329-autosave-v1/',0,'revision','',0),(1053,5,'2020-09-03 08:03:31','2020-09-03 13:03:31','<p>Our expertise and up-to-date training enable our team to work with a range of contractors. We work with general contractors to assess the overall project and provide detailed plans to implement moves and set up equipment. </p><p>Electrical – our team collaborates with electrical contractors on a variety of equipment moves including generators, switchgears, transformers and more.</p><p>Mechanical – Our experience with mechanical contractors extends to moves and set up of a variety of equipment ranging from boilers and chillers to cooling towers and more. </p><p>Whether your move involves electrical or mechanical components, or a range of specialties, give us a call at <strong><a href=\"tel:800-358-8444\">800-358-8444</a></strong> to manage the overall process.</p> \n <img width=\"557\" height=\"313\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/elctric-3.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/elctric-3.jpg 557w, http://www.arscontracting.com/wp-content/uploads/2020/07/elctric-3-300x169.jpg 300w\" sizes=\"(max-width: 557px) 100vw, 557px\" /> \n <img width=\"498\" height=\"332\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/I1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/I1.jpg 498w, http://www.arscontracting.com/wp-content/uploads/2020/09/I1-300x200.jpg 300w\" sizes=\"(max-width: 498px) 100vw, 498px\" />','Electrical Contractors','','inherit','closed','closed','','698-revision-v1','','','2020-09-03 08:03:31','2020-09-03 13:03:31','',698,'http://www.arscontracting.com/698-revision-v1/',0,'revision','',0),(1054,5,'2020-09-03 08:04:56','2020-09-03 13:04:56','<p>Our expertise and up-to-date training enable our team to work with a range of contractors. We work with general contractors to assess the overall project and provide detailed plans to implement moves and set up equipment. </p><p>Electrical – our team collaborates with electrical contractors on a variety of equipment moves including generators, switchgears, transformers and more.</p><p>Mechanical – Our experience with mechanical contractors extends to moves and set up of a variety of equipment ranging from boilers and chillers to cooling towers and more. </p><p>Whether your move involves electrical or mechanical components, or a range of specialties, give us a call at <strong><a href=\"tel:800-358-8444\">800-358-8444</a></strong> to manage the overall process.</p> \n <img width=\"685\" height=\"457\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image28.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image28.jpg 685w, http://www.arscontracting.com/wp-content/uploads/2020/07/image28-300x200.jpg 300w\" sizes=\"(max-width: 685px) 100vw, 685px\" /> \n <img width=\"287\" height=\"431\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/i2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/i2.jpg 287w, http://www.arscontracting.com/wp-content/uploads/2020/09/i2-200x300.jpg 200w\" sizes=\"(max-width: 287px) 100vw, 287px\" />','Mechanical Contractors','','inherit','closed','closed','','700-revision-v1','','','2020-09-03 08:04:56','2020-09-03 13:04:56','',700,'http://www.arscontracting.com/700-revision-v1/',0,'revision','',0),(1055,5,'2020-09-03 08:06:11','2020-09-03 13:06:11','<p>Our team of highly skilled and certified professionals works directly with architects and engineers to understand project details and plan each step of the process to ensure a smooth delivery and set up of equipment in any facility space.</p><p>When you need a team accustomed to working with architectural plans, give us a call at <strong><a href=\"tel:800-358-8444\">800-358-8444</a></strong></p> \n <img width=\"512\" height=\"309\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/unnamed.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/unnamed.jpg 512w, http://www.arscontracting.com/wp-content/uploads/2018/03/unnamed-300x181.jpg 300w\" sizes=\"(max-width: 512px) 100vw, 512px\" />','Architects & Engineers','','inherit','closed','closed','','54-revision-v1','','','2020-09-03 08:06:11','2020-09-03 13:06:11','',54,'http://www.arscontracting.com/54-revision-v1/',0,'revision','',0),(1056,5,'2020-09-03 08:07:53','2020-09-03 13:07:53','<p>Our team has successfully moved equipment for small and large medical facilities across the country. Moves have included MRIs, CAT/PET, generators, chillers and boilers.</p><p>We’ll work with your team to ensure a smooth move, well-planned process and minimal impact on patient services. Call us at <a href=\"tel:800-358-8444\"><strong>800-358-8444</strong></a> to learn more.</p> \n <img width=\"760\" height=\"428\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/medical-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/medical-1.jpg 760w, http://www.arscontracting.com/wp-content/uploads/2018/03/medical-1-300x169.jpg 300w\" sizes=\"(max-width: 760px) 100vw, 760px\" /> \n <img width=\"347\" height=\"521\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/i3.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/i3.jpg 347w, http://www.arscontracting.com/wp-content/uploads/2020/09/i3-200x300.jpg 200w\" sizes=\"(max-width: 347px) 100vw, 347px\" /> \n <img width=\"737\" height=\"415\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/medical-2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/medical-2.jpg 737w, http://www.arscontracting.com/wp-content/uploads/2018/03/medical-2-300x169.jpg 300w\" sizes=\"(max-width: 737px) 100vw, 737px\" />','Medical','','inherit','closed','closed','','50-revision-v1','','','2020-09-03 08:07:53','2020-09-03 13:07:53','',50,'http://www.arscontracting.com/50-revision-v1/',0,'revision','',0),(1057,5,'2020-09-03 08:09:41','2020-09-03 13:09:41','<p>ARS coordinates facility relocations and equipment installations for properties across the country. We work with building owners and facility managers to plan every detail and execute each step within timelines and established budgets.</p><p>Call us at <a href=\"tel:800-358-8444\"><strong>800-358-8444</strong></a> and work with the experienced team that’s ready to manage every detail no matter the size or complexity of the project.</p> \n <img width=\"326\" height=\"435\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image7.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image7.jpg 326w, http://www.arscontracting.com/wp-content/uploads/2020/07/image7-225x300.jpg 225w\" sizes=\"(max-width: 326px) 100vw, 326px\" />','Facilities Managers','Excerpt text here','inherit','closed','closed','','703-revision-v1','','','2020-09-03 08:09:41','2020-09-03 13:09:41','',703,'http://www.arscontracting.com/703-revision-v1/',0,'revision','',0),(1058,5,'2020-09-03 08:12:25','2020-09-03 13:12:25','<p>ARS coordinates facility relocations and equipment installations for properties across the country. We work with building owners and facility managers to plan every detail and execute each step within timelines and established budgets.</p><p>Call us at <a href=\"tel:800-358-8444\"><strong>800-358-8444</strong></a> and work with the experienced team that’s ready to manage every detail no matter the size or complexity of the project.</p> \n <img width=\"224\" height=\"298\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/build.jpg\" alt=\"\" />','Building Owners','Excerpt text here','inherit','closed','closed','','46-revision-v1','','','2020-09-03 08:12:25','2020-09-03 13:12:25','',46,'http://www.arscontracting.com/46-revision-v1/',0,'revision','',0),(1059,5,'2020-09-03 08:14:19','2020-09-03 13:14:19','<p>Manufacturers in every industry category have relied on our team for plant relocations and industry moves across the U.S.</p><p>Not every company can manage the complexities of plant relocations. Our team is experienced, dedicated to preplanning all the details and ensuring the process is smooth so plant downtime is minimized. Call us today at <a href=\"tel:800-358-8444\"><strong>800-358-8444</strong></a> to learn more.</p> \n <img width=\"561\" height=\"374\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/manufacturers-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/manufacturers-1.jpg 561w, http://www.arscontracting.com/wp-content/uploads/2018/03/manufacturers-1-300x200.jpg 300w\" sizes=\"(max-width: 561px) 100vw, 561px\" /> \n <img width=\"568\" height=\"379\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/manufacturers-2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/manufacturers-2.jpg 568w, http://www.arscontracting.com/wp-content/uploads/2018/03/manufacturers-2-300x200.jpg 300w\" sizes=\"(max-width: 568px) 100vw, 568px\" />','Manufacturers','','inherit','closed','closed','','52-revision-v1','','','2020-09-03 08:14:19','2020-09-03 13:14:19','',52,'http://www.arscontracting.com/52-revision-v1/',0,'revision','',0),(1060,5,'2020-09-03 08:16:33','2020-09-03 13:16:33','<p>ARS can assist banks by installing vault pieces or moving high value equipment. Our team of professionals will ensure your pieces are moved quickly and carefully to get you back in business as soon as possible. We focus on preplanning and attention to detail to ensure a worry-free project completion. Call us today to put our expertise to work – <a href=\"tel:800-358-8444\"><strong>800-358-8444.</strong></a></p> \n <img width=\"506\" height=\"337\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image6.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image6.jpg 506w, http://www.arscontracting.com/wp-content/uploads/2020/07/image6-300x200.jpg 300w\" sizes=\"(max-width: 506px) 100vw, 506px\" />','Banks','','inherit','closed','closed','','706-revision-v1','','','2020-09-03 08:16:33','2020-09-03 13:16:33','',706,'http://www.arscontracting.com/706-revision-v1/',0,'revision','',0),(1061,5,'2020-09-03 08:17:51','2020-09-03 13:17:51','<p>We completed moves of high value works of art and museum installations, plus zoo exhibits for organizations across the country.</p><p>Our team is accustomed to these unique moves and focuses on preplanning and attention to details, which results in the lowest impact to the environment and the staff and visitors. Call us today to put our expertise to work – <a href=\"tel:800-358-8444\"><strong>800-358-8444.</strong></a></p> \n <img width=\"636\" height=\"330\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/i5.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/i5.png 636w, http://www.arscontracting.com/wp-content/uploads/2020/09/i5-300x156.png 300w\" sizes=\"(max-width: 636px) 100vw, 636px\" /> \n <img width=\"711\" height=\"384\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/i6.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/i6.png 711w, http://www.arscontracting.com/wp-content/uploads/2020/09/i6-300x162.png 300w\" sizes=\"(max-width: 711px) 100vw, 711px\" />','Specialty','','inherit','closed','closed','','439-revision-v1','','','2020-09-03 08:17:51','2020-09-03 13:17:51','',439,'http://www.arscontracting.com/439-revision-v1/',0,'revision','',0),(1062,5,'2020-09-03 08:18:52','2020-09-03 13:18:52','<p>Our certified professionals have moved commercial equipment ranging from washers, dryers and irons to water and chemical tanks. </p><p>Our team will work with your company to relocate critical equipment with the least disruption possible to your production schedule. Call us today at <a href=\"tel:800-358-8444\"><strong>800-358-8444</strong></a> to learn how our preplanning and dedication to efficiency and safety can make your move fast and hassle-free.</p> \n <img width=\"820\" height=\"547\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/i4.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/i4.jpg 820w, http://www.arscontracting.com/wp-content/uploads/2020/09/i4-300x200.jpg 300w, http://www.arscontracting.com/wp-content/uploads/2020/09/i4-768x512.jpg 768w\" sizes=\"(max-width: 820px) 100vw, 820px\" />','Laundry Facilities','','inherit','closed','closed','','437-revision-v1','','','2020-09-03 08:18:52','2020-09-03 13:18:52','',437,'http://www.arscontracting.com/437-revision-v1/',0,'revision','',0),(1063,5,'2020-09-09 00:18:48','2020-09-09 05:18:48','<p>Our certified professionals have moved commercial equipment ranging from washers, dryers and irons to water and chemical tanks. </p><p>Our team will work with your company to relocate critical equipment with the least disruption possible to your production schedule. Call us today at <a href=\"tel:800-358-8444\"><strong>800-358-8444</strong></a> to learn how our preplanning and dedication to efficiency and safety can make your move fast and hassle-free.</p> \n <img width=\"820\" height=\"547\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/i4.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/i4.jpg 820w, http://www.arscontracting.com/wp-content/uploads/2020/09/i4-300x200.jpg 300w, http://www.arscontracting.com/wp-content/uploads/2020/09/i4-768x512.jpg 768w\" sizes=\"(max-width: 820px) 100vw, 820px\" />','Laundry Facilities','','inherit','closed','closed','','437-revision-v1','','','2020-09-09 00:18:48','2020-09-09 05:18:48','',437,'http://www.arscontracting.com/437-revision-v1/',0,'revision','',0),(1064,5,'2020-09-09 00:40:36','2020-09-09 05:40:36','','musem, zoo, specialty','','inherit','open','closed','','musem-zoo-specialty','','','2020-09-09 00:40:36','2020-09-09 05:40:36','',439,'http://www.arscontracting.com/wp-content/uploads/2020/05/musem-zoo-specialty.jpg',0,'attachment','image/jpeg',0),(1065,5,'2020-09-09 00:41:20','2020-09-09 05:41:20','','Zoo NO WATERMARKS Depositphotos_66161830_l-2015','','inherit','open','closed','','zoo-no-watermarks-depositphotos_66161830_l-2015','','','2020-09-09 00:41:20','2020-09-09 05:41:20','',439,'http://www.arscontracting.com/wp-content/uploads/2020/05/Zoo-NO-WATERMARKS-Depositphotos_66161830_l-2015.jpg',0,'attachment','image/jpeg',0),(1066,5,'2020-09-09 00:41:39','2020-09-09 05:41:39','<p>We completed moves of high value works of art and museum installations, plus zoo exhibits for organizations across the country.</p><p>Our team is accustomed to these unique moves and focuses on preplanning and attention to details, which results in the lowest impact to the environment and the staff and visitors. Call us today to put our expertise to work – <a href=\"tel:800-358-8444\"><strong>800-358-8444.</strong></a></p> \n <img width=\"636\" height=\"330\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/i5.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/i5.png 636w, http://www.arscontracting.com/wp-content/uploads/2020/09/i5-300x156.png 300w\" sizes=\"(max-width: 636px) 100vw, 636px\" /> \n <img width=\"711\" height=\"384\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/i6.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/i6.png 711w, http://www.arscontracting.com/wp-content/uploads/2020/09/i6-300x162.png 300w\" sizes=\"(max-width: 711px) 100vw, 711px\" /> \n <img width=\"1024\" height=\"683\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/musem-zoo-specialty-1024x683.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/musem-zoo-specialty-1024x683.jpg 1024w, http://www.arscontracting.com/wp-content/uploads/2020/05/musem-zoo-specialty-300x200.jpg 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/musem-zoo-specialty-768x512.jpg 768w, http://www.arscontracting.com/wp-content/uploads/2020/05/musem-zoo-specialty-1536x1024.jpg 1536w, http://www.arscontracting.com/wp-content/uploads/2020/05/musem-zoo-specialty-2048x1365.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <img width=\"1024\" height=\"682\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Zoo-NO-WATERMARKS-Depositphotos_66161830_l-2015-1024x682.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/05/Zoo-NO-WATERMARKS-Depositphotos_66161830_l-2015-1024x682.jpg 1024w, http://www.arscontracting.com/wp-content/uploads/2020/05/Zoo-NO-WATERMARKS-Depositphotos_66161830_l-2015-300x200.jpg 300w, http://www.arscontracting.com/wp-content/uploads/2020/05/Zoo-NO-WATERMARKS-Depositphotos_66161830_l-2015-768x512.jpg 768w, http://www.arscontracting.com/wp-content/uploads/2020/05/Zoo-NO-WATERMARKS-Depositphotos_66161830_l-2015-1536x1024.jpg 1536w, http://www.arscontracting.com/wp-content/uploads/2020/05/Zoo-NO-WATERMARKS-Depositphotos_66161830_l-2015.jpg 2000w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />','Specialty','','inherit','closed','closed','','439-revision-v1','','','2020-09-09 00:41:39','2020-09-09 05:41:39','',439,'http://www.arscontracting.com/439-revision-v1/',0,'revision','',0),(1067,5,'2020-09-09 00:43:53','2020-09-09 05:43:53','','IMG_0439','','inherit','open','closed','','img_0439','','','2020-09-09 00:43:53','2020-09-09 05:43:53','',50,'http://www.arscontracting.com/wp-content/uploads/2018/03/IMG_0439.jpg',0,'attachment','image/jpeg',0),(1068,5,'2020-09-09 00:44:23','2020-09-09 05:44:23','<p>Our team has successfully moved equipment for small and large medical facilities across the country. Moves have included MRIs, CAT/PET, generators, chillers and boilers.</p><p>We’ll work with your team to ensure a smooth move, well-planned process and minimal impact on patient services. Call us at <a href=\"tel:800-358-8444\"><strong>800-358-8444</strong></a> to learn more.</p> \n <img width=\"760\" height=\"428\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/medical-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/medical-1.jpg 760w, http://www.arscontracting.com/wp-content/uploads/2018/03/medical-1-300x169.jpg 300w\" sizes=\"(max-width: 760px) 100vw, 760px\" /> \n <img width=\"683\" height=\"1024\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/IMG_0439-683x1024.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/IMG_0439-683x1024.jpg 683w, http://www.arscontracting.com/wp-content/uploads/2018/03/IMG_0439-200x300.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2018/03/IMG_0439-768x1152.jpg 768w, http://www.arscontracting.com/wp-content/uploads/2018/03/IMG_0439-1024x1536.jpg 1024w, http://www.arscontracting.com/wp-content/uploads/2018/03/IMG_0439-1365x2048.jpg 1365w, http://www.arscontracting.com/wp-content/uploads/2018/03/IMG_0439-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" /> \n <img width=\"737\" height=\"415\" src=\"http://www.arscontracting.com/wp-content/uploads/2018/03/medical-2.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2018/03/medical-2.jpg 737w, http://www.arscontracting.com/wp-content/uploads/2018/03/medical-2-300x169.jpg 300w\" sizes=\"(max-width: 737px) 100vw, 737px\" />','Medical','','inherit','closed','closed','','50-revision-v1','','','2020-09-09 00:44:23','2020-09-09 05:44:23','',50,'http://www.arscontracting.com/50-revision-v1/',0,'revision','',0),(1070,5,'2020-09-09 00:51:10','2020-09-09 05:51:10','','Safety OSHA','','inherit','open','closed','','safety-osha','','','2020-09-09 00:51:10','2020-09-09 05:51:10','',63,'http://www.arscontracting.com/wp-content/uploads/2020/09/Safety-OSHA.jpg',0,'attachment','image/jpeg',0),(1071,5,'2020-09-09 00:52:10','2020-09-09 05:52:10','<img width=\"548\" height=\"316\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image43.png\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image43.png 548w, http://www.arscontracting.com/wp-content/uploads/2020/07/image43-300x173.png 300w\" sizes=\"(max-width: 548px) 100vw, 548px\" /> \n <img width=\"498\" height=\"374\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image37.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image37.jpg 498w, http://www.arscontracting.com/wp-content/uploads/2020/07/image37-300x225.jpg 300w\" sizes=\"(max-width: 498px) 100vw, 498px\" /> \n <img width=\"571\" height=\"453\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/5.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/5.jpg 571w, http://www.arscontracting.com/wp-content/uploads/2020/09/5-300x238.jpg 300w, http://www.arscontracting.com/wp-content/uploads/2020/09/5-100x80.jpg 100w\" sizes=\"(max-width: 571px) 100vw, 571px\" /> \n <p>Training, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman. </p><p>Our safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we’re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients’ facilities.</p> \n <img width=\"2560\" height=\"1860\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/Safety-OSHA-scaled.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/Safety-OSHA-scaled.jpg 2560w, http://www.arscontracting.com/wp-content/uploads/2020/09/Safety-OSHA-300x218.jpg 300w, http://www.arscontracting.com/wp-content/uploads/2020/09/Safety-OSHA-1024x744.jpg 1024w, http://www.arscontracting.com/wp-content/uploads/2020/09/Safety-OSHA-768x558.jpg 768w, http://www.arscontracting.com/wp-content/uploads/2020/09/Safety-OSHA-1536x1116.jpg 1536w, http://www.arscontracting.com/wp-content/uploads/2020/09/Safety-OSHA-2048x1488.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" /> \n <img width=\"290\" height=\"386\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/7.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/7.jpg 290w, http://www.arscontracting.com/wp-content/uploads/2020/09/7-225x300.jpg 225w\" sizes=\"(max-width: 290px) 100vw, 290px\" /> \n <h4>George “Red” Gilmartin ‐ President</h4> \n <img width=\"368\" height=\"421\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/777.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/777.jpg 368w, http://www.arscontracting.com/wp-content/uploads/2020/09/777-262x300.jpg 262w\" sizes=\"(max-width: 368px) 100vw, 368px\" /> \n <h4>Ted Bianchi</h4> \n <img width=\"368\" height=\"382\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/77.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/77.jpg 368w, http://www.arscontracting.com/wp-content/uploads/2020/09/77-289x300.jpg 289w\" sizes=\"(max-width: 368px) 100vw, 368px\" /> \n <h4>Jeromy Bianchi</h4> \n <img width=\"353\" height=\"406\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/7777.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/7777.jpg 353w, http://www.arscontracting.com/wp-content/uploads/2020/09/7777-261x300.jpg 261w\" sizes=\"(max-width: 353px) 100vw, 353px\" /> \n <h4>Sean Gibbons</h4> \n <img width=\"297\" height=\"191\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\" /> \n <img width=\"332\" height=\"210\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" sizes=\"(max-width: 332px) 100vw, 332px\" /> \n <img width=\"200\" height=\"200\" src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" alt=\"\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" /> \n <a href=\"http://www.arscontracting.com/contact/\" role=\"button\">\n GET QUOTATION\n </a>','About Us','','inherit','closed','closed','','63-revision-v1','','','2020-09-09 00:52:10','2020-09-09 05:52:10','',63,'http://www.arscontracting.com/63-revision-v1/',0,'revision','',0),(1073,5,'2020-09-16 05:23:30','2020-09-16 10:23:30','<!-- Created With Elementor -->','Home','','inherit','closed','closed','','61-autosave-v1','','','2020-09-16 05:23:30','2020-09-16 10:23:30','',61,'http://www.arscontracting.com/61-autosave-v1/',0,'revision','',0),(1075,5,'2020-10-08 00:46:03','2020-10-08 05:46:03','<img src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image43.png\" sizes=\"(max-width: 548px) 100vw, 548px\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image43.png 548w, http://www.arscontracting.com/wp-content/uploads/2020/07/image43-300x173.png 300w\" alt=\"\" width=\"548\" height=\"316\" />\n<img src=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image37.jpg\" sizes=\"(max-width: 498px) 100vw, 498px\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/07/image37.jpg 498w, http://www.arscontracting.com/wp-content/uploads/2020/07/image37-300x225.jpg 300w\" alt=\"\" width=\"498\" height=\"374\" />\n<img src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/5.jpg\" sizes=\"(max-width: 571px) 100vw, 571px\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/5.jpg 571w, http://www.arscontracting.com/wp-content/uploads/2020/09/5-300x238.jpg 300w, http://www.arscontracting.com/wp-content/uploads/2020/09/5-100x80.jpg 100w\" alt=\"\" width=\"571\" height=\"453\" />\n\nTraining, experience and skill are the foundation for operating safely. All of our certified riggers are professionally trained through a Department of Labor certified school and have achieved the hours and level to become Journeyman.\n\nOur safety record is one of the best in the industry, and our EMR number reflects that record with a score consistently at 1.0 or lower (currently at .82). First and foremost, we focus on the safety of everyone involved in the project, but we’re also dedicated to ensuring that our solutions and processes have a minimal impact on our crews and our clients’ facilities.\n\n<img src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/Safety-OSHA-scaled.jpg\" sizes=\"(max-width: 2560px) 100vw, 2560px\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/Safety-OSHA-scaled.jpg 2560w, http://www.arscontracting.com/wp-content/uploads/2020/09/Safety-OSHA-300x218.jpg 300w, http://www.arscontracting.com/wp-content/uploads/2020/09/Safety-OSHA-1024x744.jpg 1024w, http://www.arscontracting.com/wp-content/uploads/2020/09/Safety-OSHA-768x558.jpg 768w, http://www.arscontracting.com/wp-content/uploads/2020/09/Safety-OSHA-1536x1116.jpg 1536w, http://www.arscontracting.com/wp-content/uploads/2020/09/Safety-OSHA-2048x1488.jpg 2048w\" alt=\"\" width=\"2560\" height=\"1860\" />\n<img src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/7.jpg\" sizes=\"(max-width: 290px) 100vw, 290px\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/7.jpg 290w, http://www.arscontracting.com/wp-content/uploads/2020/09/7-225x300.jpg 225w\" alt=\"\" width=\"290\" height=\"386\" />\n<h4>George “Red” Gilmartin ‐ President</h4>\n<img src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/777.jpg\" sizes=\"(max-width: 368px) 100vw, 368px\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/777.jpg 368w, http://www.arscontracting.com/wp-content/uploads/2020/09/777-262x300.jpg 262w\" alt=\"\" width=\"368\" height=\"421\" />\n<h4>Ted Bianchi</h4>\n<img src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/77.jpg\" sizes=\"(max-width: 368px) 100vw, 368px\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/77.jpg 368w, http://www.arscontracting.com/wp-content/uploads/2020/09/77-289x300.jpg 289w\" alt=\"\" width=\"368\" height=\"382\" />\n<h4>Jeromy Bianchi</h4>\n<img src=\"http://www.arscontracting.com/wp-content/uploads/2020/09/7777.jpg\" sizes=\"(max-width: 353px) 100vw, 353px\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/09/7777.jpg 353w, http://www.arscontracting.com/wp-content/uploads/2020/09/7777-261x300.jpg 261w\" alt=\"\" width=\"353\" height=\"406\" />\n<h4>Sean Gibbons</h4>\n<img src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ips_scra-1.jpg\" alt=\"\" width=\"297\" height=\"191\" />\n<img src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg\" sizes=\"(max-width: 332px) 100vw, 332px\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1.jpg 332w, http://www.arscontracting.com/wp-content/uploads/2020/06/ASAClogo_PRINT-1-300x190.jpg 300w\" alt=\"\" width=\"332\" height=\"210\" />\n<img src=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg\" sizes=\"(max-width: 200px) 100vw, 200px\" srcset=\"http://www.arscontracting.com/wp-content/uploads/2020/06/IRON.jpg 200w, http://www.arscontracting.com/wp-content/uploads/2020/06/IRON-150x150.jpg 150w\" alt=\"\" width=\"200\" height=\"200\" />\n<a role=\"button\" href=\"http://www.arscontracting.com/contact/\">\nGET QUOTATION\n</a>','About Us','','inherit','closed','closed','','63-autosave-v1','','','2020-10-08 00:46:03','2020-10-08 05:46:03','',63,'http://www.arscontracting.com/63-autosave-v1/',0,'revision','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; 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', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (46,36,0),(46,44,0),(48,36,0),(48,42,0),(50,36,0),(50,41,0),(52,36,0),(52,45,0),(54,36,0),(54,40,0),(190,78,0),(197,80,0),(203,85,0),(205,82,0),(207,84,0),(286,16,0),(293,16,0),(325,16,0),(328,16,0),(329,36,0),(329,37,0),(330,19,0),(333,19,0),(334,19,0),(437,36,0),(437,47,0),(439,36,0),(439,48,0),(495,83,0),(497,79,0),(498,81,0),(553,19,0),(636,19,0),(691,19,0),(698,36,0),(698,38,0),(700,36,0),(700,39,0),(703,36,0),(703,43,0),(706,36,0),(706,46,0),(754,19,0),(758,16,0),(768,18,0),(776,37,0),(778,38,0),(780,38,0),(782,39,0),(784,40,0),(786,41,0),(788,42,0),(790,43,0),(792,44,0),(794,45,0),(796,46,0),(798,47,0),(800,48,0),(802,19,0),(803,19,0),(804,19,0),(805,19,0),(806,19,0),(807,19,0),(808,19,0),(809,19,0),(810,19,0),(811,19,0),(812,19,0),(813,19,0),(815,19,0),(817,19,0),(819,19,0),(820,19,0),(821,19,0),(822,19,0),(823,19,0),(824,19,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT '0', `count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=86 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,0),(2,2,'category','',0,0),(3,3,'category','',0,0),(4,4,'category','',0,0),(5,5,'category','',0,0),(6,6,'post_tag','',0,0),(7,7,'post_tag','',0,0),(8,8,'post_tag','',0,0),(9,9,'post_tag','',0,0),(10,10,'post_tag','',0,0),(11,11,'post_tag','',0,0),(12,12,'post_tag','',0,0),(16,16,'elementor_library_type','',0,5),(18,18,'elementor_library_type','',0,1),(19,19,'nav_menu','',0,27),(20,20,'category','',0,0),(21,21,'category','',0,0),(22,22,'category','',0,0),(23,23,'category','',0,0),(24,24,'category','',0,0),(25,25,'category','',0,0),(26,26,'category','',0,0),(27,27,'category','',0,0),(36,36,'category','',0,12),(37,37,'gedung-industries_tax','',0,1),(38,38,'gedung-industries_tax','',0,1),(39,39,'gedung-industries_tax','',0,1),(40,40,'gedung-industries_tax','',0,1),(41,41,'gedung-industries_tax','',0,1),(42,42,'gedung-industries_tax','',0,1),(43,43,'gedung-industries_tax','',0,1),(44,44,'gedung-industries_tax','',0,1),(45,45,'gedung-industries_tax','',0,1),(46,46,'gedung-industries_tax','',0,1),(47,47,'gedung-industries_tax','',0,1),(48,48,'gedung-industries_tax','',0,1),(78,78,'portfolio-category','',0,1),(79,79,'portfolio-category','',0,1),(80,80,'portfolio-category','',0,1),(81,81,'portfolio-category','',0,1),(82,82,'portfolio-category','',0,1),(83,83,'portfolio-category','',0,1),(84,84,'portfolio-category','',0,1),(85,85,'portfolio-category','',0,1); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_termmeta` -- DROP TABLE IF EXISTS `wp_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_termmeta` -- LOCK TABLES `wp_termmeta` WRITE; /*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT '0', `term_order` int(4) DEFAULT '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=86 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0,0),(2,'Commercial','commercial',0,0),(3,'Project','project',0,0),(4,'Residential','residential',0,0),(5,'Tips','tips',0,0),(6,'Building','building',0,0),(7,'Contractor','contractor',0,0),(8,'Exterior','exterior',0,0),(9,'Helmet','helmet',0,0),(10,'Interior','interior',0,0),(11,'Material','material',0,0),(12,'Property','property',0,0),(16,'page','page',0,0),(18,'section','section',0,0),(19,'Menu','menu',0,0),(20,'Machinery Moving & Installation','machinery-moving-installation',0,0),(21,'Rigging','rigging',0,0),(22,'Heavy Lifting & Erecting','heavy-lifting-erecting',0,0),(23,'Millwright Services','millwright-services',0,0),(24,'Hauling & Jobsite Delivery','hauling-jobsite-delivery',0,0),(25,'Storage & Preservation','storage-preservation',0,0),(26,'Plant Relocation','plant-relocation',0,0),(27,'Consultations','consultations',0,0),(36,'Industries','industries',0,0),(37,'General Contractors','general-contractors',0,0),(38,'Electrical Contractors','electrical-contractors',0,0),(39,'Mechanical Contractors','mechanical-contractors',0,0),(40,'Architects/Engineers','architects-engineers',0,0),(41,'Medical','medical',0,0),(42,'Municipalities','municipalities',0,0),(43,'Facility Managers','facility-managers',0,0),(44,'Building Owners','building-owners',0,0),(45,'Manufacturers','manufacturers',0,0),(46,'Banks','banks',0,0),(47,'Laundry Facilities','laundry-facilities',0,0),(48,'Specialty','specialty',0,0),(78,'Consultations','consultations',0,8),(79,'Millwright Services','millwright-services',0,7),(80,'Plant Relocation','plant-relocation',0,6),(81,'Storage','storage',0,5),(82,'Jobsite Delivery / Hauling','jobsite-delivery-hauling',0,4),(83,'Heavy Lifting & Erecting','heavy-lifting',0,3),(84,'Machinery Moving & Installation','machinery-moving-installation',0,2),(85,'Rigging','rigging',0,1); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_tm_taskmeta` -- DROP TABLE IF EXISTS `wp_tm_taskmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_tm_taskmeta` ( `meta_id` bigint(20) NOT NULL AUTO_INCREMENT, `task_id` bigint(20) NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `meta_key` (`meta_key`(191)), KEY `task_id` (`task_id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_tm_taskmeta` -- LOCK TABLES `wp_tm_taskmeta` WRITE; /*!40000 ALTER TABLE `wp_tm_taskmeta` DISABLE KEYS */; INSERT INTO `wp_tm_taskmeta` VALUES (1,1,'task_options','a:14:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";b:1;s:13:\"preserve_exif\";b:0;s:13:\"image_quality\";s:2:\"89\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";s:3:\"976\";s:7:\"blog_id\";s:1:\"1\";s:17:\"lossy_compression\";b:1;s:13:\"current_stage\";s:9:\"completed\";s:17:\"original_filesize\";i:149590;}'); /*!40000 ALTER TABLE `wp_tm_taskmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_tm_tasks` -- DROP TABLE IF EXISTS `wp_tm_tasks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_tm_tasks` ( `id` int(11) NOT NULL AUTO_INCREMENT, `user_id` bigint(20) NOT NULL, `type` varchar(300) COLLATE utf8mb4_unicode_ci NOT NULL, `class_identifier` varchar(300) COLLATE utf8mb4_unicode_ci DEFAULT '0', `attempts` int(11) DEFAULT '0', `description` varchar(300) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `time_created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `last_locked_at` bigint(20) DEFAULT '0', `status` varchar(300) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`), KEY `user_id` (`user_id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_tm_tasks` -- LOCK TABLES `wp_tm_tasks` WRITE; /*!40000 ALTER TABLE `wp_tm_tasks` DISABLE KEYS */; INSERT INTO `wp_tm_tasks` VALUES (1,5,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task - attachment ID : 976, started on : September 02, 2020 12:30:05','2020-09-02 12:30:05',0,'complete'); /*!40000 ALTER TABLE `wp_tm_tasks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=166 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','ARSCWPADM'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp_user_level','10'),(14,1,'dismissed_wp_pointers',''),(15,1,'show_welcome_panel','1'),(17,1,'wp_dashboard_quick_press_last_post_id','4'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:11:\"192.168.1.0\";}'),(19,1,'wp_r_tru_u_x','a:2:{s:2:\"id\";i:0;s:7:\"expires\";i:1589930833;}'),(21,2,'nickname','JCTCA'),(22,2,'first_name','Jean-Claude'),(23,2,'last_name','Tissier'),(24,2,'description',''),(25,2,'rich_editing','true'),(26,2,'syntax_highlighting','true'),(27,2,'comment_shortcuts','false'),(28,2,'admin_color','fresh'),(29,2,'use_ssl','0'),(30,2,'show_admin_bar_front','true'),(31,2,'locale',''),(32,2,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(33,2,'wp_user_level','10'),(34,2,'dismissed_wp_pointers','text_widget_custom_html'),(35,3,'nickname','ATCAC'),(36,3,'first_name','Anita'),(37,3,'last_name','Tissier-Chow'),(38,3,'description',''),(39,3,'rich_editing','true'),(40,3,'syntax_highlighting','true'),(41,3,'comment_shortcuts','false'),(42,3,'admin_color','fresh'),(43,3,'use_ssl','0'),(44,3,'show_admin_bar_front','true'),(45,3,'locale',''),(46,3,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(47,3,'wp_user_level','10'),(48,3,'dismissed_wp_pointers',''),(49,2,'session_tokens','a:3:{s:64:\"24abfe1ad85cb17b3389552ad093a8adb83a0c229dab7f0a7034ce9c39ae8c7c\";a:4:{s:10:\"expiration\";i:1591101262;s:2:\"ip\";s:12:\"192.168.1.13\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36\";s:5:\"login\";i:1589891662;}s:64:\"cbd821f5f70ef34786f5cb7442ef76ba03bd72faf4c37c6265f17d905e22818a\";a:4:{s:10:\"expiration\";i:1590612216;s:2:\"ip\";s:12:\"192.168.1.13\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36\";s:5:\"login\";i:1590439416;}s:64:\"7202f8eb8e9aa2bfab8fd408d78a95eaa611e5bd12f7c0ab472a2e81a40a3b63\";a:4:{s:10:\"expiration\";i:1591649448;s:2:\"ip\";s:12:\"192.168.1.13\";s:2:\"ua\";s:82:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:76.0) Gecko/20100101 Firefox/76.0\";s:5:\"login\";i:1590439848;}}'),(50,2,'wp_dashboard_quick_press_last_post_id','335'),(51,2,'community-events-location','a:1:{s:2:\"ip\";s:11:\"192.168.1.0\";}'),(52,2,'wp_user-settings','libraryContent=browse&editor=tinymce'),(53,2,'wp_user-settings-time','1590441281'),(54,2,'closedpostboxes_page','a:0:{}'),(55,2,'metaboxhidden_page','a:0:{}'),(56,2,'wp_r_tru_u_x','a:2:{s:2:\"id\";i:0;s:7:\"expires\";i:1590017908;}'),(57,1,'session_tokens','a:2:{s:64:\"fba8549fec80a0bc8ddcc737b8c5ffa8413aaf46450b3c2e832db212f1ab28b2\";a:4:{s:10:\"expiration\";i:1591145721;s:2:\"ip\";s:12:\"192.168.1.11\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36\";s:5:\"login\";i:1589936121;}s:64:\"af559895802f847ef05e927029c44d20dac18ce31f07a11dc4c5e8228c1eedb1\";a:4:{s:10:\"expiration\";i:1590199739;s:2:\"ip\";s:12:\"192.168.1.11\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36\";s:5:\"login\";i:1590026939;}}'),(58,1,'elementor_introduction','a:2:{s:7:\"flexbox\";b:1;s:19:\"colorPickerDropping\";b:1;}'),(59,1,'wp_user-settings','libraryContent=browse'),(60,1,'wp_user-settings-time','1590031460'),(61,2,'elementor_introduction','a:3:{s:7:\"flexbox\";b:1;s:19:\"colorPickerDropping\";b:1;s:10:\"rightClick\";b:1;}'),(62,2,'nav_menu_recently_edited','19'),(63,2,'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\";}'),(64,2,'metaboxhidden_nav-menus','a:4:{i:0;s:30:\"add-post-type-gedung-portfolio\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";i:3;s:22:\"add-portfolio-category\";}'),(65,4,'nickname','FJAMORA'),(66,4,'first_name','Frank'),(67,4,'last_name','Jamora'),(68,4,'description',''),(69,4,'rich_editing','true'),(70,4,'syntax_highlighting','true'),(71,4,'comment_shortcuts','false'),(72,4,'admin_color','fresh'),(73,4,'use_ssl','0'),(74,4,'show_admin_bar_front','true'),(75,4,'locale',''),(76,4,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(77,4,'wp_user_level','10'),(78,4,'dismissed_wp_pointers','text_widget_custom_html'),(79,4,'session_tokens','a:8:{s:64:\"ecbaab743992cc03bc0dec3f630507c9def97f29eceec6b1a0371782acfafeab\";a:4:{s:10:\"expiration\";i:1591324538;s:2:\"ip\";s:12:\"192.168.1.11\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36\";s:5:\"login\";i:1590114938;}s:64:\"d877f8c659cb3e96d8a24d7c17c0bcac32fd0f785d4ce23280240b3b47750657\";a:4:{s:10:\"expiration\";i:1590724794;s:2:\"ip\";s:12:\"192.168.1.11\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36\";s:5:\"login\";i:1590551994;}s:64:\"d7d942e762797633794cc9ce32497500d86b4864c4d01ee7926ce6d780d15160\";a:4:{s:10:\"expiration\";i:1590742381;s:2:\"ip\";s:12:\"192.168.1.11\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36\";s:5:\"login\";i:1590569581;}s:64:\"df78c5b310a13252a57dd5b9afeac0b58470d8b23aa92224232a433bcad3a71f\";a:4:{s:10:\"expiration\";i:1590782644;s:2:\"ip\";s:12:\"192.168.1.13\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36\";s:5:\"login\";i:1590609844;}s:64:\"148dc172c7823e02d29b68b50663ea0d5e071e030945a8e0015612f2a58999b3\";a:4:{s:10:\"expiration\";i:1590791686;s:2:\"ip\";s:12:\"192.168.1.11\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36\";s:5:\"login\";i:1590618886;}s:64:\"9ee700164d06de75eb1b2dd88ea133ee98a84b179414870a42b89c84bd1f01c4\";a:4:{s:10:\"expiration\";i:1590798001;s:2:\"ip\";s:11:\"192.168.1.1\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36\";s:5:\"login\";i:1590625201;}s:64:\"6179385480aa888c33cbb54aea476c5c8734e04a7682f1030fd5372df9e3c14a\";a:4:{s:10:\"expiration\";i:1590798052;s:2:\"ip\";s:13:\"172.58.139.83\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36\";s:5:\"login\";i:1590625252;}s:64:\"b6e3f96021206410ef1ddbc950b1ce9a73d46ee00920af4f614255971119049d\";a:4:{s:10:\"expiration\";i:1591891774;s:2:\"ip\";s:13:\"172.58.139.83\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36\";s:5:\"login\";i:1590682174;}}'),(80,4,'wp_dashboard_quick_press_last_post_id','537'),(81,4,'community-events-location','a:1:{s:2:\"ip\";s:12:\"172.58.139.0\";}'),(82,4,'elementor_introduction','a:3:{s:7:\"flexbox\";b:1;s:19:\"colorPickerDropping\";b:1;s:10:\"rightClick\";b:1;}'),(83,4,'wp_user-settings','editor=tinymce&posts_list_mode=list'),(84,4,'wp_user-settings-time','1590463487'),(85,4,'wp_r_tru_u_x','a:2:{s:2:\"id\";i:0;s:7:\"expires\";i:1590240230;}'),(86,4,'nav_menu_recently_edited','19'),(87,4,'managenav-menuscolumnshidden','a:0:{}'),(88,4,'metaboxhidden_nav-menus','a:4:{i:0;s:30:\"add-post-type-gedung-portfolio\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";i:3;s:22:\"add-portfolio-category\";}'),(89,4,'closedpostboxes_dashboard','a:0:{}'),(90,4,'metaboxhidden_dashboard','a:0:{}'),(92,4,'edit_gedung-portfolio_per_page','20'),(93,4,'tfa_priv_key_64','/yH5ODF27PhxRT+8qQnYnGAg9AES8GaRHAmBDGKYK+g='),(94,4,'tfa_algorithm_type','totp'),(95,4,'meta-box-order_page','a:4:{s:4:\"side\";s:23:\"acf-group_58c7b9c7c54ac\";s:15:\"acf_after_title\";s:0:\"\";s:6:\"normal\";s:0:\"\";s:8:\"advanced\";s:0:\"\";}'),(96,5,'nickname','wpbiz'),(97,5,'first_name',''),(98,5,'last_name',''),(99,5,'description',''),(100,5,'rich_editing','true'),(101,5,'syntax_highlighting','true'),(102,5,'comment_shortcuts','false'),(103,5,'admin_color','fresh'),(104,5,'use_ssl','0'),(105,5,'show_admin_bar_front','true'),(106,5,'locale',''),(107,5,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(108,5,'wp_user_level','10'),(109,5,'session_tokens','a:1:{s:64:\"0d8965fa109c18593c666af62b082215ee018de37e7840fb6d109987026d15d1\";a:4:{s:10:\"expiration\";i:1603371787;s:2:\"ip\";s:14:\"103.215.158.83\";s:2:\"ua\";s:104:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36\";s:5:\"login\";i:1603198987;}}'),(110,5,'wp_dashboard_quick_press_last_post_id','1072'),(111,5,'community-events-location','a:1:{s:2:\"ip\";s:13:\"103.215.158.0\";}'),(112,5,'wp_r_tru_u_x','a:2:{s:2:\"id\";i:0;s:7:\"expires\";i:1591270172;}'),(113,5,'wp_user-settings','libraryContent=browse&editor=tinymce&hidetb=0'),(114,5,'wp_user-settings-time','1595572678'),(115,5,'elementor_introduction','a:2:{s:10:\"rightClick\";b:1;s:19:\"colorPickerDropping\";b:1;}'),(116,5,'nav_menu_recently_edited','19'),(117,5,'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\";}'),(118,5,'metaboxhidden_nav-menus','a:4:{i:0;s:30:\"add-post-type-gedung-portfolio\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";i:3;s:22:\"add-portfolio-category\";}'),(119,5,'closedpostboxes_page','a:1:{i:0;s:23:\"acf-group_58c7b9c7c54ac\";}'),(120,5,'metaboxhidden_page','a:0:{}'),(121,5,'dismissed_wp_pointers','theme_editor_notice,text_widget_custom_html'),(122,5,'closedpostboxes_dashboard','a:7:{i:0;s:17:\"dashboard_php_nag\";i:1;s:20:\"e-dashboard-overview\";i:2;s:21:\"dashboard_site_health\";i:3;s:19:\"dashboard_right_now\";i:4;s:18:\"dashboard_activity\";i:5;s:21:\"dashboard_quick_press\";i:6;s:17:\"dashboard_primary\";}'),(123,5,'metaboxhidden_dashboard','a:0:{}'),(124,6,'nickname','Tami@SCmarketinginc.com'),(125,6,'first_name','Tami'),(126,6,'last_name',''),(127,6,'description',''),(128,6,'rich_editing','true'),(129,6,'syntax_highlighting','true'),(130,6,'comment_shortcuts','false'),(131,6,'admin_color','fresh'),(132,6,'use_ssl','0'),(133,6,'show_admin_bar_front','true'),(134,6,'locale',''),(135,6,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(136,6,'wp_user_level','10'),(137,6,'dismissed_wp_pointers',''),(138,7,'nickname','mramos@arscontracting.com'),(139,7,'first_name','mramos'),(140,7,'last_name',''),(141,7,'description',''),(142,7,'rich_editing','true'),(143,7,'syntax_highlighting','true'),(144,7,'comment_shortcuts','false'),(145,7,'admin_color','fresh'),(146,7,'use_ssl','0'),(147,7,'show_admin_bar_front','true'),(148,7,'locale',''),(149,7,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(150,7,'wp_user_level','10'),(151,7,'dismissed_wp_pointers',''),(152,8,'nickname','JessicaB@arscontracting.com'),(153,8,'first_name','JessicaB'),(154,8,'last_name',''),(155,8,'description',''),(156,8,'rich_editing','true'),(157,8,'syntax_highlighting','true'),(158,8,'comment_shortcuts','false'),(159,8,'admin_color','fresh'),(160,8,'use_ssl','0'),(161,8,'show_admin_bar_front','true'),(162,8,'locale',''),(163,8,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(164,8,'wp_user_level','10'),(165,8,'dismissed_wp_pointers',''); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'Admin','password','admin','fjamora@xcntia.com','https://yoursite.com:8081/XCNTia/ARSC_Dev','2020-05-18 23:19:35','',0,'Admin'),(5,'wpbiz','$P$B6x2TEemKq95X0wjZnQaYhFaXA8Nfr.','wpbiz','webdeveloper1011@gmail.com','','2020-06-03 10:14:36','',0,'wpbiz'),(6,'Tami@SCmarketinginc.com','$P$B2gD7suGD0uQC8WW/4X8mhD4GYx6tK0','tamiscmarketinginc-com','Tami@SCmarketinginc.com','','2020-09-03 13:27:57','',0,'Tami'),(7,'mramos@arscontracting.com','$P$BmE29U3X9dWe2wgcVGK6dlJUhXghPx0','mramosarscontracting-com','mramos@arscontracting.com','','2020-09-03 13:28:45','',0,'mramos'),(8,'JessicaB@arscontracting.com','$P$BYjIfORHjcHPHQQy6HaWaLw01lFZIM1','jessicabarscontracting-com','JessicaB@arscontracting.com','','2020-09-03 13:29:18','',0,'JessicaB'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database 'arsc' -- /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2022-07-25 7:27:36